VulnSea

CWE-416

CVEs classified under CWE-416, newest first.

1092 CVEsRSS

CVE-2026-53129High· 7.8
3mo ago

In the Linux kernel, the following vulnerability has been resolved: fs/mbcache: cancel shrink work before destroying the cache mb_cache_destroy() calls shrinker_free() and then frees all cache entries and the cache itself, but it does …

In the Linux kernel, the following vulnerability has been resolved: fs/mbcache: cancel shrink work before destroying the cache mb_cache_destroy() calls shrinker_free() and then frees all cache entries and the cache itself, but it does …

▾ Twilightlinux · linux_kernelEPSS 0.12%via NVD
CVE-2026-53006Critical· 9.8⚖ disputed
3mo ago

In the Linux kernel, the following vulnerability has been resolved: ipv6: fix possible UAF in icmpv6_rcv() Caching saddr and daddr before pskb_pull() is problematic since skb->head can change. Remove these temporary variables: - We o…

In the Linux kernel, the following vulnerability has been resolved: ipv6: fix possible UAF in icmpv6_rcv() Caching saddr and daddr before pskb_pull() is problematic since skb->head can change. Remove these temporary variables: - We o…

▾ Midnightlinux · linux_kernelEPSS 0.53%via NVD
GHSA-8g9f-ccmr-vfvgMedium· 3.7
3mo ago

Duplicate Advisory: ImageMagick has a possible heap Use After Free vulnerability in its meta coder

Duplicate Advisory: ImageMagick has a possible heap Use After Free vulnerability in its meta coder

▾ SunlitMagick · Magick.NET-Q16-AnyCPUvia GHSA
GHSA-5v8h-3h3q-446pLow
3mo ago

Nokogiri: Possible Use-After-Free when `Nokogiri::XML::Document#encoding=` raises an exception

Nokogiri: Possible Use-After-Free when `Nokogiri::XML::Document#encoding=` raises an exception

▾ Sunlitnokogiri · nokogirivia GHSA
GHSA-wjv4-x9w8-wm3hLow
3mo ago

Nokogiri: Possible Use-After-Free when setting `Document#root=` to an invalid node type

Nokogiri: Possible Use-After-Free when setting `Document#root=` to an invalid node type

▾ Sunlitnokogiri · nokogirivia GHSA
GHSA-p67v-3w7g-wjg7Low
3mo ago

Nokogiri: Possible Use-After-Free when directly using `NokogirI::XML::XPathContext` beyond document lifetime

Nokogiri: Possible Use-After-Free when directly using `NokogirI::XML::XPathContext` beyond document lifetime

▾ Sunlitnokogiri · nokogirivia GHSA
GHSA-wfpw-mmfh-qq69Low
3mo ago

Nokogiri: Possible Use-After-Free in XInclude Processing

Nokogiri: Possible Use-After-Free in XInclude Processing

▾ Sunlitnokogiri · nokogirivia GHSA
GHSA-phwj-rprq-35ppLow
3mo ago

Nokogiri: Possible Use-After-Free when setting an attribute value via `Nokogiri::XML::Attr#value=` or `#content=`

Nokogiri: Possible Use-After-Free when setting an attribute value via `Nokogiri::XML::Attr#value=` or `#content=`

▾ Sunlitnokogiri · nokogirivia GHSA
CVE-2026-54899High
3mo ago

Oj: Use-After-Free in Oj::Parser Symbol Key Cache Toggle

Oj: Use-After-Free in Oj::Parser Symbol Key Cache Toggle

▾ Twilightoj · ojEPSS 0.43%via GHSA
CVE-2026-54897High
3mo ago

Oj: Use-After-Free in Oj::Doc Iterators via Reentrant Close

Oj: Use-After-Free in Oj::Doc Iterators via Reentrant Close

▾ Twilightoj · ojEPSS 0.17%via GHSA
CVE-2026-54898High
3mo ago

Oj: Use-After-Free in Oj::Parser SAJ Callback via Input Mutation

Oj: Use-After-Free in Oj::Parser SAJ Callback via Input Mutation

▾ Twilightoj · ojEPSS 0.17%via GHSA
CVE-2026-54900HighPoC
3mo ago

Oj: Negative-Size memcpy in Oj::Parser create_id Attribute Handling

Oj: Negative-Size memcpy in Oj::Parser create_id Attribute Handling

▾ Midnightoj · ojEPSS 0.43%via GHSA
CVE-2026-54901High
3mo ago

Oj: Use-After-Free in Oj::Parser array_class/hash_class GC Marking

Oj: Use-After-Free in Oj::Parser array_class/hash_class GC Marking

▾ Twilightoj · ojEPSS 0.43%via GHSA
CVE-2026-54902High
3mo ago

Oj: Use-After-Free in Oj::Parser SAJ Long Key Callback

Oj: Use-After-Free in Oj::Parser SAJ Long Key Callback

▾ Twilightoj · ojEPSS 0.43%via GHSA
GHSA-6v7p-g79w-8964High· 7.5
3mo ago

MessagePack for Python: Out-of-bounds read / crash on Unpacker reuse after a caught error

MessagePack for Python: Out-of-bounds read / crash on Unpacker reuse after a caught error

▾ Twilightmsgpack · msgpackvia GHSA
CVE-2026-11941Medium· 5.6
3mo ago

Cloudflare Quiche: Use-after-free in connection ID iterator FFI functions

Cloudflare Quiche: Use-after-free in connection ID iterator FFI functions

▾ Sunlitquiche · quicheEPSS 0.25%via GHSA
CVE-2026-9158Critical· 9.8
3mo ago

In Eclipse 4diac FORTE versions 3.0.0 to 3.1.0, a specially crafted DELETE connection command to the management interface can lead to a dangling pointer

