LulieBlog 'id' Parameter Multiple SQL Injection Vulnerabilities
BID:27290
Info
LulieBlog 'id' Parameter Multiple SQL Injection Vulnerabilities
| Bugtraq ID: | 27290 |
| Class: | Input Validation Error |
| CVE: |
CVE-2008-0329 |
| Remote: | Yes |
| Local: | No |
| Published: | Jan 15 2008 12:00AM |
| Updated: | May 07 2015 05:33PM |
| Credit: | ka0x is credited with the discovery of these vulnerabilities. |
| Vulnerable: |
Julien Plesniak LulieBlog 1.0.1 |
| Not Vulnerable: | |
Discussion
LulieBlog 'id' Parameter Multiple SQL Injection Vulnerabilities
LulieBlog 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.
These issues affect LulieBlog 1.0.1; other versions may also be affected.
NOTE: To exploit these issues, the attacker may require administrative access.
LulieBlog 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.
These issues affect LulieBlog 1.0.1; other versions may also be affected.
NOTE: To exploit these issues, the attacker may require administrative access.
Exploit / POC
LulieBlog 'id' Parameter Multiple SQL Injection Vulnerabilities
Attackers can use a browser to exploit these issues.
The following proof-of-concept URIs are available.
http://www.example.com/Admin/comment_accepter.php?id=[id_comment]
http://www.example.com/Admin/article_suppr.php?id=[id_article]
http://www.example.com/Admin/comment_refuser.php?id=[id_comment]
Attackers can use a browser to exploit these issues.
The following proof-of-concept URIs are available.
http://www.example.com/Admin/comment_accepter.php?id=[id_comment]
http://www.example.com/Admin/article_suppr.php?id=[id_article]
http://www.example.com/Admin/comment_refuser.php?id=[id_comment]
Solution / Fix
LulieBlog '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
LulieBlog 'id' Parameter Multiple SQL Injection Vulnerabilities
References:
References:
- LulieBlog Homepage (Julien Plesniak)