LiveActive security incident?Get immediate response
CVE Record

CVE-2019-5448: Yarn before 1.17.3 is vulnerable to Missing Encryption of Sensitive Data due to HTTP URLs in lockfile causi...

Yarn before 1.17.3 is vulnerable to Missing Encryption of Sensitive Data due to HTTP URLs in lockfile causing unencrypted authentication data to be sent over the network.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

Yarn versions before 1.17.3 could send authentication data over unencrypted HTTP when lockfiles contained HTTP URLs. This creates a credential exposure risk for developers and CI systems using vulnerable Yarn, especially where registry tokens are present. The source bundle identifies a fixed version but does not provide a CVSS score.

Executive priority

Treat this as a credential-protection issue, not a broad emergency. Prioritize build systems and projects using private package registries because leaked tokens can affect software supply-chain integrity. Upgrade and token review should be scheduled promptly.

Technical view

CVE-2019-5448 is a CWE-311 missing-encryption issue in Yarn before 1.17.3. HTTP URLs in yarn.lock could cause registry authentication data to be transmitted without transport encryption. The vendor advisory recommends updating to 1.17.3. No KEV listing or active exploitation evidence is provided.

Likely exposure

Exposure is most likely in older developer workstations, build agents, or CI pipelines still running Yarn before 1.17.3 with lockfiles or registry configuration that use HTTP URLs. Risk rises when npm or private registry credentials are available during install operations.

Exploitation context

The sources describe credential exposure over the network, not remote code execution. A realistic concern is interception of unencrypted traffic where vulnerable Yarn is used. The provided evidence does not establish active exploitation, public weaponization, or inclusion in CISA KEV.

Researcher notes

Evidence is clear on affected product and fixed version, but incomplete on severity scoring and exploitation. Focus validation on Yarn version, lockfile URL schemes, registry authentication handling, and whether credentials were available during installs on observable networks.

Mitigation direction

  • Upgrade Yarn to version 1.17.3 or later.
  • Replace HTTP registry URLs in lockfiles and configuration with HTTPS URLs.
  • Rotate registry tokens if vulnerable builds may have transmitted credentials.
  • Check Yarn and registry vendor guidance for any additional remediation.
  • Avoid running legacy Yarn in CI or release workflows.

Validation and detection

  • Inventory Yarn versions on developer endpoints and CI runners.
  • Inspect yarn.lock files for HTTP registry URLs.
  • Review package manager configuration for HTTPS registry endpoints.
  • Check whether registry tokens were present during vulnerable installs.
  • Confirm builds still work after upgrading Yarn.
Prepared
Confidence
high
Sources
5

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-311: 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-2019-5448 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
4Source 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
yarnyarnFixed in 1.17.3Listed
Weakness

CWE details

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

CWE-311 · source CWE mapping

Missing Encryption of Sensitive Data

Missing Encryption of Sensitive Data represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.