In Eclipse 4diac FORTE versions 3.0.0 to 3.1.0, a specially crafted DELETE connection command to the management interface can lead to a dangling pointer. This allows subsequent commands to access freed memory (use-after-free).

▾ Midnighteclipse · 4diac_forteEPSS 0.60%via NVD
CVE-2026-42530High· 8.1PoC
3mo ago

NGINX Open Source has a vulnerability in the ngx_http_v3_module module

NGINX Open Source has a vulnerability in the ngx_http_v3_module module. When NGINX Open Source is configured to use the HTTP/3 QUIC module, a remote unauthenticated attacker along with conditions beyond their control can use a specially …

▾ Midnightf5 · nginx_gateway_fabricEPSS 1.1%via NVD
CVE-2026-10639Medium· 4.8
3mo ago

In Zephyr's native IPv4 stack, icmpv4_handle_echo_request() in subsys/net/ip/icmpv4.c builds an echo-reply packet (reply), hands it to net_try_send_data(), and then, on success, calls net_stats_update_icmp_sent(net_pkt_iface(reply))

In Zephyr's native IPv4 stack, icmpv4_handle_echo_request() in subsys/net/ip/icmpv4.c builds an echo-reply packet (reply), hands it to net_try_send_data(), and then, on success, calls net_stats_update_icmp_sent(net_pkt_iface(reply)). net…

▾ Sunlitzephyrproject · zephyrEPSS 0.23%via NVD
CVE-2026-10638Medium· 5.9
3mo ago

subsys/net/ip/icmpv6.c reads the network interface from a net_pkt after that packet has been handed to net_try_send_data()

subsys/net/ip/icmpv6.c reads the network interface from a net_pkt after that packet has been handed to net_try_send_data(). In icmpv6_handle_echo_request() and net_icmpv6_send_error(), the post-send statistics update calls net_pkt_iface(…

▾ Sunlitzephyrproject · zephyrEPSS 0.35%via NVD
CVE-2026-12329Medium· 5.3
3mo ago

Memory safety bug fixed in Thunderbird ESR 140.12

Memory safety bug fixed in Thunderbird ESR 140.12. This vulnerability was fixed in Firefox ESR 140.12 and Thunderbird 140.12.

▾ Sunlitmozilla · firefoxEPSS 0.31%via NVD
CVE-2026-12298Medium· 5.4
3mo ago

Memory safety bug fixed in Firefox 152

Memory safety bug fixed in Firefox 152. This vulnerability was fixed in Firefox 152, Firefox ESR 140.12, Thunderbird 152, and Thunderbird 140.12.

▾ Sunlitmozilla · firefoxEPSS 0.31%via NVD
CVE-2026-12291High· 8.8
3mo ago

Use-after-free in the Networking: HTTP component

Use-after-free in the Networking: HTTP component. This vulnerability was fixed in Firefox 152, Firefox ESR 140.12, Firefox ESR 115.37, Thunderbird 152, and Thunderbird 140.12.

▾ Twilightmozilla · firefoxEPSS 0.38%via NVD
CVE-2026-10634Medium· 4.8
3mo ago

Zephyr's native TCP stack iterates the global connection list in net_tcp_foreach() (subsys/net/ip/tcp.c) using the SYS_SLIST_FOR_EACH_CONTAINER_SAFE macro, which caches a pointer to the next list node

Zephyr's native TCP stack iterates the global connection list in net_tcp_foreach() (subsys/net/ip/tcp.c) using the SYS_SLIST_FOR_EACH_CONTAINER_SAFE macro, which caches a pointer to the next list node. Prior to this fix the function rele…

▾ Sunlitzephyrproject · zephyrEPSS 0.27%via NVD
CVE-2026-45486High· 7.8
3mo ago

Microsoft Word Remote Code Execution Vulnerability

Use after free in Microsoft Office Word allows an unauthorized attacker to execute code locally.

▾ TwilightMicrosoft · Microsoft 365 Apps for EnterpriseEPSS 0.47%via CVEORG
CVE-2026-45472High· 8.4
3mo ago

Microsoft Office Remote Code Execution Vulnerability

Use after free in Microsoft Office allows an unauthorized attacker to execute code locally.

▾ TwilightMicrosoft · Microsoft 365 Apps for EnterpriseEPSS 0.36%via CVEORG
CVE-2026-45474High· 8.4
3mo ago

Microsoft Office Remote Code Execution Vulnerability

Use after free in Microsoft Office allows an unauthorized attacker to execute code locally.

▾ TwilightMicrosoft · Microsoft 365 Apps for EnterpriseEPSS 0.36%via CVEORG
CVE-2026-34335High· 7.0
3mo ago

Windows Ancillary Function Driver for WinSock Elevation of Privilege Vulnerability

Use after free in Windows Ancillary Function Driver for WinSock allows an authorized attacker to elevate privileges locally.

▾ TwilightMicrosoft · Windows 10 Version 1607EPSS 0.26%via CVEORG
CVE-2026-44823High· 7.8
3mo ago

Microsoft Excel Remote Code Execution Vulnerability

Numeric truncation error in Microsoft Office Excel allows an unauthorized attacker to execute code locally.

▾ TwilightMicrosoft · Microsoft 365 Apps for EnterpriseEPSS 0.47%via CVEORG
CVE-2026-45458High· 8.4
3mo ago

Microsoft Outlook and Word Remote Code Execution Vulnerability

Use after free in Microsoft Office allows an unauthorized attacker to execute code locally.

▾ TwilightMicrosoft · Microsoft 365 Apps for EnterpriseEPSS 0.45%via CVEORG
CWE-416 vulnerabilities (CVEs) — page 24 · VulnSea