Bug 2526710 - CVE-2026-77358 cpp-httplib: cpp-httplib: Use-after-free in WebSocket client leads to denial of service [fedora-all]
Summary: CVE-2026-77358 cpp-httplib: cpp-httplib: Use-after-free in WebSocket client l...
Keywords:
Status: NEW
Alias: None
Product: Fedora
Classification: Fedora
Component: cpp-httplib
Version: rawhide
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
Assignee: Petr Menšík
QA Contact:
URL:
Whiteboard: {"flaws": ["f57dc7eb-952c-42ee-b78f-7...
Depends On:
Blocks: CVE-2026-77358
TreeView+ depends on / blocked
 
Reported: 2026-09-01 08:42 UTC by Vladimir Vasilev
Modified: 2026-09-01 08:42 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Vladimir Vasilev 2026-09-01 08:42:52 UTC
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.

cpp-httplib is a C++ header-only HTTP/HTTPS library. In versions 0.33.0 through 0.50.0, the TLS-enabled WebSocket client frees the TLS session before closing the WebSocket that still uses it, producing a use-after-free. In WebSocketClient::shutdown_and_close the SSL object is freed and the pointer cleared, but the subsequent WebSocket close still sends a close frame through the SSL socket stream, which holds a raw copy of the now-dangling session pointer and reads from and writes to the freed memory. The same freed-then-used ordering is reachable through the client's destructor and its connect path, so ordinary teardown of a secure WebSocket connection triggers the defect. This issue is fixed in version 0.50.1.


Note You need to log in before you can comment on or make changes to this bug.