CVE-2026-90275
Last modified
CVE-2026-90275 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: md/raid1: don't set array_frozen in raid1_takeover() raid1_takeover() sets conf->array_frozen = 1 on the newly-allocated r1conf and nothing ever clears it, so every I/O to the array stalls permanently once _wait_barrier() sees it stuck at 1. This used to be harmless: level_store() called mddev_resume() right after pers->run(), which called raid1_quiesce(mddev, 0) and cleared array_frozen back to 0 regardless of what raid1_takeover() set. Commit b39f35ebe86d ("md: don't quiesce in mddev_suspend()") removed that quiesce(mddev, 0) call, so the pre-set now sticks. setup_conf() already zero-initializes the new r1conf via kzalloc, so just don't set array_frozen here. Same class of bug as commit 892da88d1cd9 ("md/raid10: fix a 'conf->barrier' leakage in raid10_takeover()"), also triggered by b39f35ebe86d..
Description
In the Linux kernel, the following vulnerability has been resolved: md/raid1: don't set array_frozen in raid1_takeover() raid1_takeover() sets conf->array_frozen = 1 on the newly-allocated r1conf and nothing ever clears it, so every I/O to the array stalls permanently once _wait_barrier() sees it stuck at 1. This used to be harmless: level_store() called mddev_resume() right after pers->run(), which called raid1_quiesce(mddev, 0) and cleared array_frozen back to 0 regardless of what raid1_takeover() set. Commit b39f35ebe86d ("md: don't quiesce in mddev_suspend()") removed that quiesce(mddev, 0) call, so the pre-set now sticks. setup_conf() already zero-initializes the new r1conf via kzalloc, so just don't set array_frozen here. Same class of bug as commit 892da88d1cd9 ("md/raid10: fix a 'conf->barrier' leakage in raid10_takeover()"), also triggered by b39f35ebe86d.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= b39f35ebe86d88788d85f61e83c81c308cb76727, < 668d99ba47210ab6ceb18f1cf022c0accca7e3bb; >= b39f35ebe86d88788d85f61e83c81c308cb76727, < c57ec2749ee03cace564eec7bb37c89dc3d8d47b; >= b39f35ebe86d88788d85f61e83c81c308cb76727, < f9cdb5bb8efbf401e84d850828271af87e6be2dc; >= b39f35ebe86d88788d85f61e83c81c308cb76727, < b6ec4bf1ec4446c0213c08ea493e48e6b83cd1af; >= b39f35ebe86d88788d85f61e83c81c308cb76727, < dc386aa0ac0a3ec06c9a3ea9b064b073fb72a916 |
| Linux | Linux | 6.6 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-90275?
How severe is CVE-2026-90275?
How do I fix CVE-2026-90275?
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-9027The CorvusPay WooCommerce Payment Gateway plugin for WordPre…5.3
- CVE-2026-90270In the Linux kernel, the following vulnerability has been re…
- 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-90276In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90277In 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…
Are you affected by CVE-2026-90275?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
