Vulnerabilities > Use After Free
DATE | CVE | VULNERABILITY TITLE | RISK |
---|---|---|---|
2024-05-03 | CVE-2022-48670 | Use After Free vulnerability in Linux Kernel In the Linux kernel, the following vulnerability has been resolved: peci: cpu: Fix use-after-free in adev_release() When auxiliary_device_add() returns an error, auxiliary_device_uninit() is called, which causes refcount for device to be decremented and .release callback will be triggered. Because adev_release() re-calls auxiliary_device_uninit(), it will cause use-after-free: [ 1269.455172] WARNING: CPU: 0 PID: 14267 at lib/refcount.c:28 refcount_warn_saturate+0x110/0x15 [ 1269.464007] refcount_t: underflow; use-after-free. | 7.8 |
2024-05-03 | CVE-2022-48674 | Use After Free vulnerability in Linux Kernel In the Linux kernel, the following vulnerability has been resolved: erofs: fix pcluster use-after-free on UP platforms During stress testing with CONFIG_SMP disabled, KASAN reports as below: ================================================================== BUG: KASAN: use-after-free in __mutex_lock+0xe5/0xc30 Read of size 8 at addr ffff8881094223f8 by task stress/7789 CPU: 0 PID: 7789 Comm: stress Not tainted 6.0.0-rc1-00002-g0d53d2e882f9 #3 Hardware name: Red Hat KVM, BIOS 0.5.1 01/01/2011 Call Trace: <TASK> .. __mutex_lock+0xe5/0xc30 .. z_erofs_do_read_page+0x8ce/0x1560 .. z_erofs_readahead+0x31c/0x580 .. Freed by task 7787 kasan_save_stack+0x1e/0x40 kasan_set_track+0x20/0x30 kasan_set_free_info+0x20/0x40 __kasan_slab_free+0x10c/0x190 kmem_cache_free+0xed/0x380 rcu_core+0x3d5/0xc90 __do_softirq+0x12d/0x389 Last potentially related work creation: kasan_save_stack+0x1e/0x40 __kasan_record_aux_stack+0x97/0xb0 call_rcu+0x3d/0x3f0 erofs_shrink_workstation+0x11f/0x210 erofs_shrink_scan+0xdc/0x170 shrink_slab.constprop.0+0x296/0x530 drop_slab+0x1c/0x70 drop_caches_sysctl_handler+0x70/0x80 proc_sys_call_handler+0x20a/0x2f0 vfs_write+0x555/0x6c0 ksys_write+0xbe/0x160 do_syscall_64+0x3b/0x90 The root cause is that erofs_workgroup_unfreeze() doesn't reset to orig_val thus it causes a race that the pcluster reuses unexpectedly before freeing. Since UP platforms are quite rare now, such path becomes unnecessary. Let's drop such specific-designed path directly instead. | 7.8 |
2024-05-03 | CVE-2022-48686 | Use After Free vulnerability in Linux Kernel In the Linux kernel, the following vulnerability has been resolved: nvme-tcp: fix UAF when detecting digest errors We should also bail from the io_work loop when we set rd_enabled to true, so we don't attempt to read data from the socket when the TCP stream is already out-of-sync or corrupted. | 7.8 |
2024-05-03 | CVE-2023-44446 | Use After Free vulnerability in Gstreamer Project Gstreamer GStreamer MXF File Parsing Use-After-Free Remote Code Execution Vulnerability. | 8.8 |
2024-05-03 | CVE-2023-42089 | Use After Free vulnerability in Foxit PDF Editor, PDF Editor for mac and PDF Reader Foxit PDF Reader templates Use-After-Free Information Disclosure Vulnerability. | 7.8 |
2024-05-03 | CVE-2023-42091 | Use After Free vulnerability in Foxit PDF Editor and PDF Reader Foxit PDF Reader XFA Doc Object Use-After-Free Remote Code Execution Vulnerability. | 7.8 |
2024-05-03 | CVE-2023-42092 | Use After Free vulnerability in Foxit PDF Editor and PDF Reader Foxit PDF Reader Doc Object Use-After-Free Remote Code Execution Vulnerability. | 7.8 |
2024-05-03 | CVE-2023-42093 | Use After Free vulnerability in Foxit PDF Editor and PDF Reader Foxit PDF Reader Annotation Use-After-Free Information Disclosure Vulnerability. | 3.3 |
2024-05-03 | CVE-2023-42094 | Use After Free vulnerability in Foxit PDF Editor and PDF Reader Foxit PDF Reader Annotation Use-After-Free Remote Code Execution Vulnerability. | 7.8 |
2024-05-03 | CVE-2023-42096 | Use After Free vulnerability in Foxit PDF Editor and PDF Reader Foxit PDF Reader PDF File Parsing Use-After-Free Remote Code Execution Vulnerability. | 7.8 |