CVE-2024-41453
Description
A cross-site scripting (XSS) vulnerability in Process Maker pm4core-docker 4.1.21-RC7 allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the Name parameter.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Stored XSS in ProcessMaker pm4core-docker 4.1.21-RC7 via unsanitized Name parameter during process import allows arbitrary script execution.
Vulnerability Overview
CVE-2024-41453 is a stored cross-site scripting (XSS) vulnerability in ProcessMaker pm4core-docker version 4.1.21-RC7. The flaw resides in the process import functionality, where the Name parameter is not properly sanitized before being stored and later rendered. An attacker can inject arbitrary HTML or JavaScript code into this parameter, which will be executed when an administrator views or archives the imported process [1][2].
Exploitation Prerequisites
To exploit this vulnerability, an attacker must craft a malicious JSON file containing an XSS payload in the Name field. This file is then sent to a ProcessMaker administrator, who must import it as a new process. The attack relies on social engineering to convince the admin to import the file. Once imported, the payload is stored and triggered when the admin later attempts to archive the process, executing the injected script in the context of the admin's browser session [1].
Impact
Successful exploitation allows the attacker to execute arbitrary JavaScript in the administrator's browser. This can lead to session hijacking, theft of sensitive data, or unauthorized actions within the ProcessMaker application, potentially compromising the entire system.
Mitigation Status
As of the publication date (January 15, 2025), no official patch has been released by ProcessMaker. The vendor should implement proper input validation and output encoding for all user-supplied data, especially in import functions. Until a fix is available, administrators are advised to avoid importing process files from untrusted sources and to restrict administrative privileges.
AI Insight generated on May 20, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
1- Range: 4.1.21-RC7
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
News mentions
0No linked articles in our index yet.