- EPSS 0.18%
- Veröffentlicht 04.08.2026 06:23:24
- Zuletzt bearbeitet 19.08.2026 17:20:16
In the Linux kernel, the following vulnerability has been resolved: Input: ims-pcu - fix heap-buffer-overflow in ims_pcu_process_data() The `ims_pcu_process_data()` processes incoming URB data byte by byte. However, it fails to check if the `read_p...
- EPSS 0.5%
- Veröffentlicht 04.08.2026 06:23:23
- Zuletzt bearbeitet 19.08.2026 17:20:16
In the Linux kernel, the following vulnerability has been resolved: sctp: don't free the ASCONF's own transport in DEL-IP processing sctp_process_asconf() caches the transport the ASCONF chunk is processed against in asconf->transport (== chunk->tr...
CVE-2026-64563
- EPSS 0.12%
- Veröffentlicht 04.08.2026 06:23:22
- Zuletzt bearbeitet 19.08.2026 17:20:16
In the Linux kernel, the following vulnerability has been resolved: rhashtable: clear stale iter->p on table restart rhashtable_walk_start_check() has two restart paths when resuming a walk. When iter->walker.tbl is valid, it re-validates iter->p a...
CVE-2026-64562
- EPSS 0.12%
- Veröffentlicht 04.08.2026 06:23:21
- Zuletzt bearbeitet 19.08.2026 17:20:15
In the Linux kernel, the following vulnerability has been resolved: KVM: nVMX: Hide shadow VMCS right after VMCLEAR free_nested() frees the shadow VMCS while vmcs01 still points to it. But because it is asynchronous with respect to loaded_vmcs_clea...
CVE-2026-64561
- EPSS 0.12%
- Veröffentlicht 04.08.2026 06:23:21
- Zuletzt bearbeitet 19.08.2026 17:20:15
In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Check for invalid/obsolete root *after* making MMU pages available Check for a "stale" page fault, i.e. for an invalid and/or obsolete root, after making MMU pages availa...
- EPSS 0.18%
- Veröffentlicht 30.07.2026 09:18:06
- Zuletzt bearbeitet 30.07.2026 10:16:34
In the Linux kernel, the following vulnerability has been resolved: KVM: x86: wean fast IN from emulator_pio_in Use __emulator_pio_in() directly for fast PIO instead of bouncing through emulator_pio_in() now that __emulator_pio_in() fills "val" whe...
CVE-2026-64560
- EPSS 0.11%
- Veröffentlicht 29.07.2026 16:47:17
- Zuletzt bearbeitet 17.08.2026 05:18:01
In the Linux kernel, the following vulnerability has been resolved: posix-cpu-timers: Prevent UAF caused by non-leader exec() race Wongi and Jungwoo decoded and reported a non-leader exec() related race which can result in an UAF: sys_timer_delet...
CVE-2026-64557
- EPSS 0.16%
- Veröffentlicht 29.07.2026 08:01:47
- Zuletzt bearbeitet 17.08.2026 05:18:01
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix use-after-free in l2cap_sock_new_connection_cb() l2cap_sock_new_connection_cb() returned l2cap_pi(sk)->chan after release_sock(parent). Once the parent lock i...
CVE-2026-64554
- EPSS 0.18%
- Veröffentlicht 27.07.2026 20:10:41
- Zuletzt bearbeitet 17.08.2026 05:18:00
In the Linux kernel, the following vulnerability has been resolved: netfilter: bridge: fix stale prevhdr pointer in br_ip6_fragment() br_ip6_fragment() gets prevhdr, a pointer into the skb head, from ip6_find_1stfragopt(), then calls skb_checksum_h...
- EPSS 0.18%
- Veröffentlicht 27.07.2026 20:10:41
- Zuletzt bearbeitet 17.08.2026 05:18:00
In the Linux kernel, the following vulnerability has been resolved: net: psample: fix info leak in PSAMPLE_ATTR_DATA psample open codes nla_put() presumably to avoid wiping the data with 0s just to override it with packet data. This open coding is ...