CVE-2024-53160
- EPSS 0.01%
- Veröffentlicht 24.12.2024 12:15:24
- Zuletzt bearbeitet 01.10.2025 21:16:38
In the Linux kernel, the following vulnerability has been resolved: rcu/kvfree: Fix data-race in __mod_timer / kvfree_call_rcu KCSAN reports a data race when access the krcp->monitor_work.timer.expires variable in the schedule_delayed_monitor_work(...
CVE-2024-53161
- EPSS 0.01%
- Veröffentlicht 24.12.2024 12:15:24
- Zuletzt bearbeitet 03.11.2025 21:17:34
In the Linux kernel, the following vulnerability has been resolved: EDAC/bluefield: Fix potential integer overflow The 64-bit argument for the "get DIMM info" SMC call consists of mem_ctrl_idx left-shifted 16 bits and OR-ed with DIMM index. With m...
CVE-2024-53162
- EPSS 0.02%
- Veröffentlicht 24.12.2024 12:15:24
- Zuletzt bearbeitet 01.10.2025 21:16:38
In the Linux kernel, the following vulnerability has been resolved: crypto: qat/qat_4xxx - fix off by one in uof_get_name() The fw_objs[] array has "num_objs" elements so the > needs to be >= to prevent an out of bounds read.
CVE-2024-53163
- EPSS 0.02%
- Veröffentlicht 24.12.2024 12:15:24
- Zuletzt bearbeitet 01.10.2025 21:16:38
In the Linux kernel, the following vulnerability has been resolved: crypto: qat/qat_420xx - fix off by one in uof_get_name() This is called from uof_get_name_420xx() where "num_objs" is the ARRAY_SIZE() of fw_objs[]. The > needs to be >= to preven...
CVE-2024-53150
- EPSS 1.13%
- Veröffentlicht 24.12.2024 12:15:23
- Zuletzt bearbeitet 04.11.2025 16:47:05
In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Fix out of bounds reads when finding clock sources The current USB-audio driver code doesn't check bLength of each descriptor at traversing for clock descriptors. ...
CVE-2024-53151
- EPSS 0.01%
- Veröffentlicht 24.12.2024 12:15:23
- Zuletzt bearbeitet 03.11.2025 21:17:32
In the Linux kernel, the following vulnerability has been resolved: svcrdma: Address an integer overflow Dan Carpenter reports: > Commit 78147ca8b4a9 ("svcrdma: Add a "parsed chunk list" data > structure") from Jun 22, 2020 (linux-next), leads to t...
CVE-2024-53154
- EPSS 0.01%
- Veröffentlicht 24.12.2024 12:15:23
- Zuletzt bearbeitet 03.11.2025 21:17:33
In the Linux kernel, the following vulnerability has been resolved: clk: clk-apple-nco: Add NULL check in applnco_probe Add NULL check in applnco_probe, to handle kernel NULL pointer dereference error.
CVE-2024-53155
- EPSS 0.01%
- Veröffentlicht 24.12.2024 12:15:23
- Zuletzt bearbeitet 03.11.2025 21:17:33
In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix uninitialized value in ocfs2_file_read_iter() Syzbot has reported the following KMSAN splat: BUG: KMSAN: uninit-value in ocfs2_file_read_iter+0x9a4/0xf80 ocfs2_file_re...
CVE-2024-53156
- EPSS 0.02%
- Veröffentlicht 24.12.2024 12:15:23
- Zuletzt bearbeitet 03.11.2025 21:17:33
In the Linux kernel, the following vulnerability has been resolved: wifi: ath9k: add range check for conn_rsp_epid in htc_connect_service() I found the following bug in my fuzzer: UBSAN: array-index-out-of-bounds in drivers/net/wireless/ath/ath9...
CVE-2024-53157
- EPSS 0.01%
- Veröffentlicht 24.12.2024 12:15:23
- Zuletzt bearbeitet 03.11.2025 21:17:33
In the Linux kernel, the following vulnerability has been resolved: firmware: arm_scpi: Check the DVFS OPP count returned by the firmware Fix a kernel crash with the below call trace when the SCPI firmware returns OPP count of zero. dvfs_info.opp_...