CVE-2024-46779
- EPSS 0.04%
- Veröffentlicht 18.09.2024 08:15:05
- Zuletzt bearbeitet 23.09.2024 16:37:51
In the Linux kernel, the following vulnerability has been resolved: drm/imagination: Free pvr_vm_gpuva after unlink This caused a measurable memory leak. Although the individual allocations are small, the leaks occurs in a high-usage codepath (rema...
CVE-2024-46780
- EPSS 0.02%
- Veröffentlicht 18.09.2024 08:15:05
- Zuletzt bearbeitet 03.11.2025 23:16:00
In the Linux kernel, the following vulnerability has been resolved: nilfs2: protect references to superblock parameters exposed in sysfs The superblock buffers of nilfs2 can not only be overwritten at runtime for modifications/repairs, but they are...
CVE-2024-46781
- EPSS 0.02%
- Veröffentlicht 18.09.2024 08:15:05
- Zuletzt bearbeitet 03.11.2025 23:16:00
In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix missing cleanup on rollforward recovery error In an error injection test of a routine for mount-time recovery, KASAN found a use-after-free bug. It turned out that if ...
CVE-2024-46782
- EPSS 0.02%
- Veröffentlicht 18.09.2024 08:15:05
- Zuletzt bearbeitet 03.11.2025 23:16:00
In the Linux kernel, the following vulnerability has been resolved: ila: call nf_unregister_net_hooks() sooner syzbot found an use-after-free Read in ila_nf_input [1] Issue here is that ila_xlat_exit_net() frees the rhashtable, then call nf_unregi...
CVE-2024-46783
- EPSS 0.02%
- Veröffentlicht 18.09.2024 08:15:05
- Zuletzt bearbeitet 12.05.2026 12:17:12
In the Linux kernel, the following vulnerability has been resolved: tcp_bpf: fix return value of tcp_bpf_sendmsg() When we cork messages in psock->cork, the last message triggers the flushing will result in sending a sk_msg larger than the current ...
CVE-2024-46784
- EPSS 0.01%
- Veröffentlicht 18.09.2024 08:15:05
- Zuletzt bearbeitet 03.11.2025 23:16:01
In the Linux kernel, the following vulnerability has been resolved: net: mana: Fix error handling in mana_create_txq/rxq's NAPI cleanup Currently napi_disable() gets called during rxq and txq cleanup, even before napi is enabled and hrtimer is init...
CVE-2024-46785
- EPSS 0.02%
- Veröffentlicht 18.09.2024 08:15:05
- Zuletzt bearbeitet 20.11.2024 15:51:33
In the Linux kernel, the following vulnerability has been resolved: eventfs: Use list_del_rcu() for SRCU protected list variable Chi Zhiling reported: We found a null pointer accessing in tracefs[1], the reason is that the variable 'ei_child' ...
CVE-2024-46786
- EPSS 0.01%
- Veröffentlicht 18.09.2024 08:15:05
- Zuletzt bearbeitet 23.04.2026 13:54:40
In the Linux kernel, the following vulnerability has been resolved: fscache: delete fscache_cookie_lru_timer when fscache exits to avoid UAF The fscache_cookie_lru_timer is initialized when the fscache module is inserted, but is not deleted when th...
CVE-2024-46787
- EPSS 0.02%
- Veröffentlicht 18.09.2024 08:15:05
- Zuletzt bearbeitet 20.11.2024 15:33:08
In the Linux kernel, the following vulnerability has been resolved: userfaultfd: fix checks for huge PMDs Patch series "userfaultfd: fix races around pmd_trans_huge() check", v2. The pmd_trans_huge() code in mfill_atomic() is wrong in three differ...
CVE-2024-46788
- EPSS 0.02%
- Veröffentlicht 18.09.2024 08:15:05
- Zuletzt bearbeitet 22.11.2024 16:59:50
In the Linux kernel, the following vulnerability has been resolved: tracing/osnoise: Use a cpumask to know what threads are kthreads The start_kthread() and stop_thread() code was not always called with the interface_lock held. This means that the ...