CVE & CISA-KEV Catalog

CVE-2024-35911

HIGH
7.8
CVSS v3
NVD

Description

In the Linux kernel, the following vulnerability has been resolved: ice: fix memory corruption bug with suspend and rebuild The ice driver would previously panic after suspend. This is caused from the driver *only* calling the ice_vsi_free_q_vectors() function by itself, when it is suspending. Since commit b3e7b3a6ee92 ("ice: prevent NULL pointer deref during reload") the driver has zeroed out num_q_vectors, and only restored it in ice_vsi_cfg_def(). This further causes the ice_rebuild() function to allocate a zero length buffer, after which num_q_vectors is updated, and then the new value of num_q_vectors is used to index into the zero length buffer, which corrupts memory. The fix entails making sure all the code referencing num_q_vectors only does so after it has been reset via ice_vsi_cfg_def(). I didn't perform a full bisect, but I was able to test against 6.1.77 kernel and that ice driver works fine for suspend/resume with no panic, so sometime since then, this problem was introduced. Also clean up an un-needed init of a local variable in the function being modified. PANIC from 6.8.0-rc1: [1026674.915596] PM: suspend exit [1026675.664697] ice 0000:17:00.1: PTP reset successful [1026675.664707] ice 0000:17:00.1: 2755 msecs passed between update to cached PHC time [1026675.667660] ice 0000:b1:00.0: PTP reset successful [1026675.675944] ice 0000:b1:00.0: 2832 msecs passed between update to cached PHC time [1026677.137733] ixgbe 0000:31:00.0 ens787: NIC Link is Up 1 Gbps, Flow Control: None [1026677.190201] BUG: kernel NULL pointer dereference, address: 0000000000000010 [1026677.192753] ice 0000:17:00.0: PTP reset successful [1026677.192764] ice 0000:17:00.0: 4548 msecs passed between update to cached PHC time [1026677.197928] #PF: supervisor read access in kernel mode [1026677.197933] #PF: error_code(0x0000) - not-present page [1026677.197937] PGD 1557a7067 P4D 0 [1026677.212133] ice 0000:b1:00.1: PTP reset successful [1026677.212143] ice 0000:b1:00.1: 4344 msecs passed between update to cached PHC time [1026677.212575] [1026677.243142] Oops: 0000 [#1] PREEMPT SMP NOPTI [1026677.247918] CPU: 23 PID: 42790 Comm: kworker/23:0 Kdump: loaded Tainted: G W 6.8.0-rc1+ #1 [1026677.257989] Hardware name: Intel Corporation M50CYP2SBSTD/M50CYP2SBSTD, BIOS SE5C620.86B.01.01.0005.2202160810 02/16/2022 [1026677.269367] Workqueue: ice ice_service_task [ice] [1026677.274592] RIP: 0010:ice_vsi_rebuild_set_coalesce+0x130/0x1e0 [ice] [1026677.281421] Code: 0f 84 3a ff ff ff 41 0f b7 74 ec 02 66 89 b0 22 02 00 00 81 e6 ff 1f 00 00 e8 ec fd ff ff e9 35 ff ff ff 48 8b 43 30 49 63 ed <41> 0f b7 34 24 41 83 c5 01 48 8b 3c e8 66 89 b7 aa 02 00 00 81 e6 [1026677.300877] RSP: 0018:ff3be62a6399bcc0 EFLAGS: 00010202 [1026677.306556] RAX: ff28691e28980828 RBX: ff28691e41099828 RCX: 0000000000188000 [1026677.314148] RDX: 0000000000000000 RSI: 0000000000000010 RDI: ff28691e41099828 [1026677.321730] RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000000 [1026677.329311] R10: 0000000000000007 R11: ffffffffffffffc0 R12: 0000000000000010 [1026677.336896] R13: 0000000000000000 R14: 0000000000000000 R15: ff28691e0eaa81a0 [1026677.344472] FS: 0000000000000000(0000) GS:ff28693cbffc0000(0000) knlGS:0000000000000000 [1026677.353000] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [1026677.359195] CR2: 0000000000000010 CR3: 0000000128df4001 CR4: 0000000000771ef0 [1026677.366779] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 [1026677.374369] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400 [1026677.381952] PKRU: 55555554 [1026677.385116] Call Trace: [1026677.388023] <TASK> [1026677.390589] ? __die+0x20/0x70 [1026677.394105] ? page_fault_oops+0x82/0x160 [1026677.398576] ? do_user_addr_fault+0x65/0x6a0 [1026677.403307] ? exc_page_fault+0x6a/0x150 [1026677.407694] ? asm_exc_page_fault+0x22/0x30 [1026677.412349] ? ice_vsi_rebuild_set_coalesce+0x130/0x1e0 [ice] [1026677.4186 ---truncated---

