LiveActive security incident?Get immediate response
CVE Record

CVE-2019-10165: OpenShift Container Platform before version 4.1.3 writes OAuth tokens in plaintext to the audit logs for th...

OpenShift Container Platform before version 4.1.3 writes OAuth tokens in plaintext to the audit logs for the Kubernetes API server and OpenShift API server. A user with sufficient privileges could recover OAuth tokens from these audit logs and use them to access other resources.

LowCVSS 2.3Not KEV-listedUpdated
Glexia's TakeAutomated analysislow

Security readout for executives and security teams

Plain-English summary

OpenShift versions before 4.1.3 could place OAuth tokens in API server audit logs. If a highly privileged person could read those logs, they might reuse a token to access resources as another user or service. The issue is low severity but important for environments with broad log access or long log retention.

Executive priority

Treat this as a targeted hygiene and containment item, not an emergency. Prioritize affected OpenShift clusters with broad operations access, centralized log aggregation, or long audit retention.

Technical view

OpenShift Container Platform before 4.1.3 logged OAuth tokens in plaintext in Kubernetes API server and OpenShift API server audit logs. The weakness maps to CWE-532 and has CVSS 3.0 score 2.3, requiring high privileges and local access with limited confidentiality impact.

Likely exposure

Exposure is limited to OpenShift Container Platform deployments before 4.1.3 where API server audit logs were enabled and accessible to privileged users. Retained logs from affected versions may still contain sensitive tokens.

Exploitation context

The source bundle marks KEV false and provides no cited evidence of active exploitation. Abuse requires sufficient privileges to access audit logs and depends on whether usable OAuth tokens remain present in retained logs.

Researcher notes

Primary evidence identifies plaintext OAuth token logging and fixes in operator pull requests. The public bundle does not include exploit reports, detailed patch behavior, or standalone mitigations beyond the fixed version, so remediation should stay aligned to Red Hat guidance.

Mitigation direction

  • Upgrade OpenShift Container Platform to 4.1.3 or later, following Red Hat guidance.
  • Restrict audit log access to the smallest operational group required.
  • Review retained API server audit logs for possible token disclosure.
  • Rotate or revoke exposed OAuth tokens after confirming exposure and vendor guidance.
  • Preserve incident evidence while avoiding unnecessary copying of plaintext tokens.

Validation and detection

  • Confirm all OpenShift clusters are running version 4.1.3 or later.
  • Identify audit log locations for Kubernetes API server and OpenShift API server.
  • Review log access permissions and privileged user groups.
  • Check retained logs from affected versions for sensitive token exposure.
  • Document any exposed principals and token rotation actions.
Prepared
Confidence
high
Sources
5

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-532: 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

Container behavior lookup

The affected technology mentions containers, so container-specific ATT&CK technique 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-2019-10165 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
2.3 (3.0)
Known Exploited
No
Published

Vector: CVSS:3.0/AV:L/AC:L/PR:H/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
4Source 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
2.3CVSS 3.0LowCVSS:3.0/AV:L/AC:L/PR:H/UI:N/S:U/C:L/I:N/A:N0.81.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.0 score

2.3Low
CVSS 3.0 vector shape for CVE-2019-10165Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.0/AV:L/AC:L/PR:H/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
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Red Hatopenshiftfixed in 4.1.3Listed
Weakness

CWE details

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

CWE-532 · source CWE mapping

Insertion of Sensitive Information into Log File

Insertion of Sensitive Information into Log File represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.