PatchSiren

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.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-65068 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-65068

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-65068 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-65068

    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-SpatialHash-Shared-0.02/changes

    9b29abf9-4ab0-4765-b253-1875cd9b441e

  • Source reference

    Unverified legacy reference

    URL: https://metacpan.org/release/EGOR/Data-SpatialHash-Shared-0.02/diff/EGOR/Data-SpatialHash-Shared-0.01

    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.