PatchSiren cyber security CVE debrief
CVE-2026-72708 SPIP CVE debrief
CVE-2026-72708 is a high-severity vulnerability in SPIP before version 4.4.18, allowing unauthenticated blind SQL injection via the public sitemap endpoint. This vulnerability, with a CVSS score of 8.7, enables attackers to embed arbitrary SQL into the generated query, potentially exposing arbitrary database content, including the alea_ephemere secret used for signing action nonces.
- Vendor
- SPIP
- Product
- Unknown
- CVSS
- HIGH 8.7
- 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
Defenders responsible for systems using SPIP, especially those in roles related to web application security, database administration, and vulnerability management, should assess their exposure and prioritize remediation.
Why it matters
CVE-2026-72708 is a high-severity vulnerability in SPIP that allows unauthenticated blind SQL injection, potentially leading to exposure of arbitrary database content and compromise of sensitive information. Defenders should prioritize verifying exposure, assessing impact, and implementing remediation measures.
- Potential exposure of arbitrary database content
- Possible compromise of the alea_ephemere secret used for signing action nonces
- Risk of unauthorized database access and manipulation
- Need for verification of SPIP version and exposure
Technical summary
The vulnerability exists in the public sitemap endpoint of SPIP, where the MySQL escaper spip_mysql_cite() returns values unescaped when the target column is a date type and the supplied value matches the pattern of a word character followed by an open parenthesis. This allows attackers to supply crafted values, such as time-based payloads, through the annee parameter in squelettes-dist/sitemap.xml.html to embed arbitrary SQL directly into the generated query.
Defensive priority
Defenders should prioritize verifying exposure and assessing the impact of this vulnerability on their systems, especially those using SPIP versions prior to 4.4.18.
Recommended defensive actions
- Verify SPIP version and assess exposure
- Review and update SPIP to version 4.4.18 or later
- Monitor for potential SQL injection attempts
- Implement compensating controls to protect against unauthorized database access
- Review system logs for suspicious activity
- Conduct a thorough vulnerability scan of the system
- Isolate affected systems until remediation is verified
Evidence notes
The CVE record and NVD entry provide details on the vulnerability, including its CVSS score and vector. However, the exact scope of affected systems and versions requires further verification from official sources.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-72708 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-72708
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-72708 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-72708
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-unauthenticated-sql-injection-via-sitemap-annee-parameter
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.