PatchSiren cyber security CVE debrief
CVE-2026-97556 Linux CVE debrief
A vulnerability in the Linux kernel has been resolved, which could cause a reference leak when cifs_sb_tlink() fails. This issue is related to the cifs_oplock_break() function, which takes over a reference that cifs_queue_oplock_break() acquired when queuing the work. The vulnerability may trigger a crash due to busy inodes on the next unmount. The fix involves dropping the reference on the failure path, mirroring the normal path which also puts the reference before cifs_done_oplock_break(). This change prevents potential system crashes due to busy inodes on unmount.
- 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 who may be affected by this vulnerability, should review and apply the fix to prevent potential system crashes. Affected operator, platform, vulnerability-management, and security-team impact should be considered when addressing this vulnerability. The fix should be applied through normal change control where exposure is confirmed.
Why it matters
A vulnerability in the Linux kernel has been resolved, which could cause a reference leak when cifs_sb_tlink() fails. Linux kernel developers and maintainers should review and apply the fix to prevent potential system crashes.
- Potential system crashes due to busy inodes on unmount
- Reference leak in the cifs_oplock_break() function
- Verification of fix application is necessary
Technical summary
The vulnerability is related to the cifs_oplock_break() function in the Linux kernel, which may cause a reference leak when cifs_sb_tlink() fails. This can trigger a crash due to busy inodes on the next unmount. A fix has been applied to the Linux kernel to drop the reference on the failure path, preventing potential system crashes. The fix mirrors the normal path, which also puts the reference before cifs_done_oplock_break(). Verification of the fix application is necessary to ensure the vulnerability is fully addressed.
Defensive priority
Low priority, as the vulnerability requires specific conditions to be triggered and a fix has been applied.
Recommended defensive actions
- Review and apply the fix for the Linux kernel vulnerability
- Monitor for potential crashes due to busy inodes on unmount
- Verify the fix is applied and test for the specific conditions that trigger the vulnerability
- 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
- Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed
Evidence notes
The vulnerability was found by Sashiko code review. The failure path was not exercised at runtime. The CVE record and NVD entry provide details on the vulnerability. The fix has been applied to the Linux kernel to prevent reference leaks. Verification of the fix application is necessary to ensure the vulnerability is fully addressed. The specific conditions that trigger the vulnerability should be tested to confirm the fix is effective.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-97556 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-97556
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-97556 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-97556
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/1d1b0f1d812a4011a57bc6c70492c34a2e46c6dd
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/23b26f4408ac3f35a482d2e5cf6fc865d4201b71
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/9ec991e148368e3207e98134c509a625097f7693
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/dd03fd658ea59821505e0e643b6b7cbdf51c4e1d
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.