mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-23 23:14:03 +02:00
22 lines
1.2 KiB
Markdown
22 lines
1.2 KiB
Markdown
### [CVE-2012-10059](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-10059)
|
|

|
|

|
|
&color=brightgreen)
|
|
|
|
### Description
|
|
|
|
Dolibarr ERP/CRM versions <= 3.1.1 and <= 3.2.0 contain a post-authenticated OS command injection vulnerability in its database backup feature. The export.php script fails to sanitize the sql_compat parameter, allowing authenticated users to inject arbitrary system commands, resulting in remote code execution on the server.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://raw.githubusercontent.com/rapid7/metasploit-framework/master/modules/exploits/linux/http/dolibarr_cmd_exec.rb
|
|
- https://seclists.org/fulldisclosure/2012/Apr/78
|
|
- https://www.exploit-db.com/exploits/18724
|
|
- https://www.exploit-db.com/exploits/18725
|
|
- https://www.vulncheck.com/advisories/dolibarr-erp-crm-post-auth-os-command-injection
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|