CVE-2025-39967
- EPSS 0.02%
- Veröffentlicht 15.10.2025 07:55:51
- Zuletzt bearbeitet 26.02.2026 23:06:19
In the Linux kernel, the following vulnerability has been resolved: fbcon: fix integer overflow in fbcon_do_set_font Fix integer overflow vulnerabilities in fbcon_do_set_font() where font size calculations could overflow when handling user-controll...
- EPSS 0.01%
- Veröffentlicht 15.10.2025 07:55:50
- Zuletzt bearbeitet 26.02.2026 23:07:45
In the Linux kernel, the following vulnerability has been resolved: iommufd: Fix race during abort for file descriptors fput() doesn't actually call file_operations release() synchronously, it puts the file on a work queue and it will be released e...
CVE-2025-39965
- EPSS 0.01%
- Veröffentlicht 13.10.2025 13:48:31
- Zuletzt bearbeitet 26.02.2026 23:04:59
In the Linux kernel, the following vulnerability has been resolved: xfrm: xfrm_alloc_spi shouldn't use 0 as SPI x->id.spi == 0 means "no SPI assigned", but since commit 94f39804d891 ("xfrm: Duplicate SPI Handling"), we now create states and add the...
CVE-2025-39964
- EPSS 0.03%
- Veröffentlicht 13.10.2025 13:48:30
- Zuletzt bearbeitet 26.02.2026 23:05:10
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.01%
- 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.01%
- 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-39958
- EPSS 0.02%
- 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.01%
- 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.02%
- 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.02%
- Veröffentlicht 09.10.2025 09:47:33
- Zuletzt bearbeitet 26.02.2026 23:10:35
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...