CVE-2026-90275

Source
https://cve.org/CVERecord?id=CVE-2026-90275
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-90275.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-90275
Downstream
Published
2026-09-17T16:08:08Z
Modified
2026-09-19T03:47:25Z
Summary
md/raid1: don't set array_frozen in raid1_takeover()
Details

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.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/90xxx/CVE-2026-90275.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
b39f35ebe86d88788d85f61e83c81c308cb76727
Fixed
668d99ba47210ab6ceb18f1cf022c0accca7e3bb
Fixed
c57ec2749ee03cace564eec7bb37c89dc3d8d47b
Fixed
f9cdb5bb8efbf401e84d850828271af87e6be2dc
Fixed
b6ec4bf1ec4446c0213c08ea493e48e6b83cd1af
Fixed
dc386aa0ac0a3ec06c9a3ea9b064b073fb72a916

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-90275.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.6.0
Fixed
6.6.157
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.110
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.52
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.6

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-90275.json"