CVE-2026-90150: pnfs/blocklayout: Fix device leaks on parse failure

Published Sep 17, 2026
·
Updated

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

pnfs/blocklayout: Fix device leaks on parse failure

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

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

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

Affected Software

1 affected component
Linux Kernel

Event History

Sep 17, 2026
CVE Published
via MITRE·04:06 PM
Data Sourced
via MITRE·04:06 PM
Description

Frequently Asked Questions

1

What conditions trigger the leak?

The leak occurs when parsing a child device fails while processing a pNFS block-layout concat or stripe device. A related failure path can occur in SCSI device parsing after a block-device file pointer has been assigned and its file reference dropped.

2

What is the practical impact of a failed parse?

Before the fix, partially initialized child-device arrays may not be released, leaking device-related allocations. The SCSI parsing error path could also leave a stale bdev_file pointer that an outer cleanup path may attempt to release again.

3

How can exposure be reduced if the fix cannot be applied immediately?

The provided information identifies the affected paths as pNFS block-layout parsing for concat, stripe, and SCSI devices. Reducing or avoiding use of those block-layout device configurations avoids the described parse-failure cleanup paths.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203