LiveActive security incident?Get immediate response
CVE Record

CVE-2017-16136: method-override is a module used by the Express.js framework to let you use HTTP verbs such as PUT or DELET...

method-override is a module used by the Express.js framework to let you use HTTP verbs such as PUT or DELETE in places where the client doesn't support it. method-override is vulnerable to a regular expression denial of service vulnerability when specially crafted input is passed in to be parsed via the X-HTTP-Method-Override header.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This vulnerability can let a malformed request header consume excessive server processing in Express.js applications using vulnerable method-override versions. The business risk is service degradation or outage, not data theft, based on the provided sources.

Executive priority

Prioritize remediation for internet-facing Express services, especially customer portals or APIs where downtime affects revenue or support obligations. Internal-only apps can follow normal maintenance cadence after exposure is confirmed.

Technical view

CVE-2017-16136 is a regular expression denial-of-service issue in the method-override Node module. Specially crafted input in the X-HTTP-Method-Override header can trigger excessive parsing work. Affected versions are <= 1.0.2 and > 2.0.0 < 2.3.10.

Likely exposure

Exposure is limited to Node.js/Express applications that include method-override in the affected version ranges and parse X-HTTP-Method-Override from client-controlled requests.

Exploitation context

The bundle does not show CISA KEV listing, public exploitation, or exploit maturity. Treat this as a reachable denial-of-service risk where vulnerable apps accept untrusted HTTP headers.

Researcher notes

The provided evidence identifies affected versions and the vulnerable input source but does not include CVSS details, exploit telemetry, or complete remediation text. Validate findings through dependency analysis and middleware configuration review.

Mitigation direction

  • Inventory applications using the method-override Node module.
  • Compare installed versions against <= 1.0.2 and > 2.0.0 < 2.3.10.
  • Upgrade outside affected ranges according to vendor guidance.
  • Review whether X-HTTP-Method-Override support is still required.
  • Apply edge rate limits for suspicious request bursts.

Validation and detection

  • Check package manifests and lockfiles for method-override versions.
  • Confirm production deployments match reviewed dependency versions.
  • Review Express middleware configuration for method-override header parsing.
  • Test availability controls without sending malicious payloads.
  • Monitor error rates and CPU spikes on affected routes.
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-16136 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
HackerOnemethod-override node module<= 1.0.2 || > 2.0.0 < 2.3.10Listed
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.