mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-30 18:56:19 +00:00
18 lines
886 B
Markdown
18 lines
886 B
Markdown
### [CVE-2024-6534](https://cve.mitre.org/cgi-bin/cvename.cgi?name=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
|
||
- https://fluidattacks.com/advisories/capaldi
|
||
|
||
#### Github
|
||
No PoCs found on GitHub currently.
|
||
|