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

|
|

|
|
&color=brightgreen)
|
|
|
|
### Description
|
|
|
|
Zenoss Core 3.x contains a command injection vulnerability in the showDaemonXMLConfig endpoint. The daemon parameter is passed directly to a Popen() call in ZenossInfo.py without proper sanitation, allowing authenticated users to execute arbitrary commands on the server as the zenoss user.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://web.archive.org/web/20221203180334/https://itsecuritysolutions.org/2012-07-30-zenoss-3.2.1-multiple-security-vulnerabilities/
|
|
- https://www.exploit-db.com/exploits/20205
|
|
- https://www.exploit-db.com/exploits/37571
|
|
- https://www.vulncheck.com/advisories/zenoss-command-execution
|
|
|
|
#### Github
|
|
- https://github.com/ARPSyndicate/cve-scores
|
|
- https://github.com/fkie-cad/nvd-json-data-feeds
|
|
|