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

SQL Injection Vulnerability in Message Board / Threaded Discussion Forum

The Message Board / Threaded Discussion Forum 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. To demonstrate this issue, use a valid username, such as 'admin', in the Username field, and the following string for the password field of the vulnerable script: anything' OR 'x'='x

Mitigation:

To mitigate this vulnerability, proper input validation and parameterized queries should be implemented to ensure that user-supplied data is properly sanitized before using it in SQL queries.
Source

Exploit-DB raw data:

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

Message Board / Threaded Discussion Forum 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. 

To demonstrate this issue, use a valid username, such as 'admin', in the Username field, and the following string for the password field of the vulnerable script:

anything' OR 'x'='x