CVE-2026-74603
- EPSS 0.17%
- Veröffentlicht 22.08.2026 16:16:32
- Zuletzt bearbeitet 25.08.2026 06:18:36
In the Linux kernel, the following vulnerability has been resolved: ptp: ocp: Fix board ID over-read The EEPROM board ID is a fixed 13-byte field and is not guaranteed to contain a NUL terminator. Passing it directly to devlink_info_version_fixed_p...
- EPSS 0.17%
- Veröffentlicht 22.08.2026 16:16:32
- Zuletzt bearbeitet 23.08.2026 13:16:46
In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Initialise reader page order in rb_allocate_cpu_buffer() In rb_allocate_cpu_buffer(), bpage->order was omitted, leaving it as 0. This is an issue for a ring-buffer wit...
CVE-2026-74601
- EPSS 0.19%
- Veröffentlicht 22.08.2026 16:16:32
- Zuletzt bearbeitet 25.08.2026 06:18:36
In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Use current_context for safe per-CPU buffer swap The ring_buffer_swap_cpu() function currently checks the per-CPU committing counter to determine if a buffer is active...
- EPSS 0.17%
- Veröffentlicht 22.08.2026 16:16:32
- Zuletzt bearbeitet 23.08.2026 13:16:46
In the Linux kernel, the following vulnerability has been resolved: mm/page_table_check: skip special zero mappings page_table_check_set() and page_table_check_clear() account mappings based on PageAnon(). Shared zero-page PTEs and huge zero PMDs ...
- EPSS 0.17%
- Veröffentlicht 22.08.2026 16:16:32
- Zuletzt bearbeitet 23.08.2026 13:16:46
In the Linux kernel, the following vulnerability has been resolved: mm/ptdump: always stabilise against page table freeing using init_mm Previous commits have established the invariant that kernel page table freeing is performed while an mmap read ...
CVE-2026-74598
- EPSS 0.18%
- Veröffentlicht 22.08.2026 16:16:32
- Zuletzt bearbeitet 25.08.2026 06:18:35
In the Linux kernel, the following vulnerability has been resolved: ipv6: fix Route Information option length validation rt6_route_rcv() validates the Route Information option (RFC 4191) length against the prefix length, but both checks are off by ...
CVE-2026-74597
- EPSS 0.18%
- Veröffentlicht 22.08.2026 16:16:32
- Zuletzt bearbeitet 25.08.2026 06:18:35
In the Linux kernel, the following vulnerability has been resolved: ip6_tunnel: clear skb2->cb[] in ip6ip6_err() ip6ip6_err() clones an outer IPv6 ICMP error skb, pulls it to the quoted inner IPv6 packet, and then passes the clone to icmpv6_send()....
- EPSS 0.16%
- Veröffentlicht 22.08.2026 16:16:31
- Zuletzt bearbeitet 22.08.2026 16:16:31
In the Linux kernel, the following vulnerability has been resolved: fs,fsverity: remove check for fsverity being enabled in setattr_prepare() The check that fs-verity is available in the kernel is not necessary here. Filesystems could have fsverity...
CVE-2026-74595
- EPSS 0.12%
- Veröffentlicht 22.08.2026 16:16:31
- Zuletzt bearbeitet 25.08.2026 06:18:35
In the Linux kernel, the following vulnerability has been resolved: fscrypt: use the mount idmap for the owner check in fscrypt_ioctl_set_policy() fscrypt_ioctl_set_policy() calls inode_owner_or_capable() with &nop_mnt_idmap before allowing an encr...
CVE-2026-74594
- EPSS 0.18%
- Veröffentlicht 22.08.2026 16:16:31
- Zuletzt bearbeitet 25.08.2026 06:18:34
In the Linux kernel, the following vulnerability has been resolved: sched/psi: Shut down rtpoll_timer in psi_cgroup_free() psi_schedule_rtpoll_work() is called locklessly from the scheduler hotpath and can race psi_trigger_destroy() taking down the...