CVE Catalog

Actively exploited in the wild

Craft CMS External Control of Assumed-Immutable Web Parameter Vulnerability

Craft CMS - Craft CMS · Listed in the CISA KEV since 2025-06-02. This indicates confirmed attacks in production environments.

Required action: Apply mitigations per vendor instructions, follow applicable BOD 22-01 guidance for cloud services, or discontinue use of the product if mitigations are unavailable.

CVE-2025-35939

MediumCVSS 5.3KEV
Published: Updated: Translated: NVD NIST

Summary

Craft CMS stores arbitrary content provided by unauthenticated users in session files. This content could be accessed and executed, possibly using an independent vulnerability. Craft CMS redirects requests that require authentication to the login page and generates a session file on the server at '/var/lib/php/sessions'. Such session files are named 'sess_[session_value]', where '[session_value]' is provided to the client in a 'Set-Cookie' response header. Craft CMS stores the return URL requested by the client without sanitizing parameters. Consequently, an unauthenticated client can introduce arbitrary values, such as PHP code, to a known local file location on the server. Craft CMS versions 5.7.5 and 4.15.3 have been released to address this issue.

Risk Assessment

The ability to inject PHP code into session files can lead to remote code execution and full compromise of the Craft CMS server.

Recommendation

Update Craft CMS to version 5.7.5 or 4.15.3 (or later) to address the vulnerability.

Other vulnerabilities in Craft CMS

See all
Original NVD description (English source)

Craft CMS stores arbitrary content provided by unauthenticated users in session files. This content could be accessed and executed, possibly using an independent vulnerability. Craft CMS redirects requests that require authentication to the login page and generates a session file on the server at '/var/lib/php/sessions'. Such session files are named 'sess_[session_value]', where '[session_value]' is provided to the client in a 'Set-Cookie' response header. Craft CMS stores the return URL requested by the client without sanitizing parameters. Consequently, an unauthenticated client can introduce arbitrary values, such as PHP code, to a known local file location on the server. Craft CMS versions 5.7.5 and 4.15.3 have been released to address this issue.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS