CVE-2001-0329
Bugzilla 2.10 - Remote Command Execution via Username Shell Metacharacters
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2001-0329. PoCs published by Frank van Vliet karin.
AI-analyzed exploit summary This exploit targets a command injection vulnerability in Bugzilla 2.8 via the 'process_bug.cgi' script, which passes unsanitized user input to a system() call. It automates the submission of a malicious bug report to execute arbitrary commands on the server.
Description
Bugzilla 2.10 allows remote attackers to execute arbitrary commands via shell metacharacters in a username that is then processed by (1) the Bugzilla_login cookie in post_bug.cgi, or (2) the who parameter in process_bug.cgi.
Exploits (1)
This exploit targets a command injection vulnerability in Bugzilla 2.8 via the 'process_bug.cgi' script, which passes unsanitized user input to a system() call. It automates the submission of a malicious bug report to execute arbitrary commands on the server.