dm array: reject an array block whose value size is not the caller's
Summary
| CVE | CVE-2026-89573 |
| State | PUBLISHED |
| Assigner | Linux |
| Source Priority | CVE Program / NVD first with legacy fallback |
| Published | 2026-09-11 20:19:41 UTC |
| Updated | 2026-09-11 20:19:41 UTC |
| Description | 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. |
Vendor Declared Affected Products
| Source | Vendor | Product | Version | Platforms |
|---|
| CNA |
Linux |
Linux |
affected 6513c29f44f2cc970c0e9fecfe5a6526c3e73025 7bf4b5cb42a4e27f36bcbc6209d82a5da9c0168c git |
Not specified |
| CNA |
Linux |
Linux |
affected 6513c29f44f2cc970c0e9fecfe5a6526c3e73025 ac4a5eb8b002a0742c938fc98b922e243f53573a git |
Not specified |
| CNA |
Linux |
Linux |
affected 6513c29f44f2cc970c0e9fecfe5a6526c3e73025 cb409b38b0232ee4385ef55cddcd6fbdd011a8a2 git |
Not specified |
| CNA |
Linux |
Linux |
affected 6513c29f44f2cc970c0e9fecfe5a6526c3e73025 4538a287bdf5d0f9a379c678e5262b9f5783f547 git |
Not specified |
| CNA |
Linux |
Linux |
affected 3.9 |
Not specified |
| CNA |
Linux |
Linux |
unaffected 3.9 semver |
Not specified |
| CNA |
Linux |
Linux |
unaffected 6.12.109 6.12.* semver |
Not specified |
| CNA |
Linux |
Linux |
unaffected 6.18.50 6.18.* semver |
Not specified |
| CNA |
Linux |
Linux |
unaffected 7.2.4 7.2.* semver |
Not specified |
| CNA |
Linux |
Linux |
unaffected 7.3-rc1 * original_commit_for_fix |
Not specified |
References
| Reference | Source | Link | Tags |
|---|
| git.kernel.org/stable/c/7bf4b5cb42a4e27f36bcbc6209d82a5da9c0168c |
416baaa9-dc9f-4396-8d5f-8c081fb06d67 |
git.kernel.org |
|
| git.kernel.org/stable/c/ac4a5eb8b002a0742c938fc98b922e243f53573a |
416baaa9-dc9f-4396-8d5f-8c081fb06d67 |
git.kernel.org |
|
| git.kernel.org/stable/c/cb409b38b0232ee4385ef55cddcd6fbdd011a8a2 |
416baaa9-dc9f-4396-8d5f-8c081fb06d67 |
git.kernel.org |
|
| git.kernel.org/stable/c/4538a287bdf5d0f9a379c678e5262b9f5783f547 |
416baaa9-dc9f-4396-8d5f-8c081fb06d67 |
git.kernel.org |
|
| CVE Program record |
CVE.ORG |
www.cve.org |
canonical |
| NVD vulnerability detail |
NVD |
nvd.nist.gov |
canonical, analysis |
No vendor comments have been submitted for this CVE.
There are currently no legacy QID mappings associated with this CVE.