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-cef | Assignee: | Asahi Lina <lina> |
Status: | CLOSED NOTABUG | QA Contact: | |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 40 | CC: | 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
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. 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. |