Exploitation Summary
EIP tracks 1 public exploit for CVE-2004-2363. PoCs published by JeiAr.
AI-analyzed exploit summary The provided text describes multiple XSS vulnerabilities in PHPX due to improper sanitization of user-supplied URI input. It includes example URLs demonstrating how an attacker could inject malicious HTML or script code.
Description
Validate-Before-Canonicalize vulnerability in the checkURI function in functions.inc.php in PHPX 3.0 through 3.2.6 allows remote attackers to conduct cross-site scripting (XSS) attacks via hex-encoded tags, which bypass the check for literal "<", ">", "(", and ")" characters, as demonstrated using the limit parameter to forums.php and a variety of other vectors.
Exploits (1)
The provided text describes multiple XSS vulnerabilities in PHPX due to improper sanitization of user-supplied URI input. It includes example URLs demonstrating how an attacker could inject malicious HTML or script code.