- EPSS 0.18%
- Veröffentlicht 22.08.2026 16:16:35
- Zuletzt bearbeitet 23.08.2026 13:16:47
In the Linux kernel, the following vulnerability has been resolved: net: atlantic: free stranded TX buffers on ring deinit aq_vec_deinit() drains the TX rings with a single aq_ring_tx_clean() call, which frees at most AQ_CFG_TX_CLEAN_BUDGET (256) d...
- EPSS 0.18%
- Veröffentlicht 22.08.2026 16:16:35
- Zuletzt bearbeitet 22.08.2026 16:16:35
In the Linux kernel, the following vulnerability has been resolved: net: atlantic: free RX pages of consumed but not refilled buffers aq_ring_rx_deinit() only walks [sw_head, sw_tail), the region posted to hardware. Since the page reuse strategy wa...
CVE-2026-74621
- EPSS 0.17%
- Veröffentlicht 22.08.2026 16:16:34
- Zuletzt bearbeitet 25.08.2026 06:18:40
In the Linux kernel, the following vulnerability has been resolved: net/sched: act_ct: fix sk_buff leak when the header checks reject a packet tcf_ct_handle_fragments() runs its header sanity checks before handing anything to the defragmentation en...
- EPSS 0.18%
- Veröffentlicht 22.08.2026 16:16:34
- Zuletzt bearbeitet 23.08.2026 13:16:47
In the Linux kernel, the following vulnerability has been resolved: net/sched: act_gact, act_police: range check the fallback control action tcf_action_check_ctrlact() range checks the primary control action: if (!opcode) ret = action > TC_ACT_...
- EPSS 0.17%
- Veröffentlicht 22.08.2026 16:16:34
- Zuletzt bearbeitet 22.08.2026 16:16:34
In the Linux kernel, the following vulnerability has been resolved: ovl: don't warn when the mount is completed from another user namespace fsopen() records the caller's user namespace in fc->user_ns and hands back an ordinary file descriptor. Noth...
- EPSS 0.17%
- Veröffentlicht 22.08.2026 16:16:34
- Zuletzt bearbeitet 22.08.2026 16:16:34
In the Linux kernel, the following vulnerability has been resolved: binfmt_misc: don't warn when the mount is completed from another user namespace fsopen() records the caller's user namespace in fc->user_ns and hands back an ordinary file descript...
CVE-2026-74617
- EPSS 0.17%
- Veröffentlicht 22.08.2026 16:16:34
- Zuletzt bearbeitet 25.08.2026 06:18:40
In the Linux kernel, the following vulnerability has been resolved: dibs: initialise dibs->lock in dibs_dev_alloc() dibs->lock is initialised by dibs_dev_add(), but a dibs device can already take interrupts before that call: ism_probe() runs ism_de...
CVE-2026-74616
- EPSS 0.17%
- Veröffentlicht 22.08.2026 16:16:34
- Zuletzt bearbeitet 25.08.2026 06:18:39
In the Linux kernel, the following vulnerability has been resolved: xdp: reject clones that overrun skb_shared_info tailroom xdpf_clone() clones broadcast copies into a single page and sets frame_sz to PAGE_SIZE. __xdp_build_skb_from_frame() later ...
CVE-2026-74615
- EPSS 0.18%
- Veröffentlicht 22.08.2026 16:16:34
- Zuletzt bearbeitet 25.08.2026 06:18:39
In the Linux kernel, the following vulnerability has been resolved: vxlan: do not arm the ageing timer on a device that is down vxlan_changelink() arms vxlan->age_timer whenever the requested ageing interval differs from the configured one: if (c...
CVE-2026-74614
- EPSS 0.17%
- Veröffentlicht 22.08.2026 16:16:34
- Zuletzt bearbeitet 25.08.2026 06:18:39
In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: read virtqueues under worker locks Commit bd50c5dc182b ("vsock/virtio: add support for device suspend/resume") made the *_run flags transition from false to true when...