LiveActive security incident?Get immediate response
CVE Record

CVE-2017-8443: In Kibana X-Pack security versions prior to 5.4.3 if a Kibana user opens a crafted Kibana URL the result co...

In Kibana X-Pack security versions prior to 5.4.3 if a Kibana user opens a crafted Kibana URL the result could be a redirect to an improperly initialized Kibana login screen. If the user enters credentials on this screen, the credentials will appear in the URL bar. The credentials could then be viewed by untrusted parties or logged into the Kibana access logs.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

A crafted Kibana URL could lead a user to a faulty Kibana login screen. If they enter credentials, those credentials may appear in the browser URL and be captured in access logs or seen by untrusted parties.

Executive priority

Prioritize remediation where Kibana is used for security or operational data, because credential leakage can lead to broader unauthorized access even without direct remote code execution.

Technical view

Kibana X-Pack Security before 5.4.3 could expose submitted credentials in the URL after a crafted Kibana URL redirects to an improperly initialized login screen. The listed weakness is CWE-598, use of GET request method with sensitive query strings.

Likely exposure

Exposure is limited to Elastic Kibana deployments using X-Pack Security versions before 5.4.3, especially where users can be induced to open crafted Kibana links.

Exploitation context

The source bundle does not show CISA KEV listing, CVSS scoring, public exploit status, or confirmed active exploitation. The described risk requires user interaction and credential entry on the affected login screen.

Researcher notes

Evidence is sparse: no CVSS vector is provided, and the only affected range listed is before 5.4.3. Focus validation on version exposure, user interaction risk, and log handling for sensitive URL data.

Mitigation direction

  • Upgrade Kibana X-Pack Security to version 5.4.3 or later.
  • Review Elastic security guidance for any environment-specific instructions.
  • Treat exposed credentials as compromised and rotate them promptly.
  • Restrict access to Kibana and its access logs to trusted administrators.

Validation and detection

  • Inventory Kibana deployments and confirm X-Pack Security versions.
  • Identify any instances running versions earlier than 5.4.3.
  • Review Kibana access logs for credential-like values in URLs.
  • Confirm access logs are protected from untrusted readers.
  • Check whether affected users need credential rotation.
Prepared
Confidence
medium
Sources
3

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-598: 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-2017-8443 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
2Source 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
ElasticKibana X-Pack Securitybefore 5.4.3Listed
Weakness

CWE details

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

CWE-598 · source CWE mapping

Use of HTTP Request With Sensitive Query String

Use of HTTP Request With Sensitive Query String represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.