CVE-2024-40929
- EPSS 0.01%
- Published 12.07.2024 13:15:15
- Last modified 17.09.2025 15:18:27
In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: check n_ssids before accessing the ssids In some versions of cfg80211, the ssids poinet might be a valid one even though n_ssids is 0. Accessing the pointer in ...
CVE-2024-40930
- EPSS 0.02%
- Published 12.07.2024 13:15:15
- Last modified 06.10.2025 20:52:32
In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: validate HE operation element parsing Validate that the HE operation element has the correct length before parsing it.
CVE-2024-40908
- EPSS 0.01%
- Published 12.07.2024 13:15:14
- Last modified 03.10.2025 14:21:27
In the Linux kernel, the following vulnerability has been resolved: bpf: Set run context for rawtp test_run callback syzbot reported crash when rawtp program executed through the test_run interface calls bpf_get_attach_cookie helper or any other he...
CVE-2024-40913
- EPSS 0.01%
- Published 12.07.2024 13:15:14
- Last modified 17.09.2025 15:32:25
In the Linux kernel, the following vulnerability has been resolved: cachefiles: defer exposing anon_fd until after copy_to_user() succeeds After installing the anonymous fd, we can now see it in userland and close it. However, at this point we may ...
CVE-2024-40914
- EPSS 0.01%
- Published 12.07.2024 13:15:14
- Last modified 03.10.2025 14:21:55
In the Linux kernel, the following vulnerability has been resolved: mm/huge_memory: don't unpoison huge_zero_folio When I did memory failure tests recently, below panic occurs: kernel BUG at include/linux/mm.h:1135! invalid opcode: 0000 [#1] PRE...
CVE-2024-40915
- EPSS 0.01%
- Published 12.07.2024 13:15:14
- Last modified 17.09.2025 15:32:56
In the Linux kernel, the following vulnerability has been resolved: riscv: rewrite __kernel_map_pages() to fix sleeping in invalid context __kernel_map_pages() is a debug function which clears the valid bit in page table entry for deallocated pages...
CVE-2024-40916
- EPSS 0.01%
- Published 12.07.2024 13:15:14
- Last modified 03.10.2025 14:23:10
In the Linux kernel, the following vulnerability has been resolved: drm/exynos: hdmi: report safe 640x480 mode as a fallback when no EDID found When reading EDID fails and driver reports no modes available, the DRM core adds an artificial 1024x786 ...
CVE-2024-40917
- EPSS 0.04%
- Published 12.07.2024 13:15:14
- Last modified 03.10.2025 14:24:12
In the Linux kernel, the following vulnerability has been resolved: memblock: make memblock_set_node() also warn about use of MAX_NUMNODES On an (old) x86 system with SRAT just covering space above 4Gb: ACPI: SRAT: Node 0 PXM 0 [mem 0x10000000...
CVE-2024-40918
- EPSS 0.04%
- Published 12.07.2024 13:15:14
- Last modified 17.09.2025 15:37:44
In the Linux kernel, the following vulnerability has been resolved: parisc: Try to fix random segmentation faults in package builds PA-RISC systems with PA8800 and PA8900 processors have had problems with random segmentation faults for many years. ...
CVE-2024-39508
- EPSS 0.01%
- Published 12.07.2024 13:15:13
- Last modified 03.10.2025 15:13:42
In the Linux kernel, the following vulnerability has been resolved: io_uring/io-wq: Use set_bit() and test_bit() at worker->flags Utilize set_bit() and test_bit() on worker->flags within io_uring/io-wq to address potential data races. The structur...