Cross-site scripting in OpenEMR - CVE-2026-33911
Published: April 23, 2026
OpenEMR
Detailed vulnerability description
The vulnerability allows a remote user to execute arbitrary JavaScript in a victim's session.
The vulnerability exists due to cross-site scripting in graphs.php when handling a crafted POST request through the title parameter. A remote user can send a specially crafted request to execute arbitrary JavaScript in a victim's session.
The issue occurs because the reflected input is returned in a response served with a text/html content type, causing the browser to interpret injected HTML or script content.