Exploitation Summary
EIP tracks 1 public exploit for CVE-2006-0628. PoCs published by Hessam-x.
AI-analyzed exploit summary This Perl script exploits a command injection vulnerability in MyQuiz by appending arbitrary commands to the URL path. It uses LWP::Simple to send HTTP requests to the target, executing the provided command.
Description
myquiz.pl in Dale Ray MyQuiz 1.01 allows remote attackers to execute arbitrary commands via shell metacharacters in the URL, which are not properly handled as part of the PATH_INFO environment variable.
Exploits (1)
This Perl script exploits a command injection vulnerability in MyQuiz by appending arbitrary commands to the URL path. It uses LWP::Simple to send HTTP requests to the target, executing the provided command.