LiveActive security incident?Get immediate response
CVE Record

CVE-2020-8287: Node.js versions before 10.23.1, 12.20.1, 14.15.4, 15.5.1 allow two copies of a header field in an HTTP req...

Node.js versions before 10.23.1, 12.20.1, 14.15.4, 15.5.1 allow two copies of a header field in an HTTP request (for example, two Transfer-Encoding header fields). In this case, Node.js identifies the first header field and ignores the second. This can lead to HTTP Request Smuggling.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

Affected Node.js versions mishandled duplicate HTTP request headers. In some proxy or gateway setups, that parser difference can let one request be interpreted as two, creating HTTP request smuggling risk against web applications and APIs.

Executive priority

Prioritize remediation for public web applications and APIs running affected Node.js versions, particularly where traffic passes through proxies or gateways. No active exploitation is cited here, but request smuggling can undermine access controls and routing assumptions.

Technical view

Node.js before 10.23.1, 12.20.1, 14.15.4, and 15.5.1 accepted duplicate header fields such as Transfer-Encoding by using the first value and ignoring the second. The CVE maps to CWE-444, inconsistent HTTP request interpretation.

Likely exposure

Exposure is most likely in internet-facing Node.js services using affected versions, especially behind reverse proxies, load balancers, WAFs, API gateways, or products embedding Node/http-parser. Legacy Node 4 through 15 lines appear in the affected list.

Exploitation context

The provided bundle does not show CISA KEV listing or active exploitation. The risk is request smuggling when Node.js and another HTTP component disagree on duplicate header handling; real impact depends on deployment topology.

Researcher notes

Evidence is strong for the root cause and fixed Node.js releases, but the bundle lacks CVSS details and active exploitation evidence. Validate exposure by topology, not package presence alone; smuggling generally requires parser disagreement across HTTP components.

Mitigation direction

  • Upgrade Node.js to 10.23.1, 12.20.1, 14.15.4, 15.5.1, or later supported releases.
  • Apply operating-system or product vendor updates where Node.js or http-parser is bundled.
  • Retire unsupported Node.js lines and rebuild containers, serverless runtimes, and appliance images.
  • Review reverse proxy and gateway guidance for strict duplicate header rejection.
  • Check vendor advisories for embedded products before assuming application-only remediation is sufficient.

Validation and detection

  • Inventory runtime Node.js versions across hosts, containers, CI images, and serverless functions.
  • Identify internet-facing services using Node.js behind proxies, WAFs, or API gateways.
  • Confirm patched package versions from Node.js or distribution vendor advisories.
  • Review HTTP gateway logs for rejected or anomalous duplicate-header requests.
  • Verify dependency and base-image rebuilds actually deploy the patched runtime.
Prepared
Confidence
high
Sources
8

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-444: 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-2020-8287 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
11Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
NodeJSNode4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0, 11.0, 12.0, 13.0, 14.0, 15.0unaffected
Weakness

CWE details

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

CWE-444 · source CWE mapping

Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling')

Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.