PatchSiren cyber security CVE debrief
CVE-2026-65061 EGOR CVE debrief
CVE-2026-65061 is a vulnerability in Data::ReqRep::Shared versions before 0.05 for Perl. The package creates a world-readable mmap backing file and opens it without O_EXCL or O_NOFOLLOW. This allows any local user 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. The vulnerability has a high defensive priority, and users of Data::ReqRep::Shared versions before 0.05 for Perl should be aware of this vulnerability.
- Vendor
- EGOR
- Product
- Data::ReqRep::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::ReqRep::Shared versions before 0.05 for Perl should be aware of this vulnerability. The vulnerability allows local users to read sensitive data, potentially leading to information disclosure. Affected operators, platforms, and security teams should review the vulnerability and take necessary actions to mitigate it.
Technical summary
The vulnerability is caused by the creation of a world-readable mmap backing file in reqrep.h with open(path, O_RDWR | O_CREAT, 0666). The mode is 0666, so under the default umask 022 the file is created with mode 0644 (world-readable). The absence of O_NOFOLLOW allows a symlink planted at the path to be followed, and the absence of O_EXCL allows the open to silently use a pre-planted file instead of failing. This can lead to information disclosure, as any local user can read the IPC payloads stored in the world-readable segment.
Defensive priority
High
Recommended defensive actions
- Update to version 0.05 or later
- Use O_EXCL and O_NOFOLLOW when opening the file
- Restrict access to the file using file system permissions
- 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.030Z and has not been modified since then. The NVD entry is currently Deferred. There is limited information available about this vulnerability, and defenders should verify the affected scope and severity with the vendor. The vulnerability allows local users to read sensitive data, potentially leading to information disclosure. The package creates a world-readable mmap backing file and opens it without O_EXCL or O_NOFOLLOW, which can be exploited by a local attacker to win a pre-creation race or redirect the open.
Official resources
-
CVE-2026-65061 CVE record
CVE.org
-
CVE-2026-65061 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.030Z and has not been modified since then.