Logo
componentlibwebsockets
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#


Project
Branch
Version
kirkstone
4.2.2
master
4.5.8

Patches#


#
Title
Author
Resolve
1
NN-2025-0102: UAF depending on upgrade allowed
Hugo SIMELIERE <hsimeliere.opensource@witekio.com>
CVE-2025-11677
2
NN-2025-0103: ADNS crafted response overflow
Hugo SIMELIERE <hsimeliere.opensource@witekio.com>
CVE-2025-11678

Vulnerabilities#


Name
Analysis
Description
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.