CVE-2026-90277

Source
https://cve.org/CVERecord?id=CVE-2026-90277
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-90277.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-90277
Downstream
Published
2026-09-17T16:08:09Z
Modified
2026-09-19T03:47:28Z
Summary
md/md-llbitmap: prevent create failure bitmap UAF
Details

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.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/90xxx/CVE-2026-90277.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
5ab829f1971dc99f2aac10846c378e67fc875abc
Fixed
930cc4f1af5a1afcd545a6ba00e38921ff8401e0
Fixed
2f0722435ce3a844dbb66b9bb0a18229dcc8739c
Fixed
2116c2f0a0e547615886900e2ed8c529c016499b

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.18.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-90277.json"