First published: Mon Aug 06 2018(Updated: )
dl/dl_sendmail.php in zzcms 8.3 has SQL Injection via the sql parameter.
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
ZZCMS | =8.3 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2018-14961 is classified as a critical vulnerability due to its potential for SQL injection, which can lead to unauthorized database access.
To fix CVE-2018-14961, sanitize and validate the input for the sql parameter in dl_sendmail.php to prevent SQL injection attacks.
The impact of CVE-2018-14961 includes the risk of data leakage, database corruption, or unauthorized access to sensitive information.
CVE-2018-14961 is specific to ZZCMS version 8.3, so other versions may not be affected.
You can check your application for vulnerability to CVE-2018-14961 by testing the sql parameter in dl_sendmail.php for successful SQL injection exploitation.