mirror of
https://github.com/0xMarcio/cve.git
synced 2026-02-12 18:42:46 +00:00
1.2 KiB
1.2 KiB
CVE-2012-10059
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.