vendor:
Primitive CMS
by:
Stephan Sattler
8,8
CVSS
HIGH
Unauthorized Access, HTML Injection, Blind SQL-Injection
89, 79, 89
CWE
Product Name: Primitive CMS
Affected Version From: 1.0.9
Affected Version To: 1.0.9
Patch Exists: NO
Related CWE: N/A
CPE: a:bouzouste:primitive_cms:1.0.9
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
2010
Primitive CMS 1.0.9 Multiple Vulnerabilities
In cms_write.php is no check if the user has administration rights. Because of that, there are 2 more vulnerabilities. The title, Menu-title and Content a user can submit are inserted directly into the database and inserted in the html-code on the page without and sanitizing at all. Postdata for Injection: title=&menutitle=home' AND (SELECT 1)='1&content=&submit=OK. One can inject via title or menutitle, both are vulnerable. On success, you'll see the message: 'H selida yparxei'.
Mitigation:
Ensure that user input is properly sanitized and validated before being used in database queries.