Cyber Posture

CVE-2026-24849

CriticalPublic PoC

Published: 25 February 2026

Published
25 February 2026
Modified
25 February 2026
KEV Added
Patch
CVSS Score 9.9 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
EPSS Score 0.0001 2.6th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-24849 is a critical-severity Path Traversal (CWE-22) vulnerability in Open-Emr Openemr. Its CVSS base score is 9.9 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Data from Local System (T1005); ranked at the 2.6th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 AC-3 (Access Enforcement) and SI-10 (Information Input Validation).

Threat & Defense at a Glance

What attackers do: exploitation maps to Data from Local System (T1005) and 1 other technique. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly mitigates path traversal (CWE-22) in disposeDocument() by validating file path inputs to prevent arbitrary file reads.

prevent

Enforces logical access authorizations to block authenticated users from reading unauthorized server filesystem files via the flawed method.

prevent

Requires timely flaw remediation, such as applying the OpenEMR 7.0.4 patch that fixes the vulnerability.

MITRE ATT&CK Enterprise TechniquesAI

T1005 Data from Local System Collection
Adversaries may search local system sources, such as file systems, configuration files, local databases, virtual machine files, or process memory, to find files of interest and sensitive data prior to Exfiltration.
T1552.001 Credentials In Files Credential Access
Adversaries may search local file systems and remote file shares for files containing insecurely stored credentials.
Why these techniques?

Path traversal enables direct arbitrary file reads from the local filesystem (T1005 Data from Local System), including configuration files that commonly contain credentials (T1552.001 Credentials In Files).

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

NVD Description

OpenEMR is a free and open source electronic health records and medical practice management application. Prior to version 7.0.4, the `disposeDocument()` method in `EtherFaxActions.php` allows authenticated users to read arbitrary files from the server filesystem. Any authenticated user (regardless of…

more

privilege level) can exploit this vulnerability to read sensitive files. Version 7.0.4 patches the issue.

Deeper analysisAI

CVE-2026-24849 affects OpenEMR, a free and open source electronic health records and medical practice management application. Prior to version 7.0.4, the `disposeDocument()` method in `EtherFaxActions.php` suffers from a path traversal vulnerability (CWE-22) that enables arbitrary file reads from the server filesystem. The vulnerability has a CVSS v3.1 base score of 9.9 (AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H), reflecting its critical severity due to network accessibility, low attack complexity, and broad impact potential.

Any authenticated user, regardless of privilege level, can exploit this vulnerability remotely without user interaction. By invoking the flawed `disposeDocument()` method, attackers gain the ability to read sensitive files from the server filesystem, such as configuration files, patient data, or other restricted resources, potentially compromising confidentiality and enabling further attacks.

OpenEMR version 7.0.4 addresses the issue with a patch. Additional details are available in the GitHub security advisory at https://github.com/openemr/openemr/security/advisories/GHSA-w6vc-hx2x-48pc and the specific commit at https://github.com/openemr/openemr/commit/22f8e53e5769a88b7a16cb223bd197d044c84e5a.

Details

CWE(s)

Affected Products

open-emr
openemr
≤ 7.0.4

CVEs Like This One

CVE-2026-24848Same product: Open-Emr Openemr
CVE-2025-29789Same product: Open-Emr Openemr
CVE-2026-33913Same product: Open-Emr Openemr
CVE-2026-34056Same product: Open-Emr Openemr
CVE-2026-33301Same product: Open-Emr Openemr
CVE-2026-33918Same product: Open-Emr Openemr
CVE-2026-25146Same product: Open-Emr Openemr
CVE-2026-32238Same product: Open-Emr Openemr
CVE-2026-34055Same product: Open-Emr Openemr
CVE-2026-24908Same product: Open-Emr Openemr

References