CVE-2024-26961

high
Published 2024-10-30 · Modified 2024-08-08
CVSS v3
7.8
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
CVSS v2
VIR risk
7.8

Description

In the Linux kernel, the following vulnerability has been resolved: mac802154: fix llsec key resources release in mac802154_llsec_key_del mac802154_llsec_key_del() can free resources of a key directly without following the RCU rules for waiting before the end of a grace period. This may lead to use-after-free in case llsec_lookup_key() is traversing the list of keys in parallel with a key deletion: refcount_t: addition on 0; use-after-free. WARNING: CPU: 4 PID: 16000 at lib/refcount.c:25 refcount_warn_saturate+0x162/0x2a0 Modules linked in: CPU: 4 PID: 16000 Comm: wpan-ping Not tainted 6.7.0 #19 Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.16.2-debian-1.16.2-1 04/01/2014 RIP: 0010:refcount_warn_saturate+0x162/0x2a0 Call Trace: <TASK> llsec_lookup_key.isra.0+0x890/0x9e0 mac802154_llsec_encrypt+0x30c/0x9c0 ieee802154_subif_start_xmit+0x24/0x1e0 dev_hard_start_xmit+0x13e/0x690 sch_direct_xmit+0x2ae/0xbc0 __dev_queue_xmit+0x11dd/0x3c20 dgram_sendmsg+0x90b/0xd60 __sys_sendto+0x466/0x4c0 __x64_sys_sendto+0xe0/0x1c0 do_syscall_64+0x45/0xf0 entry_SYSCALL_64_after_hwframe+0x6e/0x76 Also, ieee802154_llsec_key_entry structures are not freed by mac802154_llsec_key_del(): unreferenced object 0xffff8880613b6980 (size 64): comm "iwpan", pid 2176, jiffies 4294761134 (age 60.475s) hex dump (first 32 bytes): 78 0d 8f 18 80 88 ff ff 22 01 00 00 00 00 ad de x......."....... 00 00 00 00 00 00 00 00 03 00 cd ab 00 00 00 00 ................ backtrace: [<ffffffff81dcfa62>] __kmem_cache_alloc_node+0x1e2/0x2d0 [<ffffffff81c43865>] kmalloc_trace+0x25/0xc0 [<ffffffff88968b09>] mac802154_llsec_key_add+0xac9/0xcf0 [<ffffffff8896e41a>] ieee802154_add_llsec_key+0x5a/0x80 [<ffffffff8892adc6>] nl802154_add_llsec_key+0x426/0x5b0 [<ffffffff86ff293e>] genl_family_rcv_msg_doit+0x1fe/0x2f0 [<ffffffff86ff46d1>] genl_rcv_msg+0x531/0x7d0 [<ffffffff86fee7a9>] netlink_rcv_skb+0x169/0x440 [<ffffffff86ff1d88>] genl_rcv+0x28/0x40 [<ffffffff86fec15c>] netlink_unicast+0x53c/0x820 [<ffffffff86fecd8b>] netlink_sendmsg+0x93b/0xe60 [<ffffffff86b91b35>] ____sys_sendmsg+0xac5/0xca0 [<ffffffff86b9c3dd>] ___sys_sendmsg+0x11d/0x1c0 [<ffffffff86b9c65a>] __sys_sendmsg+0xfa/0x1d0 [<ffffffff88eadbf5>] do_syscall_64+0x45/0xf0 [<ffffffff890000ea>] entry_SYSCALL_64_after_hwframe+0x6e/0x76 Handle the proper resource release in the RCU callback function mac802154_llsec_key_del_rcu(). Note that if llsec_lookup_key() finds a key, it gets a refcount via llsec_key_get() and locally copies key id from key_entry (which is a list element). So it's safe to call llsec_key_put() and free the list entry after the RCU grace period elapses. Found by Linux Verification Center (linuxtesting.org).

Predictions

Exploit likelihood
75%
Patch ETA

Heuristic predictions, AS-IS, for prioritization only.

Mitigations

vendor Authored 2026-05-27

Vendor advisory: alma — https://errata.almalinux.org/9/ALSA-2024-8617.html

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2311715

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2300297

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2300296

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2297589

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2297582

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2297579

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2297561

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2297556

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2297544

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2297515

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2297488

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2297476

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2293654

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2282357

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2278235

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2277171

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2275604

vendor Authored 2026-05-27

Vendor advisory: alma — https://errata.almalinux.org/8/ALSA-2024-5102.html

vendor Authored 2026-05-27

Vendor advisory: alma — https://access.redhat.com/errata/RHSA-2024:5102

vendor Authored 2026-05-27

