PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-97558 Linux CVE debrief

A Linux kernel vulnerability was found and resolved, involving a reference leak in deferred close for SMB clients. The issue arises when cifs_close() defers a close and hands the cifsFileInfo reference to queued work. If the work is requeued while still pending, the cifsFileInfo count remains pinned, leading to leaks of its tlink, dentry, and server handle. The fix checks the return value of queue_delayed_work() and hands off the reference only when work was actually queued.

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 developers and maintainers, as well as users of Linux-based systems who may be affected by this vulnerability, should assess their exposure and apply the provided patches to mitigate the issue.

Why it matters

This vulnerability in the Linux kernel can lead to resource leaks and potential denial of service if not properly mitigated. Linux kernel developers, maintainers, and users of Linux-based systems should assess their exposure and apply the provided patches.

  • Potential denial of service due to resource leaks.
  • Possible data integrity issues if the leaked resources are used improperly.
  • Increased risk of privilege escalation if an attacker can exploit the vulnerability to gain elevated access.
  • Verification of patch application and system configuration is necessary to ensure mitigation.

Technical summary

The vulnerability involves a reference leak in the deferred close mechanism for SMB clients in the Linux kernel. When cifs_close() defers a close, it transfers the cifsFileInfo reference to queued work. However, if the work is requeued while still pending, the cifsFileInfo count remains pinned, leading to leaks of its tlink, dentry, and server handle. The fix ensures that the reference is dropped appropriately based on the return value of queue_delayed_work().

Defensive priority

Medium

Recommended defensive actions

  • Review and apply the patches provided in the source references to ensure the vulnerability is fixed.
  • Verify that the Linux kernel version in use is not affected by this vulnerability.
  • Monitor system logs for any suspicious activity related to SMB client operations.
  • 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. Three source references from the Linux kernel Git repository are provided, detailing the patches applied to resolve the issue. The vulnerability involves a reference leak in the deferred close mechanism for SMB clients in the Linux kernel. When cifs_close() defers a close, it transfers the cifsFileInfo reference to queued work. However, if the work is requeued while still pending, the cifsFileInfo count remains pinned, leading to leaks of its tlink, dentry, and server.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-97558 CVE Program record

    Publisher, destination, and source semantics verified

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

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

  • CVE-2026-97558 NVD vulnerability detail

    Publisher, destination, and source semantics verified

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

    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/5520e89a5a4f834bced64cf2ac927001cc513a40

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

  • Source reference

    Unverified legacy reference

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

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

  • Source reference

    Unverified legacy reference

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

    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.