- EPSS 0.12%
- Veröffentlicht 28.05.2026 09:36:10
- Zuletzt bearbeitet 09.06.2026 20:59:21
In the Linux kernel, the following vulnerability has been resolved: sched_ext: Read scx_root under scx_cgroup_ops_rwsem in cgroup setters scx_group_set_{weight,idle,bandwidth}() cache scx_root before acquiring scx_cgroup_ops_rwsem, so the pointer c...
CVE-2026-46153
- EPSS 0.11%
- Veröffentlicht 28.05.2026 09:36:09
- Zuletzt bearbeitet 09.06.2026 21:01:01
In the Linux kernel, the following vulnerability has been resolved: 8021q: delete cleared egress QoS mappings vlan_dev_set_egress_priority() currently keeps cleared egress priority mappings in the hash as tombstones. Repeated set/clear cycles with ...
CVE-2026-46152
- EPSS 0.17%
- Veröffentlicht 28.05.2026 09:36:08
- Zuletzt bearbeitet 09.07.2026 13:17:21
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: drop stray 'static' from fast-RX rx_result ieee80211_invoke_fast_rx() is documented as safe for parallel RX, but its per-invocation rx_result is declared static. Co...
CVE-2026-46151
- EPSS 0.12%
- Veröffentlicht 28.05.2026 09:36:07
- Zuletzt bearbeitet 09.06.2026 21:06:37
In the Linux kernel, the following vulnerability has been resolved: usb: usblp: fix heap leak in IEEE 1284 device ID via short response usblp_ctrl_msg() collapses the usb_control_msg() return value to 0/-errno, discarding the actual number of bytes...
CVE-2026-46150
- EPSS 0.14%
- Veröffentlicht 28.05.2026 09:36:06
- Zuletzt bearbeitet 09.06.2026 21:06:10
In the Linux kernel, the following vulnerability has been resolved: fanotify: fix false positive on permission events fsnotify_get_mark_safe() may return false for a mark on an unrelated group, which results in bypassing the permission check. Fix ...
CVE-2026-46149
- EPSS 0.14%
- Veröffentlicht 28.05.2026 09:36:05
- Zuletzt bearbeitet 10.06.2026 21:18:31
In the Linux kernel, the following vulnerability has been resolved: scsi: target: configfs: Bound snprintf() return in tg_pt_gp_members_show() target_tg_pt_gp_members_show() formats LUN paths with snprintf() into a 256-byte stack buffer, then will ...
CVE-2026-46148
- EPSS 0.12%
- Veröffentlicht 28.05.2026 09:36:04
- Zuletzt bearbeitet 10.06.2026 21:18:13
In the Linux kernel, the following vulnerability has been resolved: spi: microchip-core-qspi: control built-in cs manually The coreQSPI IP supports only a single chip select, which is automagically operated by the hardware - set low when the transm...
CVE-2026-46147
- EPSS 0.13%
- Veröffentlicht 28.05.2026 09:36:03
- Zuletzt bearbeitet 10.06.2026 21:18:05
In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Fix pin leak and publication ordering in __pkvm_init_vcpu() Two bugs exist in the vCPU initialisation path: 1. If a check fails after hyp_pin_shared_mem() succeeds, th...
CVE-2026-46146
- EPSS 0.13%
- Veröffentlicht 28.05.2026 09:36:02
- Zuletzt bearbeitet 10.06.2026 21:18:25
In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Avoid potential endless loop in convert_chmap_v3() The convert_chmap_v3() has a loop with its increment size of cs_desc->wLength, but we forgot to validate cs_desc...
CVE-2026-46145
- EPSS 0.14%
- Veröffentlicht 28.05.2026 09:36:01
- Zuletzt bearbeitet 30.06.2026 03:20:09
In the Linux kernel, the following vulnerability has been resolved: RDMA/mana: Validate rx_hash_key_len Sashiko points out that rx_hash_key_len comes from a uAPI structure and is blindly passed to memcpy, allowing the userspace to trash kernel memo...