Vulnerabilities > Use After Free

DATE CVE VULNERABILITY TITLE RISK
2024-11-26 CVE-2017-18153 A race condition exists in a driver potentially leading to a use-after-free condition.
local
low complexity
CWE-416
8.4
2024-11-22 CVE-2024-9251 Use After Free vulnerability in Foxit PDF Editor and PDF Reader
Foxit PDF Reader Annotation Use-After-Free Information Disclosure Vulnerability.
local
low complexity
foxit CWE-416
7.8
2024-11-22 CVE-2024-9252 Use After Free vulnerability in Foxit PDF Editor and PDF Reader
Foxit PDF Reader AcroForm Use-After-Free Information Disclosure Vulnerability.
local
low complexity
foxit CWE-416
7.8
2024-11-19 CVE-2018-9417 Use After Free vulnerability in Google Android
In f_hidg_read and hidg_disable of f_hid.c, there is a possible use-after-free due to improper locking.
local
low complexity
google CWE-416
7.8
2024-11-19 CVE-2018-9428 Use After Free vulnerability in Google Android 8.1
In startDevice of AAudioServiceStreamBase.cpp there is a possible out of bounds write due to a use after free.
local
low complexity
google CWE-416
7.8
2024-11-19 CVE-2024-53057 Use After Free vulnerability in Linux Kernel
In the Linux kernel, the following vulnerability has been resolved: net/sched: stop qdisc_tree_reduce_backlog on TC_H_ROOT In qdisc_tree_reduce_backlog, Qdiscs with major handle ffff: are assumed to be either root or ingress.
local
low complexity
linux CWE-416
7.8
2024-11-19 CVE-2024-53068 Use After Free vulnerability in Linux Kernel
In the Linux kernel, the following vulnerability has been resolved: firmware: arm_scmi: Fix slab-use-after-free in scmi_bus_notifier() The scmi_dev->name is released prematurely in __scmi_device_destroy(), which causes slab-use-after-free when accessing scmi_dev->name in scmi_bus_notifier().
local
low complexity
linux CWE-416
7.8
2024-11-19 CVE-2024-50264 Use After Free vulnerability in Linux Kernel
In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: Initialization of the dangling pointer occurring in vsk->trans During loopback communication, a dangling pointer can be created in vsk->trans, potentially leading to a Use-After-Free condition.
local
low complexity
linux CWE-416
7.8
2024-11-19 CVE-2024-50267 Use After Free vulnerability in Linux Kernel
In the Linux kernel, the following vulnerability has been resolved: USB: serial: io_edgeport: fix use after free in debug printk The "dev_dbg(&urb->dev->dev, ..." which happens after usb_free_urb(urb) is a use after free of the "urb" pointer.
local
low complexity
linux CWE-416
7.8
2024-11-19 CVE-2024-50269 Use After Free vulnerability in Linux Kernel
In the Linux kernel, the following vulnerability has been resolved: usb: musb: sunxi: Fix accessing an released usb phy Commit 6ed05c68cbca ("usb: musb: sunxi: Explicitly release USB PHY on exit") will cause that usb phy @glue->xceiv is accessed after released. 1) register platform driver @sunxi_musb_driver // get the usb phy @glue->xceiv sunxi_musb_probe() -> devm_usb_get_phy(). 2) register and unregister platform driver @musb_driver musb_probe() -> sunxi_musb_init() use the phy here //the phy is released here musb_remove() -> sunxi_musb_exit() -> devm_usb_put_phy() 3) register @musb_driver again musb_probe() -> sunxi_musb_init() use the phy here but the phy has been released at 2). ... Fixed by reverting the commit, namely, removing devm_usb_put_phy() from sunxi_musb_exit().
local
low complexity
linux CWE-416
7.8