CVE-2025-40977
Stored XSS in WorkDo eCommerceGo via /store-ticket Input
Publication date: 2026-01-12
Last updated on: 2026-01-12
Assigner: Spanish National Cybersecurity Institute, S.A. (INCIBE)
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| workdo | ecommercego | * |
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? :
The vulnerability can allow attackers to execute malicious scripts in the context of the affected application, potentially leading to theft of user credentials, session hijacking, defacement, or distribution of malware. This can compromise user data and the integrity of the application.
Can you explain this vulnerability to me?
This vulnerability is a Stored Cross-Site Scripting (XSS) issue in WorkDo's eCommerceGo SaaS. It occurs because the application does not properly validate user input sent via a POST request to the '/store-ticket' endpoint, specifically in the 'subject' and 'description' parameters. This allows an attacker to inject malicious scripts that are stored and later executed in users' browsers.