CVE-2026-74583
- EPSS 0.17%
- Veröffentlicht 21.08.2026 17:16:44
- Zuletzt bearbeitet 25.08.2026 06:18:32
In the Linux kernel, the following vulnerability has been resolved: net/sched: cls_route: fix fastmap use-after-free on filter The route4 classifier maintains a 16-slot fastmap cache that stores raw struct route4_filter pointers indexed by (id, iif...
CVE-2026-74582
- EPSS 0.16%
- Veröffentlicht 21.08.2026 17:16:44
- Zuletzt bearbeitet 25.08.2026 06:18:31
In the Linux kernel, the following vulnerability has been resolved: packet: use consistent hard_header_len in non-ring send paths packet_snd() reads dev->hard_header_len multiple times while allocating and constructing an skb. Device reconfiguratio...
CVE-2026-74581
- EPSS 0.17%
- Veröffentlicht 21.08.2026 17:16:44
- Zuletzt bearbeitet 25.08.2026 06:18:31
In the Linux kernel, the following vulnerability has been resolved: net: ipv6: clear suppressed fib6 rule result fib6_rule_suppress() drops a suppressed route with ip6_rt_put_flags(), but leaves res->rt6 pointing at the released rt6_info. If no la...
CVE-2026-74580
- EPSS 0.17%
- Veröffentlicht 21.08.2026 17:16:44
- Zuletzt bearbeitet 25.08.2026 06:18:30
In the Linux kernel, the following vulnerability has been resolved: vhost: reset the vring metadata cache on vring reconfiguration vq->meta_iotlb[] caches the vhost_iotlb_map that backs each vring metadata region, and iotlb_access_ok() returns earl...
CVE-2026-74579
- EPSS 0.17%
- Veröffentlicht 17.08.2026 05:28:27
- Zuletzt bearbeitet 25.08.2026 06:18:30
In the Linux kernel, the following vulnerability has been resolved: netfilter: nft_payload: fix mask build for partial field offload nft_payload_offload_mask() builds the offload match mask for a payload expression that covers only part of a header...
CVE-2026-74578
- EPSS 0.19%
- Veröffentlicht 16.08.2026 08:20:32
- Zuletzt bearbeitet 17.08.2026 06:19:56
In the Linux kernel, the following vulnerability has been resolved: crypto: algif_skcipher - force synchronous processing on trees without ctx->state The AIO/async path in skcipher_recvmsg() passes the socket-wide ctx->iv directly into the skcipher...
- EPSS 0.17%
- Veröffentlicht 15.08.2026 12:28:14
- Zuletzt bearbeitet 19.08.2026 17:21:11
In the Linux kernel, the following vulnerability has been resolved: net: mpls: initialize rtm_tos in mpls_getroute() mpls_getroute() builds the RTM_NEWROUTE reply to an RTM_GETROUTE request by filling a struct rtmsg allocated from an skb whose data...
CVE-2026-74576
- EPSS 0.18%
- Veröffentlicht 15.08.2026 12:28:13
- Zuletzt bearbeitet 17.08.2026 06:19:56
In the Linux kernel, the following vulnerability has been resolved: mm/slab: prevent unbounded recursion in free path with new kmalloc type Commit 280ea9c3154b ("mm/slab: avoid allocating slabobj_ext array from its own slab") avoided recursive allo...
CVE-2026-74575
- EPSS 0.16%
- Veröffentlicht 15.08.2026 12:28:13
- Zuletzt bearbeitet 23.08.2026 13:16:45
In the Linux kernel, the following vulnerability has been resolved: thunderbolt: Prevent XDomain delayed work use-after-free on disconnect tb_xdp_handle_request() runs on system_wq and queues xd->state_work via queue_delayed_work() in three request...
CVE-2026-74574
- EPSS 0.16%
- Veröffentlicht 15.08.2026 12:28:12
- Zuletzt bearbeitet 17.08.2026 06:19:55
In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: fix fdev setup failure cleanup in idxd_cdev_open() The failed_dev_add and failed_dev_name paths drop the file-device reference while wq->wq_lock is still held. If ...