LiveActive security incident?Get immediate response
CVE Record

CVE-2018-3739: https-proxy-agent before 2.1.1 passes auth option to the Buffer constructor without proper sanitization, re...

https-proxy-agent before 2.1.1 passes auth option to the Buffer constructor without proper sanitization, resulting in DoS and uninitialized memory leak in setups where an attacker could submit typed input to the 'auth' parameter (e.g. JSON).

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2018-3739 affects the Node.js https-proxy-agent module before version 2.1.1. If an application lets an attacker influence the proxy auth value as typed input, the module could leak uninitialized memory or be forced into denial of service. Exposure depends on how the application supplies proxy authentication.

Executive priority

Prioritize remediation where Node.js services process untrusted configuration or request data that can influence proxy authentication. For ordinary internal-only dependency use without attacker-controlled auth input, handle through normal dependency hygiene.

Technical view

The issue is improper sanitization of the auth option before passing it to the Buffer constructor in https-proxy-agent. The described impact is denial of service and uninitialized memory disclosure when attacker-controlled typed input, such as JSON, reaches auth. The CVE lists versions before 2.1.1 as affected.

Likely exposure

Most exposure is indirect through Node.js applications or services that depend on https-proxy-agent before 2.1.1 and accept untrusted input that can influence proxy auth configuration.

Exploitation context

The provided sources do not show active exploitation, and the CVE is not marked KEV. Practical exploitation appears conditional: an attacker must be able to submit typed input to the auth parameter or an equivalent application path.

Researcher notes

Evidence is limited to the CVE description and HackerOne reference. No CVSS vector, public exploit status, or operational workaround is provided in the bundle. The key validation question is whether attacker-controlled typed input can reach the auth option.

Mitigation direction

  • Upgrade https-proxy-agent to version 2.1.1 or later.
  • Review dependency trees for transitive use of affected https-proxy-agent versions.
  • Prevent untrusted users from controlling proxy authentication options.
  • Check vendor or package guidance if upgrade constraints exist.

Validation and detection

  • Inspect application dependency manifests and lockfiles for https-proxy-agent versions before 2.1.1.
  • Identify code paths that map external JSON or request data into proxy auth settings.
  • Confirm deployed artifacts use the remediated dependency version, not only source manifests.
  • Review logs for unexplained crashes around proxy setup, without treating them as proof of exploitation.
Prepared
Confidence
medium
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 · low confidence lookup

CWE-400: 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-2018-3739 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
2Source 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
HackerOnehttps-proxy-agent node moduleVersions before 2.1.1Listed
Weakness

CWE details

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

CWE-400 · source CWE mapping

Uncontrolled Resource Consumption

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