CWE-416 · Use After Free (page 32)

Page 32 of 82 — CVEs classified under CWE-416, newest first, with CVSS severity and publication dates.

All CVEs classified under CWE-416 — newest first (page 32 of 82)
CVESeverityScorePublishedSummary
CVE-2022-48981High7.82024-10-21In the Linux kernel, the following vulnerability has been resolved: drm/shmem-helper: Remove errant put in error path drm_gem_shmem_mmap() doesn't own this r…
CVE-2022-48964High8.82024-10-21In the Linux kernel, the following vulnerability has been resolved: ravb: Fix potential use-after-free in ravb_rx_gbeth() The skb is delivered to napi_gro_re…
CVE-2022-48962High8.82024-10-21In the Linux kernel, the following vulnerability has been resolved: net: hisilicon: Fix potential use-after-free in hisi_femac_rx() The skb is delivered to n…
CVE-2022-48960High8.82024-10-21In the Linux kernel, the following vulnerability has been resolved: net: hisilicon: Fix potential use-after-free in hix5hd2_rx() The skb is delivered to napi…
CVE-2022-48956High7.82024-10-21In the Linux kernel, the following vulnerability has been resolved: ipv6: avoid use-after-free in ip6_fragment() Blamed commit claimed rcu_read_lock() was he…
CVE-2022-48954High8.82024-10-21In the Linux kernel, the following vulnerability has been resolved: s390/qeth: fix use-after-free in hsci KASAN found that addr was dereferenced after br2dev…
CVE-2022-48950High7.82024-10-21In the Linux kernel, the following vulnerability has been resolved: perf: Fix perf_pending_task() UaF Per syzbot it is possible for perf_pending_task() to ru…
CVE-2024-50005High7.82024-10-21In the Linux kernel, the following vulnerability has been resolved: mac802154: Fix potential RCU dereference issue in mac802154_scan_worker In the `mac802154…
CVE-2024-49992High7.82024-10-21In the Linux kernel, the following vulnerability has been resolved: drm/stm: Avoid use-after-free issues with crtc and plane ltdc_load() calls functions drm_…
CVE-2024-49991High7.82024-10-21In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: amdkfd_free_gtt_mem clear the correct pointer Pass pointer reference to amdgp…
CVE-2024-49988High8.82024-10-21In the Linux kernel, the following vulnerability has been resolved: ksmbd: add refcnt to ksmbd_conn struct When sending an oplock break request, opinfo->conn…
CVE-2024-49986High7.82024-10-21In the Linux kernel, the following vulnerability has been resolved: platform/x86: x86-android-tablets: Fix use after free on platform_device_register() errors…
CVE-2024-49982High8.82024-10-21In the Linux kernel, the following vulnerability has been resolved: aoe: fix the potential use-after-free problem in more places For fixing CVE-2023-6270, f9…
CVE-2024-49981High7.82024-10-21In the Linux kernel, the following vulnerability has been resolved: media: venus: fix use after free bug in venus_remove due to race condition in venus_probe…
CVE-2024-49966High7.82024-10-21In the Linux kernel, the following vulnerability has been resolved: ocfs2: cancel dqi_sync_work before freeing oinfo ocfs2_global_read_info() will initialize…
CVE-2024-49960High7.82024-10-21In the Linux kernel, the following vulnerability has been resolved: ext4: fix timer use-after-free on failed mount Syzbot has found an ODEBUG bug in ext4_fil…
CVE-2024-49950High8.82024-10-21In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix uaf in l2cap_connect [Syzbot reported] BUG: KASAN: slab-use-after-f…
CVE-2024-49945Medium5.52024-10-21In the Linux kernel, the following vulnerability has been resolved: net/ncsi: Disable the ncsi work before freeing the associated structure The work function…
CVE-2024-49936High8.82024-10-21In the Linux kernel, the following vulnerability has been resolved: net/xen-netback: prevent UAF in xenvif_flush_hash() During the list_for_each_entry_rcu it…
CVE-2024-49925High7.12024-10-21In the Linux kernel, the following vulnerability has been resolved: fbdev: efifb: Register sysfs groups through driver core The driver core can register and…
CVE-2024-49924High7.82024-10-21In the Linux kernel, the following vulnerability has been resolved: fbdev: pxafb: Fix possible use after free in pxafb_task() In the pxafb_probe function, it…
CVE-2024-49903High7.02024-10-21In the Linux kernel, the following vulnerability has been resolved: jfs: Fix uaf in dbFreeBits [syzbot reported] ============================================…
CVE-2024-49889High7.82024-10-21In the Linux kernel, the following vulnerability has been resolved: ext4: avoid use-after-free in ext4_ext_show_leaf() In ext4_find_extent(), path may be fre…
CVE-2024-49884High7.82024-10-21In the Linux kernel, the following vulnerability has been resolved: ext4: fix slab-use-after-free in ext4_split_extent_at() We hit the following use-after-fr…
CVE-2024-49883High7.82024-10-21In the Linux kernel, the following vulnerability has been resolved: ext4: aovid use-after-free in ext4_ext_insert_extent() As Ojaswin mentioned in Link, in e…
CVE-2024-49876High7.82024-10-21In the Linux kernel, the following vulnerability has been resolved: drm/xe: fix UAF around queue destruction We currently do stuff like queuing the final des…
CVE-2024-49874High7.82024-10-21In the Linux kernel, the following vulnerability has been resolved: i3c: master: svc: Fix use after free vulnerability in svc_i3c_master Driver Due to Race Co…
CVE-2024-49867High7.82024-10-21In the Linux kernel, the following vulnerability has been resolved: btrfs: wait for fixup workers before stopping cleaner kthread during umount During unmoun…
CVE-2024-49865High7.82024-10-21In the Linux kernel, the following vulnerability has been resolved: drm/xe/vm: move xa_alloc to prevent UAF Evil user can guess the next id of the vm before…
CVE-2024-6519High8.22024-10-21A use-after-free vulnerability was found in the QEMU LSI53C895A SCSI Host Bus Adapter emulation. This issue can lead to a crash or VM escape.
CVE-2024-49855Critical9.82024-10-21In the Linux kernel, the following vulnerability has been resolved: nbd: fix race between timeout and normal completion If request timetout is handled by nbd…
CVE-2024-49854High7.82024-10-21In the Linux kernel, the following vulnerability has been resolved: block, bfq: fix uaf for accessing waker_bfqq after splitting After commit 42c306ed7233 ("…
CVE-2024-49852High7.82024-10-21In the Linux kernel, the following vulnerability has been resolved: scsi: elx: libefc: Fix potential use after free in efc_nport_vport_del() The kref_put() f…
CVE-2024-47750High7.82024-10-21In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix Use-After-Free of rsv_qp on HIP08 Currently rsv_qp is freed before ib_unreg…
CVE-2024-47748High7.82024-10-21In the Linux kernel, the following vulnerability has been resolved: vhost_vdpa: assign irq bypass producer token correctly We used to call irq_bypass_unregis…
CVE-2024-47747High7.82024-10-21In the Linux kernel, the following vulnerability has been resolved: net: seeq: Fix use after free vulnerability in ether3 Driver Due to Race Condition In the…
CVE-2024-47732High7.02024-10-21In the Linux kernel, the following vulnerability has been resolved: crypto: iaa - Fix potential use after free bug The free_device_compression_mode(iaa_devic…
CVE-2024-47730High7.02024-10-21In the Linux kernel, the following vulnerability has been resolved: crypto: hisilicon/qm - inject error before stopping queue The master ooo cannot be comple…
CVE-2024-47718High7.82024-10-21In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: always wait for both firmware loading attempts In 'rtw_wait_firmware_complet…
CVE-2024-47711High7.82024-10-21In the Linux kernel, the following vulnerability has been resolved: af_unix: Don't return OOB skb in manage_oob(). syzbot reported use-after-free in unix_str…
CVE-2024-47706High7.82024-10-21In the Linux kernel, the following vulnerability has been resolved: block, bfq: fix possible UAF for bfqq->bic with merge chain 1) initial state, three tasks…
CVE-2024-47701High7.82024-10-21In the Linux kernel, the following vulnerability has been resolved: ext4: avoid OOB when system.data xattr changes underneath the filesystem When looking up…
CVE-2024-47696High7.52024-10-21In the Linux kernel, the following vulnerability has been resolved: RDMA/iwcm: Fix WARNING:at_kernel/workqueue.c:#check_flush_dependency In the commit aee242…
CVE-2024-47691High7.82024-10-21In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid use-after-free in f2fs_stop_gc_thread() syzbot reports a f2fs bug as b…
CVE-2024-47676High7.82024-10-21In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb.c: fix UAF of vma in hugetlb fault pathway Syzbot reports a UAF in hugetlb_fau…
CVE-2024-47675High7.82024-10-21In the Linux kernel, the following vulnerability has been resolved: bpf: Fix use-after-free in bpf_uprobe_multi_link_attach() If bpf_link_prime() fails, bpf_…
CVE-2024-49023Medium5.92024-10-18Microsoft Edge (Chromium-based) Remote Code Execution Vulnerability
CVE-2024-3187Medium5.92024-10-17This issue tracks two CWE-416 Use After Free (UAF) and one CWE-415 Double Free vulnerabilities in Goahead versions <= 6.0.0. These are caused by JST values not…
CVE-2024-9961High8.82024-10-15Use after free in ParcelTracking in Google Chrome on iOS prior to 130.0.6723.58 allowed a remote attacker who convinced a user to engage in specific UI gesture…
CVE-2024-9960High7.52024-10-15Use after free in Dawn in Google Chrome prior to 130.0.6723.58 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page. (Chrom…
CVE-2024-9959High8.82024-10-15Use after free in DevTools in Google Chrome prior to 130.0.6723.58 allowed a remote attacker who had compromised the renderer process to potentially exploit he…
CVE-2024-9957High8.82024-10-15Use after free in UI in Google Chrome on iOS prior to 130.0.6723.58 allowed a remote attacker who convinced a user to engage in specific UI gestures to potenti…
CVE-2024-9955High8.82024-10-15Use after free in WebAuthentication in Google Chrome prior to 130.0.6723.58 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML…
CVE-2024-9954High8.82024-10-15Use after free in AI in Google Chrome prior to 130.0.6723.58 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page. (Chromiu…
CVE-2024-9979Medium5.32024-10-15A flaw was found in PyO3. This vulnerability causes a use-after-free issue, potentially leading to memory corruption or crashes via unsound borrowing from weak…
CVE-2024-43701High7.82024-10-14Software installed and run as a non-privileged user may conduct GPU system calls to read and write freed physical memory from the GPU.
CVE-2024-8376High7.52024-10-11In Eclipse Mosquitto up to version 2.0.18a, an attacker can achieve memory leaking, segmentation fault or heap-use-after-free by sending specific sequences of…
CVE-2024-47666Medium5.52024-10-09In the Linux kernel, the following vulnerability has been resolved: scsi: pm80xx: Set phy->enable_completion only when we wait for it pm8001_phy_control() po…
CVE-2024-45138High7.82024-10-09Substance3D - Stager versions 3.0.3 and earlier are affected by a Use After Free vulnerability that could result in arbitrary code execution in the context of…
CVE-2024-9680Critical9.82024-10-09An attacker was able to achieve code execution in the content process by exploiting a use-after-free in Animation timelines. We have had reports of this vulner…
CVE-2024-47418High7.82024-10-09Animate versions 23.0.7, 24.0.4 and earlier are affected by a Use After Free vulnerability that could result in arbitrary code execution in the context of the…
CVE-2024-47415High7.82024-10-09Animate versions 23.0.7, 24.0.4 and earlier are affected by a Use After Free vulnerability that could result in arbitrary code execution in the context of the…
CVE-2024-47414High7.82024-10-09Animate versions 23.0.7, 24.0.4 and earlier are affected by a Use After Free vulnerability that could result in arbitrary code execution in the context of the…
CVE-2024-47413High7.82024-10-09Animate versions 23.0.7, 24.0.4 and earlier are affected by a Use After Free vulnerability that could result in arbitrary code execution in the context of the…
CVE-2024-47412High7.82024-10-09Animate versions 23.0.7, 24.0.4 and earlier are affected by a Use After Free vulnerability that could result in arbitrary code execution in the context of the…
CVE-2024-45146High7.82024-10-09Dimension versions 4.0.3 and earlier are affected by a Use After Free vulnerability that could result in arbitrary code execution in the context of the current…
CVE-2024-43599High8.82024-10-08Remote Desktop Client Remote Code Execution Vulnerability
CVE-2024-43582High8.12024-10-08Remote Desktop Protocol Server Remote Code Execution Vulnerability
CVE-2024-43574High8.32024-10-08Microsoft Speech Application Programming Interface (SAPI) Remote Code Execution Vulnerability
CVE-2024-43570Medium6.42024-10-08Windows Kernel Elevation of Privilege Vulnerability
CVE-2024-43556High7.82024-10-08Windows Graphics Component Elevation of Privilege Vulnerability
CVE-2024-43552High7.32024-10-08Windows Shell Remote Code Execution Vulnerability
CVE-2024-43535High7.02024-10-08Windows Kernel-Mode Driver Elevation of Privilege Vulnerability
CVE-2024-43533High8.82024-10-08Remote Desktop Client Remote Code Execution Vulnerability
CVE-2024-43509High7.82024-10-08Windows Graphics Component Elevation of Privilege Vulnerability
CVE-2024-43504High7.82024-10-08Microsoft Excel Remote Code Execution Vulnerability
CVE-2024-38229High8.12024-10-08.NET and Visual Studio Remote Code Execution Vulnerability
CVE-2024-8422High7.82024-10-08CWE-416: Use After Free vulnerability exists that could cause arbitrary code execution, denial of service and loss of confidentiality & integrity when applicat…
CVE-2024-39831Medium4.42024-10-08in OpenHarmony v4.1.0 allow a local attacker with high privileges arbitrary code execution in pre-installed apps through use after free.
CVE-2024-47814Low3.92024-10-07Vim is an open source, command line text editor. A use-after-free was found in Vim < 9.1.0764. When closing a buffer (visible in a window) a BufWinLeave auto c…
CVE-2024-44068High8.12024-10-07An issue was discovered in the m2m scaler driver in Samsung Mobile Processor and Wearable Processor Exynos 9820, 9825, 980, 990, 850,and W920. A Use-After-Free…
CVE-2024-43047High7.82024-10-07Memory corruption while maintaining memory maps of HLOS memory.
CVE-2024-38399High8.42024-10-07Memory corruption while processing user packets to generate page faults.
CVE-2024-33069High7.52024-10-07Transient DOS when transmission of management frame sent by host is not successful and error status is received in the host.
CVE-2024-23376Medium6.72024-10-07Memory corruption while sending the persist buffer command packet from the user-space to the kernel space through the IOCTL call.
CVE-2024-23370Medium6.72024-10-07Memory corruption when a process invokes IOCTL calls from user-space to create a HAB virtual channel and another process invokes IOCTL calls to destroy the sam…
CVE-2024-0124Low3.32024-10-03NVIDIA CUDA Toolkit for Windows and Linux contains a vulnerability in the nvdisam command line tool, where a user can cause nvdisasm to read freed memory by ru…
CVE-2024-28888High8.82024-10-02A use-after-free vulnerability exists in the way Foxit Reader 2024.1.0.23997 handles a checkbox field object. A specially crafted Javascript code inside a mal…
CVE-2024-7675High7.82024-09-30A maliciously crafted DWF file, when parsed in w3dtk.dll through Autodesk Navisworks, can force a Use-After-Free. A malicious actor can leverage this vulnerabi…
CVE-2024-23923High8.82024-09-28Alpine Halo9 prh_l2_sar_data_ind Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows network-adjacent attackers to execute arbitrary…
CVE-2024-46858High8.12024-09-27In the Linux kernel, the following vulnerability has been resolved: mptcp: pm: Fix uaf in __timer_delete_sync There are two paths to access mptcp_pm_del_add_…
CVE-2024-46849High7.82024-09-27In the Linux kernel, the following vulnerability has been resolved: ASoC: meson: axg-card: fix 'use-after-free' Buffer 'card->dai_link' is reallocated in 'me…
CVE-2024-46845High7.82024-09-27In the Linux kernel, the following vulnerability has been resolved: tracing/timerlat: Only clear timer if a kthread exists The timerlat tracer can use user s…
CVE-2024-46842High7.82024-09-27In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Handle mailbox timeouts in lpfc_get_sfp_info The MBX_TIMEOUT return code is n…
CVE-2024-46831High8.42024-09-27In the Linux kernel, the following vulnerability has been resolved: net: microchip: vcap: Fix use-after-free error in kunit test This is a clear use-after-fr…
CVE-2024-9120High8.82024-09-25Use after free in Dawn in Google Chrome on Windows prior to 129.0.6668.70 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML p…
CVE-2021-38023High8.82024-09-23Use after free in Extensions in Google Chrome prior to 92.0.4515.107 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page…
CVE-2024-8375High7.82024-09-19There exists a use after free vulnerability in Reverb. Reverb supports the VARIANT datatype, which is supposed to represent an arbitrary object in C++. When a…
CVE-2024-46800High7.82024-09-18In the Linux kernel, the following vulnerability has been resolved: sch/netem: fix use after free in netem_dequeue If netem_dequeue() enqueues packet to inne…
CVE-2024-46798High7.82024-09-18In the Linux kernel, the following vulnerability has been resolved: ASoC: dapm: Fix UAF for snd_soc_pcm_runtime object When using kernel with the following e…