CVE-2024-43834
- EPSS 0.25%
- Veröffentlicht 17.08.2024 10:15:09
- Zuletzt bearbeitet 12.05.2026 12:17:07
In the Linux kernel, the following vulnerability has been resolved: xdp: fix invalid wait context of page_pool_destroy() If the driver uses a page pool, it creates a page pool with page_pool_create(). The reference count of page pool is 1 as defaul...
CVE-2024-43835
- EPSS 0.25%
- Veröffentlicht 17.08.2024 10:15:09
- Zuletzt bearbeitet 03.11.2025 22:18:09
In the Linux kernel, the following vulnerability has been resolved: virtio_net: Fix napi_skb_cache_put warning After the commit bdacf3e34945 ("net: Use nested-BH locking for napi_alloc_cache.") was merged, the following warning began to appear: ...
CVE-2024-43837
- EPSS 0.21%
- Veröffentlicht 17.08.2024 10:15:09
- Zuletzt bearbeitet 03.11.2025 22:18:09
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix null pointer dereference in resolve_prog_type() for BPF_PROG_TYPE_EXT When loading a EXT program without specifying `attr->attach_prog_fd`, the `prog->aux->dst_prog` will ...
CVE-2024-43839
- EPSS 0.25%
- Veröffentlicht 17.08.2024 10:15:09
- Zuletzt bearbeitet 27.03.2026 20:56:13
In the Linux kernel, the following vulnerability has been resolved: bna: adjust 'name' buf size of bna_tcb and bna_ccb structures To have enough space to write all possible sprintf() args. Currently 'name' size is 16, but the first '%s' specifier m...
CVE-2024-43840
- EPSS 0.21%
- Veröffentlicht 17.08.2024 10:15:09
- Zuletzt bearbeitet 03.11.2025 20:16:29
In the Linux kernel, the following vulnerability has been resolved: bpf, arm64: Fix trampoline for BPF_TRAMP_F_CALL_ORIG When BPF_TRAMP_F_CALL_ORIG is set, the trampoline calls __bpf_tramp_enter() and __bpf_tramp_exit() functions, passing them the ...
CVE-2024-43841
- EPSS 0.21%
- Veröffentlicht 17.08.2024 10:15:09
- Zuletzt bearbeitet 03.11.2025 22:18:10
In the Linux kernel, the following vulnerability has been resolved: wifi: virt_wifi: avoid reporting connection success with wrong SSID When user issues a connection with a different SSID than the one virt_wifi has advertised, the __cfg80211_connec...
CVE-2024-43842
- EPSS 0.22%
- Veröffentlicht 17.08.2024 10:15:09
- Zuletzt bearbeitet 03.11.2025 22:18:10
In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: Fix array index mistake in rtw89_sta_info_get_iter() In rtw89_sta_info_get_iter() 'status->he_gi' is compared to array size. But then 'rate->he_gi' is used as array in...
CVE-2024-43843
- EPSS 0.2%
- Veröffentlicht 17.08.2024 10:15:09
- Zuletzt bearbeitet 29.10.2024 16:29:16
In the Linux kernel, the following vulnerability has been resolved: riscv, bpf: Fix out-of-bounds issue when preparing trampoline image We get the size of the trampoline image during the dry run phase and allocate memory based on that size. The all...
CVE-2024-43844
- EPSS 0.18%
- Veröffentlicht 17.08.2024 10:15:09
- Zuletzt bearbeitet 25.10.2024 19:49:05
In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: wow: fix GTK offload H2C skbuff issue We mistakenly put skb too large and that may exceed skb->end. Therefore, we fix it. skbuff: skb_over_panic: text:ffffffffc09e9a9...
CVE-2024-43845
- EPSS 0.21%
- Veröffentlicht 17.08.2024 10:15:09
- Zuletzt bearbeitet 19.06.2025 13:15:41
In the Linux kernel, the following vulnerability has been resolved: udf: Fix bogus checksum computation in udf_rename() Syzbot reports uninitialized memory access in udf_rename() when updating checksum of '..' directory entry of a moved directory. ...