CVE-2024-26927
- EPSS 0.06%
- Veröffentlicht 28.04.2024 12:15:21
- Zuletzt bearbeitet 21.03.2025 14:50:08
In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: Add some bounds checking to firmware data Smatch complains about "head->full_size - head->header_size" can underflow. To some extent, we're always going to have to trus...
CVE-2024-26928
- EPSS 0.01%
- Veröffentlicht 28.04.2024 12:15:21
- Zuletzt bearbeitet 03.11.2025 20:16:11
In the Linux kernel, the following vulnerability has been resolved: smb: client: fix potential UAF in cifs_debug_files_proc_show() Skip sessions that are being teared down (status == SES_EXITING) to avoid UAF.
CVE-2023-52646
- EPSS 0.01%
- Veröffentlicht 26.04.2024 13:15:46
- Zuletzt bearbeitet 27.01.2025 15:09:48
In the Linux kernel, the following vulnerability has been resolved: aio: fix mremap after fork null-deref Commit e4a0d3e720e7 ("aio: Make it possible to remap aio ring") introduced a null-deref if mremap is called on an old aio mapping after fork a...
- EPSS 0.08%
- Veröffentlicht 25.04.2024 06:15:57
- Zuletzt bearbeitet 21.11.2024 09:03:23
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.17%
- 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...
- EPSS 0.07%
- Veröffentlicht 25.04.2024 06:15:57
- Zuletzt bearbeitet 21.11.2024 09:03:23
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...
- EPSS 0.3%
- Veröffentlicht 25.04.2024 06:15:57
- Zuletzt bearbeitet 21.11.2024 09:03:24
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...
- EPSS 0.11%
- Veröffentlicht 23.04.2024 13:15:46
- Zuletzt bearbeitet 04.11.2025 18:15:54
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.06%
- 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 ...
CVE-2024-26913
- EPSS 0.01%
- Veröffentlicht 17.04.2024 16:15:08
- Zuletzt bearbeitet 21.11.2024 09:03:22
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix dcn35 8k30 Underflow/Corruption Issue [why] odm calculation is missing for pipe split policy determination and cause Underflow/Corruption issue. [how] Add the...