vendor:
miniBloggie
by:
StAkeR aka athos
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: miniBloggie
Affected Version From: 1
Affected Version To: 1
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
2008
miniBloggie 1.0 (del.php) Remote Blind SQL Injection Exploit
miniBloggie 1.0 is vulnerable to a remote blind SQL injection vulnerability due to the lack of sanitization of the 'post_id' parameter in the 'del.php' file. An attacker can exploit this vulnerability to execute arbitrary SQL code on the vulnerable application's database.
Mitigation:
Sanitize the 'post_id' parameter with intval or int (PHP Functions)