PatchSiren cyber security CVE debrief
CVE-2026-72710 SPIP CVE debrief
A critical vulnerability exists in SPIP before version 4.4.18, allowing remote code execution via the editer_objet action. This issue arises from the arg parameter resolving SQL table names without enforcing an editable columns allowlist, enabling attackers with a valid nonce to inject rows into the spip_jobs table. By supplying arg=job/0 with crafted fonction and args values, attackers can execute arbitrary PHP functions when the cron job queue is processed.
- Vendor
- SPIP
- Product
- Unknown
- CVSS
- CRITICAL 9.3
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-11
- Original CVE updated
- 2026-09-11
- Advisory published
- 2026-09-11
- Advisory updated
- 2026-09-11
Who should care
System administrators and security teams responsible for SPIP installations should assess exposure and prioritize updating to version 4.4.18 or later. This includes operators managing SPIP-based platforms, vulnerability management teams, and security teams overseeing system updates and patches.
Why it matters
CVE-2026-72710 is a critical remote code execution vulnerability in SPIP before 4.4.18. Attackers with a valid nonce can inject rows into the spip_jobs table, leading to arbitrary PHP function execution. System administrators and security teams should prioritize updating to version 4.4.18 or later.
- Remote code execution with a valid nonce
- Injection of rows into the spip_jobs table
- Arbitrary PHP function execution when the cron job queue is processed
- Potential for lateral movement and further exploitation
Technical summary
The vulnerability exists in the editer_objet action of SPIP before 4.4.18, allowing attackers with a valid nonce to inject rows into the spip_jobs table. This can lead to arbitrary PHP function execution when the cron job queue is drained. The issue arises from the arg parameter resolving SQL table names without enforcing an editable columns allowlist, enabling attackers to supply arg=job/0 with crafted fonction and args values. System administrators and security teams should assess exposure and prioritize updating to version 4.4.18 or later.
Defensive priority
High priority should be given to updating SPIP to version 4.4.18 or later, as the vulnerability allows for remote code execution with a valid nonce.
Recommended defensive actions
- Update SPIP to version 4.4.18 or later
- Restrict access to the editer_objet action
- Monitor for suspicious activity on the spip_jobs table
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
Evidence notes
The CVE record and NVD entry provide details on the vulnerability, including its CVSS score of 9.3 and critical severity. However, the exact scope of affected versions and systems requires verification from official sources.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-72710 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-72710
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-72710 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-72710
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://blog.lexfo.fr/casse-spip-sqli-to-rce.html
-
Source reference
Unverified legacy reference
URL: https://blog.spip.net/Mise-a-jour-critique-de-securite-sortie-de-SPIP-4-4-18.html
-
Source reference
Unverified legacy reference
URL: https://www.vulncheck.com/advisories/spip-remote-code-execution-via-editer-objet-php-job-queue-injection
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.