CVE-2025-38469
- EPSS 0.02%
- Veröffentlicht 28.07.2025 11:21:30
- Zuletzt bearbeitet 19.11.2025 17:58:18
In the Linux kernel, the following vulnerability has been resolved: KVM: x86/xen: Fix cleanup logic in emulation of Xen schedop poll hypercalls kvm_xen_schedop_poll does a kmalloc_array() when a VM polls the host for more than one event channel pot...
CVE-2025-38468
- EPSS 0.06%
- Veröffentlicht 28.07.2025 11:12:20
- Zuletzt bearbeitet 22.12.2025 19:36:42
In the Linux kernel, the following vulnerability has been resolved: net/sched: Return NULL when htb_lookup_leaf encounters an empty rbtree htb_lookup_leaf has a BUG_ON that can trigger with the following: tc qdisc del dev lo root tc qdisc add dev ...
CVE-2025-38467
- EPSS 0.04%
- Veröffentlicht 25.07.2025 16:15:33
- Zuletzt bearbeitet 22.12.2025 19:36:36
In the Linux kernel, the following vulnerability has been resolved: drm/exynos: exynos7_drm_decon: add vblank check in IRQ handling If there's support for another console device (such as a TTY serial), the kernel occasionally panics during boot. Th...
CVE-2025-38462
- EPSS 0.04%
- Veröffentlicht 25.07.2025 16:15:32
- Zuletzt bearbeitet 22.12.2025 21:52:34
In the Linux kernel, the following vulnerability has been resolved: vsock: Fix transport_{g2h,h2g} TOCTOU vsock_find_cid() and vsock_dev_do_ioctl() may race with module unload. transport_{g2h,h2g} may become NULL after the NULL check. Introduce vs...
CVE-2025-38463
- EPSS 0.01%
- Veröffentlicht 25.07.2025 16:15:32
- Zuletzt bearbeitet 19.11.2025 17:57:59
In the Linux kernel, the following vulnerability has been resolved: tcp: Correct signedness in skb remaining space calculation Syzkaller reported a bug [1] where sk->sk_forward_alloc can overflow. When we send data, if an skb exists at the tail of...
CVE-2025-38464
- EPSS 0.04%
- Veröffentlicht 25.07.2025 16:15:32
- Zuletzt bearbeitet 22.12.2025 19:35:28
In the Linux kernel, the following vulnerability has been resolved: tipc: Fix use-after-free in tipc_conn_close(). syzbot reported a null-ptr-deref in tipc_conn_close() during netns dismantle. [0] tipc_topsrv_stop() iterates tipc_net(net)->topsrv-...
CVE-2025-38465
- EPSS 0.04%
- Veröffentlicht 25.07.2025 16:15:32
- Zuletzt bearbeitet 22.12.2025 19:36:22
In the Linux kernel, the following vulnerability has been resolved: netlink: Fix wraparounds of sk->sk_rmem_alloc. Netlink has this pattern in some places if (atomic_read(&sk->sk_rmem_alloc) > sk->sk_rcvbuf) atomic_add(skb->truesize, &sk->sk_...
CVE-2025-38466
- EPSS 0.04%
- Veröffentlicht 25.07.2025 16:15:32
- Zuletzt bearbeitet 22.12.2025 19:38:00
In the Linux kernel, the following vulnerability has been resolved: perf: Revert to requiring CAP_SYS_ADMIN for uprobes Jann reports that uprobes can be used destructively when used in the middle of an instruction. The kernel only verifies there is...
CVE-2025-38454
- EPSS 0.01%
- Veröffentlicht 25.07.2025 16:15:31
- Zuletzt bearbeitet 19.11.2025 17:57:50
In the Linux kernel, the following vulnerability has been resolved: ALSA: ad1816a: Fix potential NULL pointer deref in snd_card_ad1816a_pnp() Use pr_warn() instead of dev_warn() when 'pdev' is NULL to avoid a potential NULL pointer dereference.
CVE-2025-38455
- EPSS 0.03%
- Veröffentlicht 25.07.2025 16:15:31
- Zuletzt bearbeitet 22.12.2025 21:54:17
In the Linux kernel, the following vulnerability has been resolved: KVM: SVM: Reject SEV{-ES} intra host migration if vCPU creation is in-flight Reject migration of SEV{-ES} state if either the source or destination VM is actively creating a vCPU, ...