CVE-2022-48899
- EPSS 0.01%
- Veröffentlicht 21.08.2024 07:15:05
- Zuletzt bearbeitet 11.09.2024 16:22:26
In the Linux kernel, the following vulnerability has been resolved: drm/virtio: Fix GEM handle creation UAF Userspace can guess the handle value and try to race GEM object creation with handle close, resulting in a use-after-free if we dereference ...
CVE-2023-52893
- EPSS 0.01%
- Veröffentlicht 21.08.2024 07:15:05
- Zuletzt bearbeitet 11.09.2024 16:24:49
In the Linux kernel, the following vulnerability has been resolved: gsmi: fix null-deref in gsmi_get_variable We can get EFI variables without fetching the attribute, so we must allow for that in gsmi. commit 859748255b43 ("efi: pstore: Omit efiva...
CVE-2023-52894
- EPSS 0.01%
- Veröffentlicht 21.08.2024 07:15:05
- Zuletzt bearbeitet 11.09.2024 16:27:06
In the Linux kernel, the following vulnerability has been resolved: usb: gadget: f_ncm: fix potential NULL ptr deref in ncm_bitrate() In Google internal bug 265639009 we've received an (as yet) unreproducible crash report from an aarch64 GKI 5.10.1...
CVE-2022-48875
- EPSS 0.02%
- Veröffentlicht 21.08.2024 07:15:04
- Zuletzt bearbeitet 04.09.2024 18:33:03
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: sdata can be NULL during AMPDU start ieee80211_tx_ba_session_handle_start() may get NULL for sdata when a deauthentication is ongoing. Here a trace triggering the ...
CVE-2022-48877
- EPSS 0.01%
- Veröffentlicht 21.08.2024 07:15:04
- Zuletzt bearbeitet 05.09.2024 17:47:28
In the Linux kernel, the following vulnerability has been resolved: f2fs: let's avoid panic if extent_tree is not created This patch avoids the below panic. pc : __lookup_extent_tree+0xd8/0x760 lr : f2fs_do_write_data_page+0x104/0x87c sp : ffffffc...
- EPSS 0.03%
- Veröffentlicht 21.08.2024 01:15:12
- Zuletzt bearbeitet 12.05.2026 12:17:08
In the Linux kernel, the following vulnerability has been resolved: exec: Fix ToCToU between perm check and set-uid/gid usage When opening a file for exec via do_filp_open(), permission checking is done against the file's metadata at that moment, a...
CVE-2024-43867
- EPSS 0.02%
- Veröffentlicht 21.08.2024 00:15:05
- Zuletzt bearbeitet 03.11.2025 22:18:14
In the Linux kernel, the following vulnerability has been resolved: drm/nouveau: prime: fix refcount underflow Calling nouveau_bo_ref() on a nouveau_bo without initializing it (and hence the backing ttm_bo) leads to a refcount underflow. Instead o...
CVE-2024-43863
- EPSS 0.02%
- Veröffentlicht 21.08.2024 00:15:04
- Zuletzt bearbeitet 03.11.2025 22:18:13
In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Fix a deadlock in dma buf fence polling Introduce a version of the fence ops that on release doesn't remove the fence from the pending list, and thus doesn't require a ...
CVE-2024-43854
- EPSS 0.02%
- Veröffentlicht 17.08.2024 10:15:10
- Zuletzt bearbeitet 03.11.2025 22:18:11
In the Linux kernel, the following vulnerability has been resolved: block: initialize integrity buffer to zero before writing it to media Metadata added by bio_integrity_prep is using plain kmalloc, which leads to random kernel memory being written...
CVE-2024-43856
- EPSS 0.03%
- Veröffentlicht 17.08.2024 10:15:10
- Zuletzt bearbeitet 12.05.2026 12:17:07
In the Linux kernel, the following vulnerability has been resolved: dma: fix call order in dmam_free_coherent dmam_free_coherent() frees a DMA allocation, which makes the freed vaddr available for reuse, then calls devres_destroy() to remove and fr...