CVE-2026-46725
Description
The extension passes an attacker-controlled cookie directly to PHP's unserialize() without safely processing the input. A remote, unauthenticated attacker can supply a crafted serialized payload to trigger PHP Object Injection, leading to Remote Code Execution on the TYPO3 server. Exploitation requires the content element to be configured with "Persistent Mode: Static" in the plugin settings.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Remote, unauthenticated PHP Object Injection via crafted cookie in TYPO3 extension ceselector leads to RCE.
Vulnerability
The extension "Content Element Selector" (ceselector) for TYPO3 fails to sanitize an attacker-controlled cookie before passing it to PHP's unserialize() function, resulting in an insecure deserialization vulnerability. Affected versions are 6.0.0, 5.0.0, 4.0.0–4.0.1, 3.0.2 and below. Exploitation requires the content element to be configured with "Persistent Mode: Static" in the plugin settings [1].
Exploitation
An unauthenticated remote attacker can craft a malicious serialized payload and deliver it via a cookie. The vulnerability is triggered when the cookie is processed by the extension under the specific configuration mentioned above. No authentication or prior access is needed [1].
Impact
Successful exploitation allows the attacker to execute arbitrary PHP code on the TYPO3 server, leading to full compromise of confidentiality, integrity, and availability of the application and its data [1].
Mitigation
Fixed versions have been released: 6.0.1, 5.0.1, 4.0.2, and 3.0.3, all dated May 19, 2026. Users should update the extension immediately via the TYPO3 extension manager or from the provided download links. No workaround is available [1].
AI Insight generated on May 21, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
1News mentions
0No linked articles in our index yet.