CVE-2025-41003
Description
Imaster's Patient Record Management System contains a stored Cross-Site Scripting (XSS) vulnerability in the endpoint ‘/projects/hospital/admin/edit_patient.php’. By injecting a malicious script into the ‘firstname’ parameter, the JavaScript code is stored and executed every time a user accesses the patient list, allowing an attacker to execute arbitrary JavaScript in a victim's browser.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
A stored XSS vulnerability in Imaster's Patient Record Management System allows arbitrary JavaScript execution via malicious script injection into the firstname parameter.
Stored cross-site scripting (XSS) vulnerability in Imaster's Patient Record Management System exists in the /projects/hospital/admin/edit_patient.php endpoint. The firstname parameter is not properly sanitized, allowing an attacker to inject arbitrary JavaScript that gets stored in the database. When other users access the patient list, the injected script executes in their browsers [1].
Exploitation requires an authenticated user with low privileges (e.g., a staff account) to inject a malicious payload via the patient editing form. The stored script then triggers every time the patient list is viewed, making it a persistent attack vector [1].
Successful exploitation allows the attacker to execute arbitrary JavaScript in the context of the logged-in user's session. This can lead to session hijacking, data theft, or unauthorized actions within the application. The CVSS v4.0 score of 5.1 reflects the low impact to confidentiality and integrity but highlights the risk of stored persistence [1].
As of the advisory publication date (INCIBE-2026-015), no official patch or workaround has been provided by Imaster. Organizations using this system should monitor for updates and consider implementing input validation and output encoding as a defensive measure [1].
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.