LiveActive security incident?Get immediate response
CVE Record

CVE-2017-2589: It was discovered that the hawtio servlet 1.4 uses a single HttpClient instance to proxy requests with a pe...

It was discovered that the hawtio servlet 1.4 uses a single HttpClient instance to proxy requests with a persistent cookie store (cookies are stored locally and are not passed between the client and the end URL) which means all clients using that proxy are sharing the same cookies.

HighCVSS 8.7Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2017-2589 affects hawtio servlet 1.4. Its proxy can make different users share the same locally stored cookies, creating a risk that one user's proxied session data is reused for another. For a management interface, that can mean serious confidentiality and integrity impact.

Executive priority

Treat as a high-priority remediation item for affected management environments. The flaw can break user isolation in a proxy path and may expose administrative session context, but the provided sources do not support claims of active exploitation.

Technical view

hawtio servlet 1.4 used a single HttpClient instance with a persistent cookie store for proxy requests. Cookies were stored locally by the proxy rather than isolated per client, so all clients using that proxy shared cookie state. The CVSS 3.0 score is 8.7 with network attack vector, low complexity, low privileges, and required user interaction.

Likely exposure

Exposure is limited to environments running Red Hat hawtio 1.4 with the affected servlet proxy behavior. Risk is higher where multiple authenticated users access the same hawtio proxy, especially for administrative or management workflows.

Exploitation context

The source bundle does not show CISA KEV listing or cited evidence of active exploitation. The issue is still high impact because cookie sharing across proxy users can undermine authorization boundaries and affect confidentiality and integrity.

Researcher notes

The core issue is shared cookie state in a single proxy HttpClient instance. Validate exposure by confirming the exact hawtio version and servlet proxy usage. Do not assume broader product impact beyond Red Hat hawtio 1.4 from the provided sources.

Mitigation direction

  • Inventory systems running hawtio servlet 1.4.
  • Review Red Hat RHSA-2017:1832 for official remediation guidance.
  • Apply vendor-provided updates or configuration guidance where applicable.
  • Limit access to affected management interfaces while remediation is pending.
  • Monitor vendor advisories for any updated fix details.

Validation and detection

  • Confirm whether hawtio servlet 1.4 is deployed.
  • Identify whether the hawtio proxy servlet is enabled or reachable.
  • Check package and advisory status against RHSA-2017:1832.
  • Review access logs for unexpected cross-user proxy activity.
  • Document compensating controls if immediate remediation is unavailable.
Prepared
Confidence
high
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-285: 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-2589 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
High
CVSS
8.7 (3.0)
Known Exploited
No
Published

Vector: CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/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
8.7CVSS 3.0HighCVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N2.35.8Primary CVE score

Vulnerability scoring details

Base CVSS 3.0 score

8.7High
CVSS 3.0 vector shape for CVE-2017-2589Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/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 Hathawtio1.4Listed
Weakness

CWE details

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

CWE-285 · source CWE mapping

Improper Authorization

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