Vulnerability Description
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.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Expressjs | Method-Override | < 2.3.10 |
Related Weaknesses (CWE)
References
- https://nodesecurity.io/advisories/538Third Party Advisory
- https://nodesecurity.io/advisories/538Third Party Advisory
FAQ
What is CVE-2017-16136?
CVE-2017-16136 is a vulnerability with a CVSS score of 7.5 (HIGH). 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 e...
How severe is CVE-2017-16136?
CVE-2017-16136 has been rated HIGH with a CVSS base score of 7.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2017-16136?
Check the references section above for vendor advisories and patch information. Affected products include: Expressjs Method-Override.