vendor:
blog mod
by:
snup
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: blog mod
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
DIY-CMS blog mod SQL Injection
The variables $start, $year, $month are not filtered in the files /modules/blog/tags.php, list.php, index.php, main_index.php, viewpost.php, /modules/blog/archive.php, /modules/blog/control/approve_comments.php, approve_posts.php, viewcat.php, which can be exploited to inject malicious SQL queries.
Mitigation:
Filter the variables $start, $year, $month to prevent SQL injection.