cve/2017/CVE-2017-16136.md
2024-05-26 14:27:05 +02:00

895 B

CVE-2017-16136

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.

POC

Reference

No PoCs from references.

Github