vendor:
FlexBB
by:
D3vil-0x1 | Devil-00
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: FlexBB
Affected Version From: N/A
Affected Version To: N/A
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
2009
FlexBB Exploit [ function/showprofile.php ] Remote SQL Injection
This exploit allows an attacker to inject malicious SQL code into the 'id' parameter of the 'showprofile.php' page of FlexBB. By sending a specially crafted HTTP request, an attacker can gain access to the username and password of the user.
Mitigation:
Input validation should be used to prevent SQL injection attacks. Additionally, the application should use parameterized queries to prevent SQL injection.