CVE-2023-53132
- EPSS 0.16%
- Veröffentlicht 02.05.2025 15:56:06
- Zuletzt bearbeitet 10.11.2025 17:40:13
In the Linux kernel, the following vulnerability has been resolved: scsi: mpi3mr: Fix mpi3mr_hba_port memory leak in mpi3mr_remove() Free mpi3mr_hba_port at .remove.
CVE-2023-53133
- EPSS 0.17%
- Veröffentlicht 02.05.2025 15:56:06
- Zuletzt bearbeitet 01.06.2026 17:16:24
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.16%
- 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.
- EPSS 0.02%
- Veröffentlicht 02.05.2025 15:56:04
- Zuletzt bearbeitet 08.05.2025 11:15:52
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
- EPSS 0.02%
- Veröffentlicht 02.05.2025 15:56:04
- Zuletzt bearbeitet 08.05.2025 11:15:52
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2023-53127
- EPSS 0.16%
- 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.16%
- 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.16%
- 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.17%
- 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.16%
- 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...