Directus is a real-time API and App dashboard for managing SQL database content. Starting in version 9.12.0 and prior to version 11.9.0, Directus Flows with a manual trigger are not validating whether the user triggering the Flow has permissions to the items provided as payload to the Flow. Depending on what the Flow is set up to do this can lead to the Flow executing potential tasks on the attacker's behalf without authenticating. Bad actors could execute the manual trigger Flows without authentication, or access rights to the said collection(s) or item(s). Users with manual trigger Flows configured are impacted as these endpoints do not currently validate if the user has read access to `directus_flows` or to the relevant collection/items. The manual trigger Flows should have tighter security requirements as compared to webhook Flows where users are expected to perform do their own checks. Version 11.9.0 fixes the issue. As a workaround, implement permission checks for read access to Flows and read access to relevant collection/items.
References
Link | Resource |
---|---|
https://github.com/directus/directus/commit/22be460c76957708d67fdd52846a9ad1cbb083fb | Patch |
https://github.com/directus/directus/releases/tag/v11.9.0 | Release Notes |
https://github.com/directus/directus/security/advisories/GHSA-7cvf-pxgp-42fc | Third Party Advisory |
Configurations
History
16 Jul 2025, 14:20
Type | Values Removed | Values Added |
---|---|---|
References | () https://github.com/directus/directus/commit/22be460c76957708d67fdd52846a9ad1cbb083fb - Patch | |
References | () https://github.com/directus/directus/releases/tag/v11.9.0 - Release Notes | |
References | () https://github.com/directus/directus/security/advisories/GHSA-7cvf-pxgp-42fc - Third Party Advisory | |
First Time |
Monospace directus
Monospace |
|
CPE | cpe:2.3:a:monospace:directus:*:*:*:*:*:node.js:*:* |
15 Jul 2025, 13:14
Type | Values Removed | Values Added |
---|---|---|
Summary |
|
15 Jul 2025, 00:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2025-07-15 00:15
Updated : 2025-07-16 14:20
NVD link : CVE-2025-53889
Mitre link : CVE-2025-53889
CVE.ORG link : CVE-2025-53889
JSON object : View
Products Affected
monospace
- directus
CWE
CWE-287
Improper Authentication