LiveActive security incident?Get immediate response
CVE Record

CVE-2023-1902: HCI Connection Creation Dangling State Reference Re-use

The bluetooth HCI host layer logic not clearing a global reference to a state pointer after handling connection events may allow a malicious HCI Controller to cause the use of a dangling reference in the host layer, leading to a crash (DoS) or potential RCE on the Host layer.

MediumCVSS 5.9Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2023-1902 affects Zephyr's Bluetooth HCI host logic. A malicious or compromised HCI controller may cause the host to reuse a stale state reference, potentially crashing the device and, according to the record, possibly enabling host-layer code execution.

Executive priority

Prioritize this for Zephyr-based Bluetooth products, especially safety-sensitive or hard-to-recover devices. Business urgency is moderate because exploitation appears constrained, but denial of service could be operationally significant in embedded deployments.

Technical view

The issue is a dangling state reference in Zephyr's Bluetooth HCI connection creation handling. The host layer may fail to clear a global pointer after connection events, creating CWE-672 use-after-release style behavior. CVSS 3.1 is 5.9 with adjacent access, high complexity, low privileges, and high availability impact.

Likely exposure

Exposure is most likely in Zephyr-based systems using the Bluetooth HCI host layer where the HCI controller is malicious, compromised, or not fully trusted. The supplied bundle does not identify specific device models, Zephyr releases, or configurations beyond Zephyr.

Exploitation context

The source bundle does not show known active exploitation, and KEV is false. The described attacker position is a malicious HCI controller, with adjacent attack vector, high complexity, and low required privileges. Treat this mainly as a crash risk unless vendor guidance confirms broader exploitability.

Researcher notes

Evidence is limited to the CVE metadata and Zephyr security advisory reference in the supplied bundle. Do not assume affected configurations, fixed releases, or exploit availability without reviewing the full GHSA and Zephyr commit history.

Mitigation direction

  • Review the Zephyr GHSA for fixed versions or mitigations before changing production systems.
  • Inventory products and firmware that include Zephyr Bluetooth HCI host functionality.
  • Update affected Zephyr builds when vendor-supported patches are identified.
  • Reduce trust exposure to external or replaceable HCI controllers where practical.
  • Monitor affected devices for unexpected Bluetooth host crashes or resets.

Validation and detection

  • Confirm whether each product uses Zephyr and the Bluetooth HCI host layer.
  • Map firmware builds to Zephyr versions or commits used in production.
  • Check whether the HCI controller is external, replaceable, or separately updatable.
  • Verify remediation against Zephyr advisory guidance once fixed versions are known.
  • Review crash telemetry for Bluetooth HCI connection-event failures.
Prepared
Confidence
medium
Sources
3

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-672: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Execution behavior lookup

The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2023-1902 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
5.9 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:A/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
5.9CVSS 3.1MediumCVSS:3.1/AV:A/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:H1.24.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.9Medium
CVSS 3.1 vector shape for CVE-2023-1902Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:A/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
zephyrproject-rtosZephyrZephyr, *unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-672 · source CWE mapping

Operation on a Resource after Expiration or Release

Operation on a Resource after Expiration or Release represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.