exploit-db-mirror/exploits/php/webapps/29559.txt
Offensive Security d304cc3d3e DB: 2017-11-24
116602 new exploits

Too many to list!
2017-11-24 20:56:23 +00:00

16 lines
No EOL
863 B
Text

source: http://www.securityfocus.com/bid/22369/info
EasyMoblog is prone to multiple input-validation vulnerabilities, including SQL-injection issues and a cross-site scripting issue, because the application fails to sufficiently sanitize user-supplied input.
Exploiting these issues could allow an attacker to steal cookie-based authentication credentials, compromise the application, retrieve sensitive information, access or modify data, or exploit latent vulnerability in the underlying database implementation.
EasyMoblog version 0.5.1 is vulnerable; other versions may also be affected.
To exploit an SQL-injection issue:
An attacker can exploit this issue via a web client.
The following proof-of-concept URIs are available:
http://www.example.com/easymoblog/add_comment.php?i='[SQL]
http://www.example.com/easymoblog/img.php?i='[XSS]