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,423

ID Title
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)
CVE-2026-28946 Use-After-Free in apple (CVE-2026-28946)
CVE-2026-28947 Use-After-Free in apple (CVE-2026-28947)
CVE-2026-28883 Use-After-Free in apple (CVE-2026-28883)
CVE-2026-6722 Use-After-Free in libphp (CVE-2026-6722)
CVE-2026-7261 Use-After-Free in libphp (CVE-2026-7261)
CVE-2026-6297 Use-After-Free in Google chrome (CVE-2026-6297)
CVE-2026-43458 Use-After-Free in linux (CVE-2026-43458)

🍪 About cookies

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

Details →