CVE-2026-90188

Source
https://cve.org/CVERecord?id=CVE-2026-90188
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-90188.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-90188
Downstream
Published
2026-09-17T16:07:10Z
Modified
2026-09-18T03:48:36Z
Summary
null_blk: free global tag_set on init error path
Details

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

null_blk: free global tag_set on init error path

If shared_tags is enabled, null_setup_tagset() allocates the global tag_set via null_init_global_tag_set(). If device creation later fails, err_dev destroys the default devices and calls unregister_blkdev(), but never frees the global tag_set. Since module init failed, null_exit() is never invoked, so the global tag_set's tags and maps are permanently leaked.

Free the global tag_set in err_dev, matching null_exit() which does if (tag_set.ops) blk_mq_free_tag_set(&tag_set).

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/90xxx/CVE-2026-90188.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
82f402fefa50f1675bf918bcd009981bd6b30ac8
Fixed
0b2faa330184340d9418ad2c627c2ae881772e33
Fixed
665c94554ff0d5d88caae7f40c16c8e0a3369eda
Fixed
2882e1450fa4597811a951196e07553ea134eb31
Fixed
2b59484ac1e64dd78dbe8c6140891c6308085a75
Fixed
081cf37e8a0e00cd91d6df53172c9d928790a798
Fixed
5a1c5ff3a49ba93a1fd0b70537e7a0164071760d

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
4.13.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-90188.json"