CVE-2026-90185
Last modified
CVE-2026-90185 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: null_blk: serialize configfs attribute stores with the lock The NULLB_DEVICE_ATTR _store takes no lock: apply_fn attributes (submit_queues, poll_queues) get dev->NAME written again after apply_fn returns, outside its lock; APPLY=NULL attributes are entirely lockless. configfs only serializes stores per-open-file, so concurrent stores on separate fds race. For apply_fn attributes, once one store's apply_fn has reconfigured the hardware, a second (losing) store can still overwrite dev->NAME afterwards. This leaves dev->submit_queues out of sync with the live queue count, which is later caught by the WARN_ON_ONCE() in null_map_queues(). For !apply_fn attributes, power_store()'s null_add_dev() validates and builds the device under "lock" but only sets CONFIGURED afterwards.
Description
In the Linux kernel, the following vulnerability has been resolved: null_blk: serialize configfs attribute stores with the lock The NULLB_DEVICE_ATTR _store takes no lock: apply_fn attributes (submit_queues, poll_queues) get dev->NAME written again after apply_fn returns, outside its lock; APPLY=NULL attributes are entirely lockless. configfs only serializes stores per-open-file, so concurrent stores on separate fds race. For apply_fn attributes, once one store's apply_fn has reconfigured the hardware, a second (losing) store can still overwrite dev->NAME afterwards. This leaves dev->submit_queues out of sync with the live queue count, which is later caught by the WARN_ON_ONCE() in null_map_queues(). For !apply_fn attributes, power_store()'s null_add_dev() validates and builds the device under "lock" but only sets CONFIGURED afterwards. A store slipping in during this window can change a field mid-setup -- for example, zone_nr_conv can be pushed above nr_zones after it has already been clamped, leading to an out-of-bounds dev->zones[] access. Take "lock" in the macro around the apply_fn call, the CONFIGURED test and the field write, and move it out of nullb_apply_submit_queues()/ nullb_apply_poll_queues() so both paths are covered once. This serializes stores with power_store's setup and with each other.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 45919fbfe1c487c17ea1d198534339a5e8abeae3, < 8e839ed5210399a0330a8a6c5885c1d40a537c6d; >= 45919fbfe1c487c17ea1d198534339a5e8abeae3, < 88d806d0e1d36246208386a8e55b511c1b3d647c; >= 45919fbfe1c487c17ea1d198534339a5e8abeae3, < 3945ce8cbce4e328e6fdf0b522dc71e340de19db; >= 45919fbfe1c487c17ea1d198534339a5e8abeae3, < 65cae82fd3c39b53430672cb9e3ecd267471a6ce; >= 45919fbfe1c487c17ea1d198534339a5e8abeae3, < c70994c2862b05e44728912b2ea9487d31e2aea7; >= 45919fbfe1c487c17ea1d198534339a5e8abeae3, < 7e7fff51808237703a3a1df6dd5cae1dfd1db86d |
| Linux | Linux | 5.5 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-90185?
How severe is CVE-2026-90185?
How do I fix CVE-2026-90185?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-9018The Easy Elements for Elementor – Addons & Website Templates…8.8
- CVE-2026-90180In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90181In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90182In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90183In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90184In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90186In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90187In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90188In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90189In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9019The Easy Image Collage plugin for WordPress is vulnerable to…6.4
- CVE-2026-90190In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-90185?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
