CVE-2026-89573High· 7.8▾ TwilightIn 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 m…
▾ Twilight zone — High severity, or a signal on a lesser flaw
impact 42.9 · likelihood 0 · exploitation 0
Need a working PoC? Pro members can cast a request and our team develops one — it lands right here.
Exploit-prediction probability, daily snapshots since Sep 12.
Disclosure to exploitation, from the record and what we observed since indexing it.
Disclosed via CVEORG
0.2%
— → 6
none → medium
— → 6
none → medium
— → 7.8
none → high
Last analysed / modified upstream
7.8 → 6
high → medium
6 → 7.8
medium → high
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.
Linux >= 6513c29f44f2cc970c0e9fecfe5a6526c3e73025 < 35cd3b278448c79614f65ab6bbc9ed348d847df9Linux >= 6513c29f44f2cc970c0e9fecfe5a6526c3e73025 < a8237cb8fa0a628d903e76635bfdeae4202036b9Linux >= 6513c29f44f2cc970c0e9fecfe5a6526c3e73025 < a530a9a419a7c5fdb7dae55ffa2dd7a130631842Linux >= 6513c29f44f2cc970c0e9fecfe5a6526c3e73025 < 522fa26da24ccaa298ebe3c1c97395d2d63dfc21Linux >= 6513c29f44f2cc970c0e9fecfe5a6526c3e73025 < 7bf4b5cb42a4e27f36bcbc6209d82a5da9c0168cLinux >= 6513c29f44f2cc970c0e9fecfe5a6526c3e73025 < ac4a5eb8b002a0742c938fc98b922e243f53573aLinux >= 6513c29f44f2cc970c0e9fecfe5a6526c3e73025 < cb409b38b0232ee4385ef55cddcd6fbdd011a8a2Linux >= 6513c29f44f2cc970c0e9fecfe5a6526c3e73025 < 4538a287bdf5d0f9a379c678e5262b9f5783f547Linux 3.9Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
Field changes observed since this record was first indexed.
Connected by shared product, vendor, weakness, or advisory.
CVE-2026-68286NoneIn the Linux kernel, the following vulnerability has been resolved: drop_monitor: perform u64_stats updates under IRQ-disabled section In net_dm_packet_trace_kfree_skb_hit() and net_dm_hw_trap_packet_probe(), u64_stats_update_begin() /…
CVE-2026-68337NoneIn the Linux kernel, the following vulnerability has been resolved: bpf: Reject redirect helpers without a bpf_net_context The bpf_redirect*() helpers and skb_do_redirect() obtain the per-task bpf_redirect_info via bpf_net_ctx_get_ri()…
CVE-2026-68287High· 7.5In the Linux kernel, the following vulnerability has been resolved: drop_monitor: fix size calculations for 64-bit attributes net_dm_packet_report_fill() and net_dm_hw_packet_report_fill() use nla_put_u64_64bit() to append 64-bit attri…
CVE-2026-68288NoneIn the Linux kernel, the following vulnerability has been resolved: net: drop_monitor: fix info leak in NET_DM_ATTR_PAYLOAD net_dm_packet_report_fill() and net_dm_hw_packet_report_fill() open code the NET_DM_ATTR_PAYLOAD attribute to a…
CVE-2026-68289NoneIn the Linux kernel, the following vulnerability has been resolved: tipc: fix integer overflow in tipc_recvmsg() and tipc_recvstream() In tipc_recvmsg(), the copy length is computed as: copy = min_t(int, dlen - offset, buflen); buf…
CVE-2026-68303NoneIn the Linux kernel, the following vulnerability has been resolved: drm/vc4: hvs/v3d: Fix null dereference in unbind The hvs and v3d drivers use dev_get_drvdata(master) in their unbind functions