PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-64569 Linux CVE debrief

The Linux kernel vulnerability, CVE-2026-64569, exists in the mpls_valid_fib_dump_req() function when CONFIG_INET is not set. An unprivileged user can trigger a NULL dereference through an RTM_GETROUTE dump for AF_MPLS with strict checking and no RTA_OIF, potentially leading to a denial of service. Linux kernel developers and administrators should verify and apply patches, restrict access to RTM_GETROUTE, and monitor system logs.

Vendor
Linux
Product
Unknown
CVSS
Unknown
CISA KEV
Not listed in stored evidence
Original CVE published
2026-08-05
Original CVE updated
2026-08-19
Advisory published
2026-08-05
Advisory updated
2026-08-19

Who should care

Linux kernel developers, administrators responsible for maintaining and securing Linux-based systems, and security teams should be aware of this vulnerability. They should verify and apply patches, restrict access to RTM_GETROUTE functionality, and monitor system logs for potential denial of service attempts. Operators of Linux-based systems and platforms are also impacted, requiring coordination with vendors for patching and mitigation efforts. Vulnerability management and security teams need to prioritize patching and compensating controls for exposed systems while remediation is scheduled and verified. Asset inventory and change management processes should be reviewed to ensure timely detection and remediation of exposed assets. Monitoring, detection, and log review for exposed assets that need extra review are crucial. Tracking exceptions, retesting remediated assets, and closing the item only after evidence is documented are essential steps. Compensating controls for exposed systems should be reviewed while remediation is scheduled and verified. The vulnerability management process should be updated to include source tracking and regular review of affected scope, severity, and vendor guidance. Security teams should also review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance. They should plan vendor-supported updates or mitigations through normal change control where exposure is confirmed. The asset inventory should be reviewed to identify potentially affected systems. Change management processes should be updated to prioritize patching of affected systems. Monitoring and detection capabilities should be reviewed to ensure timely detection of potential attacks. Logs should be reviewed for signs of exploitation attempts. Exceptions should be tracked, and remediated assets should be retested before closing the item. Evidence of remediation should be documented. Compensating controls should be reviewed and updated as necessary. The vulnerability should be tracked through source tracking to ensure that all affected systems are identified and remediated. The security team should also review the CVE record and

Technical summary

The vulnerability exists in the Linux kernel's mpls_valid_fib_dump_req() function when CONFIG_INET is not set. The function does not check if the RTA_OIF attribute is present before passing it to nla_get_u32(), leading to a NULL dereference. This can be triggered by an unprivileged user through an RTM_GETROUTE dump for AF_MPLS with strict checking and no RTA_OIF. The issue allows for a potential denial of service.

Defensive priority

This vulnerability allows an unprivileged user to trigger a NULL dereference in the Linux kernel's mpls_valid_fib_dump_req() function, which could potentially lead to a denial of service.

Recommended defensive actions

  • Verify and apply the provided patches to the Linux kernel
  • Restrict access to the RTM_GETROUTE functionality to privileged users
  • Monitor system logs for potential denial of service attempts
  • 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
  • Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance

Evidence notes

The vulnerability exists in the Linux kernel when CONFIG_INET is not set. The mpls_valid_fib_dump_req() function does not check if the RTA_OIF attribute is present before passing it to nla_get_u32(), leading to a NULL dereference. This can be triggered by an unprivileged user through an RTM_GETROUTE dump for AF_MPLS with strict checking and no RTA_OIF.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-64569 CVE Program record

    Publisher, destination, and source semantics verified

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

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

  • CVE-2026-64569 NVD vulnerability detail

    Publisher, destination, and source semantics verified

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

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/06db79411a280707c7e4bf4b221ff4e664b51502

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/56d96fededd61192cd7cc8d2b0f36adfd59036c3

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/5f6e7b32bd1fbde10fd31a4143260735ea535b8a

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/ad6284ced6a15e4abd57ca4d0793b7bd15ca52ce

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/d6eee7cd078aaf9dd75efc801f6c9b608a37cd71

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

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.