CVE-2024-47670
- EPSS 0.03%
- Veröffentlicht 09.10.2024 15:15:15
- Zuletzt bearbeitet 03.11.2025 23:16:14
In the Linux kernel, the following vulnerability has been resolved: ocfs2: add bounds checking to ocfs2_xattr_find_entry() Add a paranoia check to make sure it doesn't stray beyond valid memory region containing ocfs2 xattr entries when scanning fo...
CVE-2024-47673
- EPSS 0.02%
- Veröffentlicht 09.10.2024 15:15:15
- Zuletzt bearbeitet 03.11.2025 23:16:15
In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: pause TCM when the firmware is stopped Not doing so will make us send a host command to the transport while the firmware is not alive, which will trigger a WARN...
CVE-2024-46870
- EPSS 0.01%
- Veröffentlicht 09.10.2024 14:15:07
- Zuletzt bearbeitet 05.05.2026 15:24:07
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Disable DMCUB timeout for DCN35 [Why] DMCUB can intermittently take longer than expected to process commands. Old ASIC policy was to continue while logging a diag...
CVE-2024-46871
- EPSS 0.02%
- Veröffentlicht 09.10.2024 14:15:07
- Zuletzt bearbeitet 05.05.2026 15:14:56
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Correct the defined value for AMDGPU_DMUB_NOTIFICATION_MAX [Why & How] It actually exposes '6' types in enum dmub_notification_type. Not 5. Using smaller number to...
CVE-2024-47658
- EPSS 0.03%
- Veröffentlicht 09.10.2024 14:15:07
- Zuletzt bearbeitet 23.10.2024 16:14:46
In the Linux kernel, the following vulnerability has been resolved: crypto: stm32/cryp - call finalize with bh disabled The finalize operation in interrupt mode produce a produces a spinlock recursion warning. The reason is the fact that BH must be...
CVE-2024-47659
- EPSS 0.41%
- Veröffentlicht 09.10.2024 14:15:07
- Zuletzt bearbeitet 03.11.2025 23:16:13
In the Linux kernel, the following vulnerability has been resolved: smack: tcp: ipv4, fix incorrect labeling Currently, Smack mirrors the label of incoming tcp/ipv4 connections: when a label 'foo' connects to a label 'bar' with tcp/ipv4, 'foo' alwa...
CVE-2024-47660
- EPSS 0.01%
- Veröffentlicht 09.10.2024 14:15:07
- Zuletzt bearbeitet 12.05.2026 12:17:12
In the Linux kernel, the following vulnerability has been resolved: fsnotify: clear PARENT_WATCHED flags lazily In some setups directories can have many (usually negative) dentries. Hence __fsnotify_update_child_dentry_flags() function can take a s...
CVE-2024-46854
- EPSS 0.02%
- Veröffentlicht 27.09.2024 13:15:17
- Zuletzt bearbeitet 12.05.2026 12:17:12
In the Linux kernel, the following vulnerability has been resolved: net: dpaa: Pad packets to ETH_ZLEN When sending packets under 60 bytes, up to three bytes of the buffer following the data may be leaked. Avoid this by extending all packets to ETH...
CVE-2024-46859
- EPSS 0.03%
- Veröffentlicht 27.09.2024 13:15:17
- Zuletzt bearbeitet 05.05.2026 15:06:23
In the Linux kernel, the following vulnerability has been resolved: platform/x86: panasonic-laptop: Fix SINF array out of bounds accesses The panasonic laptop code in various places uses the SINF array with index values of 0 - SINF_CUR_BRIGHT(0x0d)...
CVE-2024-46860
- EPSS 0.05%
- Veröffentlicht 27.09.2024 13:15:17
- Zuletzt bearbeitet 02.10.2024 14:04:38
In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7921: fix NULL pointer access in mt7921_ipv6_addr_change When disabling wifi mt7921_ipv6_addr_change() is called as a notifier. At this point mvif->phy is already NUL...