Skip to content
Threat Feed
high advisory

Remote Code Execution via Out-of-Bounds Write in libwebsockets LECP Component

An out-of-bounds write vulnerability in the libwebsockets LECP CBOR recording function (CVE-2026-78161) allows remote attackers to trigger memory corruption via crafted CBOR data.

CVE search metadata

CVE search record: CVE-2026-78161. Severity: high. CVSS: 7.3. KEV: no. Product: libwebsockets. Brief: Remote Code Execution via Out-of-Bounds Write in libwebsockets LECP Component. Brief link: https://feed.craftedsignal.io/briefs/2026-08-libwebsockets-oob/

A memory corruption vulnerability has been identified in the warmcat libwebsockets library, specifically within the LECP (Lightweight Embedded CBOR Parser) component. The flaw exists in the report_raw_cbor function located in lib/misc/lecp.c in version 4.5.0. An attacker can exploit this vulnerability remotely by supplying a specially crafted CBOR payload to an application utilizing the libwebsockets library. This manipulation results in an out-of-bounds write, which may lead to application instability, service disruption, or potentially arbitrary code execution depending on the memory layout and the implementation of the host application. A proof-of-concept exploit has been made public, increasing the risk of exploitation for unpatched systems. Organizations utilizing libwebsockets 4.5.0 should prioritize updating to a patched version or applying the official vendor commit 1d44554a1bb262db63ff4e240152a9deecd99054.

Attack Chain

  1. The attacker performs reconnaissance to identify services or applications utilizing the libwebsockets library version 4.5.0.
  2. The attacker crafts a malicious CBOR (Concise Binary Object Representation) payload designed to trigger the out-of-bounds write in the report_raw_cbor function.
  3. The attacker transmits the payload to the target application via the established web socket or network interface.
  4. The libwebsockets library receives the data and passes it to the lecp_parse function for processing within the LECP component.
  5. The function report_raw_cbor performs an insecure write operation due to insufficient bounds checking on the CBOR input.
  6. The out-of-bounds write corrupts adjacent memory regions within the application process space.
  7. The attacker leverages the corrupted memory state to achieve a crash or redirect application execution flow.
  8. Final objective achieved, typically resulting in Denial of Service (DoS) or Remote Code Execution (RCE).

Impact

Successful exploitation of CVE-2026-78161 allows a remote, unauthenticated attacker to cause memory corruption in systems using libwebsockets 4.5.0. Given the library's prevalence in embedded devices and networked applications, this poses a high risk to availability and system integrity. While the severity is documented as high (CVSS 7.3), the real-world impact depends on the specific host application's memory protections and the attacker's ability to weaponize the memory corruption for reliable execution.

Recommendation

  • Apply the official patch identified by commit 1d44554a1bb262db63ff4e240152a9deecd99054 to all instances of libwebsockets 4.5.0 immediately.
  • Identify applications within the environment that dynamically link against libwebsockets 4.5.0 and schedule emergency patching.
  • Monitor network traffic for anomalous CBOR payloads if the environment has known exposure of internal services using this library to the internet.
  • Review development build pipelines to ensure static compilation of libwebsockets does not include the vulnerable 4.5.0 version.

Immediate actions

Patch libwebsockets to versions containing the fix for CVE-2026-78161.

IT Operations 48h

Threat Hunt

Identify applications linking against libwebsockets 4.5.0.

T1190 high high confidence hunt now

Data: Software inventory / SBOM

Mitigations

Upgrade or patch libwebsockets components.

immediate IT Operations

CVE-2026-78161