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-50340 Use-After-Free in microsoft (CVE-2026-50340)
CVE-2026-50345 Vulnerability in microsoft (CVE-2026-50345)
CVE-2026-50348 Vulnerability in microsoft (CVE-2026-50348)
CVE-2026-50331 Use-After-Free in microsoft (CVE-2026-50331)
CVE-2026-50326 Use-After-Free in microsoft (CVE-2026-50326)
CVE-2026-50322 Vulnerability in microsoft (CVE-2026-50322)
CVE-2026-50307 Use after free in Windows TCP/IP allows an authorized attacker to elevate privileges locally.
CVE-2026-50314 Use after free in Microsoft Office allows an unauthorized attacker to execute code locally.
CVE-2026-50321 Vulnerability in microsoft (CVE-2026-50321)
CVE-2026-50329 Use after free in Windows Kernel allows an authorized attacker to elevate privileges locally.
CVE-2026-50312 Use-After-Free in microsoft (CVE-2026-50312)
CVE-2026-50317 Vulnerability in microsoft (CVE-2026-50317)
CVE-2026-50306 Use after free in Windows TCP/IP allows an authorized attacker to elevate privileges locally.
CVE-2026-50305 Vulnerability in microsoft (CVE-2026-50305)
CVE-2026-47290 Use after free in Microsoft Office allows an unauthorized attacker to execute code locally.
CVE-2026-47642 Use after free in Microsoft Office Excel allows an unauthorized attacker to execute code locally.
CVE-2026-58629 Use after free in Windows DirectX allows an authorized attacker to elevate privileges locally.
CVE-2026-58637 Use-After-Free in microsoft (CVE-2026-58637)
CVE-2026-58634 Use-After-Free in microsoft (CVE-2026-58634)
CVE-2026-58633 Use-After-Free in microsoft (CVE-2026-58633)
CVE-2026-58632 Use after free in Windows Win32K allows an authorized attacker to elevate privileges locally.
CVE-2026-58619 Use-After-Free in microsoft (CVE-2026-58619)
CVE-2026-58613 Use-After-Free in microsoft (CVE-2026-58613)
CVE-2026-58626 Use-After-Free in microsoft (CVE-2026-58626)
CVE-2026-58544 Use-After-Free in microsoft (CVE-2026-58544)
CVE-2026-58543 Vulnerability in microsoft (CVE-2026-58543)
CVE-2026-58536 Use-After-Free in microsoft (CVE-2026-58536)
CVE-2026-58537 Use-After-Free in microsoft (CVE-2026-58537)
CVE-2026-58531 Vulnerability in microsoft (CVE-2026-58531)
CVE-2026-57092 Use-After-Free in microsoft (CVE-2026-57092)

🍪 About cookies

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

Details →