header-logo
Suggest Exploit
vendor:
HAWHAW
by:
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: HAWHAW
Affected Version From:
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Metasploit:
Other Scripts:
Platforms Tested:

HAWHAW SQL Injection Vulnerability

The HAWHAW application is vulnerable to SQL injection due to inadequate sanitization of user-supplied data before using it in an SQL query. An attacker can exploit this vulnerability to compromise the application, access or modify data, or exploit other vulnerabilities in the underlying database.

Mitigation:

To mitigate this vulnerability, developers should implement proper input validation and parameterization techniques to prevent SQL injection attacks. All user-supplied data should be properly sanitized and validated before being used in SQL queries.
Source

Exploit-DB raw data:

source: https://www.securityfocus.com/bid/39978/info

HAWHAW is prone to an SQL-injection vulnerability because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.

Exploiting this issue could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database. 

http://www.example.com/wap/newsread.php?storyid=-1+UNION+SELECT+1,@@version,3,4