CVE-2026-90150

Source
https://cve.org/CVERecord?id=CVE-2026-90150
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-90150.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-90150
Downstream
Published
2026-09-17T16:06:44Z
Modified
2026-09-19T03:47:28Z
Summary
pnfs/blocklayout: Fix device leaks on parse failure
Details

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

pnfs/blocklayout: Fix device leaks on parse failure

bl_parse_concat() and bl_parse_stripe() allocate a child device array and then parse each child in turn. If parsing a child fails, the failed child is not counted in nr_children and the parent may be left with a children array that bl_free_device() will not release when nr_children is zero.

Release the failed child and the already parsed children before returning the error. Also make bl_free_device() release the child array whenever the children pointer is set, so that partially initialised concat or stripe devices are cleaned up correctly.

bl_parse_scsi() can also fail after assigning d->bdev_file and dropping the file reference. Clear the pointer after fput() so that an outer cleanup path does not put it again.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/90xxx/CVE-2026-90150.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
5c83746a0cf2831d4b59f5cf99ef5fbf138564e4
Fixed
8a2494964edac2a13e82441c2bf887548dc3be0b
Fixed
1e1c36b206c659cf94c6755a1d821ed1babd32bc
Fixed
23e4162405c456ce12c772d5882d306135e828ae
Fixed
c056f817e4200fb18079d5052c273a22f191ff0a

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
3.18.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-90150.json"