header-logo
Suggest Exploit
vendor:
Blog System
by:
9
CVSS
CRITICAL
SQL Injection
89
CWE
Product Name: Blog System
Affected Version From:
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Metasploit:
Other Scripts:
Platforms Tested:

Multiple SQL Injection Vulnerabilities in Blog System

The Blog System is vulnerable to multiple SQL injection attacks. These vulnerabilities occur due to the application's failure to properly sanitize user-supplied input before using it in SQL queries. An attacker can exploit these vulnerabilities by injecting malicious SQL code through the 'cat' parameter in the 'index.php' page.

Mitigation:

To mitigate these vulnerabilities, it is recommended to implement proper input validation and sanitization techniques to prevent SQL injection attacks. Additionally, using parameterized queries or prepared statements can also help protect against SQL injection.
Source

Exploit-DB raw data:

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

Blog System is prone to multiple SQL injection vulnerabilities. These issues are due to a failure in the application to properly sanitize user-supplied input before using it in an SQL query.

Successful exploitation could result in a compromise of the application, disclosure or modification of data, or may permit an attacker to exploit vulnerabilities in the underlying database implementation. 

http://www.example.com/index.php?mode=home&cat=-99[SQL CODE]