CVE-2026-27746
Received Received - Intake
Reflected XSS in SPIP jeux Plugin pre_propre Pipeline

Publication date: 2026-02-25

Last updated on: 2026-02-27

Assigner: VulnCheck

Description
The SPIP jeux plugin versions prior toΒ 4.1.1 contain a reflected cross-site scripting (XSS) vulnerability in the pre_propre pipeline. The plugin incorporates untrusted request parameters into HTML output without proper output encoding, allowing attackers to inject arbitrary script content into pages that render a jeux block. When a victim is induced to visit a crafted URL, the injected content is reflected into the response and executed in the victim's browser context.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-02-25
Last Modified
2026-02-27
Generated
2026-06-16
AI Q&A
2026-02-25
EPSS Evaluated
2026-06-14
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
spip jeux to 4.1.1 (exc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
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 Quick Actions
Instant insights powered by AI
Executive Summary

[{'type': 'paragraph', 'content': 'CVE-2026-27746 is a reflected cross-site scripting (XSS) vulnerability found in the SPIP jeux plugin versions prior to 4.1.1. The issue occurs in the pre_propre pipeline where the plugin incorporates untrusted request parameters into HTML output without proper output encoding. This allows attackers to inject arbitrary script content into pages that render a jeux block.'}, {'type': 'paragraph', 'content': "When a victim visits a specially crafted URL, the injected malicious script is reflected in the server response and executed within the victim's browser context."}] [2]

Impact Analysis

[{'type': 'paragraph', 'content': "This vulnerability can allow attackers to execute arbitrary scripts in the context of a victim's browser when they visit a crafted URL containing malicious code. This can lead to theft of sensitive information such as cookies, session tokens, or other private data accessible to the browser."}, {'type': 'paragraph', 'content': 'It may also enable attackers to perform actions on behalf of the victim, manipulate the content displayed, or redirect the victim to malicious sites.'}] [2]

Compliance Impact

I don't know

Detection Guidance

[{'type': 'paragraph', 'content': 'This vulnerability can be detected by identifying if your SPIP jeux plugin version is prior to 4.1.1 and by testing whether the application improperly reflects untrusted request parameters in the HTML output without proper encoding.'}, {'type': 'paragraph', 'content': 'One way to detect the vulnerability is to craft and send HTTP requests with script payloads in the parameters that are processed by the pre_propre pipeline and observe if the injected script is reflected in the response.'}, {'type': 'paragraph', 'content': 'For example, you can use curl or similar tools to send a request with a script injection attempt in the URL parameters and check the response for reflected script content.'}, {'type': 'list_item', 'content': 'curl -i "http://your-spip-site/path?index=<script>alert(\'XSS\')</script>"'}, {'type': 'list_item', 'content': 'Check the HTTP response body for the presence of the injected script tag without proper encoding.'}, {'type': 'paragraph', 'content': 'If the script is reflected and executed in the browser context, the vulnerability is present.'}] [2, 3]

Mitigation Strategies

The immediate step to mitigate this vulnerability is to upgrade the SPIP jeux plugin to version 4.1.1 or later, where the issue has been fixed by properly sanitizing and validating the indexes received via HTTP requests.

Until the upgrade can be applied, consider implementing web application firewall (WAF) rules to block or sanitize suspicious requests containing script tags or other potentially malicious input in the parameters processed by the jeux plugin.

Additionally, educate users to avoid clicking on suspicious or untrusted URLs that could exploit this reflected XSS vulnerability.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-27746. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart