vendor:
Atom CMS
by:
Hubert Wojciechowski
8.8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Atom CMS
Affected Version From: 2
Affected Version To: 2
Patch Exists: NO
Related CWE:
CPE: a:thedigicraft:atom.cms:2.0
Platforms Tested: Windows 10
2022
Atom CMS v2.0 – SQL Injection (no auth)
Atom CMS v2.0 is vulnerable to SQL Injection without authentication. An attacker can send a maliciously crafted HTTP POST request to the vulnerable application with a specially crafted 'id' parameter. This can allow an attacker to execute arbitrary SQL queries on the underlying database.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in SQL queries.