Learn about CVE-2018-14399 affecting PHPCMS version 9.6.0. Remote attackers can upload and execute unauthorized PHP code. Find mitigation steps and long-term security practices here.
In the PHPCMS version 9.6.0, a vulnerability exists in the attachment.class.php file, allowing remote attackers to upload and execute unauthorized PHP code. The attack involves manipulating the SRC attribute of an IMG element within the info[content] JSON data.
Understanding CVE-2018-14399
This CVE-2018-14399 vulnerability was published on July 19, 2018.
What is CVE-2018-14399?
This CVE affects PHPCMS version 9.6.0, enabling remote attackers to upload and run unauthorized PHP code by exploiting a vulnerability in the attachment.class.php file.
The Impact of CVE-2018-14399
Technical Details of CVE-2018-14399
This section provides more technical insights into the vulnerability.
Vulnerability Description
The vulnerability in libs\classes\attachment.class.php in PHPCMS 9.6.0 allows attackers to upload and execute PHP code via a crafted URI in the SRC attribute of an IMG element within the info[content] JSON data.
Affected Systems and Versions
Exploitation Mechanism
The attack involves modifying the SRC attribute of an IMG element within the info[content] JSON data using a specific URI, triggering the vulnerability when accessing a particular URI in the PHPCMS application.
Mitigation and Prevention
Protecting systems from CVE-2018-14399 requires immediate actions and long-term security practices.
Immediate Steps to Take
Long-Term Security Practices
Patching and Updates