vendor:
A-Blog
by:
Ptrace Security (Gianni Gnesa [gnix])
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: A-Blog
Affected Version From: 2.0
Affected Version To: 2.0
Patch Exists: NO
Related CWE: None
CPE: None
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: EasyPHP 5.3.1.0 for Windows with Python 3.1
2010
A-Blog v2.0 (sources/search.php) SQL Injection Exploit
This few lines of code strip whitespaces from the beginning and end of the 'words' GET parameter. Then, all the whitespaces are replaced with %. The string returned from the previous code is used in the query below without being sanitized. Then, the results are echoed
Mitigation:
Sanitize user input