CVE-2026-46268
- EPSS 0.11%
- Veröffentlicht 03.06.2026 15:50:10
- Zuletzt bearbeitet 09.06.2026 19:48:34
In the Linux kernel, the following vulnerability has been resolved: PCI/P2PDMA: Fix p2pmem_alloc_mmap() warning condition Commit b7e282378773 has already changed the initial page refcount of p2pdma page from one to zero, however, in p2pmem_alloc_mm...
CVE-2026-46267
- EPSS 0.12%
- Veröffentlicht 03.06.2026 15:50:09
- Zuletzt bearbeitet 09.06.2026 19:48:21
In the Linux kernel, the following vulnerability has been resolved: nfc: hci: shdlc: Stop timers and work before freeing context llc_shdlc_deinit() purges SHDLC skb queues and frees the llc_shdlc structure while its timers and state machine work ma...
CVE-2026-46266
- EPSS 0.35%
- Veröffentlicht 03.06.2026 15:50:07
- Zuletzt bearbeitet 09.06.2026 19:47:18
In the Linux kernel, the following vulnerability has been resolved: inet: RAW sockets using IPPROTO_RAW MUST drop incoming ICMP Yizhou Zhao reported that simply having one RAW socket on protocol IPPROTO_RAW (255) was dangerous. socket(AF_INET, S...
CVE-2026-46265
- EPSS 0.37%
- Veröffentlicht 03.06.2026 15:50:05
- Zuletzt bearbeitet 09.06.2026 19:46:48
In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix WQ_MEM_RECLAIM warning When sunrpc is used, if a reset triggered, our wq may lead the following trace: workqueue: WQ_MEM_RECLAIM xprtiod:xprt_rdma_connect_worker [rp...
CVE-2026-46264
- EPSS 0.11%
- Veröffentlicht 03.06.2026 15:50:04
- Zuletzt bearbeitet 09.06.2026 17:26:35
In the Linux kernel, the following vulnerability has been resolved: drm/xe/pf: Fix sysfs initialization In case of devm_add_action_or_reset() failure the provided cleanup action will be run immediately on the not yet initialized kobject. This may l...
CVE-2026-46263
- EPSS 0.12%
- Veröffentlicht 03.06.2026 15:50:02
- Zuletzt bearbeitet 09.06.2026 19:57:29
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix out-of-bounds stream encoder index v3 eng_id can be negative and that stream_enc_regs[] can be indexed out of bounds. eng_id is used directly as an index into...
CVE-2026-46262
- EPSS 0.09%
- Veröffentlicht 03.06.2026 15:49:59
- Zuletzt bearbeitet 09.06.2026 19:59:58
In the Linux kernel, the following vulnerability has been resolved: ASoC: fsl_xcvr: Revert fix missing lock in fsl_xcvr_mode_put() This reverts commit f51424872760 ("ASoC: fsl_xcvr: fix missing lock in fsl_xcvr_mode_put()"). The original patch att...
CVE-2026-46261
- EPSS 0.11%
- Veröffentlicht 03.06.2026 15:49:58
- Zuletzt bearbeitet 09.06.2026 20:03:17
In the Linux kernel, the following vulnerability has been resolved: spi: wpcm-fiu: Fix potential NULL pointer dereference in wpcm_fiu_probe() platform_get_resource_byname() can return NULL, which would cause a crash when passed the pointer to resou...
CVE-2026-46260
- EPSS 0.12%
- Veröffentlicht 03.06.2026 15:49:57
- Zuletzt bearbeitet 09.06.2026 20:09:26
In the Linux kernel, the following vulnerability has been resolved: ipv6: Fix out-of-bound access in fib6_add_rt2node(). syzbot reported out-of-bound read in fib6_add_rt2node(). [0] When IPv6 route is created with RTA_NH_ID, struct fib6_info does ...
CVE-2026-46259
- EPSS 0.12%
- Veröffentlicht 03.06.2026 15:49:56
- Zuletzt bearbeitet 09.06.2026 20:09:45
In the Linux kernel, the following vulnerability has been resolved: procfs: fix missing RCU protection when reading real_parent in do_task_stat() When reading /proc/[pid]/stat, do_task_stat() accesses task->real_parent without proper RCU protection...