vendor:
CustomCMS
by:
Pr0metheuS
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: CustomCMS
Affected Version From: CustomCMS 3.1
Affected Version To: Unknown
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested: Unknown
Unknown
CustomCMS SQL Injection Vulnerability
CustomCMS is prone to an SQL-injection vulnerability because it fails to sufficiently sanitize user-supplied data before using it in an SQL query. Exploiting this issue could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.
Mitigation:
Implement proper input validation and sanitization techniques to prevent SQL injection attacks. Ensure that user-supplied data is properly escaped or parameterized before using it in an SQL query.