CVE-2026-90188: null_blk: free global tag_set on init error path

Published Sep 17, 2026
·
Updated

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

nullblk: free global tagset on init error path

If sharedtags is enabled, nullsetuptagset() allocates the global tagset via nullinitglobaltagset(). If device creation later fails, errdev destroys the default devices and calls unregisterblkdev(), but never frees the global tagset. Since module init failed, nullexit() is never invoked, so the global tagset's tags and maps are permanently leaked.

Free the global tagset in errdev, matching nullexit() which does if (tagset.ops) blkmqfreetagset(&tagset).

Affected Software

1 affected component
Linux Linux kernel

Event History

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

Frequently Asked Questions

1

Under what conditions can this issue occur?

It can occur when the null_blk module is initialized with shared_tags enabled, the global tag_set is allocated, and later device creation fails. The module initialization then fails before its normal exit routine can run.

2

What is the operational impact of a failed initialization in this state?

The global tag_set, including its tags and maps, remains permanently leaked because the initialization error path does not free it.

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