the administrative action endpoints under has an access control flaw
A remote attacker can reset any SPIP account password without logging in. This includes the administrator's password.
- Severity
- CriticalCVSS 3.1 · 9.8 · vulncheck.com
- Fix
- Fixed in 4.4.18
- Affected versions
- before 4.4.18
- Weakness
- CWE-862Missing Authorization
- Affects
- SPIP
- Exploited
- Not confirmedPublic proof of concept, per CISA SSVC
- CISA SSVC
- Proof of concept publicAutomatable: yes · Technical impact: total
- EU ID
- EUVD-2026-76155ENISA vulnerability database
How it works
- An unauthenticated attacker first obtains a valid request signature from SPIP.
- The attacker can calculate a valid signature for an administrative request.
- SPIP accepts that request without checking whether the visitor has permission.
- The attacker can then reset any user's password, including an administrator's.
What to do
If you manage a SPIP site, compare its installed version with 4.4.18 using your deployment records or hosting tools. Treat any version below 4.4.18 as affected by this flaw.
Update every affected SPIP site to version 4.4.18 or later. Confirm the deployed version is 4.4.18 or later after updating.
Technical details
CVE-2026-72709 affects SPIP versions older than 4.4.18. The ecrire/action administrative endpoints accept a valid HMAC-SHA256 nonce without performing the required server-side authorization check. An unauthenticated attacker can compute the nonce for the editer_auteur action. This permits password resets for any account, including administrators.
Severity breakdown
- Attack vector Network Requires network access to the vulnerable service
- Attack complexity Low Low complexity under the assessed conditions
- Privileges required None Attacker needs no account or login
- User interaction None No victim action needed
- Scope Unchanged Impact stays within the same security authority
- Confidentiality impact High Sensitive data can be exposed with serious impact
- Integrity impact High Protected data can be changed with serious impact
- Availability impact High The service can stop or suffer serious disruption
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H Open in FIRST.org calculatorReferences
- blog.spip.net · Mise-a-jour-critique-de-securite-sortie-de-SPIP-4-4-18.html release-notes patch NVD
- blog.lexfo.fr · casse-spip-sqli-to-rce.html technical-description exploit NVD
- vulncheck.com · spip-missing-authorization-via-ecrire-action-editer-auteur third party advisory technical description third-party-advisory NVD
- cve.org · CVERecord vdb entry
- cvefeed.io · CVE-2026-72709 third party advisory vdb entry
- euvd.enisa.europa.eu · EUVD-2026-76155 vdb entry
- cveawg.mitre.org · CVE-2026-72709