LiveActive security incident?Get immediate response
CVE Record

CVE-2017-16086: ua-parser is a port of Browserscope's user agent parser.

ua-parser is a port of Browserscope's user agent parser. ua-parser is vulnerable to a ReDoS (Regular Expression Denial of Service) attack when given a specially crafted UserAgent header.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This CVE affects the ua-parser Node module. A malicious User-Agent header can make its regular expression processing consume excessive resources, potentially slowing or stopping services that parse those headers. The public bundle does not provide a CVSS score or named fix.

Executive priority

Treat as a targeted denial-of-service risk for services using this legacy package. Prioritize internet-facing systems and customer-critical request paths, but avoid emergency language unless local exposure is confirmed.

Technical view

CVE-2017-16086 is a Regular Expression Denial of Service issue in ua-parser, mapped to CWE-400. The source states all versions of the HackerOne ua-parser node module are affected when processing specially crafted UserAgent input.

Likely exposure

Exposure is most likely in Node.js applications that include ua-parser and process User-Agent headers from internet-facing HTTP requests, analytics pipelines, logging middleware, or request-enrichment code.

Exploitation context

The provided sources do not show CISA KEV listing or confirmed active exploitation. Exploitation would require the vulnerable parser to process attacker-controlled User-Agent input, causing resource exhaustion rather than data theft.

Researcher notes

Evidence is sparse: the bundle names ReDoS, UserAgent input, CWE-400, all versions, and a Node Security advisory. It does not provide CVSS, exploit evidence, or a concrete patched version.

Mitigation direction

  • Inventory Node.js projects and lockfiles for the ua-parser dependency.
  • Check the Node Security advisory and package guidance for a safe replacement or maintained fix.
  • Avoid using vulnerable parsing on internet-facing requests until guidance is confirmed.
  • Apply rate limiting and request resource controls where User-Agent parsing remains necessary.

Validation and detection

  • Search dependency manifests and lockfiles for ua-parser usage.
  • Identify routes, middleware, and jobs that parse externally supplied User-Agent headers.
  • Review logs or APM for latency spikes around User-Agent parsing paths.
  • Confirm whether any compensating controls limit repeated expensive requests.
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-16086 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
HackerOneua-parser node moduleAll versionsListed
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.