CVE-2025-38194
- EPSS 0.02%
- Veröffentlicht 04.07.2025 13:37:17
- Zuletzt bearbeitet 18.12.2025 21:26:58
In the Linux kernel, the following vulnerability has been resolved: jffs2: check that raw node were preallocated before writing summary Syzkaller detected a kernel bug in jffs2_link_node_ref, caused by fault injection in jffs2_prealloc_raw_node_ref...
CVE-2025-38192
- EPSS 0.02%
- Veröffentlicht 04.07.2025 13:37:16
- Zuletzt bearbeitet 19.11.2025 20:47:10
In the Linux kernel, the following vulnerability has been resolved: net: clear the dst when changing skb protocol A not-so-careful NAT46 BPF program can crash the kernel if it indiscriminately flips ingress packets from v4 to v6: BUG: kernel NUL...
CVE-2025-38190
- EPSS 0.02%
- Veröffentlicht 04.07.2025 13:37:15
- Zuletzt bearbeitet 18.12.2025 17:24:15
In the Linux kernel, the following vulnerability has been resolved: atm: Revert atm_account_tx() if copy_from_iter_full() fails. In vcc_sendmsg(), we account skb->truesize to sk->sk_wmem_alloc by atm_account_tx(). It is expected to be reverted by ...
CVE-2025-38191
- EPSS 0.02%
- Veröffentlicht 04.07.2025 13:37:15
- Zuletzt bearbeitet 18.12.2025 17:24:30
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix null pointer dereference in destroy_previous_session If client set ->PreviousSessionId on kerberos session setup stage, NULL pointer dereference error will happen. Since...
CVE-2025-38189
- EPSS 0.01%
- Veröffentlicht 04.07.2025 13:37:14
- Zuletzt bearbeitet 19.11.2025 20:47:42
In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Avoid NULL pointer dereference in `v3d_job_update_stats()` The following kernel Oops was recently reported by Mesa CI: [ 800.139824] Unable to handle kernel NULL pointer...
CVE-2025-38187
- EPSS 0.02%
- Veröffentlicht 04.07.2025 13:37:13
- Zuletzt bearbeitet 19.11.2025 20:50:55
In the Linux kernel, the following vulnerability has been resolved: drm/nouveau: fix a use-after-free in r535_gsp_rpc_push() The RPC container is released after being passed to r535_gsp_rpc_send(). When sending the initial fragment of a large RPC ...
CVE-2025-38188
- EPSS 0.02%
- Veröffentlicht 04.07.2025 13:37:13
- Zuletzt bearbeitet 19.11.2025 20:49:21
In the Linux kernel, the following vulnerability has been resolved: drm/msm/a7xx: Call CP_RESET_CONTEXT_STATE Calling this packet is necessary when we switch contexts because there are various pieces of state used by userspace to synchronize betwee...
CVE-2025-38186
- EPSS 0.01%
- Veröffentlicht 04.07.2025 13:37:12
- Zuletzt bearbeitet 19.11.2025 20:55:27
In the Linux kernel, the following vulnerability has been resolved: bnxt_en: Fix double invocation of bnxt_ulp_stop()/bnxt_ulp_start() Before the commit under the Fixes tag below, bnxt_ulp_stop() and bnxt_ulp_start() were always invoked in pairs. ...
CVE-2025-38184
- EPSS 0.03%
- Veröffentlicht 04.07.2025 13:37:11
- Zuletzt bearbeitet 18.12.2025 16:53:01
In the Linux kernel, the following vulnerability has been resolved: tipc: fix null-ptr-deref when acquiring remote ip of ethernet bearer The reproduction steps: 1. create a tun interface 2. enable l2 bearer 3. TIPC_NL_UDP_GET_REMOTEIP with media na...
CVE-2025-38185
- EPSS 0.03%
- Veröffentlicht 04.07.2025 13:37:11
- Zuletzt bearbeitet 18.12.2025 16:53:27
In the Linux kernel, the following vulnerability has been resolved: atm: atmtcp: Free invalid length skb in atmtcp_c_send(). syzbot reported the splat below. [0] vcc_sendmsg() copies data passed from userspace to skb and passes it to vcc->dev->ops...