vendor:
fipsCMS
by:
InjEctOr [s0f (at) w (dot) cn] && Hak3r-b0y [hak3r-b0y (at) hotmail (dot) com]
8.8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: fipsCMS
Affected Version From: fipsCMS [Print Module]
Affected Version To: fipsCMS [Print Module]
Patch Exists: YES
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
2008
Blind SQL Injection
Blind SQL Injection is a type of SQL Injection attack that asks the database true or false questions and determines the answer based on the applications response. This attack is often used when the web application is configured to show generic error messages but has not mitigated the code that is vulnerable to SQL injection.
Mitigation:
Input validation, parameterized queries, and stored procedures can help mitigate SQL injection attacks.