CVE-2025-40149
In the Linux kernel, the following vulnerability has been resolved: tls: Use __sk_dst_get() and dst_dev_rcu() in get_netdev_for_sock(). ge
CVSS
7.8
High
EPSS
0.2%
p5
KEV
—
Exploit Today
2
0-100
Published: Nov 12, 2025 · Last modified: Jul 30, 2026 · CWE-416
0.1%EPSS · 30 days0.2%
2026-07-032026-07-30
In the Linux kernel, the following vulnerability has been resolved: tls: Use __sk_dst_get() and dst_dev_rcu() in get_netdev_for_sock(). get_netdev_for_sock() is called during setsockopt(), so not under RCU. Using sk_dst_get(sk)->dev could trigger UAF. Let's use __sk_dst_get() and dst_dev_rcu(). Note that the only ->ndo_sk_get_lower_dev() user is bond_sk_get_lower_dev(), which uses RCU.
- git.kernel.orghttps://git.kernel.org/stable/c/13159c7125636371543a82cb7bbae00ab36730cc
- git.kernel.orghttps://git.kernel.org/stable/c/2b1bef126bbb8d0da51491357559126d567c1dee
- git.kernel.orghttps://git.kernel.org/stable/c/c65f27b9c3be2269918e1cbad6d8884741f835c5
- git.kernel.orghttps://git.kernel.org/stable/c/e37ca0092ddace60833790b4ad7a390408fb1be9
- git.kernel.orghttps://git.kernel.org/stable/c/f09cd209359a23f88d4f3fa3d2379d057027e53c
- git.kernel.orghttps://git.kernel.org/stable/c/feb474ddbf26b51f462ae2e60a12013bdcfc5407
- cert-portal.siemens.comhttps://cert-portal.siemens.com/productcert/html/ssa-019113.html
CVECVSSEPSSKEVRExploitTitleMod.
CVE-2026-106857.6 HIG—
———The Zephyr Bluetooth GATT client CCC-write response handler gatt_write_ccc_rsp() in subsys/bluetooth/host/gatt.c invoked the application's params->subscribe() callback after it had already called params->notify(conn, params, NULL, 0).
Per the public GATT API, a notify callback with NULL data is the documented signal that the subscription has terminated and the bt_gatt_subscribe_params struct may be freed or reused by the application; calling subscribe() on the struct afterwards is a use-after-free, including an indirect call through the freed params->subscribe function pointer.
The error branch is remotely (adjacent) reachable: a Zephyr device acting as a GATT client that calls bt_gatt_subscribe() can be driven into this ordering when a connected GATT server peer answers the CCC write with an ATT Error Response (the peer-supplied error code flows through att_error_rsp -> att_handle_rsp into gatt_write_ccc_rsp).
For applications that free or recycle subscription parameters in their notification-termination handler, this results in memory corruption, a crash (denial of service), or potentially attacker-influenced control flow. The fix reorders the handler so the subscribe() callback runs before the terminating notify(NULL) in both the error and unsubscribe paths.17hCVE-2026-630358.1 HIG—
——0A heap use-after-free vulnerability in the TransferSubscriptions service
in open62541 may allow an authenticated attacker to cause a denial of
service or potentially execute arbitrary code.19hCVE-2026-54522——
——0MessagePack for Ruby is an implementation of the MessagePack binary serialization format. Prior to 1.8.2, MessagePack::Buffer#clear in ext/msgpack/buffer.c leaves rmem_last, rmem_end, and rmem_owner stale after _msgpack_buffer_shift_chunk returns an rmem page to the shared pool, allowing a subsequent Buffer#write and a second MessagePack::Buffer to alias the page and disclose or corrupt cross-buffer data. This issue is fixed in version 1.8.2.2dCVE-2026-13117——
——0An incomplete guard in OpenVPN 2.6.0 through 2.6.20 and 2.7_alpha1 through 2.7.4 allows remote authenticated peers to trigger a use-after-free during TLS session promotion, potentially leading to a denial of service or memory leakage2dCVE-2026-12996——
——0A use-after-free in OpenVPN 2.6.0 through 2.6.20 and 2.7_alpha1 through 2.7.4 allows remote authenticated peers to potentially cause a denial of service or leak memory via crafted packets during TLS session promotion or expiry2dCVE-2026-180178.8 HIG10.2%
——3Use after free in Dawn in Google Chrome prior to 151.0.7922.72 allowed a remote attacker to execute arbitrary code inside a sandbox via a crafted HTML page. (Chromium security severity: Low)1d