0.0
NA
CVE-2026-68328
nfp: Check resource mutex allocation
Description

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.

INFO

Published Date :

Aug. 10, 2026, 1:20 p.m.

Last Modified :

Aug. 10, 2026, 1:20 p.m.

Remotely Exploit :

No

Source :

416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Products

The following products are affected by CVE-2026-68328 vulnerability. Even if cvefeed.io is aware of the exact versions of the products that are affected, the information is not represented in the table below.

No affected product recoded yet

Solution
Fix null pointer dereference by checking mutex allocation failure.
  • Update the Linux kernel to the patched version.
  • Apply the 'nfp: Check resource mutex allocation' fix.
  • Ensure mutex allocation failure is handled properly.
  • Fail lookup before publishing resource handle.
CWE - Common Weakness Enumeration

While CVE identifies specific instances of vulnerabilities, CWE categorizes the common flaws or weaknesses that can lead to vulnerabilities. CVE-2026-68328 is associated with the following CWEs:

Common Attack Pattern Enumeration and Classification (CAPEC)

Common Attack Pattern Enumeration and Classification (CAPEC) stores attack patterns, which are descriptions of the common attributes and approaches employed by adversaries to exploit the CVE-2026-68328 weaknesses.

We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).

Results are limited to the first 15 repositories due to potential performance issues.

The following list is the news that have been mention CVE-2026-68328 vulnerability anywhere in the article.

The following table lists the changes that have been made to the CVE-2026-68328 vulnerability over time.

Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.

  • New CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    Aug. 10, 2026

    Action Type Old Value New Value
    Added Affected [{'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': 'f01a2161577d31b14581e0db3bbbdfa963f145b6', 'lessThan': '6dbd428119cb1fd1b73cf6968c711f4ea964dc8b', 'versionType': 'git'}, {'status': 'affected', 'version': 'f01a2161577d31b14581e0db3bbbdfa963f145b6', 'lessThan': 'cfa119aa781c4044dab5b4c1e5864600f53a26bc', 'versionType': 'git'}, {'status': 'affected', 'version': 'f01a2161577d31b14581e0db3bbbdfa963f145b6', 'lessThan': '3b1d4fc3b73ea6faf008a0996ce6190c6e43efc3', 'versionType': 'git'}, {'status': 'affected', 'version': 'f01a2161577d31b14581e0db3bbbdfa963f145b6', 'lessThan': 'a7dc30b6828c3a30252892827b12b676749f250f', 'versionType': 'git'}, {'status': 'affected', 'version': 'f01a2161577d31b14581e0db3bbbdfa963f145b6', 'lessThan': 'a61b4db34a753bdf5c9e77a7f3d3dddd41dcfacc', 'versionType': 'git'}], 'programFiles': ['drivers/net/ethernet/netronome/nfp/nfpcore/nfp_resource.c'], 'defaultStatus': 'unaffected'}, {'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '4.11'}, {'status': 'unaffected', 'version': '0', 'lessThan': '4.11', 'versionType': 'semver'}, {'status': 'unaffected', 'version': '6.6.148', 'versionType': 'semver', 'lessThanOrEqual': '6.6.*'}, {'status': 'unaffected', 'version': '6.12.101', 'versionType': 'semver', 'lessThanOrEqual': '6.12.*'}, {'status': 'unaffected', 'version': '6.18.42', 'versionType': 'semver', 'lessThanOrEqual': '6.18.*'}, {'status': 'unaffected', 'version': '7.1.6', 'versionType': 'semver', 'lessThanOrEqual': '7.1.*'}, {'status': 'unaffected', 'version': '7.2-rc5', 'versionType': 'original_commit_for_fix', 'lessThanOrEqual': '*'}], 'programFiles': ['drivers/net/ethernet/netronome/nfp/nfpcore/nfp_resource.c'], 'defaultStatus': 'affected'}]
    Added Description 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.
    Added Reference https://git.kernel.org/stable/c/3b1d4fc3b73ea6faf008a0996ce6190c6e43efc3
    Added Reference https://git.kernel.org/stable/c/6dbd428119cb1fd1b73cf6968c711f4ea964dc8b
    Added Reference https://git.kernel.org/stable/c/a61b4db34a753bdf5c9e77a7f3d3dddd41dcfacc
    Added Reference https://git.kernel.org/stable/c/a7dc30b6828c3a30252892827b12b676749f250f
    Added Reference https://git.kernel.org/stable/c/cfa119aa781c4044dab5b4c1e5864600f53a26bc
EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days. Following chart shows the EPSS score history of the vulnerability.