CVE-2025-40978
Description
Stored Cross-Site Scripting (XSS) vulnerability in WorkDo's eCommerceGo SaaS, consisting of a stored XSS due to a lack of proper validation of user input by sending a POST request to ‘/ticket/x/conversion’, using the ‘reply_description’ parameter.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Stored XSS in WorkDo eCommerceGo SaaS via unsanitized 'reply_description' parameter in POST to '/ticket/x/conversion'.
Vulnerability
CVE-2025-40978 is a stored cross-site scripting (XSS) vulnerability in WorkDo's eCommerceGo SaaS application. The root cause is a lack of proper validation of user input supplied through the reply_description parameter in a POST request to the endpoint /ticket/x/conversion [1].
Exploitation
An authenticated attacker with low privileges can send a crafted POST request containing malicious JavaScript code within the reply_description parameter. The input is stored without sanitization and will be executed in the context of the victim's browser when the ticket or conversion view is loaded [1]. User interaction (e.g., viewing the affected page) is required for the payload to trigger.
Impact
Successful exploitation enables the attacker to execute arbitrary script code in the victim's browser session within the eCommerceGo SaaS application context. This can lead to session hijacking, defacement, or redirection to malicious sites, compromising the confidentiality and integrity of the affected application's data [1].
Mitigation
As of the publication date, no official patch or solution has been reported by WorkDo. The advisory from INCIBE indicates no fix is currently available [1]. Organizations using eCommerceGo SaaS should monitor vendor updates and consider implementing input validation and output encoding as a temporary workaround.
AI Insight generated on May 19, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
1Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
1News mentions
0No linked articles in our index yet.