vendor:
KosmosBlog
by:
Milos Zivanovic
7,5
CVSS
HIGH
SQL Injection, Cross Site Scripting, Cross Site Request Forgery
89, 79, 352
CWE
Product Name: KosmosBlog
Affected Version From: 0.9.3
Affected Version To: 0.9.3
Patch Exists: NO
Related CWE: N/A
CPE: a:kosmosblog:kosmosblog:0.9.3
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: PHP
2010
KosmosBlog 0.9.3 (SQLi/XSS/CSRF) Multiple Vulnerabilities
KosmosBlog 0.9.3 is vulnerable to SQL Injection, Cross Site Scripting, and Cross Site Request Forgery. The vulnerable code is present in the indextmplt.php, addcontentgo.php, deletecontent.php, usermanager.php, bannedusers.php, and commentsaction.php files. The proof-of-concepts for exploiting these vulnerabilities are provided in the text.
Mitigation:
Input validation should be used to prevent SQL Injection, Cross Site Scripting, and Cross Site Request Forgery attacks. Access control should also be used to restrict access to sensitive files.