CVE-2026-22206
8.8SPIP · SPIP
SPIP versions prior to 4.4.10 are vulnerable to a SQL injection flaw that enables authenticated low-privilege users to execute arbitrary SQL and potentially achieve remote code execution.
Executive summary
A critical SQL injection vulnerability in SPIP allows authenticated attackers to execute arbitrary commands, creating a severe risk of full system compromise.
Vulnerability
The application is susceptible to a SQL injection vulnerability (CWE-89) triggered by union-based injection techniques. Authenticated low-privilege users can exploit this flaw in conjunction with PHP tag processing to execute arbitrary SQL queries and facilitate remote code execution on the server.
Business impact
The ability to execute arbitrary SQL queries provides an attacker with complete control over the application database, leading to potential data theft, manipulation, or unauthorized administrative access. Furthermore, the escalation to remote code execution poses a catastrophic risk to the entire server environment. Given the high CVSS score of 8.8, immediate remediation is required to prevent total system compromise and potential service outages.
Remediation
Immediate Action: Upgrade SPIP to version 4.4.10 or later immediately to resolve the vulnerable code path.
Proactive Monitoring: Review web application and database access logs for unusual SQL syntax or unexpected execution of administrative functions by low-privilege accounts.
Compensating Controls: Deploy Web Application Firewall (WAF) rules designed to detect and block common SQL injection patterns, specifically targeting union-based attacks.
Exploitation status
Public Exploit Available: Unknown
Analyst recommendation
This vulnerability represents a significant security failure that could lead to full server takeover. Security teams must prioritize upgrading to version 4.4.10 to eliminate the underlying SQL injection flaw. Delaying this update exposes the infrastructure to severe risk, and we strongly recommend applying the patch during the next available maintenance window.
More SPIP CVEs
Sources
Originally found and disclosed by Arthur Deloffre (Vozec), Louka Jacques-Chevallier (Laluka), per the CVE Program record.