PULSE
LIVE14signals / 24h
FEED
ransomdragonforce reclama a Lamont Pridmore · GB · Not Foundransomgenesis reclama a **** · US · Not Foundransominterlock reclama a Gardiner Family Chiropractic · US · Healthcareransomdragonforce reclama a RUS Industrial · US · Manufacturingransomdragonforce reclama a www.mbmlawsc.com · US · Professional Servicesransomclop reclama a BLUEVISTALLC.COM · US · Not Foundransombooba project reclama a Betz Industries · US · Manufacturingransomqilin reclama a The Dcoop · ES · Agriculture and Food Productionransomcmdorganization reclama a Stewart Belland & Associates Inc. · CA · Professional Servicesransomqilin reclama a Hawaii Family Dental · US · Healthcareransomgenesis reclama a Boyum IT Solutions (HOT!) · DK · Technologyransomgenesis reclama a C.A. Walker Construction · US · Manufacturingransomqilin reclama a Audio Precision, Inc · US · Technologyransomgammax reclama a AguAseo · CO · Energy & Utilitiesransomdragonforce reclama a Lamont Pridmore · GB · Not Foundransomgenesis reclama a **** · US · Not Foundransominterlock reclama a Gardiner Family Chiropractic · US · Healthcareransomdragonforce reclama a RUS Industrial · US · Manufacturingransomdragonforce reclama a www.mbmlawsc.com · US · Professional Servicesransomclop reclama a BLUEVISTALLC.COM · US · Not Foundransombooba project reclama a Betz Industries · US · Manufacturingransomqilin reclama a The Dcoop · ES · Agriculture and Food Productionransomcmdorganization reclama a Stewart Belland & Associates Inc. · CA · Professional Servicesransomqilin reclama a Hawaii Family Dental · US · Healthcareransomgenesis reclama a Boyum IT Solutions (HOT!) · DK · Technologyransomgenesis reclama a C.A. Walker Construction · US · Manufacturingransomqilin reclama a Audio Precision, Inc · US · Technologyransomgammax reclama a AguAseo · CO · Energy & Utilities
← All CVEs
CVE WatchJul 31, 2026

CVE-2026-10685

The Zephyr Bluetooth GATT client CCC-write response handler gatt_write_ccc_rsp() in subsys/bluetooth/host/gatt.c invoked the application's p

CVSS

7.6

High

EPSS

KEV

Exploit Today

0-100

Published: Jul 31, 2026 · Last modified: Jul 31, 2026 · CWE-416

EPSS · 30d

Not enough EPSS history yet.

Technical description

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.

Official references
Related CVEs
CVECVSSEPSSKEVRExploitTitleMod.
CVE-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.3h
CVE-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.1d
CVE-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 leakage1d
CVE-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 expiry1d
CVE-2026-180178.8 HIG
10.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)15h
CVE-2026-180128.8 HIG
8.3%
3Use after free in PDFium in Google Chrome prior to 151.0.7922.72 allowed a remote attacker to execute arbitrary code inside a sandbox via a crafted PDF file. (Chromium security severity: Low)15h
CVE-2026-10685 — The Zephyr Bluetooth GATT client CCC-write response handler gatt_write_ccc_rsp() · Pulse | Pulse