vendor:
technote7
by:
BlueH4G
7.5
CVSS
HIGH
Blind SQL Injection
89
CWE
Product Name: technote7
Affected Version From: technote7.2
Affected Version To: Mysql 3.x
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: Windows & Linux
2011
technote blind sql injection
A blind SQL injection vulnerability exists in technote7.2 and lower versions, and Mysql 3.x and higher versions. An attacker can control the alignment of data with the sort variable using the 'case' statement. An exploit can be used to sort by the 'no' or 'uid' column. The exploit is written in Python and uses the 'lpad' and 'ascii' functions to extract data from the 'm_pass' column in the 'a_tn3_memberboard_list' table.
Mitigation:
Ensure that user input is properly sanitized and validated before being used in SQL queries.