CVE-2024-46774
- EPSS 0.02%
- Veröffentlicht 18.09.2024 08:15:05
- Zuletzt bearbeitet 03.11.2025 20:16:31
In the Linux kernel, the following vulnerability has been resolved: powerpc/rtas: Prevent Spectre v1 gadget construction in sys_rtas() Smatch warns: arch/powerpc/kernel/rtas.c:1932 __do_sys_rtas() warn: potential spectre issue 'args.args' [r] ...
CVE-2024-46775
- EPSS 0.01%
- Veröffentlicht 18.09.2024 08:15:05
- Zuletzt bearbeitet 20.11.2024 18:17:13
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Validate function returns [WHAT & HOW] Function return values must be checked before data can be used in subsequent functions. This fixes 4 CHECKED_RETURN issues ...
CVE-2024-46776
- EPSS 0.01%
- Veröffentlicht 18.09.2024 08:15:05
- Zuletzt bearbeitet 20.11.2024 17:56:57
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Run DC_LOG_DC after checking link->link_enc [WHAT] The DC_LOG_DC should be run after link->link_enc is checked, not before. This fixes 1 REVERSE_INULL issue repor...
CVE-2024-46777
- EPSS 0.01%
- 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: udf: Avoid excessive partition lengths Avoid mounting filesystems where the partition would overflow the 32-bits used for block number. Also refuse to mount filesystems where the p...
CVE-2024-46778
- EPSS 0.02%
- Veröffentlicht 18.09.2024 08:15:05
- Zuletzt bearbeitet 20.11.2024 17:40:37
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check UnboundedRequestEnabled's value CalculateSwathAndDETConfiguration_params_st's UnboundedRequestEnabled is a pointer (i.e. dml_bool_t *UnboundedRequestEnabled)...
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.01%
- 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 03.11.2025 23:16:01
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 ...