CVE-2026-63380

Libevent is an event notification library. Prior to 2.2.2-alpha, libevent can dereference invalid list pointers in ws.c when evws_new_session enters its error path after evhttp_start_ws_ succeeds but bufferevent_enable_locking_ fails. evws_connection_free sees a non-null http_server and unconditionally calls TAILQ_REMOVE even though the session was never inserted into http_server->ws_sessions. A local caller able to induce this allocation or locking failure can crash the process. This issue is fixed in version 2.2.2-alpha.
CVSS

No CVSS.

Configurations

No configuration.

History

No history.

Information

Published : 2026-08-20 18:16

Updated : 2026-09-09 21:19


NVD link : CVE-2026-63380

Mitre link : CVE-2026-63380

CVE.ORG link : CVE-2026-63380


JSON object : View

Products Affected

No product.

CWE
CWE-416

Use After Free

CWE-476

NULL Pointer Dereference