CVE-2026-90385
Last modified
CVE-2026-90385 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: md/raid1: create serial pool adding rdev to array with serialize_policy=1 The following bug has been observed with kernel 7.1.3 after adding a new rdev to an existing RAID1 array with serialize_policy enabled: Oops: 0002 [#1] CPU: 0 UID: 0 PID: 19639 Comm: ext4lazyinit Not tainted 7.1.3-1-default RIP: _raw_spin_lock_irqsave+0x27/0x50 CR2: 0000000000004960 Call Trace: wait_for_serialization+0xb9/0x260 [raid1] raid1_make_request+0x762/0xaff [raid1] md_handle_request+0x1c9/0x2e0 [md_mod] The raid1.c code calls wait_for_serialization() if the MD_SERIALIZE_POLICY is set, and wait_for_serialization assumes that rdev->serial is initialized. Normally this will be the case for arrays that have the serialize_policy sysfs attribute set to 1. But when a new rdev is added to an existing array in bind_rdev_to_array(), the condition at mddev_create_serial_pool() causes creation of rdev->serial to be skipped.
Description
In the Linux kernel, the following vulnerability has been resolved: md/raid1: create serial pool adding rdev to array with serialize_policy=1 The following bug has been observed with kernel 7.1.3 after adding a new rdev to an existing RAID1 array with serialize_policy enabled: Oops: 0002 [#1] CPU: 0 UID: 0 PID: 19639 Comm: ext4lazyinit Not tainted 7.1.3-1-default RIP: _raw_spin_lock_irqsave+0x27/0x50 CR2: 0000000000004960 Call Trace: wait_for_serialization+0xb9/0x260 [raid1] raid1_make_request+0x762/0xaff [raid1] md_handle_request+0x1c9/0x2e0 [md_mod] The raid1.c code calls wait_for_serialization() if the MD_SERIALIZE_POLICY is set, and wait_for_serialization assumes that rdev->serial is initialized. Normally this will be the case for arrays that have the serialize_policy sysfs attribute set to 1. But when a new rdev is added to an existing array in bind_rdev_to_array(), the condition at mddev_create_serial_pool() causes creation of rdev->serial to be skipped. Fix it.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 69b00b5bb23552d43e8bbed73ef6624604bb94a2, < f9e4364449f7ca6917f3599eb32064dba5b7b147; >= 69b00b5bb23552d43e8bbed73ef6624604bb94a2, < 37f11973c3eb72a5eb061082cad529bb6939c24f; >= 69b00b5bb23552d43e8bbed73ef6624604bb94a2, < c02d675e81468003e4f2253b616c53729070d712; >= 69b00b5bb23552d43e8bbed73ef6624604bb94a2, < 140234b2380ffb8ffb0cfc46fee0e822f43adef7 |
| Linux | Linux | 5.6 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-90385?
How severe is CVE-2026-90385?
How do I fix CVE-2026-90385?
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-9038A stack-based buffer overflow vulnerability in the charging …8.6
- CVE-2026-90380In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-90381In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-90382In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90383In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90384In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90386In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90387In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90388In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90389In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9039A configuration weakness in the device’s remote management s…8.6
- CVE-2026-90390In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-90385?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
