Exploitation Summary
EIP tracks 1 public exploit for CVE-2007-2599. PoCs published by Silentz.
AI-analyzed exploit summary This Perl script exploits a SQL injection vulnerability in TutorialCMS <= 1.00 by injecting a UNION-based query to retrieve admin credentials. It targets the 'search' parameter in search.php and extracts the username and password hash from the users table.
Description
Multiple SQL injection vulnerabilities in TutorialCMS (aka Photoshop Tutorials) 1.00 and earlier allow remote attackers to execute arbitrary SQL commands via the (1) catFile parameter to (a) browseCat.php or (b) browseSubCat.php; the (2) id parameter to (c) openTutorial.php, (d) topFrame.php, or (e) admin/editListing.php; or (3) the search parameter to search.php.
Exploits (1)
This Perl script exploits a SQL injection vulnerability in TutorialCMS <= 1.00 by injecting a UNION-based query to retrieve admin credentials. It targets the 'search' parameter in search.php and extracts the username and password hash from the users table.