CVE-2023-53047
- EPSS 0.01%
- Veröffentlicht 02.05.2025 15:55:04
- Zuletzt bearbeitet 12.11.2025 16:46:56
In the Linux kernel, the following vulnerability has been resolved: tee: amdtee: fix race condition in amdtee_open_session There is a potential race condition in amdtee_open_session that may lead to use-after-free. For instance, in amdtee_open_sess...
CVE-2023-53048
- EPSS 0.02%
- Veröffentlicht 02.05.2025 15:55:04
- Zuletzt bearbeitet 12.11.2025 18:33:57
In the Linux kernel, the following vulnerability has been resolved: usb: typec: tcpm: fix warning when handle discover_identity message Since both source and sink device can send discover_identity message in PD3, kernel may dump below warning: ---...
CVE-2023-53046
- EPSS 0.01%
- Veröffentlicht 02.05.2025 15:55:03
- Zuletzt bearbeitet 12.11.2025 16:46:48
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Fix race condition in hci_cmd_sync_clear There is a potential race condition in hci_cmd_sync_work and hci_cmd_sync_clear, and could lead to use-after-free. For instance,...
CVE-2023-53045
- EPSS 0.01%
- Veröffentlicht 02.05.2025 15:55:02
- Zuletzt bearbeitet 12.11.2025 16:46:37
In the Linux kernel, the following vulnerability has been resolved: usb: gadget: u_audio: don't let userspace block driver unbind In the unbind callback for f_uac1 and f_uac2, a call to snd_card_free() via g_audio_cleanup() will disconnect the card...
CVE-2023-53044
- EPSS 0.02%
- Veröffentlicht 02.05.2025 15:55:01
- Zuletzt bearbeitet 12.11.2025 16:46:33
In the Linux kernel, the following vulnerability has been resolved: dm stats: check for and propagate alloc_percpu failure Check alloc_precpu()'s return value and return an error from dm_stats_init() if it fails. Update alloc_dev() to fail if dm_st...
CVE-2023-53043
- EPSS 0.01%
- Veröffentlicht 02.05.2025 15:55:00
- Zuletzt bearbeitet 12.11.2025 19:16:13
In the Linux kernel, the following vulnerability has been resolved: arm64: dts: qcom: sc7280: Mark PCIe controller as cache coherent If the controller is not marked as cache coherent, then kernel will try to ensure coherency during dma-ops and that...
CVE-2023-53041
- EPSS 0.01%
- Veröffentlicht 02.05.2025 15:54:59
- Zuletzt bearbeitet 12.11.2025 19:15:21
In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Perform lockless command completion in abort path While adding and removing the controller, the following call trace was observed: WARNING: CPU: 3 PID: 623596 at ke...
CVE-2023-53042
- EPSS 0.01%
- Veröffentlicht 02.05.2025 15:54:59
- Zuletzt bearbeitet 12.11.2025 19:15:48
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Do not set DRR on pipe Commit [WHY] Writing to DRR registers such as OTG_V_TOTAL_MIN on the same frame as a pipe commit can cause underflow.
CVE-2023-53040
- EPSS 0.01%
- Veröffentlicht 02.05.2025 15:54:58
- Zuletzt bearbeitet 12.11.2025 19:14:28
In the Linux kernel, the following vulnerability has been resolved: ca8210: fix mac_len negative array access This patch fixes a buffer overflow access of skb->data if ieee802154_hdr_peek_addrs() fails.
CVE-2023-53038
- EPSS 0.01%
- Veröffentlicht 02.05.2025 15:54:57
- Zuletzt bearbeitet 12.11.2025 19:14:02
In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Check kzalloc() in lpfc_sli4_cgn_params_read() If kzalloc() fails in lpfc_sli4_cgn_params_read(), then we rely on lpfc_read_object()'s routine to NULL check pdata. Cur...