CVE-2023-52747
- EPSS 0.01%
- Veröffentlicht 21.05.2024 16:15:14
- Zuletzt bearbeitet 23.09.2025 19:10:02
In the Linux kernel, the following vulnerability has been resolved: IB/hfi1: Restore allocated resources on failed copyout Fix a resource leak if an error occurs.
CVE-2023-52730
- EPSS 0.01%
- Veröffentlicht 21.05.2024 16:15:13
- Zuletzt bearbeitet 23.09.2025 18:57:24
In the Linux kernel, the following vulnerability has been resolved: mmc: sdio: fix possible resource leaks in some error paths If sdio_add_func() or sdio_init_func() fails, sdio_remove_func() can not release the resources, because the sdio function...
CVE-2022-48708
- EPSS 0.01%
- Veröffentlicht 21.05.2024 16:15:12
- Zuletzt bearbeitet 31.12.2024 20:05:23
In the Linux kernel, the following vulnerability has been resolved: pinctrl: single: fix potential NULL dereference Added checking of pointer "function" in pcs_set_mux(). pinmux_generic_get_function() can return NULL and the pointer "function" was ...
CVE-2022-48710
- EPSS 0.01%
- Veröffentlicht 21.05.2024 16:15:12
- Zuletzt bearbeitet 31.12.2024 20:09:11
In the Linux kernel, the following vulnerability has been resolved: drm/radeon: fix a possible null pointer dereference In radeon_fp_native_mode(), the return value of drm_mode_duplicate() is assigned to mode, which will lead to a NULL pointer dere...
CVE-2023-52703
- EPSS 0.01%
- Veröffentlicht 21.05.2024 16:15:12
- Zuletzt bearbeitet 23.09.2025 18:54:00
In the Linux kernel, the following vulnerability has been resolved: net/usb: kalmia: Don't pass act_len in usb_bulk_msg error path syzbot reported that act_len in kalmia_send_init_packet() is uninitialized when passing it to the first usb_bulk_msg ...
CVE-2023-52705
- EPSS 0.02%
- Veröffentlicht 21.05.2024 16:15:12
- Zuletzt bearbeitet 31.12.2024 20:18:52
In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix underflow in second superblock position calculations Macro NILFS_SB2_OFFSET_BYTES, which computes the position of the second superblock, underflows when the argument de...
CVE-2021-47416
- EPSS 0.01%
- Veröffentlicht 21.05.2024 15:15:27
- Zuletzt bearbeitet 31.12.2024 18:53:18
In the Linux kernel, the following vulnerability has been resolved: phy: mdio: fix memory leak Syzbot reported memory leak in MDIO bus interface, the problem was in wrong state logic. MDIOBUS_ALLOCATED indicates 2 states: 1. Bus is only allocated...
CVE-2021-47418
- EPSS 0.02%
- Veröffentlicht 21.05.2024 15:15:27
- Zuletzt bearbeitet 31.12.2024 20:03:20
In the Linux kernel, the following vulnerability has been resolved: net_sched: fix NULL deref in fifo_set_limit() syzbot reported another NULL deref in fifo_set_limit() [1] I could repro the issue with : unshare -n tc qd add dev lo root handle 1:...
CVE-2021-47423
- EPSS 0.02%
- Veröffentlicht 21.05.2024 15:15:27
- Zuletzt bearbeitet 30.12.2024 19:36:10
In the Linux kernel, the following vulnerability has been resolved: drm/nouveau/debugfs: fix file release memory leak When using single_open() for opening, single_release() should be called, otherwise the 'op' allocated in single_open() will be lea...
CVE-2021-47424
- EPSS 0.03%
- Veröffentlicht 21.05.2024 15:15:27
- Zuletzt bearbeitet 23.09.2025 20:17:42
In the Linux kernel, the following vulnerability has been resolved: i40e: Fix freeing of uninitialized misc IRQ vector When VSI set up failed in i40e_probe() as part of PF switch set up driver was trying to free misc IRQ vectors in i40e_clear_inter...