Directus App vulnerabilities
2 known vulnerabilities affecting directus/app.
Total CVEs
2
CISA KEV
0
Public exploits
0
Exploited in wild
0
Severity breakdown
MEDIUM2
Vulnerabilities
Page 1 of 1
CVE-2025-24353MEDIUM≥ 0, < 13.3.12025-01-23
CVE-2025-24353 [MEDIUM] CWE-269 Directus allows privilege escalation using Share feature
Directus allows privilege escalation using Share feature
### Summary
When sharing an item, user can specify an arbitrary role. It allows user to use a higher-privileged role to see fields that otherwise the user should not be able to see.
### Details
Specifying `role` on share should be available only for admins. The current flow has a security flaw.
Each other role should allow to share only in the conte
ghsaosv
CVE-2024-54128MEDIUM≥ 11.0.0, < 13.3.12024-12-05
CVE-2024-54128 [MEDIUM] CWE-80 Directus has an HTML Injection in Comment
Directus has an HTML Injection in Comment
### Summary
The Comment feature has implemented a filter to prevent users from adding restricted characters, such as HTML tags. However, this filter operates on the client-side, which can be bypassed, making the application vulnerable to HTML Injection.
### Details
The Comment feature implements a character filter on the client-side, this can be bypassed by directly sending a requ
ghsaosv