Cwe 416

🧬 CWE Related 99
slug: cwe-416

Explanation

CWE-416は「メモリを解放した後にそのメモリを使ってしまう」欠陥です。 C/C++のような手動メモリ管理言語で頻発し、攻撃者はこれを利用して任意のコードを実行できることが多いです。 ブラウザのJavaScriptエンジン (V8, JavaScriptCore) でよく見つかり、ブラウザ経由のゼロデイ攻撃の典型的な原因となります。
📌 Example
Pwn2Own (年次ハッキングコンテスト) で、毎年ブラウザに対するUse-After-Free 攻撃が成功し、賞金10万ドル超を獲得する事例が続いています。

🔖 Related tags

🛡 Vulnerabilities tagged with this 1,401

ID Title
CVE-2026-47920 Use-After-Free in adobe (CVE-2026-47920)
CVE-2026-47915 Use-After-Free in adobe (CVE-2026-47915)
CVE-2026-47918 Use-After-Free in adobe (CVE-2026-47918)
CVE-2026-47913 Use-After-Free in adobe (CVE-2026-47913)
CVE-2026-47924 Use-After-Free in adobe (CVE-2026-47924)
CVE-2026-47916 Use-After-Free in adobe (CVE-2026-47916)
CVE-2026-47919 Use-After-Free in adobe (CVE-2026-47919)
CVE-2026-47912 Use-After-Free in adobe (CVE-2026-47912)
CVE-2026-47921 Use-After-Free in adobe (CVE-2026-47921)
CVE-2026-47917 Use-After-Free in adobe (CVE-2026-47917)
CVE-2026-47914 Use-After-Free in adobe (CVE-2026-47914)
CVE-2026-45601 Vulnerability in microsoft (CVE-2026-45601)
CVE-2026-45637 Use-After-Free in microsoft (CVE-2026-45637)
CVE-2026-45635 Use-After-Free in microsoft (CVE-2026-45635)
CVE-2026-45599 Use-After-Free in microsoft (CVE-2026-45599)
CVE-2026-45593 Use after free in Windows SDK allows an authorized attacker to elevate privileges locally.
CVE-2026-45592 Vulnerability in microsoft (CVE-2026-45592)
CVE-2026-45486 Use-After-Free in microsoft (CVE-2026-45486)
CVE-2026-45461 Use-After-Free in microsoft (CVE-2026-45461)
CVE-2026-45472 Use-After-Free in microsoft (CVE-2026-45472)
CVE-2026-45476 Use after free in Linux MANA Driver allows an authorized attacker to elevate privileges locally.
CVE-2026-45474 Use-After-Free in microsoft (CVE-2026-45474)
CVE-2026-44823 Vulnerability in microsoft (CVE-2026-44823)
CVE-2026-45447 Use-After-Free in openssl (CVE-2026-45447)
CVE-2026-45458 Use-After-Free in microsoft (CVE-2026-45458)
CVE-2026-44813 Use-After-Free in microsoft (CVE-2026-44813)
CVE-2026-44809 Use-After-Free in microsoft (CVE-2026-44809)
CVE-2026-44811 Vulnerability in microsoft (CVE-2026-44811)
CVE-2026-44807 Use-After-Free in microsoft (CVE-2026-44807)
CVE-2026-44801 Use-After-Free in microsoft (CVE-2026-44801)

🍪 About cookies

We use cookies to keep you logged in, remember your language, and improve the service.

Details →