CVE-2025-40976
Stored XSS in WorkDo TicketGo 'description' Parameter Allows Injection
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 | ticketgo | * |
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 TicketGo application. It occurs because the application does not properly validate user input sent via a POST request to the '/ticketgo-saas/home' endpoint, specifically through the 'description' parameter. This allows an attacker to inject malicious scripts that are stored and later executed in the context of other users' browsers.
How can this vulnerability impact me? :
The vulnerability can allow attackers to execute malicious scripts in the browsers of users who view the affected content. This can lead to theft of user credentials, session hijacking, defacement of the website, or distribution of malware, potentially compromising user data and system integrity.