CVE-2025-50901
Published: 20 August 2025
Summary
CVE-2025-50901 is a critical-severity Improper Authentication (CWE-287) vulnerability in Jeewms Jeewms. Its CVSS base score is 9.8 (Critical).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 29.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-14 (Permitted Actions Without Identification or Authentication) and AC-3 (Access Enforcement).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Enforces approved authorizations for logical access to information and system resources, directly preventing unauthorized arbitrary file reading due to authentication bypass.
Requires unique identification and authentication for non-organizational users, mitigating the improper authentication bypass exploited by unauthenticated remote attackers.
Limits permitted actions without identification or authentication, ensuring arbitrary file reading is not authorized for unauthenticated users.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Auth bypass in public-facing web app directly enables remote exploitation (T1190) and arbitrary local file access (T1005).
NVD Description
JeeWMS 771e4f5d0c01ffdeae1671be4cf102b73a3fe644 (2025-05-19) contains incorrect authentication bypass vulnerability, which can lead to arbitrary file reading.
Deeper analysisAI
CVE-2025-50901 is an incorrect authentication bypass vulnerability affecting JeeWMS at commit hash 771e4f5d0c01ffdeae1671be4cf102b73a3fe644, dated 2025-05-19. This flaw, mapped to CWE-287 (Improper Authentication), enables attackers to circumvent authentication mechanisms, resulting in arbitrary file reading on the vulnerable system. The vulnerability carries a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), marking it as critical due to its high impact on confidentiality, integrity, and availability.
Unauthenticated remote attackers can exploit this vulnerability over the network with low complexity and no user interaction required. Exploitation allows bypassing authentication controls, leading to arbitrary file reading, which exposes sensitive data and aligns with the high confidentiality impact; the CVSS score further indicates potential for high integrity and availability disruption.
Advisories reference the issue tracker at https://gitee.com/erzhongxmu/JEEWMS/issues/IC8RPM for further details on the vulnerability.
Details
- CWE(s)