A-FAQ Multiple SQL Injection Vulnerabilities
BID:15741
Info
A-FAQ Multiple SQL Injection Vulnerabilities
| Bugtraq ID: | 15741 |
| Class: | Input Validation Error |
| CVE: | |
| Remote: | Yes |
| Local: | No |
| Published: | Dec 06 2005 12:00AM |
| Updated: | Jan 04 2007 06:21PM |
| Credit: | r0t is credited with the discovery of these vulnerabilities. |
| Vulnerable: |
Alan Ward A-FAQ 1.0 |
| Not Vulnerable: | |
Discussion
A-FAQ Multiple SQL Injection Vulnerabilities
A-FAQ 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 implementation.
A-FAQ 1.0 and earlier versions are vulnerable; other versions may also be affected.
A-FAQ 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 implementation.
A-FAQ 1.0 and earlier versions are vulnerable; other versions may also be affected.
Exploit / POC
A-FAQ Multiple SQL Injection Vulnerabilities
An attacker can exploit these issues through a web client.
The following proof-of-concept URIs are available:
http://www.example.com/faqDspItem.asp?faqid=[SQL]
http://www.example.com/faqDsp.asp?catcode=[SQL]
An attacker can exploit these issues through a web client.
The following proof-of-concept URIs are available:
http://www.example.com/faqDspItem.asp?faqid=[SQL]
http://www.example.com/faqDsp.asp?catcode=[SQL]
Solution / Fix
A-FAQ Multiple SQL Injection Vulnerabilities
Solution:
Currently we are not aware of any vendor-supplied patches for this issue. If you feel we are in error or if you are aware of more recent information, please mail us at: [email protected]:[email protected].
Solution:
Currently we are not aware of any vendor-supplied patches for this issue. If you feel we are in error or if you are aware of more recent information, please mail us at: [email protected]:[email protected].
References
A-FAQ Multiple SQL Injection Vulnerabilities
References:
References:
- A-FAQ SQL inj. vuln. (r0t)
- A-FAQ Web Site (Alan Ward)
- aFAQ 1.0 (catcode) Remote SQL Injection Vulnerability (ajann)