CVE-2026-77358
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.
Properties
- epss_score
- 0.00287
- cve_id
- CVE-2026-77358
- signal_observed_at
- 2026-09-15T21:12:47+00:00
- published_at
- 2026-08-28T00:18:15.790
- last_modified
- 2026-09-09T21:09:13.080
- epss_percentile
- 0.21198
Related Entities (3)
ENRICHED_BY (1)
HAS_WEAKNESS (1)
DESCRIBED_BY (1)
Explore deeper with Ninja Signal's threat intelligence graph