mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-24 07:34:01 +02:00
20 lines
1.1 KiB
Markdown
20 lines
1.1 KiB
Markdown
### [CVE-2012-10026](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-10026)
|
||

|
||

|
||

|
||
|
||
### Description
|
||
|
||
The WordPress plugin Asset-Manager version 2.0 and below contains an unauthenticated arbitrary file upload vulnerability in upload.php. The endpoint fails to properly validate and restrict uploaded file types, allowing remote attackers to upload malicious PHP scripts to a predictable temporary directory. Once uploaded, the attacker can execute the file via a direct HTTP GET request, resulting in remote code execution under the web server’s context.
|
||
|
||
### POC
|
||
|
||
#### Reference
|
||
- https://www.exploit-db.com/exploits/18993
|
||
- https://www.exploit-db.com/exploits/23652
|
||
- https://www.vulncheck.com/advisories/wordpress-plugin-asset-manager-php-file-upload
|
||
|
||
#### Github
|
||
No PoCs found on GitHub currently.
|
||
|