CVE-2026-46105
- EPSS 0.13%
- Veröffentlicht 28.05.2026 09:35:09
- Zuletzt bearbeitet 25.06.2026 21:18:44
In the Linux kernel, the following vulnerability has been resolved: scsi: mpt3sas: Limit NVMe request size to 2 MiB The HBA firmware reports NVMe MDTS values based on the underlying drive capability. However, because the driver allocates a fixed 4K...
CVE-2026-46104
- EPSS 0.12%
- Veröffentlicht 28.05.2026 09:35:07
- Zuletzt bearbeitet 25.06.2026 21:18:37
In the Linux kernel, the following vulnerability has been resolved: selinux: use sk blob accessor in socket permission helpers SELinux socket state lives in the composite LSM socket blob. sock_has_perm() and nlmsg_sock_has_extended_perms() current...
CVE-2026-46103
- EPSS 0.11%
- Veröffentlicht 27.05.2026 12:59:11
- Zuletzt bearbeitet 25.06.2026 21:18:31
In the Linux kernel, the following vulnerability has been resolved: can: ucan: fix devres lifetime USB drivers bind to USB interfaces and any device managed resources should have their lifetime tied to the interface rather than parent USB device. T...
CVE-2026-46102
- EPSS 0.5%
- Veröffentlicht 27.05.2026 12:59:09
- Zuletzt bearbeitet 25.06.2026 21:18:22
In the Linux kernel, the following vulnerability has been resolved: net: strparser: fix skb_head leak in strp_abort_strp() When the stream parser is aborted, for example after a message assembly timeout, it can still hold a reference to a partially...
CVE-2026-46101
- EPSS 0.12%
- Veröffentlicht 27.05.2026 12:59:08
- Zuletzt bearbeitet 25.06.2026 21:18:10
In the Linux kernel, the following vulnerability has been resolved: netfilter: reject zero shift in nft_bitwise Reject zero shift operands for nft_bitwise left and right shift expressions during initialization. The carry propagation logic computes...
CVE-2026-46100
- EPSS 0.13%
- Veröffentlicht 27.05.2026 12:59:06
- Zuletzt bearbeitet 25.06.2026 21:18:03
In the Linux kernel, the following vulnerability has been resolved: fs: afs: revert mmap_prepare() change Partially reverts commit 9d5403b1036c ("fs: convert most other generic_file_*mmap() users to .mmap_prepare()"). This is because the .mmap inv...
CVE-2026-46099
- EPSS 0.32%
- Veröffentlicht 27.05.2026 12:59:04
- Zuletzt bearbeitet 30.06.2026 03:20:08
In the Linux kernel, the following vulnerability has been resolved: net: ipv6: fix NOREF dst use in seg6 and rpl lwtunnels seg6_input_core() and rpl_input() call ip6_route_input() which sets a NOREF dst on the skb, then pass it to dst_cache_set_ip6...
CVE-2026-46098
- EPSS 0.12%
- Veröffentlicht 27.05.2026 12:59:02
- Zuletzt bearbeitet 25.06.2026 21:17:48
In the Linux kernel, the following vulnerability has been resolved: net: caif: clear client service pointer on teardown `caif_connect()` can tear down an existing client after remote shutdown by calling `caif_disconnect_client()` followed by `caif_...
CVE-2026-46097
- EPSS 0.12%
- Veröffentlicht 27.05.2026 12:58:59
- Zuletzt bearbeitet 25.06.2026 21:17:34
In the Linux kernel, the following vulnerability has been resolved: Input: edt-ft5x06 - fix use-after-free in debugfs teardown The commit 68743c500c6e ("Input: edt-ft5x06 - use per-client debugfs directory") removed the manual debugfs teardown, rel...
CVE-2026-46096
- EPSS 0.12%
- Veröffentlicht 27.05.2026 12:58:56
- Zuletzt bearbeitet 25.06.2026 21:17:06
In the Linux kernel, the following vulnerability has been resolved: tpm2-sessions: Fix missing tpm_buf_destroy() in tpm2_read_public() tpm2_read_public() calls tpm_buf_init() but fails to call tpm_buf_destroy() on two exit paths, leaking a page all...