Exploitation Summary
EIP tracks 5 public exploits for CVE-2007-1550. PoCs published by laurent gaffie.
AI-analyzed exploit summary The provided text describes a vulnerability in PHPX related to input validation issues, but does not include functional exploit code. It references a URL parameter injection example for SQLi.
Description
Multiple SQL injection vulnerabilities in phpx 3.5.15 allow remote attackers to execute arbitrary SQL commands via the (1) image_id or (2) cat_id parameter to (a) gallery.php; the (3) news_id parameter to (b) news.php or (c) print.php; (4) the news_cat_id parameter to news.php; the (5) cat_id, (6) topic_id, or (7) post_id parameter to (d) forums.php; or (8) the user_id parameter to (e) users.php.
Exploits (5)
The provided text describes a vulnerability in PHPX related to input validation issues, but does not include functional exploit code. It references a URL parameter injection example for SQLi.
The provided code is a writeup describing a vulnerability in PHPX, specifically an input-validation issue that could lead to various attacks such as XSS or SQL injection. The example URL demonstrates a potential SQL injection vector.
This exploit targets a SQL injection vulnerability in PHPX 3.5.16 via the 'news_id' parameter. It extracts user credentials (username/password hashes) from the database and attempts to crack the MD5 hash using an external service.
The provided code is a writeup describing a vulnerability in PHPX, specifically an input-validation issue in the gallery.php file. It includes a sample URL demonstrating the vulnerability but lacks executable exploit code.
The provided code is a writeup describing multiple input-validation vulnerabilities in PHPX, including SQL injection and XSS. It lists example URLs demonstrating the vulnerabilities but does not include executable exploit code.