LiveActive security incident?Get immediate response
CVE Record

CVE-2022-0204: A heap overflow vulnerability was found in bluez in versions prior to 5.63.

A heap overflow vulnerability was found in bluez in versions prior to 5.63. An attacker with local network access could pass specially crafted files causing an application to halt or crash, leading to a denial of service.

HighCVSS 8.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

BlueZ before 5.63 has a heap overflow that could let an unauthenticated nearby attacker disrupt affected Bluetooth services. The public description emphasizes application halt or crash, creating denial-of-service risk. Treat this as important where Bluetooth is enabled on Linux systems or embedded devices.

Executive priority

Prioritize remediation for Linux endpoints, appliances, and embedded systems where Bluetooth is enabled. This is not listed as actively exploited, but the high CVSS score and proximity-based unauthenticated attack path justify timely patching in exposed environments.

Technical view

CVE-2022-0204 is a CWE-119 heap overflow in BlueZ versions before 5.63. The CVSS 3.1 score is 8.8 with adjacent-network attack vector, low complexity, no privileges, and no user interaction. Public narrative cites crafted files causing halt or crash; broader CIA impact is reflected in the CVSS vector.

Likely exposure

Systems running BlueZ before 5.63 are in scope. Exposure is most relevant where Bluetooth is enabled and accessible from local or adjacent network proximity. Distro packages may contain backported fixes, so package advisory status matters more than upstream version alone.

Exploitation context

The supplied sources do not identify active exploitation, and KEV is false. The attack requires local or adjacent network access, not internet-wide reachability. Evidence provided supports denial-of-service impact; do not assume weaponized exploitation or broader compromise without vendor-specific evidence.

Researcher notes

The record links to an upstream BlueZ advisory and commit, plus Gentoo and Debian LTS updates. Public evidence is enough to identify affected upstream versions and remediation direction, but it does not establish active exploitation or provide detailed affected distribution package ranges.

Mitigation direction

  • Upgrade BlueZ to 5.63 or a vendor package containing the fix.
  • Apply relevant distribution security updates, including Gentoo GLSA or Debian LTS updates where applicable.
  • Disable Bluetooth on systems that do not require it.
  • Check vendor guidance for unsupported or embedded distributions.

Validation and detection

  • Inventory Linux and embedded systems for installed BlueZ package versions.
  • Confirm whether distro packages include the CVE-2022-0204 backport.
  • Verify Bluetooth is disabled where business use is absent.
  • Review patch status against vendor advisories, not only upstream version strings.
Prepared
Confidence
high
Sources
6

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-119: 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
cve · low confidence lookup

CVE-2022-0204 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
8.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:A/AC:L/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
7Source 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
8.8CVSS 3.1HighCVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H2.85.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

8.8High
CVSS 3.1 vector shape for CVE-2022-0204Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:A/AC:L/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
n/abluezbluez versions prior to 5.63Listed
Weakness

CWE details

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

CWE-119 · source CWE mapping

Improper Restriction of Operations within the Bounds of a Memory Buffer

Improper Restriction of Operations within the Bounds of a Memory Buffer represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.