CVE-2026-46160
- EPSS 0.13%
- Veröffentlicht 28.05.2026 09:36:15
- Zuletzt bearbeitet 09.06.2026 21:06:29
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix missing last_unlink_trans update when removing a directory When removing a directory we are not updating its last_unlink_trans field, which can result in incorrect fsync...
CVE-2026-46159
- EPSS 0.09%
- Veröffentlicht 28.05.2026 09:36:14
- Zuletzt bearbeitet 09.06.2026 21:06:24
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix btrfs_ioctl_space_info() slot_count TOCTOU which can lead to info-leak btrfs_ioctl_space_info() has a TOCTOU race between two passes over the block group RAID type lists...
CVE-2026-46158
- EPSS 0.13%
- Veröffentlicht 28.05.2026 09:36:13
- Zuletzt bearbeitet 09.06.2026 21:02:30
In the Linux kernel, the following vulnerability has been resolved: mptcp: pm: ADD_ADDR rtx: always decrease sk refcount When an ADD_ADDR is retransmitted, the sk is held in sk_reset_timer(). It should then be released in all cases at the end. Som...
CVE-2026-46156
- EPSS 0.1%
- Veröffentlicht 28.05.2026 09:36:12
- Zuletzt bearbeitet 09.06.2026 21:01:48
In the Linux kernel, the following vulnerability has been resolved: LoongArch: Fix potential ADE in loongson_gpu_fixup_dma_hang() The switch case in loongson_gpu_fixup_dma_hang() may not DC2 or DC3, and readl(crtc_reg) will access with random addre...
CVE-2026-46157
- EPSS 0.1%
- Veröffentlicht 28.05.2026 09:36:12
- Zuletzt bearbeitet 09.06.2026 21:02:12
In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: oss: Fix data race at accessing runtime.oss.trigger Currently the runtime.oss.trigger field may be accessed concurrently without protection, which may lead to the data r...
CVE-2026-46155
- EPSS 0.48%
- Veröffentlicht 28.05.2026 09:36:11
- Zuletzt bearbeitet 09.06.2026 21:04:23
In the Linux kernel, the following vulnerability has been resolved: smb/client: fix out-of-bounds read in smb2_compound_op() If a server sends a truncated response but a large OutputBufferLength, and terminates the EA list early, check_wsl_eas() re...
- 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...