CVE-2026-68328 (GCVE-0-2026-68328)

Vulnerability from cvelistv5 – Published: 2026-08-10 12:03 – Updated: 2026-08-19 16:33
VLAI
Title
nfp: Check resource mutex allocation
Summary
In the Linux kernel, the following vulnerability has been resolved: nfp: Check resource mutex allocation nfp_cpp_resource_find() allocates a CPP mutex handle for the matching resource-table entry and then reports success. nfp_resource_try_acquire() immediately passes that handle to nfp_cpp_mutex_trylock(). However, nfp_cpp_mutex_alloc() returns NULL on failure. If that happens for a matching table entry, the resource lookup still returns success and the following trylock dereferences a NULL mutex pointer while opening the resource. nfp_resource_acquire() already treats failure to allocate the table mutex as -ENOMEM. Do the same for the resource mutex and fail the lookup before publishing the rest of the resource handle. This issue was found by a static analysis checker and confirmed by manual source review.
Severity
No CVSS data available.
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: f01a2161577d31b14581e0db3bbbdfa963f145b6 , < 18737a48acc87e4cbe41d6fea9a3f44eae490e24 (git)
Affected: f01a2161577d31b14581e0db3bbbdfa963f145b6 , < 423523f96a681428ce6e214eaf47f0d8242319de (git)
Affected: f01a2161577d31b14581e0db3bbbdfa963f145b6 , < 0dbd85a8cc35c14bd26e686fa5fae8c64a7958ae (git)
Affected: f01a2161577d31b14581e0db3bbbdfa963f145b6 , < 6dbd428119cb1fd1b73cf6968c711f4ea964dc8b (git)
Affected: f01a2161577d31b14581e0db3bbbdfa963f145b6 , < cfa119aa781c4044dab5b4c1e5864600f53a26bc (git)
Affected: f01a2161577d31b14581e0db3bbbdfa963f145b6 , < 3b1d4fc3b73ea6faf008a0996ce6190c6e43efc3 (git)
Affected: f01a2161577d31b14581e0db3bbbdfa963f145b6 , < a7dc30b6828c3a30252892827b12b676749f250f (git)
Affected: f01a2161577d31b14581e0db3bbbdfa963f145b6 , < a61b4db34a753bdf5c9e77a7f3d3dddd41dcfacc (git)
guessed Create a notification for this product.
Linux Linux Affected: 4.11
Unaffected: 0 , < 4.11 (semver)
Unaffected: 5.10.265 , ≤ 5.10.* (semver)
Unaffected: 5.15.216 , ≤ 5.15.* (semver)
Unaffected: 6.1.183 , ≤ 6.1.* (semver)
Unaffected: 6.6.148 , ≤ 6.6.* (semver)
Unaffected: 6.12.101 , ≤ 6.12.* (semver)
Unaffected: 6.18.42 , ≤ 6.18.* (semver)
Unaffected: 7.1.6 , ≤ 7.1.* (semver)
Unaffected: 7.2 , ≤ * (original_commit_for_fix)
guessed Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/net/ethernet/netronome/nfp/nfpcore/nfp_resource.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "18737a48acc87e4cbe41d6fea9a3f44eae490e24",
              "status": "affected",
              "version": "f01a2161577d31b14581e0db3bbbdfa963f145b6",
              "versionType": "git"
            },
            {
              "lessThan": "423523f96a681428ce6e214eaf47f0d8242319de",
              "status": "affected",
              "version": "f01a2161577d31b14581e0db3bbbdfa963f145b6",
              "versionType": "git"
            },
            {
              "lessThan": "0dbd85a8cc35c14bd26e686fa5fae8c64a7958ae",
              "status": "affected",
              "version": "f01a2161577d31b14581e0db3bbbdfa963f145b6",
              "versionType": "git"
            },
            {
              "lessThan": "6dbd428119cb1fd1b73cf6968c711f4ea964dc8b",
              "status": "affected",
              "version": "f01a2161577d31b14581e0db3bbbdfa963f145b6",
              "versionType": "git"
            },
            {
              "lessThan": "cfa119aa781c4044dab5b4c1e5864600f53a26bc",
              "status": "affected",
              "version": "f01a2161577d31b14581e0db3bbbdfa963f145b6",
              "versionType": "git"
            },
            {
              "lessThan": "3b1d4fc3b73ea6faf008a0996ce6190c6e43efc3",
              "status": "affected",
              "version": "f01a2161577d31b14581e0db3bbbdfa963f145b6",
              "versionType": "git"
            },
            {
              "lessThan": "a7dc30b6828c3a30252892827b12b676749f250f",
              "status": "affected",
              "version": "f01a2161577d31b14581e0db3bbbdfa963f145b6",
              "versionType": "git"
            },
            {
              "lessThan": "a61b4db34a753bdf5c9e77a7f3d3dddd41dcfacc",
              "status": "affected",
              "version": "f01a2161577d31b14581e0db3bbbdfa963f145b6",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/net/ethernet/netronome/nfp/nfpcore/nfp_resource.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "4.11"
            },
            {
              "lessThan": "4.11",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.10.*",
              "status": "unaffected",
              "version": "5.10.265",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.216",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.183",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.148",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.12.*",
              "status": "unaffected",
              "version": "6.12.101",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.18.*",
              "status": "unaffected",
              "version": "6.18.42",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "7.1.*",
              "status": "unaffected",
              "version": "7.1.6",
              "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": "5.10.265",
                  "versionStartIncluding": "4.11",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.216",
                  "versionStartIncluding": "4.11",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.183",
                  "versionStartIncluding": "4.11",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.148",
                  "versionStartIncluding": "4.11",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.101",
                  "versionStartIncluding": "4.11",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.42",
                  "versionStartIncluding": "4.11",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.1.6",
                  "versionStartIncluding": "4.11",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.2",
                  "versionStartIncluding": "4.11",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nnfp: Check resource mutex allocation\n\nnfp_cpp_resource_find() allocates a CPP mutex handle for the matching\nresource-table entry and then reports success.  nfp_resource_try_acquire()\nimmediately passes that handle to nfp_cpp_mutex_trylock().\n\nHowever, nfp_cpp_mutex_alloc() returns NULL on failure.  If that happens\nfor a matching table entry, the resource lookup still returns success and\nthe following trylock dereferences a NULL mutex pointer while opening the\nresource.\n\nnfp_resource_acquire() already treats failure to allocate the table mutex\nas -ENOMEM.  Do the same for the resource mutex and fail the lookup before\npublishing the rest of the resource handle.\n\nThis issue was found by a static analysis checker and confirmed by\nmanual source review."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-19T16:33:25.716Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/18737a48acc87e4cbe41d6fea9a3f44eae490e24"
        },
        {
          "url": "https://git.kernel.org/stable/c/423523f96a681428ce6e214eaf47f0d8242319de"
        },
        {
          "url": "https://git.kernel.org/stable/c/0dbd85a8cc35c14bd26e686fa5fae8c64a7958ae"
        },
        {
          "url": "https://git.kernel.org/stable/c/6dbd428119cb1fd1b73cf6968c711f4ea964dc8b"
        },
        {
          "url": "https://git.kernel.org/stable/c/cfa119aa781c4044dab5b4c1e5864600f53a26bc"
        },
        {
          "url": "https://git.kernel.org/stable/c/3b1d4fc3b73ea6faf008a0996ce6190c6e43efc3"
        },
        {
          "url": "https://git.kernel.org/stable/c/a7dc30b6828c3a30252892827b12b676749f250f"
        },
        {
          "url": "https://git.kernel.org/stable/c/a61b4db34a753bdf5c9e77a7f3d3dddd41dcfacc"
        }
      ],
      "title": "nfp: Check resource mutex allocation",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-68328",
    "datePublished": "2026-08-10T12:03:04.560Z",
    "dateReserved": "2026-07-30T09:28:09.382Z",
    "dateUpdated": "2026-08-19T16:33:25.716Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-68328",
      "date": "2026-09-22",
      "epss": "0.00177",
      "percentile": "0.07471"
    },
    "nvd": {
      "cve": {
        "affected": [
          {
            "affectedData": [
              {
                "defaultStatus": "unaffected",
                "product": "Linux",
                "programFiles": [
                  "drivers/net/ethernet/netronome/nfp/nfpcore/nfp_resource.c"
                ],
                "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
                "vendor": "Linux",
                "versions": [
                  {
                    "lessThan": "18737a48acc87e4cbe41d6fea9a3f44eae490e24",
                    "status": "affected",
                    "version": "f01a2161577d31b14581e0db3bbbdfa963f145b6",
                    "versionType": "git"
                  },
                  {
                    "lessThan": "423523f96a681428ce6e214eaf47f0d8242319de",
                    "status": "affected",
                    "version": "f01a2161577d31b14581e0db3bbbdfa963f145b6",
                    "versionType": "git"
                  },
                  {
                    "lessThan": "0dbd85a8cc35c14bd26e686fa5fae8c64a7958ae",
                    "status": "affected",
                    "version": "f01a2161577d31b14581e0db3bbbdfa963f145b6",
                    "versionType": "git"
                  },
                  {
                    "lessThan": "6dbd428119cb1fd1b73cf6968c711f4ea964dc8b",
                    "status": "affected",
                    "version": "f01a2161577d31b14581e0db3bbbdfa963f145b6",
                    "versionType": "git"
                  },
                  {
                    "lessThan": "cfa119aa781c4044dab5b4c1e5864600f53a26bc",
                    "status": "affected",
                    "version": "f01a2161577d31b14581e0db3bbbdfa963f145b6",
                    "versionType": "git"
                  },
                  {
                    "lessThan": "3b1d4fc3b73ea6faf008a0996ce6190c6e43efc3",
                    "status": "affected",
                    "version": "f01a2161577d31b14581e0db3bbbdfa963f145b6",
                    "versionType": "git"
                  },
                  {
                    "lessThan": "a7dc30b6828c3a30252892827b12b676749f250f",
                    "status": "affected",
                    "version": "f01a2161577d31b14581e0db3bbbdfa963f145b6",
                    "versionType": "git"
                  },
                  {
                    "lessThan": "a61b4db34a753bdf5c9e77a7f3d3dddd41dcfacc",
                    "status": "affected",
                    "version": "f01a2161577d31b14581e0db3bbbdfa963f145b6",
                    "versionType": "git"
                  }
                ]
              },
              {
                "defaultStatus": "affected",
                "product": "Linux",
                "programFiles": [
                  "drivers/net/ethernet/netronome/nfp/nfpcore/nfp_resource.c"
                ],
                "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
                "vendor": "Linux",
                "versions": [
                  {
                    "status": "affected",
                    "version": "4.11"
                  },
                  {
                    "lessThan": "4.11",
                    "status": "unaffected",
                    "version": "0",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "5.10.*",
                    "status": "unaffected",
                    "version": "5.10.265",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "5.15.*",
                    "status": "unaffected",
                    "version": "5.15.216",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "6.1.*",
                    "status": "unaffected",
                    "version": "6.1.183",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "6.6.*",
                    "status": "unaffected",
                    "version": "6.6.148",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "6.12.*",
                    "status": "unaffected",
                    "version": "6.12.101",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "6.18.*",
                    "status": "unaffected",
                    "version": "6.18.42",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "7.1.*",
                    "status": "unaffected",
                    "version": "7.1.6",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "*",
                    "status": "unaffected",
                    "version": "7.2",
                    "versionType": "original_commit_for_fix"
                  }
                ]
              }
            ],
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
          }
        ],
        "cveTags": [],
        "descriptions": [
          {
            "lang": "en",
            "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nnfp: Check resource mutex allocation\n\nnfp_cpp_resource_find() allocates a CPP mutex handle for the matching\nresource-table entry and then reports success.  nfp_resource_try_acquire()\nimmediately passes that handle to nfp_cpp_mutex_trylock().\n\nHowever, nfp_cpp_mutex_alloc() returns NULL on failure.  If that happens\nfor a matching table entry, the resource lookup still returns success and\nthe following trylock dereferences a NULL mutex pointer while opening the\nresource.\n\nnfp_resource_acquire() already treats failure to allocate the table mutex\nas -ENOMEM.  Do the same for the resource mutex and fail the lookup before\npublishing the rest of the resource handle.\n\nThis issue was found by a static analysis checker and confirmed by\nmanual source review."
          }
        ],
        "id": "CVE-2026-68328",
        "lastModified": "2026-08-19T17:20:43.130",
        "metrics": {},
        "published": "2026-08-10T13:20:23.040",
        "references": [
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "url": "https://git.kernel.org/stable/c/0dbd85a8cc35c14bd26e686fa5fae8c64a7958ae"
          },
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "url": "https://git.kernel.org/stable/c/18737a48acc87e4cbe41d6fea9a3f44eae490e24"
          },
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "url": "https://git.kernel.org/stable/c/3b1d4fc3b73ea6faf008a0996ce6190c6e43efc3"
          },
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "url": "https://git.kernel.org/stable/c/423523f96a681428ce6e214eaf47f0d8242319de"
          },
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "url": "https://git.kernel.org/stable/c/6dbd428119cb1fd1b73cf6968c711f4ea964dc8b"
          },
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "url": "https://git.kernel.org/stable/c/a61b4db34a753bdf5c9e77a7f3d3dddd41dcfacc"
          },
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "url": "https://git.kernel.org/stable/c/a7dc30b6828c3a30252892827b12b676749f250f"
          },
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "url": "https://git.kernel.org/stable/c/cfa119aa781c4044dab5b4c1e5864600f53a26bc"
          }
        ],
        "sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "vulnStatus": "Received"
      }
    },
    "redhat_vex": {
      "aggregate_severity": "Low",
      "current_release_date": "2026-08-31T11:45:08+00:00",
      "cve": "CVE-2026-68328",
      "id": "CVE-2026-68328",
      "initial_release_date": "2026-08-10T00:00:00+00:00",
      "product_status:known_affected": "109",
      "product_status:known_not_affected": "168",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: nfp: Check resource mutex allocation",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-68328.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "moderate",
      "current_release_date": "2026-09-23T00:20:21Z",
      "cve": "CVE-2026-68328",
      "id": "CVE-2026-68328",
      "initial_release_date": "2026-08-11T23:47:44Z",
      "product_status:first_fixed": "68",
      "product_status:known_affected": "671",
      "product_status:known_not_affected": "6",
      "product_status:recommended": "130",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2026-68328",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-68328.json",
      "version": "11"
    }
  }
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Loading…

Loading…

Related by attack behaviour

Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.


Loading…