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 2,652

ID Title
CVE-2026-54989 Use-After-Free in microsoft (CVE-2026-54989)
CVE-2026-54129 Use after free in Windows Hyper-V allows an authorized attacker to elevate privileges locally.
CVE-2026-54112 Vulnerability in microsoft (CVE-2026-54112)
CVE-2026-54114 Use after free in Windows Win32K allows an authorized attacker to elevate privileges locally.
CVE-2026-54127 Use after free in Windows Hyper-V allows an unauthorized attacker to elevate privileges locally.
CVE-2026-50694 Use-After-Free in microsoft (CVE-2026-50694)
CVE-2026-50384 Vulnerability in microsoft (CVE-2026-50384)
CVE-2026-50354 Use after free in Windows Kernel allows an authorized attacker to elevate privileges locally.
CVE-2026-50323 Use after free in Windows Runtime allows an authorized attacker to elevate privileges locally.
CVE-2026-49806 Vulnerability in microsoft (CVE-2026-49806)
CVE-2026-50293 Use-After-Free in microsoft (CVE-2026-50293)
CVE-2026-50296 Use after free in Graphics Kernel allows an authorized attacker to elevate privileges locally.
CVE-2026-49808 Vulnerability in microsoft (CVE-2026-49808)
CVE-2026-49802 Vulnerability in microsoft (CVE-2026-49802)
CVE-2026-49798 Use after free in Windows Kernel allows an unauthorized attacker to elevate privileges locally.
CVE-2026-49795 Use after free in Windows Kernel allows an authorized attacker to elevate privileges locally.
CVE-2026-49183 Vulnerability in microsoft (CVE-2026-49183)
CVE-2026-49784 Vulnerability in microsoft (CVE-2026-49784)
CVE-2026-49171 Use-After-Free in microsoft (CVE-2026-49171)
CVE-2026-49173 Use after free in Windows Kernel allows an authorized attacker to elevate privileges locally.
CVE-2026-49166 Use-After-Free in microsoft (CVE-2026-49166)
CVE-2026-49167 Use after free in Windows Kernel allows an authorized attacker to elevate privileges locally.
CVE-2026-49169 Use after free in DNS Server allows an authorized attacker to execute code over a network.
CVE-2026-48571 Use-After-Free in microsoft (CVE-2026-48571)
CVE-2026-48572 Vulnerability in microsoft (CVE-2026-48572)
CVE-2026-49162 Use-After-Free in microsoft (CVE-2026-49162)
CVE-2026-44800 Vulnerability in microsoft (CVE-2026-44800)
CVE-2026-42900 Vulnerability in microsoft (CVE-2026-42900)
CVE-2026-40467 Use-After-Free in c (CVE-2026-40467)
CVE-2026-10667 Use-After-Free in c (CVE-2026-10667)

🍪 About cookies

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

Details →