vendor:
ContentNow
by:
Alfredo 'revenge' Pesoli
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: ContentNow
Affected Version From: 1.39
Affected Version To: 1.39
Patch Exists: NO
Related CWE: N/A
CPE: a:contentnow:contentnow
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
2007
ContentNow 1.39 Sql Injection Exploit
The 'pageid' parameter isn't properly sanitised before being returned in sql query and can be used to inject craft SQL queries, we can use Blind SQL Injection attack to disclose admin credential. Works regardless of magic quotes.
Mitigation:
Input validation and sanitization should be done to prevent SQL injection attacks.