Description
In the Linux kernel, the following vulnerability has been resolved:

cifs: Fix missing credit release on failure in cifs_issue_read()

Fix missing release of credits in the failure path in cifs_issue_read()
lest retrying the subreq just overwrites the credits value.
Published: 2026-08-15
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability in the Linux kernel arises from the cifs_issue_read() function failing to release transaction credits when a read request errors. Because the credits counter is never decremented on failure, subsequent operations can exhaust the available credits, eventually causing read operations to stall or the CIFS protocol stack to become unresponsive. This flaw represents a CWE‑772 issue concerning resources that have not been freed during error handling, allowing an attacker or faulty process to loop with repeated failures and degrade the stability of the CIFS client.

Affected Systems

All Linux kernel builds that include the cifs filesystem and lack the fixation commit are affected. Systems running older kernel versions without this patch possess the flaw; the exact version ranges are not listed in the CVE data.

Risk and Exploitability

The EPSS score of < 1% indicates a very low probability of exploitation in the wild, but the condition still requires network access to a CIFS share from a client capable of causing read failures. The attack scenario is likely local or network, involving a malicious or misconfigured client issuing repeated failed read requests. Because the fault is in kernel space, it does not grant direct code execution but can lead to resource exhaustion and service disruption. No exploitation records or KEV listing exist, suggesting limited public exploitation to date, yet the impact on affected services is potentially high if the condition is met.

Generated by OpenCVE AI on August 18, 2026 at 19:29 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply an updated Linux kernel that incorporates the cifs_issue_read credit release fix.
  • If a kernel update cannot be applied immediately, unmount or disable CIFS shares until the patch is applied.
  • Restrict CIFS client access to trusted hosts and enforce authentication to limit the potential for repeated read failures, reducing the likelihood of credit exhaustion.

Generated by OpenCVE AI on August 18, 2026 at 19:29 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 18 Aug 2026 15:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-399

Tue, 18 Aug 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-772
References
Metrics threat_severity

None

threat_severity

Moderate


Mon, 17 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'}


Sat, 15 Aug 2026 20:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-399

Sat, 15 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: cifs: Fix missing credit release on failure in cifs_issue_read() Fix missing release of credits in the failure path in cifs_issue_read() lest retrying the subreq just overwrites the credits value.
Title cifs: Fix missing credit release on failure in cifs_issue_read()
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-17T05:43:14.352Z

Reserved: 2026-08-09T03:40:39.921Z

Link: CVE-2026-72356

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:22:09.053

Modified: 2026-08-17T06:18:39.780

Link: CVE-2026-72356

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-15T00:00:00Z

Links: CVE-2026-72356 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-18T19:30:04Z

Weaknesses
  • CWE-772

    Missing Release of Resource after Effective Lifetime