How to fix

Remediation Available
linuxDebian
Fixed in:6.8.9-1CVE-2024-35911
Fixed in:6.8.9-1CVE-2024-35911
bpftoolRocky
Fixed in:0:7.3.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:7.3.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:7.3.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:7.3.0-427.31.1.el9_4RHSA-2024:5363
bpftoolRed Hat / RHEL
Fixed in:0:7.3.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:7.3.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:7.3.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:7.3.0-427.31.1.el9_4RHSA-2024:5363
bpftool-debuginfoRocky
Fixed in:0:7.3.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:7.3.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:7.3.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:7.3.0-427.31.1.el9_4RHSA-2024:5363
bpftool-debuginfoRed Hat / RHEL
Fixed in:0:7.3.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:7.3.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:7.3.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:7.3.0-427.31.1.el9_4RHSA-2024:5363
kernelRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernelRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-64kRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-64kRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-64k-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-64k-coreRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-64k-debugRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-64k-debugRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-64k-debug-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-64k-debug-coreRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-64k-debug-debuginfoRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-64k-debug-develRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-64k-debug-develRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-64k-debug-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-64k-debug-devel-matchedRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-64k-debug-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-64k-debug-modulesRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-64k-debug-modules-coreRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-64k-debug-modules-extraRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-64k-debuginfoRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-64k-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-64k-develRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-64k-develRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-64k-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-64k-devel-matchedRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-64k-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-64k-modulesRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-64k-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-64k-modules-coreRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-64k-modules-extraRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-64k-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-abi-stablelistsRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-abi-stablelistsRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-coreRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-cross-headersRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-cross-headersRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-debugRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-debugRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-debug-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-debug-coreRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-debug-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-debug-debuginfoRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-debug-develRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-debug-develRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-debug-devel-matchedRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-debug-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-debug-modulesRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-debug-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-debug-modules-coreRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-debug-modules-extraRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-debug-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-debug-uki-virtRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-debug-uki-virtRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-debuginfoRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-debuginfo-common-aarch64Rocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-debuginfo-common-aarch64Red Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-debuginfo-common-ppc64leRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-debuginfo-common-ppc64leRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-debuginfo-common-s390xRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-debuginfo-common-s390xRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-debuginfo-common-x86_64Rocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-develRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-develRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-devel-matchedRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-docRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-docRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-headersRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-headersRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-modulesRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-modules-coreRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-modules-extraRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-rtRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-rtRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-rt-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-rt-coreRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-rt-debugRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-rt-debugRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-rt-debug-coreRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-rt-debug-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-rt-debug-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-rt-debug-debuginfoRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-rt-debug-develRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-rt-debug-develRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-rt-debug-kvmRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-rt-debug-kvmRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-rt-debug-modulesRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-rt-debug-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-rt-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-rt-debug-modules-coreRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-rt-debug-modules-extraRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-rt-debug-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-rt-debuginfoRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-rt-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-rt-develRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-rt-develRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-rt-kvmRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-rt-kvmRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-rt-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-rt-modulesRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-rt-modules-coreRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-rt-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-rt-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-rt-modules-extraRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-toolsRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-toolsRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-tools-debuginfoRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-tools-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-tools-libsRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-tools-libsRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-tools-libs-develRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-tools-libs-develRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-uki-virtRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-uki-virtRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-zfcpdumpRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-zfcpdumpRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-zfcpdump-coreRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-zfcpdump-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-zfcpdump-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-zfcpdump-debuginfoRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-zfcpdump-develRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-zfcpdump-develRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-zfcpdump-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-zfcpdump-devel-matchedRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-zfcpdump-modulesRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-zfcpdump-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-zfcpdump-modules-coreRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-zfcpdump-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-zfcpdump-modules-extraRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-zfcpdump-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
libperfRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
libperfRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
libperf-debuginfoRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
libperf-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
perfRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
perfRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
perf-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
perf-debuginfoRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
python3-perfRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
python3-perfRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
python3-perf-debuginfoRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
python3-perf-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
rtlaRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
rtlaRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
rvRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
rvRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
linuxUbuntu
Fixed in:6.8.0-38.38USN-6893-1
linux-awsUbuntu
Fixed in:6.8.0-1011.12USN-6893-3
linux-azureUbuntu
Fixed in:6.8.0-1010.10USN-6893-1
linux-gcpUbuntu
Fixed in:6.8.0-1010.11USN-6893-1
linux-gkeUbuntu
Fixed in:6.8.0-1006.9USN-6893-2
linux-ibmUbuntu
Fixed in:6.8.0-1008.8USN-6893-1
linux-image-6.8.0-1006-gkeUbuntu
Fixed in:6.8.0-1006.9USN-6893-2
linux-image-6.8.0-1007-intelUbuntu
Fixed in:6.8.0-1007.14USN-6893-1
linux-image-6.8.0-1007-raspiUbuntu
Fixed in:6.8.0-1007.7USN-6893-1
linux-image-6.8.0-1008-ibmUbuntu
Fixed in:6.8.0-1008.8USN-6893-1
linux-image-6.8.0-1008-oemUbuntu
Fixed in:6.8.0-1008.8USN-6893-1
linux-image-6.8.0-1008-oracleUbuntu
Fixed in:6.8.0-1008.8USN-6918-1
linux-image-6.8.0-1008-oracle-64kUbuntu
Fixed in:6.8.0-1008.8USN-6918-1
linux-image-6.8.0-1009-nvidiaUbuntu
Fixed in:6.8.0-1009.9USN-6893-2
linux-image-6.8.0-1009-nvidia-64kUbuntu
Fixed in:6.8.0-1009.9USN-6893-2
linux-image-6.8.0-1010-azureUbuntu
Fixed in:6.8.0-1010.10USN-6893-1
linux-image-6.8.0-1010-azure-fdeUbuntu
Fixed in:6.8.0-1010.10USN-6893-1
linux-image-6.8.0-1010-gcpUbuntu
Fixed in:6.8.0-1010.11USN-6893-1
linux-image-6.8.0-1011-awsUbuntu
Fixed in:6.8.0-1011.12USN-6893-3
linux-image-6.8.0-38-genericUbuntu
Fixed in:6.8.0-38.38USN-6893-1
linux-image-6.8.0-38-generic-64kUbuntu
Fixed in:6.8.0-38.38USN-6893-1
linux-image-6.8.0-38-lowlatencyUbuntu
Fixed in:6.8.0-38.38.1USN-6893-1
linux-image-6.8.0-38-lowlatency-64kUbuntu
Fixed in:6.8.0-38.38.1USN-6893-1
linux-image-awsUbuntu
Fixed in:6.8.0-1011.12USN-6893-3
linux-image-azureUbuntu
Fixed in:6.8.0-1010.10USN-6893-1
linux-image-azure-fdeUbuntu
Fixed in:6.8.0-1010.10USN-6893-1
linux-image-gcpUbuntu
Fixed in:6.8.0-1010.11USN-6893-1
linux-image-genericUbuntu
Fixed in:6.8.0-38.38USN-6893-1
linux-image-generic-64kUbuntu
Fixed in:6.8.0-38.38USN-6893-1
linux-image-generic-64k-hwe-24.04Ubuntu
Fixed in:6.8.0-38.38USN-6893-1
linux-image-generic-hwe-24.04Ubuntu
Fixed in:6.8.0-38.38USN-6893-1
linux-image-generic-lpaeUbuntu
Fixed in:6.8.0-38.38USN-6893-1
linux-image-gkeUbuntu
Fixed in:6.8.0-1006.9USN-6893-2
linux-image-ibmUbuntu
Fixed in:6.8.0-1008.8USN-6893-1
linux-image-ibm-classicUbuntu
Fixed in:6.8.0-1008.8USN-6893-1
linux-image-ibm-lts-24.04Ubuntu
Fixed in:6.8.0-1008.8USN-6893-1
linux-image-intelUbuntu
Fixed in:6.8.0-1007.14USN-6893-1
linux-image-kvmUbuntu
Fixed in:6.8.0-38.38USN-6893-1
linux-image-lowlatencyUbuntu
Fixed in:6.8.0-38.38.1USN-6893-1
linux-image-lowlatency-64kUbuntu
Fixed in:6.8.0-38.38.1USN-6893-1
linux-image-nvidiaUbuntu
Fixed in:6.8.0-1009.9USN-6893-2
linux-image-nvidia-64kUbuntu
Fixed in:6.8.0-1009.9USN-6893-2
linux-image-oem-24.04Ubuntu
Fixed in:6.8.0-1008.8USN-6893-1
linux-image-oem-24.04aUbuntu
Fixed in:6.8.0-1008.8USN-6893-1
linux-image-oracleUbuntu
Fixed in:6.8.0-1008.8USN-6918-1
linux-image-oracle-64kUbuntu
Fixed in:6.8.0-1008.8USN-6918-1
linux-image-raspiUbuntu
Fixed in:6.8.0-1007.7USN-6893-1
linux-image-virtualUbuntu
Fixed in:6.8.0-38.38USN-6893-1
linux-image-virtual-hwe-24.04Ubuntu
Fixed in:6.8.0-38.38USN-6893-1
linux-intelUbuntu
Fixed in:6.8.0-1007.14USN-6893-1
linux-lowlatencyUbuntu
Fixed in:6.8.0-38.38.1USN-6893-1
linux-nvidiaUbuntu
Fixed in:6.8.0-1009.9USN-6893-2
linux-oem-6.8Ubuntu
Fixed in:6.8.0-1008.8USN-6893-1
linux-oracleUbuntu
Fixed in:6.8.0-1008.8USN-6918-1
linux-raspiUbuntu
Fixed in:6.8.0-1007.7USN-6893-1

