CWE · MITRE source
CWE-416Use 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.
Last updated: 09 May 2026 03:25 UTC
NIST 800-53 r5 controls that address this weakness (1)AI
| Control | Title | Family | Why it addresses this CWE |
|---|---|---|---|
SI-16 | Memory Protection | SI | Use-after-free exploits that achieve arbitrary code execution are blocked or significantly hardened by non-executable pages and ASLR. |
Top CVEs of this weakness type, ranked by Risk Priority
| CVE | Risk | CVSS | EPSS | Published |
|---|---|---|---|---|
CVE-2019-0708 KEV | 9.6 | 9.8 | 0.9445 | 2019-05-16 |
CVE-2021-22893 KEV | 9.6 | 10.0 | 0.9361 | 2021-04-23 |
CVE-2015-0313 KEV | 9.5 | 9.8 | 0.9254 | 2015-02-02 |
CVE-2015-5119 KEV | 9.5 | 9.8 | 0.9315 | 2015-07-08 |
CVE-2015-5122 KEV | 9.5 | 9.8 | 0.9278 | 2015-07-14 |
CVE-2021-31166 KEV | 9.5 | 9.8 | 0.9307 | 2021-05-11 |
CVE-2014-0322 KEV | 9.4 | 8.8 | 0.9320 | 2014-02-14 |
CVE-2020-3992 KEV | 9.4 | 9.8 | 0.9087 | 2020-10-20 |
CVE-2013-2551 KEV | 9.3 | 8.8 | 0.9224 | 2013-03-11 |
CVE-2021-26411 KEV | 9.3 | 8.8 | 0.9247 | 2021-03-11 |
CVE-2012-4792 KEV | 9.2 | 8.8 | 0.9124 | 2012-12-30 |
CVE-2018-4878 KEV | 9.2 | 7.8 | 0.9351 | 2018-02-06 |
CVE-2018-15982 KEV | 9.2 | 7.8 | 0.9361 | 2019-01-18 |
CVE-2009-4324 KEV | 9.1 | 7.8 | 0.9286 | 2009-12-15 |
CVE-2012-4969 KEV | 9.1 | 8.1 | 0.9178 | 2012-09-18 |
CVE-2013-3897 KEV | 9.1 | 8.8 | 0.8821 | 2013-10-09 |
CVE-2017-0261 KEV | 9.1 | 7.8 | 0.9230 | 2017-05-12 |
CVE-2019-13720 KEV | 9.1 | 8.8 | 0.8959 | 2019-11-25 |
CVE-2020-0674 KEV | 9.1 | 7.5 | 0.9378 | 2020-02-11 |
CVE-2021-40449 KEV | 9.1 | 7.8 | 0.9173 | 2021-10-13 |
CVE-2010-3962 KEV | 9.0 | 8.1 | 0.8891 | 2010-11-05 |
CVE-2013-1347 KEV | 9.0 | 8.8 | 0.8771 | 2013-05-05 |
CVE-2014-1776 KEV | 9.0 | 9.8 | 0.8402 | 2014-04-27 |
CVE-2019-0211 KEV | 9.0 | 7.8 | 0.9018 | 2019-04-08 |
CVE-2013-3893 KEV | 8.7 | 8.8 | 0.8261 | 2013-09-18 |