CVE-2025-39960
- EPSS 0.02%
- Veröffentlicht 09.10.2025 12:13:21
- Zuletzt bearbeitet 03.02.2026 14:34:12
In the Linux kernel, the following vulnerability has been resolved: gpiolib: acpi: initialize acpi_gpio_info struct Since commit 7c010d463372 ("gpiolib: acpi: Make sure we fill struct acpi_gpio_info"), uninitialized acpi_gpio_info struct are passed...
CVE-2025-39959
- EPSS 0.02%
- Veröffentlicht 09.10.2025 09:47:36
- Zuletzt bearbeitet 03.02.2026 15:02:47
In the Linux kernel, the following vulnerability has been resolved: ASoC: amd: acp: Fix incorrect retrival of acp_chip_info Use dev_get_drvdata(dev->parent) instead of dev_get_platdata(dev) to correctly obtain acp_chip_info members in the acp I2S d...
CVE-2025-39958
- EPSS 0.02%
- Veröffentlicht 09.10.2025 09:47:35
- Zuletzt bearbeitet 03.02.2026 15:12:53
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...
CVE-2025-39956
- EPSS 0.02%
- Veröffentlicht 09.10.2025 09:47:34
- Zuletzt bearbeitet 03.02.2026 15:17:11
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]...
CVE-2025-39957
- EPSS 0.02%
- Veröffentlicht 09.10.2025 09:47:34
- Zuletzt bearbeitet 03.02.2026 15:14:12
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...
CVE-2025-39955
- EPSS 0.02%
- Veröffentlicht 09.10.2025 09:47:33
- Zuletzt bearbeitet 03.02.2026 15:19:06
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...
CVE-2025-39954
- EPSS 0.02%
- Veröffentlicht 09.10.2025 09:47:32
- Zuletzt bearbeitet 03.02.2026 15:20:55
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...
CVE-2023-53687
- EPSS 0.02%
- Veröffentlicht 07.10.2025 15:21:39
- Zuletzt bearbeitet 03.02.2026 18:11:07
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...
CVE-2023-53685
- EPSS 0.02%
- Veröffentlicht 07.10.2025 15:21:38
- Zuletzt bearbeitet 03.02.2026 18:12:55
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...
CVE-2023-53686
- EPSS 0.03%
- Veröffentlicht 07.10.2025 15:21:38
- Zuletzt bearbeitet 03.02.2026 18:12:14
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...