Remediation is compiled from vendor and distribution security advisories. Always confirm against the linked source for your exact version and platform.

CVSS v3 Vector

Exploitability

Attack VectorLocal
Attack ComplexityLow
Privileges RequiredLow
User InteractionNone
ScopeUnchanged

Impact

ConfidentialityHigh
IntegrityHigh
AvailabilityHigh

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Exploit Intelligence

0.22%probability of exploitation in 30 days
12thpercentile

Low risk: more likely to be exploited than 12% of all known CVEs.

References

Related Vulnerabilities

Other CWE-787 (Out-of-bounds Write) vulnerabilities, ordered by exploit likelihood. View all

CVESeverityCVSSEPSSExploitedFix
CVE-2025-22457Critical9.0100%KEV + RansomFix
CVE-2025-0282Critical9.0100%KEV + Ransom-
CVE-2015-3113Critical9.8100%KEVFix
CVE-2021-20038Critical9.8100%KEV + Ransom-
CVE-2023-4863High8.8100%KEVFix
CVE-2020-16040Medium6.5100%-Fix
Embed a live status badge for CVE-2024-35911
CVE-2024-35911 severity badge

Markdown

[![CVE-2024-35911](https://tridentstack.com/cve/badge/CVE-2024-35911.svg)](https://tridentstack.com/cve/CVE-2024-35911)

HTML

<a href="https://tridentstack.com/cve/CVE-2024-35911"><img src="https://tridentstack.com/cve/badge/CVE-2024-35911.svg" alt="CVE-2024-35911"></a>

Find and fix vulnerabilities across your fleet

TridentStack Control continuously scans your Windows, macOS, and Linux fleet for known vulnerabilities, prioritizes them by severity and active exploitation, and patches them automatically.

Start free

This product uses NVD data but is not endorsed or certified by the NVD. EPSS scores courtesy of FIRST.org (https://www.first.org/epss). Source: CISA KEV Catalog. Data as of 2025-09-23.