CVE-2026-89573

Source
https://cve.org/CVERecord?id=CVE-2026-89573
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89573.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-89573
Downstream
Published
2026-09-11T19:44:41Z
Modified
2026-09-13T03:47:19Z
Summary
dm array: reject an array block whose value size is not the caller's
Details

In the Linux kernel, the following vulnerability has been resolved:

dm array: reject an array block whose value size is not the caller's

array_block_check() can only compare the header against itself, so a block with value_size 4 and max_entries 1018 is internally consistent and passes. dm-cache keeps two arrays -- mappings at 8 bytes and hints at 4 -- and the roots for both live in the superblock. Point the mappings root at a hint block and __load_mappings() walks it through an info whose value size is 8, so element_at() strides 8 bytes over 4-byte entries and reaches offset 8160 of a 4096-byte block.

get_ablock() and __shadow_ablock() are the two places that hold the block and the caller at once. Reject there when the two value sizes disagree. Arrays only ever read their own blocks, so this fires on crafted metadata only.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/89xxx/CVE-2026-89573.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
6513c29f44f2cc970c0e9fecfe5a6526c3e73025
Fixed
7bf4b5cb42a4e27f36bcbc6209d82a5da9c0168c
Fixed
ac4a5eb8b002a0742c938fc98b922e243f53573a
Fixed
cb409b38b0232ee4385ef55cddcd6fbdd011a8a2
Fixed
4538a287bdf5d0f9a379c678e5262b9f5783f547

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
3.9.0
Fixed
6.12.109
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.50
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.4

Database specific

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