Bug 1500711 (CVE-2017-16136)

Summary: CVE-2017-16136 nodejs-method-override: Regular expression Denial of Service
Product: [Other] Security Response Reporter: Andrej Nemec <anemec>
Component: vulnerabilityAssignee: Red Hat Product Security <security-response-team>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: unspecifiedCC: drusso, jmadigan, jshepherd, kpiwko, lgriffin, ngough, nodejs-sig, pbraun, pwright, rrajasek, tchollingsworth, tjay
Target Milestone: ---Keywords: Security
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: nodejs-method-override 2.3.10 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-10-23 06:09:20 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1500712, 1500713, 1500725, 1500726    
Bug Blocks: 1500716    

Description Andrej Nemec 2017-10-11 11:16:33 UTC
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.

Upstream patch:

https://github.com/expressjs/method-override/commit/4c58835a61fdf7a8e070d6f8ecd5379a961d0987

Comment 1 Andrej Nemec 2017-10-11 11:17:00 UTC
Created nodejs-mime tracking bugs for this issue:

Affects: epel-all [bug 1500712]
Affects: fedora-all [bug 1500713]

Comment 2 Andrej Nemec 2017-10-11 11:40:30 UTC
Created nodejs-method-override tracking bugs for this issue:

Affects: epel-all [bug 1500725]
Affects: fedora-all [bug 1500726]