- EPSS 0.03%
- Veröffentlicht 09.10.2025 09:47:35
- Zuletzt bearbeitet 09.10.2025 15:50:04
In the Linux kernel, the following vulnerability has been resolved: iommu/s390: Make attach succeed when the device was surprise removed When a PCI device is removed with surprise hotplug, there may still be attempts to attach the device to the def...
- EPSS 0.03%
- Veröffentlicht 09.10.2025 09:47:34
- Zuletzt bearbeitet 09.10.2025 15:50:04
In the Linux kernel, the following vulnerability has been resolved: igc: don't fail igc_probe() on LED setup error When igc_led_setup() fails, igc_probe() fails and triggers kernel panic in free_netdev() since unregister_netdev() is not called. [1]...
- EPSS 0.04%
- Veröffentlicht 09.10.2025 09:47:34
- Zuletzt bearbeitet 09.10.2025 15:50:04
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: increase scan_ies_len for S1G Currently the S1G capability element is not taken into account for the scan_ies_len, which leads to a buffer length validation failure...
- EPSS 0.05%
- Veröffentlicht 09.10.2025 09:47:33
- Zuletzt bearbeitet 09.10.2025 15:50:04
In the Linux kernel, the following vulnerability has been resolved: tcp: Clear tcp_sk(sk)->fastopen_rsk in tcp_disconnect(). syzbot reported the splat below where a socket had tcp_sk(sk)->fastopen_rsk in the TCP_ESTABLISHED state. [0] syzbot reuse...
- EPSS 0.03%
- Veröffentlicht 09.10.2025 09:47:32
- Zuletzt bearbeitet 09.10.2025 15:50:04
In the Linux kernel, the following vulnerability has been resolved: clk: sunxi-ng: mp: Fix dual-divider clock rate readback When dual-divider clock support was introduced, the P divider offset was left out of the .recalc_rate readback function. Thi...
- EPSS 0.04%
- Veröffentlicht 07.10.2025 15:21:39
- Zuletzt bearbeitet 08.10.2025 19:38:09
In the Linux kernel, the following vulnerability has been resolved: tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() when iterating clk When the best clk is searched, we iterate over all possible clk. If we find a better matc...
- EPSS 0.03%
- Veröffentlicht 07.10.2025 15:21:38
- Zuletzt bearbeitet 08.10.2025 19:38:09
In the Linux kernel, the following vulnerability has been resolved: tun: Fix memory leak for detached NAPI queue. syzkaller reported [0] memory leaks of sk and skb related to the TUN device with no repro, but we can reproduce it easily with: str...
- EPSS 0.03%
- Veröffentlicht 07.10.2025 15:21:38
- Zuletzt bearbeitet 08.10.2025 19:38:09
In the Linux kernel, the following vulnerability has been resolved: net/handshake: fix null-ptr-deref in handshake_nl_done_doit() We should not call trace_handshake_cmd_done_err() if socket lookup has failed. Also we should call trace_handshake_cm...
- EPSS 0.03%
- Veröffentlicht 07.10.2025 15:21:37
- Zuletzt bearbeitet 08.10.2025 19:38:09
In the Linux kernel, the following vulnerability has been resolved: xfrm: Zero padding when dumping algos and encap When copying data to user-space we should ensure that only valid data is copied over. Padding in structures may be filled with rand...
- EPSS 0.03%
- Veröffentlicht 07.10.2025 15:21:36
- Zuletzt bearbeitet 08.10.2025 19:38:09
In the Linux kernel, the following vulnerability has been resolved: hwmon: (xgene) Fix ioremap and memremap leak Smatch reports: drivers/hwmon/xgene-hwmon.c:757 xgene_hwmon_probe() warn: 'ctx->pcc_comm_addr' from ioremap() not released on line: 75...