CVE-2026-90278
Last modified
CVE-2026-90278 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: md: wait for behind writes before destroying bitmap __md_stop() destroyed the bitmap before calling mddev_detach(). That made mddev_detach() skip bitmap_ops->wait_behind_writes(), because the bitmap was already disconnected from mddev. This was still safe for the legacy bitmap because bitmap_destroy() waits for behind writes itself.
Description
In the Linux kernel, the following vulnerability has been resolved: md: wait for behind writes before destroying bitmap __md_stop() destroyed the bitmap before calling mddev_detach(). That made mddev_detach() skip bitmap_ops->wait_behind_writes(), because the bitmap was already disconnected from mddev. This was still safe for the legacy bitmap because bitmap_destroy() waits for behind writes itself. llbitmap keeps that wait in its ->wait_behind_writes() operation instead, while ->destroy() tears down the llbitmap storage. With the old ordering, RAID1 behind-write completions could still run after llbitmap storage had been freed. Call mddev_detach() before md_bitmap_destroy() so the common detach path can wait for behind writes while the bitmap is still alive. Only destroy the bitmap after those users are gone.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 5ab829f1971dc99f2aac10846c378e67fc875abc, < 73881ff7a75913f919a1ce9d9571bfaab8e8588d; >= 5ab829f1971dc99f2aac10846c378e67fc875abc, < 4224dccd325a9380e8edfb66aad8bb5771c94222; >= 5ab829f1971dc99f2aac10846c378e67fc875abc, < 2a79365b2278f16e163e4024086105693b421601 |
| Linux | Linux | 6.18 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-90278?
How severe is CVE-2026-90278?
How do I fix CVE-2026-90278?
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-90272In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90273In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90274In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90275In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90276In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90277In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90279In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9028The CorvusPay WooCommerce Payment Gateway plugin for WordPre…5.3
- CVE-2026-90280In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90281In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90282In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90283In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-90278?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
