CVE-2026-10675: dos in zephyrproject zephyr
In Zephyr's Bluetooth Mesh PB-ADV provisioning bearer (subsys/bluetooth/mesh/pb_adv.c), prov_msg_recv() rescheduled the provisioning protocol watchdog timer unconditionally at the top of the function, before the FCS check and before the ADV_LINK_INVALID check. Once a provisioning attempt fails, prov_failed() sets ADV_LINK_INVALID and the only recovery path is the protocol timer firing (protocol_timeout -> prov_link_close -> close_link -> reset_adv_link and re-enabling of scanning and the unprovisioned device beacon). A remote, unauthenticated attacker on the BLE advertising channel can first induce a provisioning failure (e.g. with a malformed generic-provisioning PDU) and then transmit any FCS-valid PB-ADV transaction PDU on the same link ID more often than once per protocol timeout (60 s, or 120 s for OOB input/output). Because each such packet reset the timer even on an invalidated link, protocol_timeout never fired, the dead link was never torn down, and the device remained pinned in an un-provisionable state with its unprovisioned beacon disabled and new Link Open requests rejected. PB-ADV PDUs are processed without authentication and the FCS is a keyless CRC, so no pairing or prior trust is required and the attacker chooses the link ID itself. The impact is a persistent denial of provisioning/re-provisioning service; there is no memory-safety, confidentiality, or integrity impact. The vulnerable code shipped in releases through v4.4.1. The fix moves the timer reschedule to after the ADV_LINK_INVALID check (and the FCS check before the reset) so an invalidated link can no longer be kept alive by incoming packets.
AI Analysis
Technical Summary
In Zephyr's Bluetooth Mesh PB-ADV provisioning bearer, the function prov_msg_recv() reschedules the provisioning protocol watchdog timer unconditionally before performing critical checks such as the FCS and ADV_LINK_INVALID status. An attacker can induce a provisioning failure to set ADV_LINK_INVALID and then send valid FCS PB-ADV PDUs more frequently than the protocol timeout interval, preventing the timer from firing and thus blocking the recovery path. This causes the device to remain in a dead link state with its unprovisioned beacon disabled and rejects new provisioning link requests, resulting in a persistent denial of provisioning service. The vulnerability affects releases through v4.4.1, including 3.5.0. The fix involves moving the timer reschedule to after the ADV_LINK_INVALID and FCS checks to prevent invalidated links from being kept alive by incoming packets.
Potential Impact
The vulnerability allows a remote, unauthenticated attacker on the BLE advertising channel to cause a persistent denial of provisioning or re-provisioning service on affected Zephyr devices. The attacker does not need pairing or prior trust and can select the link ID arbitrarily. There is no impact on memory safety, confidentiality, or integrity. The denial of service affects device provisioning functionality, potentially preventing device setup or recovery.
Mitigation Recommendations
Patch status is not yet confirmed — check the vendor advisory for current remediation guidance. The vendor has described a fix that moves the timer reschedule to after the ADV_LINK_INVALID and FCS checks, but no official patch or advisory link is provided in the data. Until a patch is available, consider restricting BLE advertising channel access or monitoring for abnormal provisioning attempts if feasible.
CVE-2026-10675: dos in zephyrproject zephyr
Description
In Zephyr's Bluetooth Mesh PB-ADV provisioning bearer (subsys/bluetooth/mesh/pb_adv.c), prov_msg_recv() rescheduled the provisioning protocol watchdog timer unconditionally at the top of the function, before the FCS check and before the ADV_LINK_INVALID check. Once a provisioning attempt fails, prov_failed() sets ADV_LINK_INVALID and the only recovery path is the protocol timer firing (protocol_timeout -> prov_link_close -> close_link -> reset_adv_link and re-enabling of scanning and the unprovisioned device beacon). A remote, unauthenticated attacker on the BLE advertising channel can first induce a provisioning failure (e.g. with a malformed generic-provisioning PDU) and then transmit any FCS-valid PB-ADV transaction PDU on the same link ID more often than once per protocol timeout (60 s, or 120 s for OOB input/output). Because each such packet reset the timer even on an invalidated link, protocol_timeout never fired, the dead link was never torn down, and the device remained pinned in an un-provisionable state with its unprovisioned beacon disabled and new Link Open requests rejected. PB-ADV PDUs are processed without authentication and the FCS is a keyless CRC, so no pairing or prior trust is required and the attacker chooses the link ID itself. The impact is a persistent denial of provisioning/re-provisioning service; there is no memory-safety, confidentiality, or integrity impact. The vulnerable code shipped in releases through v4.4.1. The fix moves the timer reschedule to after the ADV_LINK_INVALID check (and the FCS check before the reset) so an invalidated link can no longer be kept alive by incoming packets.
CVSS v3.1
Score 4.3medium
Affected software
Run on your own infrastructure? Check whether these packages are installed with threat-finder — our free open-source scanner.
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
In Zephyr's Bluetooth Mesh PB-ADV provisioning bearer, the function prov_msg_recv() reschedules the provisioning protocol watchdog timer unconditionally before performing critical checks such as the FCS and ADV_LINK_INVALID status. An attacker can induce a provisioning failure to set ADV_LINK_INVALID and then send valid FCS PB-ADV PDUs more frequently than the protocol timeout interval, preventing the timer from firing and thus blocking the recovery path. This causes the device to remain in a dead link state with its unprovisioned beacon disabled and rejects new provisioning link requests, resulting in a persistent denial of provisioning service. The vulnerability affects releases through v4.4.1, including 3.5.0. The fix involves moving the timer reschedule to after the ADV_LINK_INVALID and FCS checks to prevent invalidated links from being kept alive by incoming packets.
Potential Impact
The vulnerability allows a remote, unauthenticated attacker on the BLE advertising channel to cause a persistent denial of provisioning or re-provisioning service on affected Zephyr devices. The attacker does not need pairing or prior trust and can select the link ID arbitrarily. There is no impact on memory safety, confidentiality, or integrity. The denial of service affects device provisioning functionality, potentially preventing device setup or recovery.
Mitigation Recommendations
Patch status is not yet confirmed — check the vendor advisory for current remediation guidance. The vendor has described a fix that moves the timer reschedule to after the ADV_LINK_INVALID and FCS checks, but no official patch or advisory link is provided in the data. Until a patch is available, consider restricting BLE advertising channel access or monitoring for abnormal provisioning attempts if feasible.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- zephyr
- Date Reserved
- 2026-06-02T15:26:04.929Z
- Cvss Version
- 3.1
- State
- PUBLISHED
- Remediation Level
- null
Threat ID: 6a5fe6ba9c2644c7f8cb00bf
Added to database: 07/21/2026, 21:38:02 UTC
Last enriched: 07/22/2026, 10:08:47 UTC
Last updated: 07/31/2026, 19:22:57 UTC
Views: 8
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.