Description
SPIP before 4.4.20 allows unauthenticated remote attackers to execute arbitrary code, as exploited in the wild in August 2026. This is related to incorrect identification of <?php blocks, and var_export's mishandling of certain cases such as presence of a '<' character.
Published: 2026-08-20
Score: 9.8 Critical
EPSS: 2.6% Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

SPIP prior to version 4.4.20 is vulnerable to an unauthenticated remote code execution flaw that was actively exploited in August 2026. The flaw stems from the system’s incorrect handling of the opening PHP tag <?php and the function var_export, which can be manipulated to cause arbitrary code to execute on the host. This vulnerability allows an attacker to run any code with the privileges of the web server and, without user authentication, can compromise confidentiality, integrity, and availability of the affected site.

Affected Systems

The flaw affects all installations of SPIP running any release older than 4.4.20. The product affected is SPIP:SPIP, available in every deployment that has not yet been upgraded to the 4.4.20 release or newer.

Risk and Exploitability

The CVSS score of 9.8 ranks this as a critical flaw, and with an EPSS score of 3%, the fact that it was exploited in the wild indicates a high likelihood of further attacks. It is not currently listed in the CISA KEV catalog, but the absence of that listing does not reduce the urgency. The likely attack vector is via the web interface or any improperly sanitized input that can trigger the PHP parsing logic. An attacker can execute code from any external source reachable to the SPIP instance.

Generated by OpenCVE AI on August 25, 2026 at 15:40 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade SPIP to version 4.4.20 or later, which corrects the PHP block identification and var_export handling.
  • If an immediate upgrade is impossible, restrict PHP execution in the web root by configuring the web server (e.g., using .htaccess rules or server configuration) to deny .php files or to block execution of unknown PHP code blocks.
  • Monitor server logs for unexpected PHP execution attempts and review the site’s permission settings to ensure that the web process runs with the least privilege necessary.

Generated by OpenCVE AI on August 25, 2026 at 15:40 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 25 Aug 2026 16:00:00 +0000

Type Values Removed Values Added
Title Unauthenticated Remote Code Execution via Malformed PHP Block Parsing in SPIP <= 4.4.19

Fri, 21 Aug 2026 20:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Fri, 21 Aug 2026 00:00:00 +0000

Type Values Removed Values Added
Title Unauthenticated Remote Code Execution via Malformed PHP Block Parsing in SPIP <= 4.4.19

Thu, 20 Aug 2026 22:45:00 +0000

Type Values Removed Values Added
Description SPIP before 4.4.20 allows unauthenticated remote attackers to execute arbitrary code, as exploited in the wild in August 2026. This is related to incorrect identification of <?php blocks, and var_export's mishandling of certain cases such as presence of a '<' character.
First Time appeared Spip
Spip spip
Weaknesses CWE-94
CPEs cpe:2.3:a:spip:spip:*:*:*:*:*:*:*:*
Vendors & Products Spip
Spip spip
References
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}


cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-08-21T20:08:38.061Z

Reserved: 2026-08-20T22:24:39.234Z

Link: CVE-2026-77647

cve-icon Vulnrichment

Updated: 2026-08-21T20:06:24.690Z

cve-icon NVD

Status : Deferred

Published: 2026-08-20T23:16:28.647

Modified: 2026-09-08T19:29:09.680

Link: CVE-2026-77647

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-25T15:45:04Z

Weaknesses
  • CWE-94

    Improper Control of Generation of Code ('Code Injection')