LiveActive security incident?Get immediate response
CVE Record

CVE-2019-19342: A flaw was found in Ansible Tower, versions 3.6.x before 3.6.2 and 3.5.x before 3.5.4, when /websocket is r...

A flaw was found in Ansible Tower, versions 3.6.x before 3.6.2 and 3.5.x before 3.5.4, when /websocket is requested and the password contains the '#' character. This request would cause a socket error in RabbitMQ when parsing the password and an HTTP error code 500 and partial password disclose will occur in plaintext. An attacker could easily guess some predictable passwords or brute force the password.

MediumCVSS 5.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2019-19342 is an information disclosure flaw in Red Hat Ansible Tower. In affected 3.5.x and 3.6.x releases, a /websocket request involving a password containing '#' can trigger an error that exposes part of the password in plaintext.

Executive priority

Treat as a moderate-priority remediation for affected Tower deployments. The issue can leak password fragments without authentication, but available sources show low confidentiality impact and no KEV-confirmed active exploitation.

Technical view

Affected Ansible Tower versions 3.6.x before 3.6.2 and 3.5.x before 3.5.4 mishandle RabbitMQ password parsing during /websocket requests. The failure returns HTTP 500 and partially discloses the password, matching CWE-209 information exposure through error output.

Likely exposure

Exposure is limited to organizations running affected Ansible Tower 3.5.x or 3.6.x versions with the web or /websocket interface reachable. The source bundle does not provide CPEs, deployment frequency, or evidence for other Red Hat products.

Exploitation context

The CVSS vector is network-accessible, low complexity, no privileges, and no user interaction, with low confidentiality impact. The bundle says KEV is false and provides no cited evidence of active exploitation or public exploit tooling.

Researcher notes

Evidence is narrow: the bundle identifies affected version ranges, the /websocket trigger condition, RabbitMQ parsing failure, HTTP 500 behavior, and partial plaintext disclosure. It does not include a full advisory, exploit details, or environmental prerequisites beyond affected Tower versions.

Mitigation direction

  • Upgrade Ansible Tower 3.5.x to 3.5.4 or later.
  • Upgrade Ansible Tower 3.6.x to 3.6.2 or later.
  • Review Red Hat guidance for supported remediation in your deployment branch.
  • Restrict untrusted network access to the Tower web and /websocket endpoints.
  • Rotate credentials if logs or errors indicate possible password exposure.

Validation and detection

  • Inventory all Ansible Tower instances and record exact versions.
  • Confirm no instance runs 3.5.x before 3.5.4 or 3.6.x before 3.6.2.
  • Review application and proxy logs for unexpected /websocket HTTP 500 errors.
  • Check whether affected endpoints are reachable from untrusted networks.
  • Document credential rotation decisions for accounts that may have been exposed.
Prepared
Confidence
high
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 · medium confidence lookup

CWE-209: Information exposure and cloud metadata lookup

Information exposure and SSRF weaknesses can make discovery, cloud metadata, and credential material review relevant. 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-2019-19342 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
5.3 (3.0)
Known Exploited
No
Published

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

Vulnerability scoring details

Base CVSS 3.0 score

5.3Medium
CVSS 3.0 vector shape for CVE-2019-19342Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Red HatTowerall ansible_tower versions 3.6.x before 3.6.2, all ansible_tower versions 3.5.x before 3.5.4Listed
Weakness

CWE details

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

CWE-209 · source CWE mapping

Generation of Error Message Containing Sensitive Information

Generation of Error Message Containing Sensitive Information represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.