CVE-2025-40975
Description
Stored Cross-Site Scripting (XSS) vulnerability in WorkDo's HRMGo, consisting of a lack of proper validation of user input by sending a POST request to ‘/hrmgo/ticket/changereply’, using the ‘description’ parameter.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
A stored XSS vulnerability in WorkDo HRMGo allows attackers to inject arbitrary JavaScript via the 'description' parameter in a POST request to '/hrmgo/ticket/changereply'.
Vulnerability
Overview
CVE-2025-40975 is a stored cross-site scripting (XSS) vulnerability found in WorkDo's HRMGo application. The root cause is a lack of proper validation of user input when processing the 'description' parameter in a POST request to the endpoint /hrmgo/ticket/changereply [1]. This allows an attacker to inject malicious scripts that are stored on the server and later executed in the context of other users' browser.
Exploitation
An attacker must be authenticated to the HRMGo application and have the ability to send a crafted POST request to the vulnerable endpoint. The attack does not require any special network position beyond access to the application's web interface [1]. The stored script will be executed when a victim views the affected ticket reply, making this a typical stored XSS scenario.
Impact
Successful exploitation allows the attacker to execute arbitrary JavaScript in the context of the victim's session. This can lead to session hijacking, defacement, or theft of sensitive information displayed within the application. The CVSS v4.0 base score is 5.1 (Medium), with the vector AV:N/AC:L/AT:N/PR:L/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N, indicating low impact on confidentiality, integrity, and availability, but with some scope change [1].
Mitigation
As of the publication date, no official patch or workaround has been reported by the vendor [1]. Organizations using WorkDo HRMGo should monitor vendor channels for updates and consider implementing web application firewall rules or input sanitization as interim measures.
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.