CVE-2026-3319
Reflected XSS in Cradle eCommerce Demo Platform
Publication date: 2026-05-11
Last updated on: 2026-05-11
Assigner: Spanish National Cybersecurity Institute, S.A. (INCIBE)
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
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
How can this vulnerability impact me? :
Exploitation of this vulnerability allows an attacker to execute arbitrary JavaScript code in the victim's browser. This can lead to various impacts such as theft of sensitive information (like cookies or session tokens), performing actions on behalf of the user without their consent, or redirecting the user to malicious sites.
Can you explain this vulnerability to me?
This vulnerability is a Reflected Cross-Site Scripting (XSS) issue found in the latest demo version of the Cradle eCommerce platform. It occurs because user-controlled input is insecurely reflected in the HTML output at the /collection/ endpoint. This means that an attacker can inject malicious JavaScript code that will be executed in the context of the victim's browser.