Bug 2303434

Summary: CVE-2024-37890 obs-cef: denial of service when handling a request with many HTTP headers [fedora-all]
Product: [Fedora] Fedora Reporter: Dhananjay Arunesh <darunesh>
Component: obs-cefAssignee: Asahi Lina <lina>
Status: CLOSED NOTABUG QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: 40CC: lina, multimedia-sig, ngompa13, thunderbirdtr
Target Milestone: ---Keywords: Security, SecurityTracking
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: {"flaws": ["d03c9b4d-858d-4cb9-988b-9253a193b3e3"]}
Fixed In Version: Doc Type: No Doc Update
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2024-08-07 11:58:43 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:    
Bug Blocks: 2292777    

Description Dhananjay Arunesh 2024-08-07 11:31:58 UTC
More information about this security flaw is available in the following bug:

https://bugzilla.redhat.com/show_bug.cgi?id=2292777

Disclaimer: Community trackers are created by Red Hat Product Security team on a best effort basis. Package maintainers are required to ascertain if the flaw indeed affects their package, before starting the update process.

Comment 1 Asahi Lina 2024-08-07 11:58:43 UTC
websocket-js is only used in obs-cef (and Chromium in general) for the devtools frontend, as a client. Since this CVE is in the server side which is not used in production, it is not relevant to this package.

Comment 2 Asahi Lina 2024-08-07 12:01:54 UTC
For verification, grep the source tree for "WebSocketServer". The only hits in JS code are within websocket-js itself, and in `third_party/devtools-frontend/src/scripts/hosted_mode/server.js` which is a development server for local testing, not used in the built package.