CVE-2024-46829
- EPSS 0.2%
- Veröffentlicht 27.09.2024 13:15:15
- Zuletzt bearbeitet 03.11.2025 23:16:05
In the Linux kernel, the following vulnerability has been resolved: rtmutex: Drop rt_mutex::wait_lock before scheduling rt_mutex_handle_deadlock() is called with rt_mutex::wait_lock held. In the good case it returns with the lock held and in the d...
CVE-2024-46832
- EPSS 0.24%
- Veröffentlicht 27.09.2024 13:15:15
- Zuletzt bearbeitet 03.11.2025 23:16:06
In the Linux kernel, the following vulnerability has been resolved: MIPS: cevt-r4k: Don't call get_c0_compare_int if timer irq is installed This avoids warning: [ 0.118053] BUG: sleeping function called from invalid context at kernel/locking/mu...
CVE-2024-46833
- EPSS 0.23%
- Veröffentlicht 27.09.2024 13:15:15
- Zuletzt bearbeitet 09.10.2024 15:54:38
In the Linux kernel, the following vulnerability has been resolved: net: hns3: void array out of bound when loop tnl_num When query reg inf of SSU, it loops tnl_num times. However, tnl_num comes from hardware and the length of array is a fixed valu...
CVE-2024-46834
- EPSS 0.21%
- Veröffentlicht 27.09.2024 13:15:15
- Zuletzt bearbeitet 09.10.2024 15:57:03
In the Linux kernel, the following vulnerability has been resolved: ethtool: fail closed if we can't get max channel used in indirection tables Commit 0d1b7d6c9274 ("bnxt: fix crashes when reducing ring count with active RSS contexts") proves that ...
CVE-2024-46835
- EPSS 0.24%
- Veröffentlicht 27.09.2024 13:15:15
- Zuletzt bearbeitet 03.11.2025 23:16:06
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix smatch static checker warning adev->gfx.imu.funcs could be NULL
CVE-2024-46836
- EPSS 0.24%
- Veröffentlicht 27.09.2024 13:15:15
- Zuletzt bearbeitet 03.11.2025 23:16:07
In the Linux kernel, the following vulnerability has been resolved: usb: gadget: aspeed_udc: validate endpoint index for ast udc We should verify the bound of the array to assure that host may not manipulate the index to point past endpoint array. ...
CVE-2024-46810
- EPSS 0.24%
- Veröffentlicht 27.09.2024 13:15:14
- Zuletzt bearbeitet 03.11.2025 23:16:03
In the Linux kernel, the following vulnerability has been resolved: drm/bridge: tc358767: Check if fully initialized before signalling HPD event via IRQ Make sure the connector is fully initialized before signalling any HPD events via drm_kms_helpe...
CVE-2024-46811
- EPSS 0.25%
- Veröffentlicht 27.09.2024 13:15:14
- Zuletzt bearbeitet 07.10.2024 14:24:56
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix index may exceed array range within fpu_update_bw_bounding_box [Why] Coverity reports OVERRUN warning. soc.num_states could be 40. But array range of bw_params...
CVE-2024-46812
- EPSS 0.26%
- Veröffentlicht 27.09.2024 13:15:14
- Zuletzt bearbeitet 05.05.2026 15:22:44
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Skip inactive planes within ModeSupportAndSystemConfiguration [Why] Coverity reports Memory - illegal accesses. [How] Skip inactive planes.
CVE-2024-46813
- EPSS 0.25%
- Veröffentlicht 27.09.2024 13:15:14
- Zuletzt bearbeitet 05.05.2026 15:23:19
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check link_index before accessing dc->links[] [WHY & HOW] dc->links[] has max size of MAX_LINKS and NULL is return when trying to access with out-of-bound index. ...