VYPR

Bluetooth

by Zephyrproject Rtos

CVEs (1)

  • CVE-2026-10685Jul 31, 2026
    risk 0.00cvss epss 0.00

    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…