First published: Sat Mar 24 2018(Updated: )
An issue was discovered in zzcms 8.2. It allows PHP code injection via the siteurl parameter to install/index.php, as demonstrated by injecting a phpinfo() call into /inc/config.php.
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
ZZCMS | =8.2 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2018-8966 has a medium severity rating due to its potential for PHP code injection.
To fix CVE-2018-8966, ensure that user inputs are properly validated and sanitized before being processed by the application.
CVE-2018-8966 specifically affects ZZCMS version 8.2.
Yes, CVE-2018-8966 can allow remote code execution if exploited through the PHP code injection.
CVE-2018-8966 highlights the importance of input validation and security measures to prevent code injection vulnerabilities.