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.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-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 lookupCredential 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 lookupCVE-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- 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
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.
CVSS vector scores
1 official scoreWe 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.
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N3.91.4Primary CVE scoreVulnerability scoring details
Base CVSS 3.0 score
5.3MediumVector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
Source materials
- CVE List V5 sourceCVE List V5
- https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-19342CVE reference · x_refsource_CONFIRM
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
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.
