CVE-2025-11677: Use After Free in libwebsockets WebSocket server
Use After Free in WebSocket server implementation in lwshandshakeserver in warmcat libwebsockets may allow an attacker, in specific configurations where the user provides a callback function that handles LWSCALLBACKHTTPCONFIRMUPGRADE, to achieve denial of service.
Affected Software
Remediation
Information
Event History
Frequently Asked Questions
What is the severity of CVE-2025-11677?
CVE-2025-11677 is classified as a denial of service vulnerability.
How do I fix CVE-2025-11677?
To fix CVE-2025-11677, ensure that your implementation of the WebSocket server does not use user-defined callback functions that handle LWS_CALLBACK_HTTP_CONFIRM_UPGRADE.
What causes CVE-2025-11677?
CVE-2025-11677 is caused by a use after free condition in the WebSocket server implementation when specific user-provided callback configurations are used.
Which software is affected by CVE-2025-11677?
CVE-2025-11677 affects the warmcat libwebsockets software library.
Can CVE-2025-11677 be exploited remotely?
Yes, CVE-2025-11677 can potentially be exploited remotely if the vulnerable configurations are in place.