LiveActive security incident?Get immediate response
CVE Record

CVE-2017-16030: Useragent is used to parse useragent headers.

Useragent is used to parse useragent headers. It uses several regular expressions to accomplish this. An attacker could edit their own headers, creating an arbitrarily long useragent string, causing the event loop and server to block. This affects Useragent 2.1.12 and earlier.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This CVE is a denial-of-service risk in the Node.js useragent module. A requester can send an extremely long User-Agent header that triggers expensive regular-expression parsing, blocking the server event loop and slowing or stopping responses.

Executive priority

Treat as a focused availability risk. It is not described as data theft or code execution, but public services using the vulnerable module could be disrupted cheaply if request controls are weak.

Technical view

CVE-2017-16030 affects useragent 2.1.12 and earlier. The module parses User-Agent headers with regular expressions. Untrusted, arbitrarily long header values can cause event-loop blocking, mapping to CWE-400 resource consumption. Sources do not provide CVSS, fixed-version, or detailed remediation data.

Likely exposure

Exposure is most likely in Node.js web services that depend on useragent <=2.1.12 and parse incoming User-Agent headers on public or partner-facing routes.

Exploitation context

The source describes attacker-controlled header input causing blocking behavior. KEV is false, and the supplied sources do not cite active exploitation, public exploit use, or exploitation at scale.

Researcher notes

Evidence is limited to the CVE description and Node Security advisory reference. No CVSS, fixed release, exploit maturity, or patch details are included in the supplied bundle, so remediation should be verified against vendor/package guidance.

Mitigation direction

  • Inventory applications for useragent dependency versions <=2.1.12.
  • Check current vendor or package guidance for patched or replacement versions.
  • Limit accepted User-Agent header size at edge, proxy, or application layers.
  • Avoid parsing User-Agent headers before request size controls apply.
  • Prioritize internet-facing services and high-traffic APIs first.

Validation and detection

  • Review dependency manifests and lockfiles for useragent versions.
  • Map where applications parse User-Agent headers from requests.
  • Confirm edge or application controls reject oversized headers.
  • Run non-destructive staging tests for long-header handling.
  • Monitor logs for repeated abnormal User-Agent header lengths.
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-2017-16030 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
HackerOneuseragent node module<=2.1.12Listed
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.