LiveActive security incident?Get immediate response
CVE Record

CVE-2021-3588: memory contents disclosure in cli_feat_read_cb

The cli_feat_read_cb() function in src/gatt-database.c does not perform bounds checks on the 'offset' variable before using it as an index into an array for reading.

LowCVSS 3.3Not KEV-listedUpdated
Glexia's TakeAutomated analysislow

Security readout for executives and security teams

Plain-English summary

CVE-2021-3588 is a low-severity BlueZ information disclosure flaw. A local low-privileged user could cause BlueZ to read past intended bounds and disclose limited memory contents. The supplied sources do not identify affected versions, active exploitation, or a specific fixed release.

Executive priority

Treat as routine patch management unless BlueZ runs on shared Linux endpoints, kiosks, lab devices, or systems with many local users. Business urgency is low because impact is limited to confidentiality and requires local low-privileged access.

Technical view

In BlueZ, cli_feat_read_cb() in src/gatt-database.c fails to bounds-check the offset before indexing an array for a read operation. The CVSS 3.1 vector is local, low complexity, low privileges, no user interaction, with low confidentiality impact only.

Likely exposure

Exposure is most likely on systems running affected BlueZ builds where local users or local processes can reach the relevant GATT database code path. The source bundle lists BlueZ versions as unspecified, so exact product scoping requires vendor or distro advisory review.

Exploitation context

The bundle marks this CVE as not in CISA KEV and provides no cited evidence of active exploitation. The CVSS vector indicates local access and low privileges are required; it does not support a remote unauthenticated attack claim.

Researcher notes

The main evidence gap is version specificity. Sources identify the vulnerable function and bounds-check issue, but the bundle does not provide affected or fixed version ranges. Avoid assuming Bluetooth-range remote exploitability because the CVSS attack vector is local.

Mitigation direction

  • Inventory systems running BlueZ.
  • Check BlueZ package status against vendor or distribution guidance.
  • Apply vendor-supported BlueZ security updates when available.
  • Limit local shell access to trusted users.
  • Review Gentoo GLSA-202209-16 if using Gentoo packages.

Validation and detection

  • Confirm whether BlueZ is installed on each in-scope system.
  • Record installed BlueZ versions and package source.
  • Compare versions against applicable vendor advisories.
  • Verify security updates have been applied successfully.
  • Document systems where affected-version status remains unknown.
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-788: 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

Database behavior lookup

The CVE wording references database injection or access, so collection and exfiltration review may help. 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-2021-3588 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
Low
CVSS
3.3 (3.1)
Known Exploited
No
Published

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

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
3.3CVSS 3.1LowCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N1.81.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

3.3Low
CVSS 3.1 vector shape for CVE-2021-3588Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
BlueZBlueZunspecifiedListed
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-788 · source CWE mapping

Access of Memory Location After End of Buffer

Access of Memory Location After End of Buffer represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.