cve/2012/CVE-2012-10048.md
2025-09-29 21:09:30 +02:00

1.1 KiB

CVE-2012-10048

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

Github