Vendor advisory: alma — https://errata.almalinux.org/8/ALSA-2024-5101.html

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2298108

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2297558

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2297511

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2297474

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2297056

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2296067

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2295914

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2294274

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2293711

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2293700

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2293687

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2293684

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2293657

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2293653

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2293461

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2293444

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2293420

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2293418

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2293383

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2293371

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2293367

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2293348

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2293316

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2293312

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2293276

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2293250

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2293078

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2292331

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2290408

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2284625

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2284590

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2284571

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2284556

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2284541

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2284539

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2284519

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2284513

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2284500

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2284496

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2284488

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2284477

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2284474

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2284465

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2284421

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2284417

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2284400

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2283894

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2283401

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2282950

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2282925

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2282923

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2282896

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2282887

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2282780

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2282772

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2282766

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2282763

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2282759

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2282744

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2282743

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2282742

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2282727

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2282719

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2282717

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2282690

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2282645

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2282642

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2282640

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2282623

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2282615

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2282553

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2282479

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2282373

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2282328

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2281989

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2281968

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2281949

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2281938

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2281833

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2281821

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2281819

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2281758

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2281752

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2281725

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2281682

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2281675

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2281672

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2281667

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2281664

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2281641

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2281636

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2281519

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2281510

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2281360

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2281326

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2281268

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2281235

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2281221

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2281215

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2281207

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2281190

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2281189

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2281149

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2281133

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2281054

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2280440

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2278989

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2278539

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2278535

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2278515

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2278484

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2278380

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2278279

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2278277

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2278258

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2278256

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2278218

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2278182

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2278178

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2278176

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2277840

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2277238

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2277166

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2275928

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2275761

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2275748

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2275744

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2275711

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2275694

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2275580

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2275573

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2275565

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2273654

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2273427

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2273268

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2273247

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2273242

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2273236

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2273174

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2273117

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2273109

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2272795

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2272782

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2271688

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2271686

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2270700

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2270100

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2270084

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2269211

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2269070

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2268118

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2267787

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2266594

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2266497

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2266347

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2266341

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2265797

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2265650

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2265645

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2263879

vendor Authored 2026-05-27

Vendor advisory: alma — https://access.redhat.com/errata/RHSA-2024:5101

vendor Authored 2026-05-27

Vendor advisory: debian — https://security-tracker.debian.org/tracker/CVE-2024-26961

vendor Authored 2026-05-27

Vendor advisory: rocky — https://errata.rockylinux.org/RLSA-2024:8617

vendor Authored 2026-05-27

Vendor advisory: suse — https://www.suse.com/security/cve/CVE-2024-26961.html

vendor Authored 2026-05-27

Vendor advisory: rocky — https://errata.rockylinux.org/RLSA-2024:5101

vendor Authored 2026-05-27

Vendor advisory: rocky — https://errata.rockylinux.org/RLSA-2024:5102

vendor Authored 2026-05-27

Vendor advisory: rocky — https://errata.rockylinux.org/RXSA-2024:5101

vendor Authored 2026-05-27

Vendor advisory: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 — https://git.kernel.org/stable/c/e8a1e58345cf40b7b272e08ac7b32328b2543e40

vendor Authored 2026-05-27

Vendor advisory: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 — https://git.kernel.org/stable/c/e8a1e58345cf40b7b272e08ac7b32328b2543e40

vendor Authored 2026-05-27

Vendor advisory: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 — https://git.kernel.org/stable/c/dcd51ab42b7a0431575689c5f74b8b6efd45fc2f

vendor Authored 2026-05-27

Vendor advisory: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 — https://git.kernel.org/stable/c/dcd51ab42b7a0431575689c5f74b8b6efd45fc2f

vendor Authored 2026-05-27

Vendor advisory: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 — https://git.kernel.org/stable/c/d3d858650933d44ac12c1f31337e7110c2071821

vendor Authored 2026-05-27

Vendor advisory: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 — https://git.kernel.org/stable/c/d3d858650933d44ac12c1f31337e7110c2071821

vendor Authored 2026-05-27

Vendor advisory: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 — https://git.kernel.org/stable/c/640297c3e897bd7e1481466a6a5cb9560f1edb88

vendor Authored 2026-05-27

Vendor advisory: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 — https://git.kernel.org/stable/c/640297c3e897bd7e1481466a6a5cb9560f1edb88

vendor Authored 2026-05-27

Vendor advisory: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 — https://git.kernel.org/stable/c/49c8951680d7b76fceaee89dcfbab1363fb24fd1

vendor Authored 2026-05-27

Vendor advisory: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 — https://git.kernel.org/stable/c/49c8951680d7b76fceaee89dcfbab1363fb24fd1

vendor Authored 2026-05-27

Vendor advisory: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 — https://git.kernel.org/stable/c/20d3e1c8a1847497269f04d874b2a5818ec29e2d

vendor Authored 2026-05-27

Vendor advisory: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 — https://git.kernel.org/stable/c/20d3e1c8a1847497269f04d874b2a5818ec29e2d

vendor Authored 2026-05-27

Vendor advisory: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 — https://git.kernel.org/stable/c/068ab2759bc0b4daf0b964de61b2731449c86531

vendor Authored 2026-05-27

Vendor advisory: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 — https://git.kernel.org/stable/c/068ab2759bc0b4daf0b964de61b2731449c86531

vendor Authored 2026-05-27

Vendor advisory: redhat — https://access.redhat.com/errata/RHSA-2024:8617

OS impact

OSVersionStatusFixed in
redhat rhel9fixed
rockylinux rocky8fixed
suse slesaffected
rockylinux rocky9fixed
debian debianbookwormfixed6.1.85-1
debian debianbullseyefixed5.10.216-1
debian debianforkyfixed6.7.12-1
debian debiansidfixed6.7.12-1
debian debiantrixiefixed6.7.12-1
linux linux-kernelaffected5.10.215
almalinux almalinux8fixedkernel-doc-4.18.0-553.16.1.el8_10.noarch.rpm

References

CWEs

CWE-416

Verify integrity in audit chain (admin only). AS-IS.