CVE-2025-39951
- EPSS 0.02%
- Veröffentlicht 04.10.2025 07:31:11
- Zuletzt bearbeitet 23.01.2026 20:03:14
In the Linux kernel, the following vulnerability has been resolved: um: virtio_uml: Fix use-after-free after put_device in probe When register_virtio_device() fails in virtio_uml_probe(), the code sets vu_dev->registered = 1 even though the device ...
CVE-2025-39949
- EPSS 0.03%
- Veröffentlicht 04.10.2025 07:31:10
- Zuletzt bearbeitet 27.01.2026 16:49:41
In the Linux kernel, the following vulnerability has been resolved: qed: Don't collect too many protection override GRC elements In the protection override dump path, the firmware can return far too many GRC elements, resulting in attempting to wri...
CVE-2025-39950
- EPSS 0.02%
- Veröffentlicht 04.10.2025 07:31:10
- Zuletzt bearbeitet 23.01.2026 20:03:48
In the Linux kernel, the following vulnerability has been resolved: net/tcp: Fix a NULL pointer dereference when using TCP-AO with TCP_REPAIR A NULL pointer dereference can occur in tcp_ao_finish_connect() during a connect() system call on a socket...
CVE-2025-39948
- EPSS 0.02%
- Veröffentlicht 04.10.2025 07:31:09
- Zuletzt bearbeitet 27.01.2026 19:47:22
In the Linux kernel, the following vulnerability has been resolved: ice: fix Rx page leak on multi-buffer frames The ice_put_rx_mbuf() function handles calling ice_put_rx_buf() for each buffer in the current frame. This function was introduced as p...
CVE-2025-39947
- EPSS 0.02%
- Veröffentlicht 04.10.2025 07:31:08
- Zuletzt bearbeitet 27.01.2026 19:47:34
In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Harden uplink netdev access against device unbind The function mlx5_uplink_netdev_get() gets the uplink netdevice pointer from mdev->mlx5e_res.uplink_netdev. However, th...
CVE-2025-39945
- EPSS 0.04%
- Veröffentlicht 04.10.2025 07:31:07
- Zuletzt bearbeitet 23.01.2026 20:56:32
In the Linux kernel, the following vulnerability has been resolved: cnic: Fix use-after-free bugs in cnic_delete_task The original code uses cancel_delayed_work() in cnic_cm_stop_bnx2x_hw(), which does not guarantee that the delayed work item 'dele...
CVE-2025-39946
- EPSS 0.02%
- Veröffentlicht 04.10.2025 07:31:07
- Zuletzt bearbeitet 27.01.2026 19:51:34
In the Linux kernel, the following vulnerability has been resolved: tls: make sure to abort the stream if headers are bogus Normally we wait for the socket to buffer up the whole record before we service it. If the socket has a tiny buffer, however...
CVE-2025-39944
- EPSS 0.02%
- Veröffentlicht 04.10.2025 07:31:06
- Zuletzt bearbeitet 27.01.2026 19:52:27
In the Linux kernel, the following vulnerability has been resolved: octeontx2-pf: Fix use-after-free bugs in otx2_sync_tstamp() The original code relies on cancel_delayed_work() in otx2_ptp_destroy(), which does not ensure that the delayed work ite...
CVE-2025-39943
- EPSS 0.02%
- Veröffentlicht 04.10.2025 07:31:05
- Zuletzt bearbeitet 27.01.2026 19:53:07
In the Linux kernel, the following vulnerability has been resolved: ksmbd: smbdirect: validate data_offset and data_length field of smb_direct_data_transfer If data_offset and data_length of smb_direct_data_transfer struct are invalid, out of bound...
CVE-2025-39941
- EPSS 0.02%
- Veröffentlicht 04.10.2025 07:31:04
- Zuletzt bearbeitet 23.01.2026 20:37:16
In the Linux kernel, the following vulnerability has been resolved: zram: fix slot write race condition Parallel concurrent writes to the same zram index result in leaked zsmalloc handles. Schematically we can have something like this: CPU0 ...