CVE-2026-63384 PUBLISHED

Libevent: `evtag_unmarshal_header()` decodes a wire `uint32` length into a signed `int` return value.

Assigner: GitHub_M
Reserved: 16.07.2026 Published: 20.08.2026 Updated: 20.08.2026

Libevent is an event notification library. Prior to 2.1.13 and 2.2.2-alpha, libevent has an incorrect integer conversion in event_tagging.c when evtag_unmarshal_header uses evtag_decode_int to decode an attacker-controlled uint32 payload length and returns it as a signed int. Values above INT_MAX become negative or truncated, and evtag_unmarshal_string can use the converted value in allocation sizing, producing a wrapped large allocation request and denial of service. This issue is fixed in versions 2.1.13 and 2.2.2-alpha.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N
CVSS Score: 8.7

Product Status

Vendor libevent
Product libevent
Versions
  • Version >= 2.2.0-alpha, < 2.2.2-alpha is affected
  • Version < 2.1.13 is affected

References

Problem Types

  • CWE-190: Integer Overflow or Wraparound CWE