Security readout for executives and security teams
Plain-English summary
DuoConnect could expose a cached Duo Network Gateway authentication token if the relay URL is configured with http://. A same-network attacker sniffing traffic might see that token. The token can provide network-level access to protected SSH destinations through that relay, but it does not replace separate SSH authentication.
Executive priority
Treat this as a configuration-sensitive medium-risk issue. It can expose access tokens on local networks, but it does not directly bypass SSH credentials. Prioritize verification where administrators, engineers, or vendors use DuoConnect from shared networks.
Technical view
This is a CWE-319 cleartext transmission issue in DuoConnect SSH relay handling. After browser authentication, DuoConnect caches a DNG token, valid by default for 8 hours. If a later SSH connection uses a -relay value beginning with http://, DuoConnect sends the token over insecure HTTP before SSH authentication occurs.
Likely exposure
Exposure is most likely in environments using DuoConnect with Duo Network Gateway-protected SSH where client relay configuration starts with http://. Risk increases on shared, hostile, or untrusted networks while a valid cached DNG token exists.
Exploitation context
The source bundle does not show KEV listing or active exploitation evidence. Exploitation requires user interaction, a valid cached token, an HTTP relay configuration, and an attacker positioned to observe local network traffic. The stolen token alone does not authenticate to the SSH server.
Researcher notes
Key constraints are important: the vulnerable condition depends on http:// in the relay value and a valid cached token. The DNG token may provide network-level relay access only to protected SSH servers and ports; independent SSH authentication and encryption still apply.
Mitigation direction
- Ensure DuoConnect -relay values use https://, not http://.
- Review Duo's advisory for vendor-specific remediation guidance.
- Inventory DuoConnect and DNG-protected SSH configurations.
- Reduce exposure on shared networks until relay settings are verified.
- Assess DNG token lifetime settings against operational need.
Validation and detection
- Search managed DuoConnect configurations for relay URLs beginning with http://.
- Confirm DNG-protected SSH workflows use HTTPS relay endpoints.
- Identify users and systems running DuoConnect for SSH access.
- Review DNG token lifetime configuration and defaults.
- Check whether vendor guidance has been applied.
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-319: 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 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-2020-3442 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
- 4.8 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:A/AC:H/PR:N/UI:R/S:U/C:H/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.1/AV:A/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N1.23.6Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
4.8MediumVector: CVSS:3.1/AV:A/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N
Source materials
- CVE List V5 sourceCVE List V5
- DuoConnect SSH Connection VulnerabilityCVE reference · vendor-advisory, x_refsource_CISCO
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.
Cleartext Transmission of Sensitive Information
Cleartext Transmission of Sensitive Information represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
