Narcissus is vulnerable to remote code execution via...
Critical severity
Unreviewed
Published
Aug 5, 2025
to the GitHub Advisory Database
•
Updated Aug 5, 2025
Description
Published by the National Vulnerability Database
Aug 5, 2025
Published to the GitHub Advisory Database
Aug 5, 2025
Last updated
Aug 5, 2025
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.
References