mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-30 18:56:19 +00:00
19 lines
980 B
Markdown
19 lines
980 B
Markdown
### [CVE-2024-25975](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-25975)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
The application implements an up- and downvote function which alters a value within a JSON file. The POST parameters are not filtered properly and therefore an arbitrary file can be overwritten. The file can be controlled by an authenticated attacker, the content cannot be controlled. It is possible to overwrite all files for which the webserver has write access. It is required to supply a relative path (path traversal).
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://seclists.org/fulldisclosure/2024/May/34
|
|
- https://r.sec-consult.com/hawki
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|