vendor:
CMSQLite
by:
High-Tech Bridge SA - Ethical Hacking & Penetration Testing
3,3
CVSS
LOW
SQL Injection
89
CWE
Product Name: CMSQLite
Affected Version From: 1.3
Affected Version To: Probably Prior Versions
Patch Exists: NO
Related CWE: N/A
CPE: a:cmsqlite-team:cmsqlite
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Browser
2010
SQL Injection Vulnerability in CMSQLite
The vulnerability exists due to failure in the "/admin/helper/deleteArticle.php" script to properly sanitize user-supplied input in "id" variable. Attacker can alter queries to the application SQL database, execute arbitrary queries to the database, compromise the application, access or modify sensitive data, or exploit various vulnerabilities in the underlying SQL database. Attacker can use browser to exploit this vulnerability.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being passed to the database.