Cyber Resilience

CVE-2022-0265

CriticalPublic PoC

Published: 03 March 2022

Published
03 March 2022
Modified
21 November 2024
KEV Added
Patch
CVSS Score v3.1 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0831 92.4th percentile
Risk Priority 25 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2022-0265 is a critical-severity Improper Restriction of XML External Entity Reference (CWE-611) vulnerability in Hazelcast Hazelcast. Its CVSS base score is 9.8 (Critical).

Operationally, ranked in the top 7.6% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Deeper analysis

CVE-2022-0265 is an XML External Entity (XXE) vulnerability arising from improper restriction of XML external entity references, assigned CWE-611. It affects the Hazelcast open-source data grid platform, specifically version 5.1-BETA-1 in the hazelcast/hazelcast GitHub repository.

An unauthenticated attacker can supply a crafted XML document over the network to trigger the flaw. Successful exploitation yields full impact on confidentiality, integrity, and availability, consistent with the CVSS 9.8 rating that reflects remote attackability without credentials or user interaction.

Public references point to a fix merged in commit 4d6b666cd0291abd618c3b95cdbb51aa4208e748, which addresses the XXE issue in the affected Hazelcast codebase; the associated huntr.dev bounty report documents the discovery and remediation steps. The EPSS score reached a peak of 0.0968 before settling at the current value of 0.0831.

EU & UK References

Vulnerability details

Improper Restriction of XML External Entity Reference in GitHub repository hazelcast/hazelcast in 5.1-BETA-1.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

hazelcast
hazelcast
5.1

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.

addresses: CWE-611

Penetration testing includes XML external entity payloads, detecting XXE vulnerabilities and enabling their mitigation.

addresses: CWE-611

Identifies XML external entity processing via monitoring of unusual file/network access or resource usage.

References