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

|
||

|
||
&color=brightgreen)
|
||
|
||
### Description
|
||
|
||
The WordPress plugin Advanced Custom Fields (ACF) version 3.5.1 and below contains a remote file inclusion (RFI) vulnerability in core/actions/export.php. When the PHP configuration directive allow_url_include is enabled (default: Off), an unauthenticated attacker can exploit the acf_abspath POST parameter to include and execute arbitrary remote PHP code. This leads to remote code execution under the web server’s context, allowing full compromise of the host.
|
||
|
||
### POC
|
||
|
||
#### Reference
|
||
- https://www.exploit-db.com/exploits/23856
|
||
- https://www.vulncheck.com/advisories/wordpress-plugin-advanced-custom-fields-remote-file-inclusion
|
||
|
||
#### Github
|
||
- https://github.com/ARPSyndicate/cve-scores
|
||
|