CVE-2026-64614
Last modified
CVE-2026-64614 is a low-severity vulnerability rated 3.8/10 on the CVSS scale. Data::Deque::Shared versions before 0.06 for Perl create a world-readable mmap backing file and open it without O_EXCL or O_NOFOLLOW. The segment is created in deque.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::Deque::Shared versions before 0.06 for Perl create a world-readable mmap backing file and open it without O_EXCL or O_NOFOLLOW. The segment is created in deque.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::Deque::Shared | < 0.06 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-64614?
How severe is CVE-2026-64614?
How do I fix CVE-2026-64614?
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-64607HttpClient based on the classic i/o model fails to correctly…5.3
- CVE-2026-64608Heap type confusion and out-of-bounds read/write in the Apac…9.8
- CVE-2026-64609Out-of-bounds read via sun.misc.Unsafe in Apache Fory. When …9.1
- CVE-2026-64611A flaw was found in libcupsfilters. The cfIEEE1284NormalizeM…7.5
- CVE-2026-64612A flaw was found in libcupsfilters and cups-filters. The PNG…7.5
- CVE-2026-64613Data::Buffer::Shared versions before 0.05 for Perl create a …6.2
- CVE-2026-64615Data::Graph::Shared versions before 0.04 for Perl create a w…3.3
- CVE-2026-64616Data::NDArray::Shared versions before 0.02 for Perl create a…3.3
- CVE-2026-64617Data::PubSub::Shared versions before 0.07 for Perl create a …3.8
- CVE-2026-64619FileCodeBox before 2.4 contains a rate-limit bypass vulnerab…8.7
- CVE-2026-64620FreeRDP before 3.28.0 (affected <=3.27.1) contains a heap-ba…9.1
- CVE-2026-64621FreeRDP before 3.28.0 (affected 3.x through 3.27.1) contains…9.3
Are you affected by CVE-2026-64614?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
