PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-59139 EGOR CVE debrief

CVE-2026-59139 is an out-of-bounds read vulnerability in Data::ReqRep::Shared versions before 0.05 for Perl. The vulnerability allows a local peer to read adjacent memory or crash the process by poisoning a request slot's offset and length. The attach-time validator reqrep_validate_header checks the header scalars and region layout against the file size but does not validate the array contents. The reqrep_recv_locked function performs a memcpy operation with arena_off and len read raw from the mmap'd segment, without bounding against the arena capacity. This vulnerability has a high defensive priority, and users of Data::ReqRep::Shared versions before 0.05 for Perl should be concerned about this vulnerability.

Vendor
EGOR
Product
Data::ReqRep::Shared
CVSS
CRITICAL 9.1
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 concerned about this vulnerability. A local attacker with the ability to write to the backing file can exploit this vulnerability to read sensitive information or crash the process. Operators, platform administrators, vulnerability management teams, and security teams should review the official advisory and plan for updates or mitigations.

Technical summary

The vulnerability exists in the reqrep_recv_locked function of Data::ReqRep::Shared versions before 0.05 for Perl. The function performs a memcpy operation with arena_off and len read raw from the mmap'd segment, without bounding against the arena capacity. This allows a local peer to read adjacent memory or crash the process by poisoning a request slot's offset and length. The attach-time validator reqrep_validate_header checks the header scalars and region layout against the file size but does not validate the array contents.

Defensive priority

High

Recommended defensive actions

  • Update Data::ReqRep::Shared to version 0.05 or later
  • Restrict access to the backing file to prevent local attackers from writing to it
  • Implement additional monitoring and logging to detect potential exploitation attempts
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
  • Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance
  • Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review

Evidence notes

The CVE record was published on 2026-07-21T19:17:11.467Z and was last modified on 2026-07-22T20:17:02.053Z. The NVD entry is currently Deferred. This vulnerability affects Data::ReqRep::Shared versions before 0.05 for Perl, allowing a local peer to read adjacent memory or crash the process by poisoning a request slot's offset and length. Evidence is based on the official CVE record and NVD entry. Defenders should verify affected product deployments, review official advisories, and plan vendor-supported updates or mitigations.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-59139 CVE Program record

    Publisher, destination, and source semantics verified

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

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

  • CVE-2026-59139 NVD vulnerability detail

    Publisher, destination, and source semantics verified

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

    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-ReqRep-Shared-0.05/changes

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

  • Source reference

    Unverified legacy reference

    URL: https://metacpan.org/release/EGOR/Data-ReqRep-Shared-0.05/diff/EGOR/Data-ReqRep-Shared-0.04

    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.