CVE-2025-40978
Stored XSS in WorkDo eCommerceGo via reply_description Parameter
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
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 '/ticket/x/conversion' endpoint, specifically in the 'reply_description' parameter. This allows an attacker to inject malicious scripts that are stored and later executed in the context of other users.
How can this vulnerability impact me? :
The impact of this vulnerability includes the potential for attackers to execute malicious scripts in users' browsers, which can lead to session hijacking, theft of sensitive information, defacement of the website, or distribution of malware. It can compromise user data and trust in the affected application.