CVE-2026-22206
SQL Injection in SPIP Allows Remote Code Execution
Publication date: 2026-02-26
Last updated on: 2026-03-02
Assigner: VulnCheck
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| spip | spip | to 4.4.10 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-89 | The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data. |
Attack-Flow Graph
AI Powered Q&A
How can this vulnerability impact me? :
This vulnerability can have severe impacts including unauthorized execution of arbitrary SQL queries and remote code execution on the server. It compromises the confidentiality, integrity, and availability of the affected system. Attackers with low privileges and network access can exploit this flaw without requiring user interaction, potentially leading to full system compromise.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
I don't know
Can you explain this vulnerability to me?
CVE-2026-22206 is a SQL injection vulnerability found in SPIP versions prior to 4.4.10. It allows authenticated users with low privileges to execute arbitrary SQL queries by exploiting union-based SQL injection techniques. Attackers can combine this flaw with PHP tag processing to achieve remote code execution on the server.
What immediate steps should I take to mitigate this vulnerability?
To mitigate the vulnerability CVE-2026-22206 in SPIP, it is imperative to update SPIP to version 4.4.10 or later, which contains the security fixes addressing the SQL injection and remote code execution flaws.
Additionally, update the affected plugins to their minimum secure versions or later, either via the SPIP administration interface or by using the latest spip_loader script (version 6.2.1) available at https://get.spip.net/.
It is also recommended to subscribe to the official SPIP security mailing list and follow their social media and IRC/Discord channels to stay informed about future security updates.