PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-97606 Linux CVE debrief

A memory leak vulnerability was found in the Linux kernel's autofs_fill_super() function. This issue occurs when the function fails to create a root inode, resulting in a memory leak due to the failure to free a newly created inode. The vulnerability affects Linux kernel deployments and requires patching to prevent potential denial-of-service conditions. Linux kernel maintainers, Linux distribution vendors, and users of Linux-based systems should assess exposure and apply patches or mitigations as necessary. The impact of this vulnerability is currently limited to memory leaks, but exploitation could potentially lead to denial-of-service conditions.

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, Linux distribution vendors, and users of Linux-based systems should assess exposure and apply patches or mitigations as necessary. The vulnerability affects Linux kernel deployments, and patching is required to prevent potential denial-of-service conditions. Security teams and vulnerability management teams should review and apply patches or mitigations to prevent potential exploitation.

Why it matters

This memory leak vulnerability in the Linux kernel's autofs_fill_super() function requires patching to prevent potential denial-of-service. Linux kernel maintainers, Linux distribution vendors, and users of Linux-based systems should assess exposure and apply patches or mitigations as necessary. The impact of this vulnerability is currently limited to memory leaks, but exploitation could potentially lead to denial-of-service conditions. Details on exploitation and impact are limited, and further verification is necessary to determine the full scope of the vulnerability.

  • Memory leak vulnerability requires patching to prevent potential denial-of-service
  • Verification of patch application and system reboot may be necessary

Technical summary

The autofs_fill_super() function in the Linux kernel has a memory leak vulnerability. When creating a new inode using autofs_new_ino() fails to create a root inode, the function returns -ENOMEM without freeing the new inode, causing a memory leak. This issue has been addressed with patches available in the referenced commits. The vulnerability affects Linux kernel deployments and requires patching to prevent potential denial-of-service conditions. Linux kernel maintainers have addressed the issue, and users of Linux-based systems should assess exposure and apply patches or mitigations as necessary.

Defensive priority

Medium

Recommended defensive actions

  • Review and apply patches from Linux kernel maintainers
  • Monitor Linux kernel updates for additional fixes
  • Perform regular vulnerability assessments
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
  • 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

Evidence notes

The CVE record and NVD entry provide information on the vulnerability, but details on exploitation and impact are limited. The Linux kernel maintainers have addressed the issue with patches available in the referenced commits.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-97606 CVE Program record

    Publisher, destination, and source semantics verified

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

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

  • CVE-2026-97606 NVD vulnerability detail

    Publisher, destination, and source semantics verified

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

    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/4262b91e08e74cb5209ea737c554cf983d332382

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

  • Source reference

    Unverified legacy reference

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

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

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/6259b5d9bdc45fdb3158406b28c27fa074823159

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

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/9933ad1c4ff67680cd59c47f6d2e81b533bcd467

    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.