mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-28 18:48:49 +00:00
18 lines
962 B
Markdown
18 lines
962 B
Markdown
### [CVE-2024-47946](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-47946)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
If the attacker has access to a valid Poweruser session, remote code execution is possible because specially crafted valid PNG files with injected PHP content can be uploaded as desktop backgrounds or lock screens. After the upload, the PHP script is available in the web root. The PHP code executes once the uploaded file is accessed. This allows the execution of arbitrary PHP code and OS commands on the device as "www-data".
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://r.sec-consult.com/imageaccess
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|