CVE-2024-38582
- EPSS 0.13%
- Published 19.06.2024 14:15:18
- Last modified 01.04.2025 18:25:42
In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix potential hang in nilfs_detach_log_writer() Syzbot has reported a potential hang in nilfs_detach_log_writer() called during nilfs2 unmount. Analysis revealed that this...
CVE-2024-38585
- EPSS 0.06%
- Published 19.06.2024 14:15:18
- Last modified 17.09.2025 21:06:31
In the Linux kernel, the following vulnerability has been resolved: tools/nolibc/stdlib: fix memory error in realloc() Pass user_p_len to memcpy() instead of heap->len to prevent realloc() from copying an extra sizeof(heap) bytes from beyond the al...
CVE-2024-38586
- EPSS 0.01%
- Published 19.06.2024 14:15:18
- Last modified 17.09.2025 21:08:10
In the Linux kernel, the following vulnerability has been resolved: r8169: Fix possible ring buffer corruption on fragmented Tx packets. An issue was found on the RTL8125b when transmitting small fragmented packets, whereby invalid entries were ins...
CVE-2024-38587
- EPSS 0.1%
- Published 19.06.2024 14:15:18
- Last modified 04.04.2025 14:44:28
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-38572
- EPSS 0.04%
- Published 19.06.2024 14:15:17
- Last modified 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%
- Published 19.06.2024 14:15:17
- Last modified 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-38576
- EPSS 0.12%
- Published 19.06.2024 14:15:17
- Last modified 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-38578
- EPSS 0.01%
- Published 19.06.2024 14:15:17
- Last modified 17.09.2025 21:05:45
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...
- EPSS 0.07%
- Published 19.06.2024 14:15:17
- Last modified 21.11.2024 09:26:23
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%
- Published 19.06.2024 14:15:16
- Last modified 01.04.2025 18:22:56
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...