CVE-2025-38467
- EPSS 0.03%
- 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-38464
- EPSS 0.02%
- 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.02%
- Veröffentlicht 25.07.2025 16:15:32
- Zuletzt bearbeitet 12.05.2026 13:16:49
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-38457
- EPSS 0.02%
- Veröffentlicht 25.07.2025 16:15:31
- Zuletzt bearbeitet 12.05.2026 13:16:49
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 ...
CVE-2025-38458
- EPSS 0.02%
- Veröffentlicht 25.07.2025 16:15:31
- Zuletzt bearbeitet 22.12.2025 21:49:45
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,...
CVE-2025-38459
- EPSS 0.02%
- Veröffentlicht 25.07.2025 16:15:31
- Zuletzt bearbeitet 22.12.2025 21:50:30
In the Linux kernel, the following vulnerability has been resolved: atm: clip: Fix infinite recursive call of clip_push(). syzbot reported the splat below. [0] This happens if we call ioctl(ATMARP_MKIP) more than once. During the first call, clip...
CVE-2025-38460
- EPSS 0.02%
- Veröffentlicht 25.07.2025 16:15:31
- Zuletzt bearbeitet 22.12.2025 21:50:42
In the Linux kernel, the following vulnerability has been resolved: atm: clip: Fix potential null-ptr-deref in to_atmarpd(). atmarpd is protected by RTNL since commit f3a0592b37b8 ("[ATM]: clip causes unregister hang"). However, it is not enough b...
CVE-2025-38448
- EPSS 0.02%
- Veröffentlicht 25.07.2025 16:15:30
- Zuletzt bearbeitet 22.12.2025 21:53:51
In the Linux kernel, the following vulnerability has been resolved: usb: gadget: u_serial: Fix race condition in TTY wakeup A race condition occurs when gs_start_io() calls either gs_start_rx() or gs_start_tx(), as those functions briefly drop the ...
CVE-2025-38449
- EPSS 0.02%
- Veröffentlicht 25.07.2025 16:15:30
- Zuletzt bearbeitet 19.11.2025 17:52:35
In the Linux kernel, the following vulnerability has been resolved: drm/gem: Acquire references on GEM handles for framebuffers A GEM handle can be released while the GEM buffer object is attached to a DRM framebuffer. This leads to the release of ...
CVE-2025-38437
- EPSS 0.03%
- Veröffentlicht 25.07.2025 16:15:29
- Zuletzt bearbeitet 22.12.2025 21:55:04
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix potential use-after-free in oplock/lease break ack If ksmbd_iov_pin_rsp return error, use-after-free can happen by accessing opinfo->state and opinfo_put and ksmbd_fd_pu...