CVE-2025-39673
- EPSS 0.02%
- Veröffentlicht 05.09.2025 17:20:38
- Zuletzt bearbeitet 12.05.2026 13:17:03
In the Linux kernel, the following vulnerability has been resolved: ppp: fix race conditions in ppp_fill_forward_path ppp_fill_forward_path() has two race conditions: 1. The ppp->channels list can change between list_empty() and list_first_entr...
CVE-2025-38737
- EPSS 0.01%
- Veröffentlicht 05.09.2025 17:20:37
- Zuletzt bearbeitet 25.11.2025 22:03:13
In the Linux kernel, the following vulnerability has been resolved: cifs: Fix oops due to uninitialised variable Fix smb3_init_transform_rq() to initialise buffer to NULL before calling netfs_alloc_folioq_buffer() as netfs assumes it can append to ...
CVE-2025-38736
- EPSS 0.02%
- Veröffentlicht 05.09.2025 17:20:36
- Zuletzt bearbeitet 12.05.2026 13:17:03
In the Linux kernel, the following vulnerability has been resolved: net: usb: asix_devices: Fix PHY address mask in MDIO bus initialization Syzbot reported shift-out-of-bounds exception on MDIO bus initialization. The PHY address should be masked ...
CVE-2025-38735
- EPSS 0.02%
- Veröffentlicht 05.09.2025 17:20:35
- Zuletzt bearbeitet 12.05.2026 13:17:03
In the Linux kernel, the following vulnerability has been resolved: gve: prevent ethtool ops after shutdown A crash can occur if an ethtool operation is invoked after shutdown() is called. shutdown() is invoked during system shutdown to stop DMA o...
CVE-2025-38734
- EPSS 0.02%
- Veröffentlicht 05.09.2025 17:20:34
- Zuletzt bearbeitet 25.11.2025 21:59:17
In the Linux kernel, the following vulnerability has been resolved: net/smc: fix UAF on smcsk after smc_listen_out() BPF CI testing report a UAF issue: [ 16.446633] BUG: kernel NULL pointer dereference, address: 000000000000003 0 [ 16.447...
CVE-2025-38733
- EPSS 0.01%
- Veröffentlicht 05.09.2025 17:20:33
- Zuletzt bearbeitet 25.11.2025 21:59:04
In the Linux kernel, the following vulnerability has been resolved: s390/mm: Do not map lowcore with identity mapping Since the identity mapping is pinned to address zero the lowcore is always also mapped to address zero, this happens regardless of...
CVE-2025-38732
- EPSS 0.02%
- Veröffentlicht 05.09.2025 17:20:31
- Zuletzt bearbeitet 12.05.2026 13:17:03
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_reject: don't leak dst refcount for loopback packets recent patches to add a WARN() when replacing skb dst entry found an old bug: WARNING: include/linux/skbuff.h:11...
CVE-2025-38730
- EPSS 0.02%
- Veröffentlicht 04.09.2025 15:33:27
- Zuletzt bearbeitet 25.11.2025 21:50:46
In the Linux kernel, the following vulnerability has been resolved: io_uring/net: commit partial buffers on retry Ring provided buffers are potentially only valid within the single execution context in which they were acquired. io_uring deals with ...
CVE-2025-38728
- EPSS 0.02%
- Veröffentlicht 04.09.2025 15:33:26
- Zuletzt bearbeitet 12.05.2026 13:17:03
In the Linux kernel, the following vulnerability has been resolved: smb3: fix for slab out of bounds on mount to ksmbd With KASAN enabled, it is possible to get a slab out of bounds during mount to ksmbd due to missing check in parse_server_interfa...
CVE-2025-38729
- EPSS 0.02%
- Veröffentlicht 04.09.2025 15:33:26
- Zuletzt bearbeitet 12.05.2026 13:17:03
In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Validate UAC3 power domain descriptors, too UAC3 power domain descriptors need to be verified with its variable bLength for avoiding the unexpected OOB accesses by...