LiveActive security incident?Get immediate response
CVE Record

CVE-2023-6387: Incorrect buffer parsing in Bluetooth LE sample code may lead to buffer overflow

A potential buffer overflow exists in the Bluetooth LE HCI CPC sample application in the Gecko SDK which may result in a denial of service or remote code execution

HighCVSS 7.5Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2023-6387 is a high-severity buffer handling flaw in Silicon Labs Gecko SDK Bluetooth LE HCI CPC sample application. A crafted adjacent Bluetooth interaction may crash affected firmware or possibly allow code execution if the vulnerable sample code was incorporated into a product. Exposure depends on whether teams used or adapted that sample code.

Executive priority

Treat as high priority for embedded or Bluetooth-enabled products using Silicon Labs Gecko SDK samples. Business urgency is highest where sample code reached production firmware, because impacts include device outage and potential code execution. If the sample was never used, residual risk is lower.

Technical view

The CVE describes incorrect buffer parsing in the Bluetooth LE HCI CPC sample application in Gecko SDK. It maps to out-of-bounds read and write weaknesses, CWE-125 and CWE-787. CVSS 3.1 is 7.5 with adjacent attack vector, high complexity, no privileges, no user interaction, and high confidentiality, integrity, and availability impact.

Likely exposure

Organizations are most likely exposed if firmware or products include Silicon Labs GSDK 1.0 Bluetooth LE HCI CPC sample code or derivative parsing logic. The listed attack vector is adjacent, so exposure is generally near-range Bluetooth rather than internet-wide.

Exploitation context

The provided sources do not show CISA KEV listing or confirmed active exploitation. The CVSS vector indicates exploitation is high complexity and adjacent network only, but successful exploitation could cause denial of service or remote code execution.

Researcher notes

The evidence identifies the vulnerable component and impact class but does not include exploit details, patch confirmation, or affected downstream products. Validate exposure by code provenance, not by vendor name alone. Avoid assuming all Gecko SDK users are affected without confirming use of the Bluetooth LE HCI CPC sample application.

Mitigation direction

  • Inventory products using Silicon Labs GSDK Bluetooth LE HCI CPC sample code.
  • Check Silicon Labs advisory and v4.4.0 release notes for vendor remediation guidance.
  • Prioritize replacement or removal of sample-derived buffer parsing logic where used.
  • Restrict Bluetooth exposure for affected devices until vendor-guided remediation is complete.
  • Add regression tests around malformed or truncated Bluetooth HCI CPC inputs.

Validation and detection

  • Confirm whether any firmware builds include GSDK 1.0 or sample-derived HCI CPC code.
  • Map affected code paths to shipped Bluetooth LE device models and firmware versions.
  • Review parser bounds checks against expected buffer lengths and message structures.
  • Run non-destructive robustness tests in a controlled lab environment.
  • Track vendor advisory status and document applied fixes or compensating controls.
Prepared
Confidence
medium
Sources
4

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-125: 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
cwe · low confidence lookup

CWE-787: 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-6387 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
High
CVSS
7.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:U/C:H/I:H/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
3Source 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
7.5CVSS 3.1HighCVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H1.65.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.5High
CVSS 3.1 vector shape for CVE-2023-6387Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:U/C:H/I:H/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
silabs.comGSDK1.0affected
Weakness

CWE details

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

CWE-125 · source CWE mapping

Out-of-bounds Read

Out-of-bounds Read represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.

CWE-787 · source CWE mapping

Out-of-bounds Write

Out-of-bounds Write represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.