PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-97959 Linux CVE debrief

A vulnerability in the Linux kernel's net/sched: cls_route has been resolved. The issue arises when moving an existing filter to a different top-level bucket, causing the filter to be unlinked from the old bucket, but the bucket itself is never freed once it goes empty. This results in a memory leak. The vulnerability can be recreated with specific tc commands and configurations. The fix involves refcounting filters linked to a bucket and freeing the bucket when the count drops to zero.

Vendor
Linux
Product
Unknown
CVSS
Unknown
CISA KEV
Not listed in stored evidence
Original CVE published
2026-09-25
Original CVE updated
2026-09-25
Advisory published
2026-09-25
Advisory updated
2026-09-25

Who should care

Linux kernel maintainers, administrators, and users of Linux-based systems should assess exposure and apply patches. The vulnerability affects Linux kernel versions, and users should verify the implementation of the fix. Defenders should review compensating controls for exposed systems while remediation is scheduled and verified.

Why it matters

CVE-2026-97959 is a Linux kernel vulnerability that can cause a memory leak. Defenders should assess exposure, apply patches, and monitor systems for potential issues.

  • Memory leak due to unlinked empty bucket
  • Potential for denial of service due to resource exhaustion
  • Need for patching or updating Linux kernel versions
  • Verification of fix implementation required

Technical summary

The Linux kernel's net/sched: cls_route has a vulnerability that can cause a memory leak when moving an existing filter to a different top-level bucket. The fix involves refcounting filters linked to a bucket and freeing the bucket when the count drops to zero. This vulnerability can be recreated with specific tc commands and configurations. The CVE record and NVD entry provide details on the vulnerability, but do not specify versions, exploitation, impact, or remediation beyond the fix. The Linux kernel patch is available, and defenders should verify the implementation of the fix.

Defensive priority

Assess exposure and apply patches for Linux kernel versions impacted by CVE-2026-97959.

Recommended defensive actions

  • Assess Linux kernel versions in use and verify exposure to CVE-2026-97959
  • Apply patches or updates provided by the Linux kernel maintainers
  • Monitor systems for potential memory leaks or unusual behavior
  • 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 and NVD entry provide details on the vulnerability, but do not specify versions, exploitation, impact, or remediation beyond the fix. The Linux kernel patch is available, and defenders should verify the implementation of the fix. The vulnerability affects Linux kernel versions, and users should assess their exposure and apply patches.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-97959 CVE Program record

    Publisher, destination, and source semantics verified

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

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

  • CVE-2026-97959 NVD vulnerability detail

    Publisher, destination, and source semantics verified

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

    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/1853f30cf5c84971f99788a76207c6f745380896

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

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/2e2f130951d34871b0643bf700164d97cff4b427

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

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/81dd117c04422c6d0c7974aba9fa6a0ba370959b

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

  • Source reference

    Unverified legacy reference

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

    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.