PatchSiren cyber security CVE debrief
CVE-2026-65068 EGOR CVE debrief
CVE-2026-65068 is a vulnerability in Data::SpatialHash::Shared versions before 0.02 for Perl. The package creates a world-readable mmap backing file and opens it without proper permissions, allowing local users to read the IPC payloads stored in the world-readable segment. A pre-planted file or symlink at the path lets a local attacker win a pre-creation race or redirect the open. This vulnerability affects users of Data::SpatialHash::Shared versions before 0.02 for Perl.
- Vendor
- EGOR
- Product
- Data::SpatialHash::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::SpatialHash::Shared versions before 0.02 for Perl should be aware of this vulnerability. Affected operators, platforms, vulnerability-management, and security teams should review the CVE record and NVD detail to understand the affected scope, severity, and vendor guidance.
Technical summary
The vulnerability exists due to the creation of a world-readable mmap backing file in sphash.h with open(path, O_RDWR|O_CREAT, 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 local users to access the IPC payloads stored in the world-readable segment.
Defensive priority
High
Recommended defensive actions
- Update to version 0.02 or later
- Restrict access to the mmap backing file
- Monitor for suspicious activity
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
Evidence notes
The CVE record was published on 2026-07-21T20:17:05.837Z and last modified on 2026-07-22T16:21:53.517Z. The evidence is limited to the information provided in the CVE record and NVD detail. Defenders should verify the affected scope, severity, and vendor guidance. The CVE record and NVD detail provide the most up-to-date information on this vulnerability.
Official resources
-
CVE-2026-65068 CVE record
CVE.org
-
CVE-2026-65068 NVD detail
NVD
-
Source item URL
nvd_modified
-
Source reference
9b29abf9-4ab0-4765-b253-1875cd9b441e
-
Source reference
9b29abf9-4ab0-4765-b253-1875cd9b441e
AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-07-21T20:17:05.837Z and has not been modified since then.