CVE-2026-72356 (GCVE-0-2026-72356)
Vulnerability from cvelistv5
Published
2026-08-15 05:55
Modified
2026-08-17 05:43
Summary
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.
Impacted products
Vendor Product Version
Linux Linux Version: 69c3c023af25edb5433a2db824d3e7cc328f0183
Version: 69c3c023af25edb5433a2db824d3e7cc328f0183
Version: 69c3c023af25edb5433a2db824d3e7cc328f0183
Version: 69c3c023af25edb5433a2db824d3e7cc328f0183
Create a notification for this product.
Show details on NVD website


{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "fs/smb/client/file.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "b9ee1f0347bf56d019ca28ddff090234bb45b05c",
              "status": "affected",
              "version": "69c3c023af25edb5433a2db824d3e7cc328f0183",
              "versionType": "git"
            },
            {
              "lessThan": "86652704a7fd41a5a8459027e08640bbd1952826",
              "status": "affected",
              "version": "69c3c023af25edb5433a2db824d3e7cc328f0183",
              "versionType": "git"
            },
            {
              "lessThan": "3a303f985c6bec8787c2ad4a16b39c14c5bcd765",
              "status": "affected",
              "version": "69c3c023af25edb5433a2db824d3e7cc328f0183",
              "versionType": "git"
            },
            {
              "lessThan": "c16b8c4cfb4fe2244cc33e469a93c1ab8684146b",
              "status": "affected",
              "version": "69c3c023af25edb5433a2db824d3e7cc328f0183",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "fs/smb/client/file.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "6.10"
            },
            {
              "lessThan": "6.10",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.12.*",
              "status": "unaffected",
              "version": "6.12.97",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.18.*",
              "status": "unaffected",
              "version": "6.18.40",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "7.1.*",
              "status": "unaffected",
              "version": "7.1.5",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "7.2",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.97",
                  "versionStartIncluding": "6.10",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.40",
                  "versionStartIncluding": "6.10",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.1.5",
                  "versionStartIncluding": "6.10",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.2",
                  "versionStartIncluding": "6.10",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\ncifs: Fix missing credit release on failure in cifs_issue_read()\n\nFix missing release of credits in the failure path in cifs_issue_read()\nlest retrying the subreq just overwrites the credits value."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "scenarios": [
            {
              "lang": "en",
              "value": "AV:N - The bug is in the CIFS/SMB client read path reached over TCP/445 when netfs issues reads; a malicious or compromised remote SMB server can provoke replayable async_readv failures (-EAGAIN/-ECONNABORTED) after credits are reserved, matching prior client-side CIFS credit CVEs scored as Network.\nAC:L - The remote server controls both sides of the retry: it can reset the connection or force reconnects to return replayable errors, and netfs reissues the same subrequest deterministically; no race or memory-layout condition outside attacker control is required.\nPR:N - The attacker is the remote SMB peer and needs no account, credentials, or local privileges on the victim; exploitation occurs during normal read/writeback I/O on an already-established CIFS mount (fstab, autofs, Azure Files, enterprise NAS).\nUI:N - Once a CIFS mount exists, the server triggers the flaw by its responses to client-initiated reads with no further victim interaction; mounting is a deployment precondition, not an action required at exploit time per kernel CNA convention for client filesystem bugs.\nS:U - Impact is confined to SMB credit/in_flight accounting and I/O scheduling within the client kernel; it does not cross VM, IOMMU, or sandbox security boundaries.\nC:N - The flaw leaks SMB protocol credits and misaccounts counters; it does not read or disclose kernel memory, user data, or pointers, and provides no information-disclosure primitive.\nI:N - No memory corruption, type confusion, or arbitrary write occurs; the only effect is permanently losing credits from the server pool when a failed read subrequest is retried without releasing them first.\nA:H - Each leaked credit permanently depletes server-\u003ecredits; repeated retries exhaust the pool until smb2_wait_mtu_credits blocks all CIFS I/O on that connection in uninterruptible waits, causing system-wide hang/DoS for processes using the mount."
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-17T05:43:14.352Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/b9ee1f0347bf56d019ca28ddff090234bb45b05c"
        },
        {
          "url": "https://git.kernel.org/stable/c/86652704a7fd41a5a8459027e08640bbd1952826"
        },
        {
          "url": "https://git.kernel.org/stable/c/3a303f985c6bec8787c2ad4a16b39c14c5bcd765"
        },
        {
          "url": "https://git.kernel.org/stable/c/c16b8c4cfb4fe2244cc33e469a93c1ab8684146b"
        }
      ],
      "title": "cifs: Fix missing credit release on failure in cifs_issue_read()",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-72356",
    "datePublished": "2026-08-15T05:55:57.464Z",
    "dateReserved": "2026-08-09T03:40:39.921Z",
    "dateUpdated": "2026-08-17T05:43:14.352Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2"
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Sightings

Author Source Type Date

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
  • Confirmed: The vulnerability is confirmed from an analyst perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
  • Patched: This vulnerability was successfully patched by the user reporting the sighting.
  • Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
  • Not confirmed: The user expresses doubt about the veracity of the vulnerability.
  • Not patched: This vulnerability was not successfully patched by the user reporting the sighting.


Loading…

Loading…