CWE-416
8,657 CVEs • Abstraction: Variant • Likelihood of Exploit: High
Use After Free
The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.
CVEs (8,657)
CVE VENDORS PRODUCTS UPDATED PUBLISHED CVSS |
|---|
1Microsoft 5365 Apps ExcelOffice+2 moreAug 10, 2026 Sep 10, 2024 N/A· v4 7.8 HIGH· v3 N/A· v2 Microsoft Excel Elevation of Privilege Vulnerability |
1Microsoft 4365 Apps OfficeOffice Long Term Servicing Channel+1 moreAug 10, 2026 Sep 10, 2024 N/A· v4 7.8 HIGH· v3 N/A· v2 Microsoft Office Visio Remote Code Execution Vulnerability |
1Microsoft 6Windows 11 21h2 Windows 11 22h2Windows 11 23h2+3 moreAug 10, 2026 Sep 10, 2024 N/A· v4 8.8 HIGH· v3 N/A· v2 Microsoft Management Console Remote Code Execution Vulnerability |
1Microsoft 5Windows 11 21h2 Windows 11 22h2Windows 11 23h2+2 moreAug 10, 2026 Sep 10, 2024 N/A· v4 7.8 HIGH· v3 N/A· v2 Windows Win32 Kernel Subsystem Elevation of Privilege Vulnerability |
1Microsoft 12Windows 10 1607 Windows 10 1809Windows 10 21h1+9 moreAug 10, 2026 Sep 10, 2024 N/A· v4 7.8 HIGH· v3 N/A· v2 Windows Win32 Kernel Subsystem Elevation of Privilege Vulnerability |
1Microsoft 15Windows 10 1507 Windows 10 1607Windows 10 1809+12 moreAug 10, 2026 Sep 10, 2024 N/A· v4 7.8 HIGH· v3 N/A· v2 Windows Graphics Component Elevation of Privilege Vulnerability |
1Microsoft 8Windows 10 21h2 Windows 10 22h2Windows 11 21h2+5 moreAug 10, 2026 Sep 10, 2024 N/A· v4 7.0 HIGH· v3 N/A· v2 Windows Storage Elevation of Privilege Vulnerability |
1Microsoft 13Windows 10 1507 Windows 10 1607Windows 10 1809+10 moreAug 10, 2026 Sep 10, 2024 N/A· v4 6.5 MEDIUM· v3 N/A· v2 Windows Hyper-V Denial of Service Vulnerability |
1Microsoft 13Windows 10 1507 Windows 10 1607Windows 10 1809+10 moreAug 10, 2026 Sep 10, 2024 N/A· v4 7.5 HIGH· v3 N/A· v2 Windows Network Address Translation (NAT) Remote Code Execution Vulnerability |
1Microsoft 5Sql 2016 Azure Connect Feature Pack Sql Server 2016Sql Server 2017+2 moreAug 10, 2026 Sep 10, 2024 N/A· v4 8.8 HIGH· v3 N/A· v2 Microsoft SQL Server Native Scoring Remote Code Execution Vulnerability |
1Samsung 2Exynos 1480 Firmware Exynos 2400 FirmwareJun 17, 2026 Sep 10, 2024 N/A· v4 7.8 HIGH· v3 N/A· v2 An issue was discovered in Samsung Mobile Processor Exynos 1480, Exynos 2400. The xclipse amdgpu driver has a reference count bug. This can lead to a use after free. |
When aborting the verification of an OTR chat session, an attacker could have caused a use-after-free bug leading to a potentially exploitable crash. This vulnerability affects Thunderbird < 128.2. |
1Adobe 4Acrobat Acrobat DcAcrobat Reader+1 moreJun 17, 2026 Sep 5, 2024 N/A· v4 5.5 MEDIUM· v3 N/A· v2 Acrobat Reader versions 20.005.30636, 24.002.20964, 24.001.30123, 24.002.20991 and earlier are affected by a Use After Free vulnerability that could lead to disclosure of sensitive memory. An attacker could leverage this...Show more |
The function ctl_write_buffer incorrectly set a flag which resulted in a kernel Use-After-Free when a command finished processing. Malicious software running in a guest VM that exposes virtio_scsi can exploit the vulner...Show more |
Concurrent removals of certain anonymous shared memory mappings by using the UMTX_SHM_DESTROY sub-request of UMTX_OP_SHM can lead to decreasing the reference count of the object representing the mapping too many times, c...Show more |
In the Linux kernel, the following vulnerability has been resolved:
atm: idt77252: prevent use after free in dequeue_rx()
We can't dereference "skb" after calling vcc->push() because the skb
is released. |
In the Linux kernel, the following vulnerability has been resolved: net: ethernet: mtk_wed: fix use-after-free panic in mtk_wed_setup_tc_block_cb() When there are multiple ap interfaces on one band and with WED on, tur...Show more |
In the Linux kernel, the following vulnerability has been resolved: ipv6: prevent UAF in ip6_send_skb() syzbot reported an UAF in ip6_send_skb() [1] After ip6_local_out() has returned, we no longer can safely derefere...Show more |
In the Linux kernel, the following vulnerability has been resolved: ipv6: fix possible UAF in ip6_finish_output2() If skb_expand_head() returns NULL, skb has been freed and associated dst/idev could also have been free...Show more |
In the Linux kernel, the following vulnerability has been resolved: ipv6: prevent possible UAF in ip6_xmit() If skb_expand_head() returns NULL, skb has been freed and the associated dst/idev could also have been freed....Show more |