PatchSiren cyber security CVE debrief
CVE-2026-65064 EGOR CVE debrief
CVE-2026-65064 is a vulnerability in Data::HashMap::Shared versions before 0.14 for Perl, allowing a local attacker to read IPC payloads stored in a world-readable segment and potentially win a pre-creation race or redirect the open. The vulnerability is caused by creating a world-readable mmap backing file in shm_generic.h with open(path, O_RDWR | O_CREAT | O_CLOEXEC, 0666). Users of Data::HashMap::Shared versions before 0.14 for Perl should be aware of this vulnerability and take steps to mitigate it.
- Vendor
- EGOR
- Product
- Data::HashMap::Shared
- CVSS
- Unknown
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-07-21
- Original CVE updated
- 2026-07-22
- Advisory published
- 2026-07-21
- Advisory updated
- 2026-07-22
Who should care
Users of Data::HashMap::Shared versions before 0.14 for Perl should be aware of this vulnerability and take steps to mitigate it. This includes upgrading to version 0.14 or later, and implementing additional security measures such as restricting access to the shared directory and monitoring for potential attacks.
Technical summary
The vulnerability is caused by the creation of a world-readable mmap backing file in shm_generic.h with open(path, O_RDWR | O_CREAT | O_CLOEXEC, 0666). The mode is 0666, so under the default umask 022 the file is created mode 0644 (world-readable). O_NOFOLLOW is absent, so a symlink planted at the path is followed, and O_EXCL is absent, so the open silently uses a pre-planted file instead of failing. This allows a local attacker to read the IPC payloads stored in the world-readable segment and potentially win a pre-creation race or redirect the open.
Defensive priority
High
Recommended defensive actions
- Upgrade to Data::HashMap::Shared version 0.14 or later
- Restrict access to the shared directory
- Implement additional security measures such as monitoring and exception tracking
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
- Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance
- Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
Evidence notes
The CVE record was published on 2026-07-21T20:17:05.430Z and was last modified on 2026-07-22T16:21:53.517Z. The NVD entry is currently Deferred. Evidence is limited to public sources and may not reflect the full scope or impact of this vulnerability. Defenders should verify affected deployments and review official advisories for specific guidance.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-65064 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-65064
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-65064 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-65064
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://metacpan.org/release/EGOR/Data-HashMap-Shared-0.14/changes
9b29abf9-4ab0-4765-b253-1875cd9b441e
-
Source reference
Unverified legacy reference
URL: https://metacpan.org/release/EGOR/Data-HashMap-Shared-0.14/diff/EGOR/Data-HashMap-Shared-0.13
9b29abf9-4ab0-4765-b253-1875cd9b441e
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.