CVE-2024-46869
- EPSS 0.04%
- Veröffentlicht 30.09.2024 16:15:09
- Zuletzt bearbeitet 13.11.2024 14:15:16
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btintel_pcie: Allocate memory for driver private data Fix driver not allocating memory for struct btintel_data which is used to store internal data.
CVE-2024-46868
- EPSS 0.04%
- Veröffentlicht 27.09.2024 13:15:18
- Zuletzt bearbeitet 01.10.2024 17:09:12
In the Linux kernel, the following vulnerability has been resolved: firmware: qcom: uefisecapp: Fix deadlock in qcuefi_acquire() If the __qcuefi pointer is not set, then in the original code, we would hold onto the lock. That means that if we trie...
CVE-2024-46854
- EPSS 0.02%
- Veröffentlicht 27.09.2024 13:15:17
- Zuletzt bearbeitet 03.11.2025 23:16:09
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-46855
- EPSS 0.03%
- Veröffentlicht 27.09.2024 13:15:17
- Zuletzt bearbeitet 03.11.2025 23:16:09
In the Linux kernel, the following vulnerability has been resolved: netfilter: nft_socket: fix sk refcount leaks We must put 'sk' reference before returning.
CVE-2024-46856
- EPSS 0.03%
- Veröffentlicht 27.09.2024 13:15:17
- Zuletzt bearbeitet 01.10.2024 16:04:54
In the Linux kernel, the following vulnerability has been resolved: net: phy: dp83822: Fix NULL pointer dereference on DP83825 devices The probe() function is only used for DP83822 and DP83826 PHY, leaving the private data pointer uninitialized for...
CVE-2024-46857
- EPSS 0.02%
- Veröffentlicht 27.09.2024 13:15:17
- Zuletzt bearbeitet 03.11.2025 23:16:10
In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix bridge mode operations when there are no VFs Currently, trying to set the bridge mode attribute when numvfs=0 leads to a crash: bridge link set dev eth2 hwmode vepa ...
- EPSS 0.03%
- Veröffentlicht 27.09.2024 13:15:17
- Zuletzt bearbeitet 03.11.2025 23:16:10
In the Linux kernel, the following vulnerability has been resolved: mptcp: pm: Fix uaf in __timer_delete_sync There are two paths to access mptcp_pm_del_add_timer, result in a race condition: CPU1 CPU2 ==== ...
CVE-2024-46859
- EPSS 0.02%
- Veröffentlicht 27.09.2024 13:15:17
- Zuletzt bearbeitet 03.11.2025 23:16:10
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.03%
- 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...
CVE-2024-46861
- EPSS 0.02%
- Veröffentlicht 27.09.2024 13:15:17
- Zuletzt bearbeitet 03.10.2024 15:36:06
In the Linux kernel, the following vulnerability has been resolved: usbnet: ipheth: do not stop RX on failing RX callback RX callbacks can fail for multiple reasons: * Payload too short * Payload formatted incorrecly (e.g. bad NCM framing) * Lack ...