CVE-2026-90151

Source
https://cve.org/CVERecord?id=CVE-2026-90151
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-90151.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-90151
Downstream
Published
2026-09-17T16:06:44Z
Modified
2026-09-19T03:47:24Z
Severity
  • 9.8 (Critical) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
NFSv4: remove callback IDR entry on client allocation failure
Details

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

NFSv4: remove callback IDR entry on client allocation failure

nfs4_alloc_client() allocates an NFSv4.0 callback identifier before it finishes setting up the client. If any later initialization step fails, the error path frees the nfs_client directly with nfs_free_client(). That bypasses nfs_put_client(), which is where the callback IDR entry is removed during normal teardown.

A failed allocation can therefore leave cb_ident_idr pointing at a freed nfs_client. A later NFSv4.0 callback lookup by cb_ident would find the stale pointer and take a reference to it.

Make the callback IDR removal helper callable by the allocation failure path, and remove the callback identifier before freeing the client.

This was found by a local static-analysis checker for publish-before-free lifetime bugs and confirmed by manual inspection.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/90xxx/CVE-2026-90151.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
f4eecd5da3422e82e88e36c33cbd2595eebcacb1
Fixed
68c721391b761dbe38d5b0094d2bb6e8489ad92b
Fixed
9bfdd0f591307b5198826a0e7a5b2f35f87acd2d
Fixed
7c4812eb96bdcafb31a65b12f2aa96659429d1d4
Fixed
fc95ca82d5ae598c428ab5a00ae69f8526d59371
Fixed
80b1c3d5a881f7d9081aa9f46da9742878a0f893
Fixed
3f2387e8bfbc4efda5d77c3a11a028d0a119c48f
Fixed
5891c03e150920618db0e9c4ea2d772abacdcfd1
Fixed
d05c2007b3d84ccba11dc6e9cb3202768cc72f14

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-90151.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
2.6.38
Fixed
5.10.270
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.221
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.188
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.157
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.110
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.52
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.6

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-90151.json"