- EPSS 0.02%
- Published 17.09.2025 14:56:37
- Last modified 18.09.2025 13:43:34
In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix potential data race in rxrpc_wait_to_be_connected() Inside the loop in rxrpc_wait_to_be_connected() it checks call->error to see if it should exit the loop without first...
- EPSS 0.03%
- Published 17.09.2025 14:56:36
- Last modified 18.09.2025 13:43:34
In the Linux kernel, the following vulnerability has been resolved: icmp6: Fix null-ptr-deref of ip6_null_entry->rt6i_idev in icmp6_dev(). With some IPv6 Ext Hdr (RPL, SRv6, etc.), we can send a packet that has the link-local address as src and dst...
- EPSS 0.02%
- Published 17.09.2025 14:56:35
- Last modified 18.09.2025 13:43:34
In the Linux kernel, the following vulnerability has been resolved: net: marvell: prestera: fix handling IPv4 routes with nhid Fix handling IPv4 routes referencing a nexthop via its id by replacing calls to fib_info_nh() with fib_info_nhc(). Tryin...
- EPSS 0.02%
- Published 17.09.2025 14:56:34
- Last modified 18.09.2025 13:43:34
In the Linux kernel, the following vulnerability has been resolved: of/fdt: run soc memory setup when early_init_dt_scan_memory fails If memory has been found early_init_dt_scan_memory now returns 1. If it hasn't found any memory it will return 0, ...
- EPSS 0.03%
- Published 17.09.2025 14:56:33
- Last modified 18.09.2025 13:43:34
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix BUG_ON condition in btrfs_cancel_balance Pausing and canceling balance can race to interrupt balance lead to BUG_ON panic in btrfs_cancel_balance. The BUG_ON condition i...
- EPSS 0.02%
- Published 17.09.2025 14:56:33
- Last modified 18.09.2025 13:43:34
In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Collect command failures data only for known commands DEVX can issue a general command, which is not used by mlx5 driver. In case such command is failed, mlx5 is trying t...
- EPSS 0.03%
- Published 17.09.2025 14:56:32
- Last modified 18.09.2025 13:43:34
In the Linux kernel, the following vulnerability has been resolved: lwt: Fix return values of BPF xmit ops BPF encap ops can return different types of positive values, such like NET_RX_DROP, NET_XMIT_CN, NETDEV_TX_BUSY, and so on, from function skb...
- EPSS 0.04%
- Published 17.09.2025 14:56:31
- Last modified 18.09.2025 13:43:34
In the Linux kernel, the following vulnerability has been resolved: nilfs2: do not write dirty data after degenerating to read-only According to syzbot's report, mark_buffer_dirty() called from nilfs_segctor_do_construct() outputs a warning with so...
- EPSS 0.03%
- Published 17.09.2025 14:56:30
- Last modified 18.09.2025 13:43:34
In the Linux kernel, the following vulnerability has been resolved: media: ipu-bridge: Fix null pointer deref on SSDB/PLD parsing warnings When ipu_bridge_parse_rotation() and ipu_bridge_parse_orientation() run sensor->adev is not set yet. So if e...
- EPSS 0.02%
- Published 17.09.2025 14:56:29
- Last modified 18.09.2025 13:43:34
In the Linux kernel, the following vulnerability has been resolved: RDMA/cxgb4: Fix potential null-ptr-deref in pass_establish() If get_ep_from_tid() fails to lookup non-NULL value for ep, ep is dereferenced later regardless of whether it is empty....