Cyber Resilience

CVE-2025-71243

RCE in Spip Saisies 5.4.0 – 5.11.1

Public PoCRCE
Published
19 February 2026
Modified
26 February 2026
Patch / advisory
CVSS Score v4 9.3
Click a component to see what it means
Raw vectorCVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.051 92th percentile
Risk Priority 80 floored blend · peak EPSS

Summary

CVE-2025-71243 is a critical-severity Code Injection (CWE-94) vulnerability in Spip Saisies. Its CVSS base score is 9.3 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 8% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified map to SI-2 (Flaw Remediation) and RA-5 (Vulnerability Monitoring and Scanning) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

CVE-2025-71243, published on 2026-02-19, is a critical Remote Code Execution (RCE) vulnerability (CWE-94) in the 'Saisies pour formulaire' (Saisies) plugin for SPIP content management system. It affects versions 5.4.0 through 5.11.0 and carries a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), indicating high impact on confidentiality, integrity, and availability.

An unauthenticated attacker with network access can exploit this vulnerability with low complexity and no user interaction, achieving arbitrary code execution on the affected server.

Advisories recommend immediate update to Saisies version 5.11.1 or later. The SPIP blog details the critical security update, the plugin page provides version information, and VulnCheck publishes an advisory on the RCE issue.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

The 'Saisies pour formulaire' (Saisies) plugin for SPIP versions 5.4.0 through 5.11.0 contains a critical Remote Code Execution (RCE) vulnerability. An attacker can exploit this vulnerability to execute arbitrary code on the server. Users should immediately update to version 5.11.1…

more

or later.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

The vulnerability is an unauthenticated RCE in a public-facing CMS plugin, directly enabling exploitation of a public-facing application for initial access and code execution.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

Likely ATT&CK TechniquesAI

Techniques this vulnerability likely enables, inferred from its description, weakness type, and attributed-actor tradecraft. Confidence is per-technique.

T1190 Exploit Public-Facing Application Initial Accessconfidence: HIGH
Unauthenticated network RCE in a public-facing SPIP plugin directly enables exploitation of remote services/applications.
T1059 Command and Scripting Interpreter Executionconfidence: HIGH
Arbitrary code execution achieved via the RCE allows use of command/scripting interpreters on the server.
T1068 Exploitation for Privilege Escalation Privilege Escalationconfidence: HIGH
Successful RCE on a web application server yields privilege escalation to the web-server process context.
inferred from description + CWE · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-27744Same vendor: Spip
CVE-2026-27745Same vendor: Spip
CVE-2025-71244Same vendor: Spip
CVE-2026-22205Same vendor: Spip
CVE-2025-71242Same vendor: Spip
CVE-2026-27475Same vendor: Spip
CVE-2026-27472Same vendor: Spip
CVE-2024-40489Shared CWE-94
CVE-2026-21570Shared CWE-94
CVE-2026-10109Shared CWE-94

Affected Assets

spip
saisies
5.4.0 — 5.11.1

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SI-2 Flaw Remediation
Detect
Catch it (NIST detect / respond)
  • RA-5 Vulnerability Monitoring and Scanning
  • SI-4 System Monitoring
Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V1.3.1

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires timely remediation of identified flaws like this critical RCE vulnerability in the Saisies plugin via patching to version 5.11.1 or later.

detect

Mandates vulnerability scanning to identify deployments of vulnerable SPIP Saisies plugin versions affected by CVE-2025-71243.

detect

Enables monitoring of system activity to detect exploitation attempts or successful RCE via anomalous behavior on the affected server.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

PR.PS-06's SDLC practices directly target injection flaws via secure coding and testing (mostly), yet as a single broad outcome it leaves many code-generation specifics unaddressed (partial).

PR.DS-10 none match
prevents

PR.DS-10 protects runtime data confidentiality/integrity but has no bearing on neutralizing externally influenced input during code generation, so neither direction shows any preventive effect.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

prevents

Banning unapproved code samples and unauthenticated web services, combined with secure-coding standards and SAST, prevents the dynamic generation or inclusion of attacker-supplied code.

none

Controls that restrict unauthorized or malicious code from being introduced via external networks or removable media limit opportunities for an attacker to inject and execute arbitrary code.

References