CVE-2026-65067
Last modified
CVE-2026-65067 is a low-severity vulnerability rated 3.8/10 on the CVSS scale. Data::Intern::Shared versions before 0.02 for Perl create a world-readable mmap backing file and open it without O_EXCL or O_NOFOLLOW. The segment is created in intern.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). EPSS estimates a 0.16% chance of exploitation in the next 30 days.
Description
Data::Intern::Shared versions before 0.02 for Perl create a world-readable mmap backing file and open it without O_EXCL or O_NOFOLLOW. The segment is created in intern.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. A "Shared" segment naturally lives in a shared directory such as /tmp or /dev/shm, where any local user can read the IPC payloads stored in the world-readable segment, and a pre-planted file or symlink at the path lets a local attacker win a pre-creation race or redirect the open.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:N
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| EGOR | Data::Intern::Shared | < 0.02 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-65067?
How severe is CVE-2026-65067?
How do I fix CVE-2026-65067?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-65061Data::ReqRep::Shared versions before 0.05 for Perl create a …3.8
- CVE-2026-65062Data::SortedSet::Shared versions before 0.03 for Perl create…3.8
- CVE-2026-65063Data::RadixTree::Shared versions before 0.02 for Perl create…3.8
- CVE-2026-65064Data::HashMap::Shared versions before 0.14 for Perl create a…3.8
- CVE-2026-65065Data::RoaringBitmap::Shared versions before 0.02 for Perl cr…5.5
- CVE-2026-65066Data::RingBuffer::Shared versions before 0.04 for Perl creat…3.8
- CVE-2026-65068Data::SpatialHash::Shared versions before 0.02 for Perl crea…3.8
- CVE-2026-65069Data::DisjointSet::Shared versions before 0.02 for Perl crea…4
- CVE-2026-6507A flaw was found in dnsmasq. A remote attacker could exploit…7.5
- CVE-2026-6508Origin Validation Error vulnerability in TUBITAK BILGEM Soft…9.8
- CVE-2026-6509Missing Authorization vulnerability in TUBITAK BILGEM Softwa…7.8
- CVE-2026-6510The InfusedWoo Pro plugin for WordPress is vulnerable to pri…9.8
Are you affected by CVE-2026-65067?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
