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-42905 Use-After-Free in microsoft (CVE-2026-42905)
CVE-2026-42913 Vulnerability in microsoft (CVE-2026-42913)
CVE-2026-42911 Use-After-Free in microsoft (CVE-2026-42911)
CVE-2026-42836 Vulnerability in microsoft (CVE-2026-42836)
CVE-2026-34335 Use-After-Free in microsoft (CVE-2026-34335)
CVE-2026-34696 Use-After-Free in adobe (CVE-2026-34696)
CVE-2026-48583 Use after free in Windows Kernel allows an authorized attacker to elevate privileges locally.
CVE-2026-48563 Use-After-Free in microsoft (CVE-2026-48563)
CVE-2026-47653 Use-After-Free in microsoft (CVE-2026-47653)
CVE-2026-47654 Use-After-Free in microsoft (CVE-2026-47654)
CVE-2026-47293 Use-After-Free in microsoft (CVE-2026-47293)
CVE-2026-45657 Use after free in Windows Kernel allows an unauthorized attacker to execute code over a network.
CVE-2026-45653 Use after free in Windows Kernel allows an authorized attacker to elevate privileges locally.
CVE-2026-45640 Use-After-Free in microsoft (CVE-2026-45640)
CVE-2026-45605 Use-After-Free in microsoft (CVE-2026-45605)
CVE-2026-45603 Vulnerability in microsoft (CVE-2026-45603)
CVE-2026-45596 Vulnerability in microsoft (CVE-2026-45596)
CVE-2026-46330 Use-After-Free in linux (CVE-2026-46330)
CVE-2026-46319 Use-After-Free in csharp (CVE-2026-46319)
CVE-2026-46323 Vulnerability in linux (CVE-2026-46323)
CVE-2026-41982 Use-After-Free in CVE-2026-41982 (CVE-2026-41982)
CVE-2026-11623 Buffer Overflow in c (CVE-2026-11623)
CVE-2026-11628 Use-After-Free in Google chrome (CVE-2026-11628)
CVE-2026-11700 Use-After-Free in google (CVE-2026-11700)
CVE-2026-11699 Use-After-Free in google (CVE-2026-11699)
CVE-2026-11698 Use-After-Free in google (CVE-2026-11698)
CVE-2026-11687 Use-After-Free in google (CVE-2026-11687)
CVE-2026-11694 Use-After-Free in google (CVE-2026-11694)
CVE-2026-11692 Use-After-Free in google (CVE-2026-11692)
CVE-2026-11680 Use-After-Free in google (CVE-2026-11680)

🍪 About cookies

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

Details →