Skip to content
Threat Feed
critical advisory

Remote Code Execution in SPIP via editer_objet Action

SPIP versions before 4.4.18 are vulnerable to remote code execution due to improper validation of the arg parameter in the editer_objet action, allowing attackers to inject malicious serialized data into the job queue.

CVE search metadata

CVE search record: CVE-2026-72710. Severity: critical. CVSS: 9.8. KEV: no. Product: SPIP (< 4.4.18). Brief: Remote Code Execution in SPIP via editer_objet Action. Brief link: https://feed.craftedsignal.io/briefs/2026-09-spip-rce/

What's new

  • 1. added detection rule: Detects CVE-2026-72708 Exploitation - Blind SQL Injection via Sitemap Endpoint Sep 11, 19:15 via nvd

SPIP versions prior to 4.4.18 are affected by a critical remote code execution (RCE) vulnerability within the editer_objet action. The vulnerability arises because the arg parameter resolves SQL table names without validating them against an editable columns allowlist. An attacker possessing a valid nonce can exploit this to inject arbitrary, attacker-controlled rows into the spip_jobs database table.

The injected entries are later processed by the system's cron job queue. Because the application unserializes these malicious payloads during the queue execution process, it leads to arbitrary PHP function execution on the underlying server. Given the severity of this flaw, which carries a CVSS v3.1 base score of 9.8, immediate patching to version 4.4.18 or later is required to prevent unauthorized system compromise. Defenders should focus on monitoring for unauthorized access to administrative actions or suspicious manipulation of the spip_jobs table.

Impact

Successful exploitation allows unauthenticated or low-privileged attackers with a valid nonce to achieve full remote code execution on the hosting server. This enables complete system compromise, potential data exfiltration, and lateral movement within the environment. All sectors deploying SPIP versions below 4.4.18 are at risk of total infrastructure takeover.

Recommendation

  • Patch all instances of SPIP to version 4.4.18 or later immediately.
  • Audit database activity specifically targeting the spip_jobs table for suspicious or unexpected entries.
  • Monitor webserver access logs for anomalous requests targeting the editer_objet action, particularly those containing encoded or serialized PHP objects.

Immediate actions

Upgrade SPIP to 4.4.18 or later

IT Operations 24h

Mitigations

Upgrade SPIP to 4.4.18 or later

immediate IT Operations

CVE-2026-72710

Detection coverage 1

Detects CVE-2026-72708 Exploitation - Blind SQL Injection via Sitemap Endpoint

high

Detects attempts to exploit CVE-2026-72708 by monitoring for time-based SQL injection payloads within the 'annee' parameter of requests to the sitemap.xml.html endpoint.

sigma tactics: initial_access techniques: T1190 sources: webserver

Detection queries are available on the platform. Get full rules →