CVE-2026-46272
- EPSS 0.09%
- Veröffentlicht 03.06.2026 15:50:14
- Zuletzt bearbeitet 09.06.2026 19:52:47
In the Linux kernel, the following vulnerability has been resolved: coresight: tmc-etr: Fix race condition between sysfs and perf mode When trying to run perf and sysfs mode simultaneously, the WARN_ON() in tmc_etr_enable_hw() is triggered sometime...
CVE-2026-46270
- EPSS 0.13%
- Veröffentlicht 03.06.2026 15:50:12
- Zuletzt bearbeitet 09.06.2026 19:52:06
In the Linux kernel, the following vulnerability has been resolved: power: supply: rt9455: Fix use-after-free in power_supply_changed() Using the `devm_` variant for requesting IRQ _before_ the `devm_` variant for allocating/registering the `power_...
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-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...