LiveActive security incident?Get immediate response
CVE Record

CVE-2020-8251: Node.js < 14.11.0 is vulnerable to HTTP denial of service (DoS) attacks based on delayed requests submissio...

Node.js < 14.11.0 is vulnerable to HTTP denial of service (DoS) attacks based on delayed requests submission which can make the server unable to accept new connections.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

Older Node.js versions can be tied up by delayed HTTP request submission, making affected servers unable to accept new connections. This is an availability risk, not a reported data theft issue. Business urgency depends on whether internet-facing services still run Node.js before the security release level.

Executive priority

Treat as a focused availability remediation. It is not marked KEV and has no CVSS in the bundle, but exposed legacy Node.js services could be knocked offline. Prioritize public services and unsupported runtimes.

Technical view

CVE-2020-8251 is a CWE-400 resource exhaustion issue in Node.js HTTP handling. Sources describe a denial-of-service condition from delayed request submission affecting Node.js before 14.11.0 and older listed major lines. Fixed package details are vendor-specific.

Likely exposure

Most exposure is in internet-facing or partner-facing HTTP services running unpatched Node.js runtimes before 14.11.0, or vendor appliances/packages that embedded vulnerable Node.js builds. Modern maintained Node.js versions are less likely exposed.

Exploitation context

The source bundle does not show CISA KEV listing or confirmed active exploitation. The public HackerOne report indicates the issue was disclosed, but this analysis should not assume exploitation in the wild without additional evidence.

Researcher notes

Evidence supports HTTP denial of service through delayed request submission in older Node.js. The bundle does not provide exploit status, CVSS, or detailed product-specific fixes beyond referenced advisories. Validate exact affected versions against the Node.js and vendor advisories.

Mitigation direction

  • Upgrade Node.js to the September 2020 security release level or later.
  • Prioritize externally reachable Node.js HTTP services.
  • Apply vendor-patched packages from Linux distribution or product advisories.
  • Check NetApp, Fedora, and Gentoo guidance where those ecosystems apply.
  • Retire unsupported Node.js major versions from production.

Validation and detection

  • Inventory Node.js runtime versions across servers, containers, and build artifacts.
  • Confirm no production service runs Node.js before 14.11.0.
  • Check vendor package versions against Fedora, Gentoo, and NetApp advisories.
  • Review edge and load balancer telemetry for connection exhaustion symptoms.
  • Document any exception with compensating availability controls.
Prepared
Confidence
medium
Sources
7

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-2020-8251 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
6Source 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
NodeJSNode4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 11.0, 13.0, 14.0unaffected
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.