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-40408 Use-After-Free in microsoft (CVE-2026-40408)
CVE-2026-40415 Use after free in Windows TCP/IP allows an unauthorized attacker to execute code over a network.
CVE-2026-40419 Use after free in Microsoft Office allows an authorized attacker to elevate privileges locally.
CVE-2026-40418 Use-After-Free in microsoft (CVE-2026-40418)
CVE-2026-40410 Use after free in Windows SMB Client allows an authorized attacker to elevate privileges locally.
CVE-2026-35418 Vulnerability in microsoft (CVE-2026-35418)
CVE-2026-35416 Use-After-Free in microsoft (CVE-2026-35416)
CVE-2026-40361 Use after free in Microsoft Office Word allows an unauthorized attacker to execute code locally.
CVE-2026-40358 Use after free in Microsoft Office allows an unauthorized attacker to execute code locally.
CVE-2026-40359 Use after free in Microsoft Office Excel allows an unauthorized attacker to execute code locally.
CVE-2026-40366 Use after free in Microsoft Office Word allows an unauthorized attacker to execute code locally.
CVE-2026-34347 Use-After-Free in microsoft (CVE-2026-34347)
CVE-2026-34638 Use-After-Free in adobe (CVE-2026-34638)
CVE-2026-33835 Use-After-Free in microsoft (CVE-2026-33835)
CVE-2026-33840 Use-After-Free in microsoft (CVE-2026-33840)
CVE-2026-34331 Vulnerability in microsoft (CVE-2026-34331)
CVE-2026-34340 Use-After-Free in microsoft (CVE-2026-34340)
CVE-2026-34332 Use-After-Free in microsoft (CVE-2026-34332)
CVE-2026-34345 Vulnerability in microsoft (CVE-2026-34345)
CVE-2026-34333 Vulnerability in microsoft (CVE-2026-34333)
CVE-2026-34330 Vulnerability in microsoft (CVE-2026-34330)
CVE-2026-34337 Vulnerability in microsoft (CVE-2026-34337)
CVE-2026-34338 Use-After-Free in microsoft (CVE-2026-34338)
CVE-2026-32161 Vulnerability in microsoft (CVE-2026-32161)
CVE-2025-27723 Use-After-Free in dos (CVE-2025-27723)
CVE-2026-8390 Use-After-Free in mozilla (CVE-2026-8390)
CVE-2026-43668 Use-After-Free in apple (CVE-2026-43668)
CVE-2026-28969 Use-After-Free in apple (CVE-2026-28969)
CVE-2026-28994 Use-After-Free in apple (CVE-2026-28994)
CVE-2026-28942 Use-After-Free in apple (CVE-2026-28942)

🍪 About cookies

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

Details →