CVE-2024-43441
Published: 24 December 2024
Summary
CVE-2024-43441 is a critical-severity Authentication Bypass by Assumed-Immutable Data (CWE-302) vulnerability in Apache Hugegraph. Its CVSS base score is 9.8 (Critical).
Operationally, ranked in the top 0.4% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
Deeper analysis
CVE-2024-43441 is an authentication bypass vulnerability classified under CWE-302 (Authentication Bypass by Assumed-Immutable Data) that affects Apache HugeGraph-Server versions 1.0.0 through 1.4.x. The flaw resides in the server's handling of data presumed to be immutable during authentication checks, allowing unauthorized access without valid credentials. It carries a CVSS 3.1 base score of 9.8, reflecting network-accessible exploitation with no required privileges or user interaction and full impact on confidentiality, integrity, and availability.
An unauthenticated remote attacker can exploit the issue over the network to bypass authentication controls entirely, potentially gaining the ability to read, modify, or delete data and perform administrative actions within the graph database server. Because the vulnerability requires no authentication or special conditions, it can be triggered through crafted requests that manipulate the assumed-immutable data structures used for identity verification.
Apache has published mitigation guidance recommending immediate upgrade to HugeGraph-Server 1.5.0, which contains the fix; the project advisory and the oss-security mailing list posting both direct users to this patched release and note that earlier versions remain exposed.
The CVE's EPSS score currently stands at 0.8944 with a recorded peak of 0.9042, indicating sustained high exploitation interest since disclosure.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-3580
Vulnerability details
Authentication Bypass by Assumed-Immutable Data vulnerability in Apache HugeGraph-Server. This issue affects Apache HugeGraph-Server: from 1.0.0 before 1.5.0. Users are recommended to upgrade to version 1.5.0, which fixes the issue.
- CWE(s)
Related Threats
No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.
Affected Assets
Mitigating Controls
Likely Mitigating Controls AI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.
Proper authentication for non-organizational users counters bypasses relying on assumed-immutable data.