vendor:
DB[CMS]
by:
Pokeng
8,8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: DB[CMS]
Affected Version From: 2.01
Affected Version To: 2.01
Patch Exists: NO
Related CWE: N/A
CPE: a:debliteck:dbcms
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Win/Linux
2020
DB[CMS] Sql Injection Vulnerability
A SQL injection vulnerability exists in DB[CMS] version 2.01. An attacker can send a malicious SQL query to the vulnerable parameter 'id' in the 'article.php' script to execute arbitrary SQL commands on the underlying database.
Mitigation:
Input validation should be used to prevent SQL injection attacks. Sanitize all user input and use parameterized queries.