- EPSS 0.03%
- Veröffentlicht 04.10.2025 07:31:10
- Zuletzt bearbeitet 06.10.2025 14:56:47
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...
- EPSS 0.03%
- Veröffentlicht 04.10.2025 07:31:09
- Zuletzt bearbeitet 06.10.2025 14:56:47
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...
- EPSS 0.03%
- Veröffentlicht 04.10.2025 07:31:08
- Zuletzt bearbeitet 06.10.2025 14:56:47
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...
- EPSS 0.07%
- Veröffentlicht 04.10.2025 07:31:07
- Zuletzt bearbeitet 06.10.2025 14:56:47
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...
- EPSS 0.02%
- Veröffentlicht 04.10.2025 07:31:07
- Zuletzt bearbeitet 06.10.2025 14:56:47
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...
- EPSS 0.04%
- Veröffentlicht 04.10.2025 07:31:06
- Zuletzt bearbeitet 06.10.2025 14:56:47
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...
- EPSS 0.05%
- Veröffentlicht 04.10.2025 07:31:05
- Zuletzt bearbeitet 06.10.2025 14:56:47
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...
- EPSS 0.03%
- Veröffentlicht 04.10.2025 07:31:04
- Zuletzt bearbeitet 06.10.2025 14:56:47
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 ...
- EPSS 0.04%
- Veröffentlicht 04.10.2025 07:31:04
- Zuletzt bearbeitet 06.10.2025 14:56:47
In the Linux kernel, the following vulnerability has been resolved: ksmbd: smbdirect: verify remaining_data_length respects max_fragmented_recv_size This is inspired by the check for data_offset + data_length.
- EPSS 0.03%
- Veröffentlicht 04.10.2025 07:31:03
- Zuletzt bearbeitet 06.10.2025 14:56:47
In the Linux kernel, the following vulnerability has been resolved: dm-stripe: fix a possible integer overflow There's a possible integer overflow in stripe_io_hints if we have too large chunk size. Test if the overflow happened, and if it did, don...