CVE-2025-39964
- EPSS 0.23%
- Veröffentlicht 13.10.2025 13:48:30
- Zuletzt bearbeitet 14.07.2026 13:17:51
In the Linux kernel, the following vulnerability has been resolved: crypto: af_alg - Disallow concurrent writes in af_alg_sendmsg Issuing two writes to the same af_alg socket is bogus as the data will be interleaved in an unpredictable fashion. Fu...
CVE-2025-39963
- EPSS 0.14%
- Veröffentlicht 09.10.2025 12:13:23
- Zuletzt bearbeitet 26.02.2026 23:03:40
In the Linux kernel, the following vulnerability has been resolved: io_uring: fix incorrect io_kiocb reference in io_link_skb In io_link_skb function, there is a bug where prev_notif is incorrectly assigned using 'nd' instead of 'prev_nd'. This cau...
CVE-2025-39961
- EPSS 0.1%
- Veröffentlicht 09.10.2025 12:13:22
- Zuletzt bearbeitet 26.02.2026 23:03:20
In the Linux kernel, the following vulnerability has been resolved: iommu/amd/pgtbl: Fix possible race while increase page table level The AMD IOMMU host page table implementation supports dynamic page table levels (up to 6 levels), starting with a...
CVE-2025-39962
- EPSS 0.13%
- Veröffentlicht 09.10.2025 12:13:22
- Zuletzt bearbeitet 26.02.2026 23:03:53
In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix untrusted unsigned subtract Fix the following Smatch static checker warning: net/rxrpc/rxgk_app.c:65 rxgk_yfs_decode_ticket() warn: untrusted unsigned subtract. '...
CVE-2025-39960
- EPSS 0.14%
- Veröffentlicht 09.10.2025 12:13:21
- Zuletzt bearbeitet 26.02.2026 22:51:48
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.12%
- Veröffentlicht 09.10.2025 09:47:36
- Zuletzt bearbeitet 26.02.2026 22:52:07
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.13%
- Veröffentlicht 09.10.2025 09:47:35
- Zuletzt bearbeitet 26.02.2026 22:51:27
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.15%
- Veröffentlicht 09.10.2025 09:47:34
- Zuletzt bearbeitet 26.02.2026 22:51:01
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.14%
- Veröffentlicht 09.10.2025 09:47:34
- Zuletzt bearbeitet 26.02.2026 22:50:44
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.15%
- Veröffentlicht 09.10.2025 09:47:33
- Zuletzt bearbeitet 14.07.2026 13:17:51
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...