vendor:
Mercury CMS
by:
7.5
CVSS
HIGH
Input Validation
20
CWE
Product Name: Mercury CMS
Affected Version From: 4
Affected Version To: 4
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
Multiple input validation vulnerabilities in Mercury CMS
The vulnerabilities in Mercury CMS are due to a failure in properly sanitizing user-supplied input. Successful exploitation could lead to compromise of the application, disclosure or modification of data, theft of authentication credentials, and other attacks. The vulnerabilities include SQL injection and cross-site scripting (XSS) vulnerabilities.
Mitigation:
To mitigate these vulnerabilities, it is recommended to implement proper input validation and sanitization mechanisms in the application's code. Input should be validated and filtered before being used in database queries or rendered in web pages. Additionally, the use of prepared statements or parameterized queries can help prevent SQL injection attacks.