CVE-2026-3452

7.2

Concrete CMS · Concrete CMS

Concrete CMS versions prior to 9.4.8 are vulnerable to remote code execution via stored PHP object injection in the Express Entry List block.

Executive summary

Concrete CMS versions before 9.4.8 contain a critical deserialization vulnerability that allows authenticated administrators to achieve remote code execution on the host system.

Vulnerability

This vulnerability is a deserialization of untrusted data (CWE-502) affecting the Express Entry List block. An authenticated administrator can inject serialized PHP objects into the columns parameter, which are subsequently processed by the unserialize function without adequate integrity checks.

Business impact

The ability to execute arbitrary code on the server represents a total compromise of the application and its underlying infrastructure. Given the CVSS score of 8.9, this vulnerability poses a severe risk of data exfiltration, system manipulation, and complete loss of availability. Successful exploitation would grant an attacker the ability to bypass security controls and gain full control over the web environment.

Remediation

Immediate Action: Upgrade your Concrete CMS installation to version 9.4.8 or later, as documented in the official release notes.

Proactive Monitoring: Review application logs for suspicious entries related to the Express Entry List block or unusual block configuration changes.

Compensating Controls: Ensure that administrative access to the CMS is restricted to trusted personnel through robust multi-factor authentication and network-level access controls to limit the potential pool of attackers.

Exploitation status

Public Exploit Available: Unknown

Analyst recommendation

The risk posed by this deserialization vulnerability is significant due to the potential for full system compromise. Administrators must prioritize updating their Concrete CMS instances to version 9.4.8 immediately to eliminate the attack vector. Failure to apply this update leaves the platform susceptible to remote code execution by any actor with administrative access to the CMS dashboard.

More Concrete CMS CVEs

Sources

Originally found and disclosed by YJK (@YJK0805) of ZUSO ART, per the CVE Program record.