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.07%
- 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...
CVE-2024-38577
- EPSS 0.01%
- Veröffentlicht 19.06.2024 14:15:17
- Zuletzt bearbeitet 03.11.2025 22:17:02
In the Linux kernel, the following vulnerability has been resolved: rcu-tasks: Fix show_rcu_tasks_trace_gp_kthread buffer overflow There is a possibility of buffer overflow in show_rcu_tasks_trace_gp_kthread() if counters, passed to sprintf() are h...
CVE-2024-38578
- EPSS 0.02%
- Veröffentlicht 19.06.2024 14:15:17
- Zuletzt bearbeitet 04.11.2025 18:16:26
In the Linux kernel, the following vulnerability has been resolved: ecryptfs: Fix buffer size for tag 66 packet The 'TAG 66 Packet Format' description is missing the cipher code and checksum fields that are packed into the message packet. As a resu...
CVE-2024-38579
- EPSS 0.01%
- Veröffentlicht 19.06.2024 14:15:17
- Zuletzt bearbeitet 04.11.2025 18:16:27
In the Linux kernel, the following vulnerability has been resolved: crypto: bcm - Fix pointer arithmetic In spu2_dump_omd() value of ptr is increased by ciph_key_len instead of hash_iv_len which could lead to going beyond the buffer boundaries. Fix...
CVE-2024-38559
- EPSS 0.01%
- Veröffentlicht 19.06.2024 14:15:16
- Zuletzt bearbeitet 04.11.2025 18:16:26
In the Linux kernel, the following vulnerability has been resolved: scsi: qedf: Ensure the copied buf is NUL terminated Currently, we allocate a count-sized kernel buffer and copy count from userspace to that buffer. Later, we use kstrtouint on thi...