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

ID Title
CVE-2026-57585 Use-After-Free in dos (CVE-2026-57585)
CVE-2026-10655 Use-After-Free in c (CVE-2026-10655)
CVE-2026-14178 Use-After-Free in CVE-2026-14178 (CVE-2026-14178)
CVE-2026-43740 Buffer Overflow in apple (CVE-2026-43740)
CVE-2026-43742 Use-After-Free in apple (CVE-2026-43742)
CVE-2026-43731 Use-After-Free in apple (CVE-2026-43731)
CVE-2026-43734 Use-After-Free in apple (CVE-2026-43734)
CVE-2026-43727 Use-After-Free in apple (CVE-2026-43727)
CVE-2026-43746 Use-After-Free in apple (CVE-2026-43746)
CVE-2026-43726 Use-After-Free in apple (CVE-2026-43726)
CVE-2026-43715 Use-After-Free in apple (CVE-2026-43715)
CVE-2026-43720 Use-After-Free in apple (CVE-2026-43720)
CVE-2026-43717 Use-After-Free in apple (CVE-2026-43717)
CVE-2026-43716 Buffer Overflow in apple (CVE-2026-43716)
CVE-2026-43709 Use-After-Free in apple (CVE-2026-43709)
CVE-2026-43704 Use-After-Free in c (CVE-2026-43704)
CVE-2026-39872 Buffer Overflow in apple (CVE-2026-39872)
CVE-2026-43699 Use-After-Free in apple (CVE-2026-43699)
CVE-2026-43663 Buffer Overflow in apple (CVE-2026-43663)
CVE-2026-13595 Use-After-Free in dos (CVE-2026-13595)
CVE-2026-10646 Use-After-Free in c (CVE-2026-10646)
CVE-2026-49417 Use-After-Free in dos (CVE-2026-49417)
CVE-2026-49412 Use-After-Free in freebsd (CVE-2026-49412)
CVE-2026-53296 Use-After-Free in linux (CVE-2026-53296)
CVE-2026-53300 Use-After-Free in linux (CVE-2026-53300)
CVE-2026-53290 Use-After-Free in linux (CVE-2026-53290)
CVE-2026-48090 Use-After-Free in dos (CVE-2026-48090)
CVE-2026-47205 Use-After-Free in envoyproxy (CVE-2026-47205)
CVE-2026-47207 Use-After-Free in envoyproxy (CVE-2026-47207)
CVE-2026-13283 Use-After-Free in google (CVE-2026-13283)

🍪 About cookies

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

Details →