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...
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-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-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...
CVE-2023-53685
- EPSS 0.01%
- Veröffentlicht 07.10.2025 15:21:38
- Zuletzt bearbeitet 26.02.2026 23:10: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...
CVE-2023-53684
- EPSS 0.02%
- Veröffentlicht 07.10.2025 15:21:37
- Zuletzt bearbeitet 26.02.2026 23:10:01
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...
CVE-2023-53682
- EPSS 0.01%
- Veröffentlicht 07.10.2025 15:21:36
- Zuletzt bearbeitet 26.02.2026 23:09:44
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...
CVE-2023-53680
- EPSS 0.02%
- Veröffentlicht 07.10.2025 15:21:34
- Zuletzt bearbeitet 26.02.2026 23:09:39
In the Linux kernel, the following vulnerability has been resolved: NFSD: Avoid calling OPDESC() with ops->opnum == OP_ILLEGAL OPDESC() simply indexes into nfsd4_ops[] by the op's operation number, without range checking that value. It assumes call...