6.8
CVSSv2

CVE-2007-2600

Published: 11/05/2007 Updated: 11/10/2017
CVSS v2 Base Score: 6.8 | Impact Score: 6.4 | Exploitability Score: 8.6
VMScore: 685
Vector: AV:N/AC:M/Au:N/C:P/I:P/A:P

Vulnerability Summary

Multiple cross-site scripting (XSS) vulnerabilities in TutorialCMS (aka Photoshop Tutorials) 1.00 and previous versions allow remote malicious users to inject arbitrary web script or HTML 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 the (3) search parameter to search.php.

Vulnerable Product Search on Vulmon Subscribe to Product

wavelink media tutorialcms

Exploits

#!/usr/bin/perl -w ################################################################################# # # # TutorialCMS <= 100 SQL Injection Exploit # # # # Discovered by: Silentz # # Payload: Admin Username & Hash Retrieval # # Website: wwww4ck1ngcom # # # # Vulnerable Code (searc ...