CVE-2023-53020
- EPSS 0.02%
- Veröffentlicht 27.03.2025 16:43:47
- Zuletzt bearbeitet 01.10.2025 18:15:36
In the Linux kernel, the following vulnerability has been resolved: l2tp: close all race conditions in l2tp_tunnel_register() The code in l2tp_tunnel_register() is racy in several ways: 1. It modifies the tunnel socket _after_ publishing it. 2. I...
CVE-2023-53021
- EPSS 0.04%
- Veröffentlicht 27.03.2025 16:43:47
- Zuletzt bearbeitet 01.04.2025 15:40:10
In the Linux kernel, the following vulnerability has been resolved: net/sched: sch_taprio: fix possible use-after-free syzbot reported a nasty crash [1] in net_tx_action() which made little sense until we got a repro. This repro installs a taprio ...
CVE-2023-53019
- EPSS 0.02%
- Veröffentlicht 27.03.2025 16:43:46
- Zuletzt bearbeitet 30.10.2025 16:20:36
In the Linux kernel, the following vulnerability has been resolved: net: mdio: validate parameter addr in mdiobus_get_phy() The caller may pass any value as addr, what may result in an out-of-bounds access to array mdio_map. One existing case is st...
CVE-2023-53017
- EPSS 0.02%
- Veröffentlicht 27.03.2025 16:43:45
- Zuletzt bearbeitet 01.10.2025 18:15:35
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_sync: fix memory leak in hci_update_adv_data() When hci_cmd_sync_queue() failed in hci_update_adv_data(), inst_ptr is not freed, which will cause memory leak, conver...
CVE-2023-53018
- EPSS 0.02%
- Veröffentlicht 27.03.2025 16:43:45
- Zuletzt bearbeitet 01.10.2025 18:15:35
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_conn: Fix memory leaks When hci_cmd_sync_queue() failed in hci_le_terminate_big() or hci_le_big_terminate(), the memory pointed by variable d is not freed, which wil...
CVE-2023-53016
- EPSS 0.01%
- Veröffentlicht 27.03.2025 16:43:44
- Zuletzt bearbeitet 01.10.2025 18:15:35
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Fix possible deadlock in rfcomm_sk_state_change syzbot reports a possible deadlock in rfcomm_sk_state_change [1]. While rfcomm_sock_connect acquires the sk lock and wait...
CVE-2023-53014
- EPSS 0.03%
- Veröffentlicht 27.03.2025 16:43:43
- Zuletzt bearbeitet 01.10.2025 20:17:13
In the Linux kernel, the following vulnerability has been resolved: dmaengine: tegra: Fix memory leak in terminate_all() Terminate vdesc when terminating an ongoing transfer. This will ensure that the vdesc is present in the desc_terminated list Th...
CVE-2023-53015
- EPSS 0.02%
- Veröffentlicht 27.03.2025 16:43:43
- Zuletzt bearbeitet 01.10.2025 18:15:35
In the Linux kernel, the following vulnerability has been resolved: HID: betop: check shape of output reports betopff_init() only checks the total sum of the report counts for each report field to be at least 4, but hid_betopff_play() expects 4 rep...
CVE-2023-53013
- EPSS 0.01%
- Veröffentlicht 27.03.2025 16:43:42
- Zuletzt bearbeitet 01.10.2025 20:17:12
In the Linux kernel, the following vulnerability has been resolved: ptdma: pt_core_execute_cmd() should use spinlock The interrupt handler (pt_core_irq_handler()) of the ptdma driver can be called from interrupt context. The code flow in this funct...
CVE-2023-53012
- EPSS 0.02%
- Veröffentlicht 27.03.2025 16:43:41
- Zuletzt bearbeitet 30.10.2025 16:20:44
In the Linux kernel, the following vulnerability has been resolved: thermal: core: call put_device() only after device_register() fails put_device() shouldn't be called before a prior call to device_register(). __thermal_cooling_device_register() d...