- EPSS 0.04%
- Veröffentlicht 25.07.2025 16:15:32
- Zuletzt bearbeitet 29.07.2025 14:14:55
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...
- EPSS 0.03%
- Veröffentlicht 25.07.2025 16:15:32
- Zuletzt bearbeitet 29.07.2025 14:14:55
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...
- EPSS 0.04%
- Veröffentlicht 25.07.2025 16:15:32
- Zuletzt bearbeitet 29.07.2025 14:14:55
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-...
- EPSS 0.04%
- Veröffentlicht 25.07.2025 16:15:32
- Zuletzt bearbeitet 29.07.2025 14:14:55
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_...
- EPSS 0.04%
- Veröffentlicht 25.07.2025 16:15:32
- Zuletzt bearbeitet 29.07.2025 14:14:55
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...
- EPSS 0.03%
- Veröffentlicht 25.07.2025 16:15:31
- Zuletzt bearbeitet 29.07.2025 14:14:55
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.
- EPSS 0.03%
- Veröffentlicht 25.07.2025 16:15:31
- Zuletzt bearbeitet 29.07.2025 14:14:55
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, ...
- EPSS 0.03%
- Veröffentlicht 25.07.2025 16:15:31
- Zuletzt bearbeitet 29.07.2025 14:14:55
In the Linux kernel, the following vulnerability has been resolved: ipmi:msghandler: Fix potential memory corruption in ipmi_create_user() The "intf" list iterator is an invalid pointer if the correct "intf->intf_num" is not found. Calling atomic_...
- EPSS 0.04%
- Veröffentlicht 25.07.2025 16:15:31
- Zuletzt bearbeitet 29.07.2025 14:14:55
In the Linux kernel, the following vulnerability has been resolved: net/sched: Abort __tc_modify_qdisc if parent class does not exist Lion's patch [1] revealed an ancient bug in the qdisc API. Whenever a user creates/modifies a qdisc specifying as ...
- EPSS 0.04%
- Veröffentlicht 25.07.2025 16:15:31
- Zuletzt bearbeitet 29.07.2025 14:14:55
In the Linux kernel, the following vulnerability has been resolved: atm: clip: Fix NULL pointer dereference in vcc_sendmsg() atmarpd_dev_ops does not implement the send method, which may cause crash as bellow. BUG: kernel NULL pointer dereference,...