cve/2024/CVE-2024-6534.md
2024-08-15 18:54:34 +00:00

886 B

CVE-2024-6534

Description

Directus v10.13.0 allows an authenticated external attacker to modify presets created by the same user to assign them to another user. This is possible because the application only validates the user parameter in the 'POST /presets' request but not in the PATCH request. When chained with CVE-2024-6533, it could result in account takeover.

POC

Reference

Github

No PoCs found on GitHub currently.