CVE-2022-49023
- EPSS 0.02%
- Veröffentlicht 21.10.2024 20:15:13
- Zuletzt bearbeitet 24.10.2024 03:50:29
In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: fix buffer overflow in elem comparison For vendor elements, the code here assumes that 5 octets are present without checking. Since the element itself is already ch...
CVE-2022-49024
- EPSS 0.01%
- Veröffentlicht 21.10.2024 20:15:13
- Zuletzt bearbeitet 24.10.2024 03:50:03
In the Linux kernel, the following vulnerability has been resolved: can: m_can: pci: add missing m_can_class_free_dev() in probe/remove methods In m_can_pci_remove() and error handling path of m_can_pci_probe(), m_can_class_free_dev() should be cal...
CVE-2022-49025
- EPSS 0.02%
- Veröffentlicht 21.10.2024 20:15:13
- Zuletzt bearbeitet 24.10.2024 03:49:31
In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix use-after-free when reverting termination table When having multiple dests with termination tables and second one or afterwards fails the driver reverts usage of ter...
CVE-2022-49026
- EPSS 0.01%
- Veröffentlicht 21.10.2024 20:15:13
- Zuletzt bearbeitet 24.10.2024 03:49:21
In the Linux kernel, the following vulnerability has been resolved: e100: Fix possible use after free in e100_xmit_prepare In e100_xmit_prepare(), if we can't map the skb, then return -ENOMEM, so e100_xmit_frame() will return NETDEV_TX_BUSY and the...
CVE-2022-49027
- EPSS 0.02%
- Veröffentlicht 21.10.2024 20:15:13
- Zuletzt bearbeitet 24.10.2024 03:48:53
In the Linux kernel, the following vulnerability has been resolved: iavf: Fix error handling in iavf_init_module() The iavf_init_module() won't destroy workqueue when pci_register_driver() failed. Call destroy_workqueue() when pci_register_driver()...
CVE-2022-49028
- EPSS 0.02%
- Veröffentlicht 21.10.2024 20:15:13
- Zuletzt bearbeitet 24.10.2024 15:51:45
In the Linux kernel, the following vulnerability has been resolved: ixgbevf: Fix resource leak in ixgbevf_init_module() ixgbevf_init_module() won't destroy the workqueue created by create_singlethread_workqueue() when pci_register_driver() failed. ...
CVE-2022-49029
- EPSS 0.01%
- Veröffentlicht 21.10.2024 20:15:13
- Zuletzt bearbeitet 24.10.2024 15:59:48
In the Linux kernel, the following vulnerability has been resolved: hwmon: (ibmpex) Fix possible UAF when ibmpex_register_bmc() fails Smatch report warning as follows: drivers/hwmon/ibmpex.c:509 ibmpex_register_bmc() warn: '&data->list' not remo...
CVE-2022-49030
- EPSS 0.02%
- Veröffentlicht 21.10.2024 20:15:13
- Zuletzt bearbeitet 24.10.2024 18:42:07
In the Linux kernel, the following vulnerability has been resolved: libbpf: Handle size overflow for ringbuf mmap The maximum size of ringbuf is 2GB on x86-64 host, so 2 * max_entries will overflow u32 when mapping producer page and data pages. Onl...
CVE-2022-49031
- EPSS 0.01%
- Veröffentlicht 21.10.2024 20:15:13
- Zuletzt bearbeitet 24.10.2024 16:03:12
In the Linux kernel, the following vulnerability has been resolved: iio: health: afe4403: Fix oob read in afe4403_read_raw KASAN report out-of-bounds read as follows: BUG: KASAN: global-out-of-bounds in afe4403_read_raw+0x42e/0x4c0 Read of size 4 ...
CVE-2022-49032
- EPSS 0.01%
- Veröffentlicht 21.10.2024 20:15:13
- Zuletzt bearbeitet 24.10.2024 16:04:49
In the Linux kernel, the following vulnerability has been resolved: iio: health: afe4404: Fix oob read in afe4404_[read|write]_raw KASAN report out-of-bounds read as follows: BUG: KASAN: global-out-of-bounds in afe4404_read_raw+0x2ce/0x380 Read of...