{ "dataType": "CVE_RECORD", "dataVersion": "5.2", "cveMetadata": { "cveId": "CVE-2012-10048", "assignerOrgId": "83251b91-4cc7-4094-a5c7-464a1b83ea10", "state": "PUBLISHED", "assignerShortName": "VulnCheck", "dateReserved": "2025-08-08T15:55:24.499Z", "datePublished": "2025-08-08T18:14:38.811Z", "dateUpdated": "2026-04-07T14:02:42.565Z" }, "containers": { "cna": { "affected": [ { "defaultStatus": "unaffected", "modules": [ "/zport/About/showDaemonXMLConfig" ], "product": "Zenoss Core", "vendor": "Zenoss, Inc.", "versions": [ { "status": "affected", "version": "3.0" } ] } ], "cpeApplicability": [ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:zenoss:zenoss_core:3*:*:*:*:*:*:*:*", "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": "OR" } ], "credits": [ { "lang": "en", "type": "finder", "value": "bcoles" } ], "descriptions": [ { "lang": "en", "supportingMedia": [ { "base64": false, "type": "text/html", "value": "
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.