LiveActive security incident?Get immediate response
CVE Record

CVE-2017-16137: The debug module is vulnerable to regular expression denial of service when untrusted user input is passed...

The debug module is vulnerable to regular expression denial of service when untrusted user input is passed into the o formatter. It takes around 50k characters to block for 2 seconds making this a low severity issue.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysislow

Security readout for executives and security teams

Plain-English summary

CVE-2017-16137 is a low-severity denial-of-service issue in the Node.js debug module. If an application passes attacker-controlled input into the module's o formatter, very large input can consume CPU and temporarily block processing.

Executive priority

Treat as routine dependency hygiene unless the affected formatter is reachable from untrusted input on a high-traffic service. Prioritize patching during normal maintenance windows.

Technical view

The issue is a regular expression denial of service in debug, classified as CWE-400. The supplied CVE data lists affected versions as <= 2.6.8 and >= 3.0.0 <= 3.0.1. The description says about 50k characters can block execution for roughly two seconds.

Likely exposure

Exposure is most likely in Node.js applications that depend on affected debug versions and pass untrusted user input to the o formatter. Dependency presence alone is not enough to prove exploitability.

Exploitation context

The bundle does not cite active exploitation, and KEV is false. The described impact is application slowdown or temporary event-loop blocking, not code execution or data theft.

Researcher notes

Evidence is limited to the CVE description, affected version ranges, CWE, and linked upstream issue or PR references. No CVSS vector, confirmed exploit activity, or detailed vendor mitigation text is included in the bundle.

Mitigation direction

  • Inventory direct and transitive debug dependencies in Node.js projects.
  • Upgrade debug to a non-affected version, following maintainer or package advisory guidance.
  • Avoid passing untrusted user-controlled values to the o formatter.
  • Apply input size limits where debug formatting touches request-controlled data.

Validation and detection

  • Check package lockfiles for debug versions <=2.6.8 or 3.0.0 through 3.0.1.
  • Review code paths that call debug formatting with the o formatter.
  • Confirm whether those values can be influenced by external users.
  • Run regression tests after dependency updates to catch logging or formatting behavior changes.
Prepared
Confidence
medium
Sources
5

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-16137 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.

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
HackerOnedebug node module<= 2.6.8 || >= 3.0.0 <= 3.0.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.