PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-97939 Linux CVE debrief

A vulnerability in the Linux kernel's IPv4 and IPv6 multicast routing tables has been addressed. A user with network administration privileges in a user+net namespace can create multiple multicast routing tables, leading to unaccounted memory allocation and potential slab growth. The kernel now accounts for mr_table allocations with GFP_KERNEL_ACCOUNT and marks IPv4/IPv6 MFC caches as SLAB_ACCOUNT.

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 administrators and developers, network administrators using user+net namespaces, and security teams responsible for vulnerability management should verify and apply kernel updates, review system configurations, and monitor system resources to address potential slab growth issues.

Why it matters

A vulnerability in the Linux kernel's IPv4 and IPv6 multicast routing tables has been addressed, allowing for potential memory accounting and slab growth issues. Linux kernel administrators and developers, network administrators using user+net namespaces should verify and apply kernel updates, review system configurations, and monitor system resources.

  • Verify kernel updates to ensure memory accounting for multicast routing tables
  • Monitor system resources for potential slab growth
  • Review system configurations for user+net namespace usage and multicast routing table creation

Technical summary

The Linux kernel's IPv4 and IPv6 multicast routing tables did not account for memory allocation, potentially leading to slab growth. The kernel now uses GFP_KERNEL_ACCOUNT for mr_table allocations and marks IPv4/IPv6 MFC caches as SLAB_ACCOUNT. This change ensures that memory allocations for multicast routing tables are properly accounted for, preventing potential slab growth issues. Linux kernel administrators and developers should verify and apply kernel updates to ensure memory accounting for multicast routing tables.

Defensive priority

Verify and apply kernel updates to ensure memory accounting for multicast routing tables.

Recommended defensive actions

  • Verify kernel version and apply updates to ensure memory accounting for multicast routing tables
  • Review system configurations for user+net namespace usage and multicast routing table creation
  • Monitor system resources for potential slab growth
  • 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.
  • Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance.

Evidence notes

The CVE record and NVD entry provide details on the vulnerability and its resolution in the Linux kernel. The vulnerability was addressed by accounting for mr_table allocations with GFP_KERNEL_ACCOUNT and marking IPv4/IPv6 MFC caches as SLAB_ACCOUNT. Linux kernel administrators and developers, network administrators using user+net namespaces should verify kernel updates, review system configurations, and monitor system resources. Evidence is limited to public CVE details and NVD assessments; further verification is recommended.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-97939 CVE Program record

    Publisher, destination, and source semantics verified

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

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

  • CVE-2026-97939 NVD vulnerability detail

    Publisher, destination, and source semantics verified

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

    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/0264b3ee09b118fec8a5471b4ca288f8ab84722f

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

  • Source reference

    Unverified legacy reference

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

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

  • Source reference

    Unverified legacy reference

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

    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.