LiveActive security incident?Get immediate response
CVE Record

CVE-2020-10762: An information-disclosure flaw was found in the way that gluster-block before 0.5.1 logs the output from gl...

An information-disclosure flaw was found in the way that gluster-block before 0.5.1 logs the output from gluster-block CLI operations. This includes recording passwords to the cmd_history.log file which is world-readable. This flaw allows local users to obtain sensitive information by reading the log file. The highest threat from this vulnerability is to data confidentiality.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2020-10762 is a local information-disclosure issue in gluster-block. Older versions logged CLI operation output, including passwords, into a world-readable history log. A local user on the system could read that log and recover sensitive credentials.

Executive priority

Prioritize remediation where gluster-block runs on shared administrative hosts or where exposed credentials could unlock storage infrastructure. The issue is not documented as remotely exploitable, but credential leakage can create broader business risk.

Technical view

gluster-block before 0.5.1 wrote sensitive CLI output to cmd_history.log with overly permissive access. The weakness maps to CWE-732 and primarily affects confidentiality. The provided sources do not include CVSS scoring, remote exploitability, or confirmed exploitation.

Likely exposure

Exposure is likely limited to systems running gluster-block versions before 0.5.1 where untrusted or lower-privileged local users can read the cmd_history.log file.

Exploitation context

The source bundle supports local credential disclosure only. CISA KEV is false, and no cited source confirms active exploitation or public exploit use.

Researcher notes

The core evidence is clear on local password disclosure via world-readable logging. Severity metadata is incomplete, and the source bundle has limited affected-version detail beyond “before 0.5.1,” so verify vendor release notes before final scoping.

Mitigation direction

  • Inventory systems running gluster-block and confirm whether versions are before 0.5.1.
  • Review vendor guidance and move affected deployments to a fixed supported release.
  • Restrict local user access to systems hosting gluster-block management tooling.
  • Treat any exposed logged passwords as compromised and rotate them.
  • Review log retention and permissions for cmd_history.log and related operational logs.

Validation and detection

  • Confirm installed gluster-block versions across affected hosts.
  • Check whether cmd_history.log exists and is world-readable.
  • Determine whether cmd_history.log contains passwords or other secrets.
  • After remediation, verify CLI operations no longer expose passwords in readable logs.
  • Review local accounts that could have accessed the log.
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 · medium confidence lookup

CWE-732: Authorization and privilege behavior lookup

Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. 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-2020-10762 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
Unknown
CVSS
Not scored
Known Exploited
No
Published
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.

0CVSS vectors
0Timeline events
0ADP providers
3Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/agluster-blockgluster-block 0.5.1Listed
Weakness

CWE details

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

CWE-732 · source CWE mapping

Incorrect Permission Assignment for Critical Resource

Incorrect Permission Assignment for Critical Resource represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.