CVE-2025-71249
Cross-Site Scripting in SPIP Private Area Before
Publication date: 2026-02-19
Last updated on: 2026-02-19
Assigner: VulnCheck
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| spip | spip | to 4.4.9 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-79 | The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability affects SPIP versions before 4.4.9 and involves Cross-Site Scripting (XSS) in the private area of the application. It is due to the echappe_anti_xss() function not being systematically applied to certain HTML tags such as input, form, button, and anchor (a) tags. This incomplete application allows an attacker to inject malicious scripts through these elements, bypassing the intended security measures.
How can this vulnerability impact me? :
The vulnerability allows attackers to inject malicious scripts into the private area of SPIP, which can lead to unauthorized actions performed on behalf of legitimate users. This can result in data theft, session hijacking, or manipulation of the applicationβs behavior, potentially compromising the security and integrity of the affected system.
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
What immediate steps should I take to mitigate this vulnerability?
I don't know