CVE-2024-26923
- EPSS 0.01%
- Veröffentlicht 25.04.2024 06:15:57
- Zuletzt bearbeitet 12.05.2026 12:16:26
In the Linux kernel, the following vulnerability has been resolved: af_unix: Fix garbage collector racing against connect() Garbage collector does not take into account the risk of embryo getting enqueued during the garbage collection. If such embr...
CVE-2024-26924
- EPSS 0.16%
- Veröffentlicht 25.04.2024 06:15:57
- Zuletzt bearbeitet 04.11.2025 18:15:55
In the Linux kernel, the following vulnerability has been resolved: netfilter: nft_set_pipapo: do not free live element Pablo reports a crash with large batches of elements with a back-to-back add/remove pattern. Quoting Pablo: add_elem("000000...
CVE-2024-26925
- EPSS 0.02%
- Veröffentlicht 25.04.2024 06:15:57
- Zuletzt bearbeitet 12.05.2026 12:16:26
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: release mutex after nft_gc_seq_end from abort path The commit mutex should not be released during the critical section between nft_gc_seq_begin() and nft_gc_s...
CVE-2024-26926
- EPSS 0.29%
- Veröffentlicht 25.04.2024 06:15:57
- Zuletzt bearbeitet 23.12.2025 18:53:47
In the Linux kernel, the following vulnerability has been resolved: binder: check offset alignment in binder_get_object() Commit 6d98eb95b450 ("binder: avoid potential data leakage when copying txn") introduced changes to how binder objects are cop...
CVE-2024-26922
- EPSS 0.01%
- Veröffentlicht 23.04.2024 13:15:46
- Zuletzt bearbeitet 23.12.2025 19:08:24
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: validate the parameters of bo mapping operations more clearly Verify the parameters of amdgpu_vm_bo_(map/replace_map/clearing_mappings) in one common place.
CVE-2024-26921
- EPSS 0.08%
- Veröffentlicht 18.04.2024 10:15:07
- Zuletzt bearbeitet 03.11.2025 21:16:07
In the Linux kernel, the following vulnerability has been resolved: inet: inet_defrag: prevent sk release while still in use ip_local_out() and other functions can pass skb->sk as function argument. If the skb is a fragment and reassembly happens ...
- EPSS 0.04%
- Veröffentlicht 17.04.2024 11:15:11
- Zuletzt bearbeitet 30.04.2024 08:15:17
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2024-26881
- EPSS 0.01%
- Veröffentlicht 17.04.2024 11:15:10
- Zuletzt bearbeitet 21.11.2024 09:03:17
In the Linux kernel, the following vulnerability has been resolved: net: hns3: fix kernel crash when 1588 is received on HIP08 devices The HIP08 devices does not register the ptp devices, so the hdev->ptp is NULL, but the hardware can receive 1588 ...
CVE-2024-26882
- EPSS 0.04%
- Veröffentlicht 17.04.2024 11:15:10
- Zuletzt bearbeitet 12.05.2026 12:16:23
In the Linux kernel, the following vulnerability has been resolved: net: ip_tunnel: make sure to pull inner header in ip_tunnel_rcv() Apply the same fix than ones found in : 8d975c15c0cd ("ip6_tunnel: make sure to pull inner header in __ip6_tnl_rc...
CVE-2024-26883
- EPSS 0.01%
- Veröffentlicht 17.04.2024 11:15:10
- Zuletzt bearbeitet 12.05.2026 12:16:23
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix stackmap overflow check on 32-bit arches The stackmap code relies on roundup_pow_of_two() to compute the number of hash buckets, and contains an overflow check by checking...