CVE-2026-72376 (GCVE-0-2026-72376)
Vulnerability from cvelistv5
Published
2026-08-15 05:56
Modified
2026-08-17 05:13
Severity ?
Summary
In the Linux kernel, the following vulnerability has been resolved: afs: Fix misplaced inc of net->cells_outstanding Fix net->cells_outstanding being incremented before the check for failure of idr_alloc_cyclic(), leaving the count incremented on error.
Impacted products
Vendor Product Version
Linux Linux Version: 88c853c3f5c0a07c5db61b494ee25152535cfeee
Version: 88c853c3f5c0a07c5db61b494ee25152535cfeee
Version: 88c853c3f5c0a07c5db61b494ee25152535cfeee
Version: 88c853c3f5c0a07c5db61b494ee25152535cfeee
Version: e44b8d2aa1543f5c554fda7839574abe8a5ef5ba
Version: f339eda9b90e49e82043c145ac628d679d913638
Version: 5.8.17   
Version: 5.9.2   
Create a notification for this product.
Show details on NVD website


{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "fs/afs/cell.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "6e310f818abcef947a06584158b9e6c6cd0c98d3",
              "status": "affected",
              "version": "88c853c3f5c0a07c5db61b494ee25152535cfeee",
              "versionType": "git"
            },
            {
              "lessThan": "5ea289ca751c47125f6a4138c93ba10c05cd28f0",
              "status": "affected",
              "version": "88c853c3f5c0a07c5db61b494ee25152535cfeee",
              "versionType": "git"
            },
            {
              "lessThan": "654a546c34f3921dd03f9ea74e60139ebffd9e20",
              "status": "affected",
              "version": "88c853c3f5c0a07c5db61b494ee25152535cfeee",
              "versionType": "git"
            },
            {
              "lessThan": "c9c3b615a462a4023bd148f02c564e175ed10502",
              "status": "affected",
              "version": "88c853c3f5c0a07c5db61b494ee25152535cfeee",
              "versionType": "git"
            },
            {
              "status": "affected",
              "version": "e44b8d2aa1543f5c554fda7839574abe8a5ef5ba",
              "versionType": "git"
            },
            {
              "status": "affected",
              "version": "f339eda9b90e49e82043c145ac628d679d913638",
              "versionType": "git"
            },
            {
              "lessThan": "5.9",
              "status": "affected",
              "version": "5.8.17",
              "versionType": "semver"
            },
            {
              "lessThan": "5.10",
              "status": "affected",
              "version": "5.9.2",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "fs/afs/cell.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "5.10"
            },
            {
              "lessThan": "5.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": "5.10",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.40",
                  "versionStartIncluding": "5.10",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.1.5",
                  "versionStartIncluding": "5.10",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.2",
                  "versionStartIncluding": "5.10",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionStartIncluding": "5.8.17",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionStartIncluding": "5.9.2",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nafs: Fix misplaced inc of net-\u003ecells_outstanding\n\nFix net-\u003ecells_outstanding being incremented before the check for failure\nof idr_alloc_cyclic(), leaving the count incremented on error."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-17T05:13:28.597Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/6e310f818abcef947a06584158b9e6c6cd0c98d3"
        },
        {
          "url": "https://git.kernel.org/stable/c/5ea289ca751c47125f6a4138c93ba10c05cd28f0"
        },
        {
          "url": "https://git.kernel.org/stable/c/654a546c34f3921dd03f9ea74e60139ebffd9e20"
        },
        {
          "url": "https://git.kernel.org/stable/c/c9c3b615a462a4023bd148f02c564e175ed10502"
        }
      ],
      "title": "afs: Fix misplaced inc of net-\u003ecells_outstanding",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-72376",
    "datePublished": "2026-08-15T05:56:10.401Z",
    "dateReserved": "2026-08-09T03:40:39.922Z",
    "dateUpdated": "2026-08-17T05:13:28.597Z",
    "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…