CVE-2023-53133
- EPSS 0.06%
- Veröffentlicht 02.05.2025 15:56:06
- Zuletzt bearbeitet 10.11.2025 17:40:00
In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix an infinite loop error when len is 0 in tcp_bpf_recvmsg_parser() When the buffer length of the recvmsg system call is 0, we got the flollowing soft lockup problem...
CVE-2023-53131
- EPSS 0.06%
- Veröffentlicht 02.05.2025 15:56:05
- Zuletzt bearbeitet 10.11.2025 17:40:30
In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Fix a server shutdown leak Fix a race where kthread_stop() may prevent the threadfn from ever getting called. If that happens the svc_rqst will not be cleaned up.
CVE-2023-53127
- EPSS 0.05%
- Veröffentlicht 02.05.2025 15:56:03
- Zuletzt bearbeitet 10.11.2025 17:40:51
In the Linux kernel, the following vulnerability has been resolved: scsi: mpi3mr: Fix expander node leak in mpi3mr_remove() Add a missing resource clean up in .remove.
CVE-2023-53128
- EPSS 0.05%
- Veröffentlicht 02.05.2025 15:56:03
- Zuletzt bearbeitet 10.11.2025 17:40:41
In the Linux kernel, the following vulnerability has been resolved: scsi: mpi3mr: Fix throttle_groups memory leak Add a missing kfree().
CVE-2023-53126
- EPSS 0.05%
- Veröffentlicht 02.05.2025 15:56:02
- Zuletzt bearbeitet 10.11.2025 17:41:02
In the Linux kernel, the following vulnerability has been resolved: scsi: mpi3mr: Fix sas_hba.phy memory leak in mpi3mr_remove() Free mrioc->sas_hba.phy at .remove.
CVE-2023-53125
- EPSS 0.06%
- Veröffentlicht 02.05.2025 15:56:01
- Zuletzt bearbeitet 10.11.2025 17:46:06
In the Linux kernel, the following vulnerability has been resolved: net: usb: smsc75xx: Limit packet length to skb->len Packet length retrieved from skb data may be larger than the actual socket buffer length (up to 9026 bytes). In such case the cl...
CVE-2023-53124
- EPSS 0.06%
- Veröffentlicht 02.05.2025 15:56:00
- Zuletzt bearbeitet 10.11.2025 17:49:51
In the Linux kernel, the following vulnerability has been resolved: scsi: mpt3sas: Fix NULL pointer access in mpt3sas_transport_port_add() Port is allocated by sas_port_alloc_num() and rphy is allocated by either sas_end_device_alloc() or sas_expan...
CVE-2023-53123
- EPSS 0.08%
- Veröffentlicht 02.05.2025 15:55:59
- Zuletzt bearbeitet 10.11.2025 17:50:06
In the Linux kernel, the following vulnerability has been resolved: PCI: s390: Fix use-after-free of PCI resources with per-function hotplug On s390 PCI functions may be hotplugged individually even when they belong to a multi-function device. In p...
CVE-2023-53121
- EPSS 0.06%
- Veröffentlicht 02.05.2025 15:55:58
- Zuletzt bearbeitet 10.11.2025 17:50:22
In the Linux kernel, the following vulnerability has been resolved: tcp: tcp_make_synack() can be called from process context tcp_rtx_synack() now could be called in process context as explained in 0a375c822497 ("tcp: tcp_rtx_synack() can be called...
CVE-2023-53120
- EPSS 0.05%
- Veröffentlicht 02.05.2025 15:55:57
- Zuletzt bearbeitet 10.11.2025 17:50:32
In the Linux kernel, the following vulnerability has been resolved: scsi: mpi3mr: Fix config page DMA memory leak A fix for: DMA-API: pci 0000:83:00.0: device driver has pending DMA allocations while released from device [count=1]