CVE-2026-90277
Last modified
CVE-2026-90277 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: md/md-llbitmap: prevent create failure bitmap UAF llbitmap_create() publishes mddev->bitmap before reading the bitmap superblock. This is needed because llbitmap_read_sb() can initialize a new bitmap and flush it through helpers that use mddev->bitmap. If llbitmap_read_sb() fails, the old cleanup dropped bitmap_info.mutex and freed llbitmap before clearing mddev->bitmap.
Description
In the Linux kernel, the following vulnerability has been resolved: md/md-llbitmap: prevent create failure bitmap UAF llbitmap_create() publishes mddev->bitmap before reading the bitmap superblock. This is needed because llbitmap_read_sb() can initialize a new bitmap and flush it through helpers that use mddev->bitmap. If llbitmap_read_sb() fails, the old cleanup dropped bitmap_info.mutex and freed llbitmap before clearing mddev->bitmap. Readers such as /proc/mdstat rely on bitmap_info.mutex to keep the bitmap pointer stable while collecting bitmap stats, so they could observe the stale pointer after the failed create path released the mutex. Clear mddev->bitmap while still holding bitmap_info.mutex, then free the failed llbitmap after dropping the mutex. This makes mutex-protected readers see either a live bitmap or no bitmap.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 5ab829f1971dc99f2aac10846c378e67fc875abc, < 930cc4f1af5a1afcd545a6ba00e38921ff8401e0; >= 5ab829f1971dc99f2aac10846c378e67fc875abc, < 2f0722435ce3a844dbb66b9bb0a18229dcc8739c; >= 5ab829f1971dc99f2aac10846c378e67fc875abc, < 2116c2f0a0e547615886900e2ed8c529c016499b |
| Linux | Linux | 6.18 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-90277?
How severe is CVE-2026-90277?
How do I fix CVE-2026-90277?
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-90271In the Linux kernel, the following vulnerability has been re…
- 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-90278In 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…
Are you affected by CVE-2026-90277?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
