CVE-2024-46805
- EPSS 0.01%
- Veröffentlicht 27.09.2024 13:15:13
- Zuletzt bearbeitet 03.11.2025 23:16:03
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix the waring dereferencing hive Check the amdgpu_hive_info *hive that maybe is NULL.
CVE-2024-46806
- EPSS 0.01%
- Veröffentlicht 27.09.2024 13:15:13
- Zuletzt bearbeitet 02.10.2024 13:17:04
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix the warning division or modulo by zero Checks the partition mode and returns an error for an invalid mode.
CVE-2024-46807
- EPSS 0.01%
- Veröffentlicht 27.09.2024 13:15:13
- Zuletzt bearbeitet 03.11.2025 23:16:03
In the Linux kernel, the following vulnerability has been resolved: drm/amd/amdgpu: Check tbo resource pointer Validate tbo resource pointer, skip if NULL
CVE-2024-46808
- EPSS 0.02%
- Veröffentlicht 27.09.2024 13:15:13
- Zuletzt bearbeitet 02.10.2024 14:23:39
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add missing NULL pointer check within dpcd_extend_address_range [Why & How] ASSERT if return NULL from kcalloc.
CVE-2024-46809
- EPSS 0.01%
- Veröffentlicht 27.09.2024 13:15:13
- Zuletzt bearbeitet 03.11.2025 21:16:21
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check BIOS images before it is used BIOS images may fail to load and null checks are added before they are used. This fixes 6 NULL_RETURNS issues reported by Cove...
CVE-2024-46791
- EPSS 0.01%
- Veröffentlicht 18.09.2024 08:15:06
- Zuletzt bearbeitet 03.11.2025 23:16:01
In the Linux kernel, the following vulnerability has been resolved: can: mcp251x: fix deadlock if an interrupt occurs during mcp251x_open The mcp251x_hw_wake() function is called with the mpc_lock mutex held and disables the interrupt handler so th...
CVE-2024-46800
- EPSS 0.01%
- Veröffentlicht 18.09.2024 08:15:06
- Zuletzt bearbeitet 03.11.2025 23:16:02
In the Linux kernel, the following vulnerability has been resolved: sch/netem: fix use after free in netem_dequeue If netem_dequeue() enqueues packet to inner qdisc and that qdisc returns __NET_XMIT_STOLEN. The packet is dropped but qdisc_tree_redu...
CVE-2024-46771
- EPSS 0.01%
- Veröffentlicht 18.09.2024 08:15:05
- Zuletzt bearbeitet 03.11.2025 23:15:59
In the Linux kernel, the following vulnerability has been resolved: can: bcm: Remove proc entry when dev is unregistered. syzkaller reported a warning in bcm_connect() below. [0] The repro calls connect() to vxcan1, removes vxcan1, and calls conne...
CVE-2024-46774
- EPSS 0.03%
- 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.02%
- 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 ...