CVE-2024-38587
- EPSS 0.1%
- Veröffentlicht 19.06.2024 14:15:18
- Zuletzt bearbeitet 04.11.2025 18:16:27
In the Linux kernel, the following vulnerability has been resolved: speakup: Fix sizeof() vs ARRAY_SIZE() bug The "buf" pointer is an array of u16 values. This code should be using ARRAY_SIZE() (which is 256) instead of sizeof() (which is 512), ot...
CVE-2024-38588
- EPSS 0.01%
- Veröffentlicht 19.06.2024 14:15:18
- Zuletzt bearbeitet 03.11.2025 21:16:14
In the Linux kernel, the following vulnerability has been resolved: ftrace: Fix possible use-after-free issue in ftrace_location() KASAN reports a bug: BUG: KASAN: use-after-free in ftrace_location+0x90/0x120 Read of size 8 at addr ffff888141d...
CVE-2024-38569
- EPSS 0.04%
- Veröffentlicht 19.06.2024 14:15:17
- Zuletzt bearbeitet 21.11.2024 09:26:22
In the Linux kernel, the following vulnerability has been resolved: drivers/perf: hisi_pcie: Fix out-of-bound access when valid event group The perf tool allows users to create event groups through following cmd [1], but the driver does not check w...
CVE-2024-38570
- EPSS 0.01%
- Veröffentlicht 19.06.2024 14:15:17
- Zuletzt bearbeitet 21.11.2024 09:26:22
In the Linux kernel, the following vulnerability has been resolved: gfs2: Fix potential glock use-after-free on unmount When a DLM lockspace is released and there ares still locks in that lockspace, DLM will unlock those locks automatically. Commi...
CVE-2024-38571
- EPSS 0.01%
- Veröffentlicht 19.06.2024 14:15:17
- Zuletzt bearbeitet 21.11.2024 09:26:22
In the Linux kernel, the following vulnerability has been resolved: thermal/drivers/tsens: Fix null pointer dereference compute_intercept_slope() is called from calibrate_8960() (in tsens-8960.c) as compute_intercept_slope(priv, p1, NULL, ONE_PT_CA...
CVE-2024-38572
- EPSS 0.04%
- Veröffentlicht 19.06.2024 14:15:17
- Zuletzt bearbeitet 17.09.2025 21:05:01
In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix out-of-bound access of qmi_invoke_handler() Currently, there is no terminator entry for ath12k_qmi_msg_handlers hence facing below KASAN warning, ==============...
CVE-2024-38573
- EPSS 0.04%
- Veröffentlicht 19.06.2024 14:15:17
- Zuletzt bearbeitet 01.04.2025 18:24:49
In the Linux kernel, the following vulnerability has been resolved: cppc_cpufreq: Fix possible null pointer dereference cppc_cpufreq_get_rate() and hisi_cppc_cpufreq_get_rate() can be called from different places with various parameters. So cpufreq...
CVE-2024-38574
- EPSS 0.03%
- Veröffentlicht 19.06.2024 14:15:17
- Zuletzt bearbeitet 31.01.2025 15:18:10
In the Linux kernel, the following vulnerability has been resolved: libbpf: Prevent null-pointer dereference when prog to load has no BTF In bpf_objec_load_prog(), there's no guarantee that obj->btf is non-NULL when passing it to btf__fd(), and thi...
CVE-2024-38575
- EPSS 0.01%
- Veröffentlicht 19.06.2024 14:15:17
- Zuletzt bearbeitet 31.01.2025 16:01:08
In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: pcie: handle randbuf allocation failure The kzalloc() in brcmf_pcie_download_fw_nvram() will return null if the physical memory has run out. As a result, if we use ...
CVE-2024-38576
- EPSS 0.12%
- Veröffentlicht 19.06.2024 14:15:17
- Zuletzt bearbeitet 01.04.2025 18:25:12
In the Linux kernel, the following vulnerability has been resolved: rcu: Fix buffer overflow in print_cpu_stall_info() The rcuc-starvation output from print_cpu_stall_info() might overflow the buffer if there is a huge difference in jiffies differe...