Name
libwebsockets
Version
4.3.3
Type
library
Description
Canonical libwebsockets.org websocket library
Licenses
MIT & Zlib & BSD-3-Clause & Apache-2.0
PURL
-
CPE
cpe:2.3:*:*:libwebsockets:4.3.3:*:*:*:*:*:*:*
Other Versions#
Patches#
#
Title
Author
Resolve
1
ssh: plugin: add limit to resource exhaustion
Biniam F Demissie <biniamfd@gmail.com>
CVE-2026-10650
2
NN-2025-0102: UAF depending on upgrade allowed
Hugo SIMELIERE <hsimeliere.opensource@witekio.com>
CVE-2025-11677
3
NN-2025-0103: ADNS crafted response overflow
Hugo SIMELIERE <hsimeliere.opensource@witekio.com>
CVE-2025-11678
Vulnerabilities#
Name
Analysis
Description
Patched
A flaw has been found in warmcat libwebsockets up to 4.5.8. This issue affects the function lws_ssh_parse_plaintext of the file plugins/protocol_lws_ssh_base/sshd.c of the component SSH Protocol Handler. Executing a manipulation of the argument msg_len can lead to resource consumption. The attack may be launched remotely. The exploit has been published and may be used. This patch is called 3f9f0c6ecaf0e6f3f219d30632c5d1f2479d7498. A patch should be applied to remediate this issue.
False Positive
Improper Restriction of Operations within the Bounds of a Memory Buffer vulnerability in warmcat libwebsockets allows Pointer Manipulation, potentially leading to out-of-bounds memory access. This issue affects libwebsockets before 4.3.4 and is present in code built specifically for the Win32 platform.
By default, the affected code is not executed unless one of the following conditions is met:
LWS_WITHOUT_EXTENSIONS (default ON) is manually set to OFF in CMake.
LWS_WITH_HTTP_STREAM_COMPRESSION (default OFF) is manually set to ON in CMake.
Despite these conditions, when triggered in affected configurations, this vulnerability may allow attackers to manipulate pointers, potentially leading to memory corruption or unexpected behavior.
Patched
Stack-based Buffer Overflow in lws_adns_parse_label in warmcat libwebsockets allows, when the LWS_WITH_SYS_ASYNC_DNS flag is enabled during compilation, to overflow the label_stack, when the attacker is able to sniff a DNS request in order to craft a response with a matching id containing a label longer than the maximum.
Patched
Use After Free in WebSocket server implementation in lws_handshake_server in warmcat libwebsockets may allow an attacker, in specific configurations where the user provides a callback function that handles LWS_CALLBACK_HTTP_CONFIRM_UPGRADE, to achieve denial of service.