PhotoKorn 1.53/1.54 - 'index.php' Multiple SQL Injections
Author: Dr.Jr7
type: webapps
platform: php
port:
date_added: 2006-04-25
date_updated: 2013-08-21
verified: 1
codes: CVE-2006-2040;OSVDB-24981
tags:
aliases:
screenshot_url:
application_url:
source: https://www.securityfocus.com/bid/17683/info
Photokorn is prone to multiple SQL-injection vulnerabilities because the application fails to properly sanitize user-supplied input before using it in an SQL query.
A successful exploit could allow an attacker to compromise the application, access or modify data, or exploit vulnerabilities in the underlying database.
http://www.example.com/[Path]/index.php?action=showgal&cat=[Sql]
http://www.example.com/[Path]/index.php?action=showpic&cat=1&pic=[Sql]