Security Advisory

CVE-2012-10033

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2025-08-05 20:03:59
Last updated 2026-07-28 01:46:25
Assigner VulnCheck
CVSS score 9.3
State PUBLISHED

Description

Narcissus is vulnerable to remote code execution via improper input handling in its image configuration workflow. Specifically, the backend.php script fails to sanitize the release parameter before passing it to the configure_image() function. This function invokes PHP’s passthru() with the unsanitized input, allowing attackers to inject arbitrary system commands. Exploitation occurs via a crafted POST request, resulting in command execution under the web server’s context.