LiveActive security incident?Get immediate response
CVE Record

CVE-2017-12195: A flaw was found in all Openshift Enterprise versions using the openshift elasticsearch plugin.

A flaw was found in all Openshift Enterprise versions using the openshift elasticsearch plugin. An attacker with knowledge of the given name used to authenticate and access Elasticsearch can later access it without the token, bypassing authentication. This attack also requires that the Elasticsearch be configured with an external route, and the data accessed is limited to the indices.

MediumCVSS 6.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This flaw affects OpenShift Enterprise environments using the OpenShift Elasticsearch plugin. If Elasticsearch is exposed through an external route, someone who knows the authentication name may later access indexed data without the token. The known impact is limited confidentiality and integrity risk for Elasticsearch indices, not full cluster takeover.

Executive priority

Treat this as a targeted legacy-platform exposure issue. Prioritize environments where Elasticsearch was externally routed, because those deployments have the clearest path to data exposure or index tampering.

Technical view

CVE-2017-12195 is a CWE-287 authentication bypass in the OpenShift Elasticsearch plugin. The CVSS 3.0 vector is AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N. Exploitation requires an external Elasticsearch route and knowledge of the authentication name; access is described as limited to indices.

Likely exposure

Exposure is most likely in legacy Red Hat OpenShift Enterprise deployments using the OpenShift Elasticsearch plugin with Elasticsearch configured on an external route.

Exploitation context

The bundle does not show active exploitation and CISA KEV is false. The issue is network-reachable and low complexity by CVSS, but depends on a specific external-route configuration and knowledge of the authentication name.

Researcher notes

Affected scope in the bundle is broad, but conditional: OpenShift Enterprise versions using the plugin and an external Elasticsearch route. The sources do not provide exploit evidence, detailed patch contents, or broader product impact beyond Red Hat OpenShift.

Mitigation direction

  • Review and apply Red Hat guidance in RHSA-2017:3188 and RHSA-2017:3389.
  • Inventory OpenShift Enterprise clusters using the OpenShift Elasticsearch plugin.
  • Remove unnecessary external Elasticsearch routes where business use does not require them.
  • Restrict Elasticsearch route access while vendor remediation status is confirmed.
  • Monitor Elasticsearch index access for unexpected tokenless or unauthenticated activity.

Validation and detection

  • Confirm whether the OpenShift Elasticsearch plugin is present in each OpenShift Enterprise environment.
  • Check whether Elasticsearch is configured with any external route.
  • Verify relevant Red Hat advisories are applied or otherwise addressed.
  • Confirm controlled tokenless access attempts are rejected after remediation.
  • Review index access logs for unexpected access during the exposure window.
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 · medium confidence lookup

CWE-287: Credential and account abuse lookup

Authentication and credential weaknesses can make valid-account abuse and credential telemetry useful review starting points. 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

Credential and access behavior lookup

The CVE wording references authentication or credential exposure, so valid-account and credential-access 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-2017-12195 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
Medium
CVSS
6.5 (3.0)
Known Exploited
No
Published

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/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
6.5CVSS 3.0MediumCVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N3.92.5Primary CVE score

Vulnerability scoring details

Base CVSS 3.0 score

6.5Medium
CVSS 3.0 vector shape for CVE-2017-12195Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/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
Red HatOpenShiftallListed
Weakness

CWE details

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

CWE-287 · source CWE mapping

Improper Authentication

Improper Authentication represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.