{
  "affected": [
    {
      "ranges": [
        {
          "database_specific": {
            "extracted_events": [
              {
                "introduced": "2.2.0-alpha"
              },
              {
                "fixed": "2.2.2-alpha"
              },
              {
                "introduced": "0"
              },
              {
                "fixed": "2.1.13"
              }
            ],
            "source": [
              "AFFECTED_FIELD",
              "REFERENCES"
            ]
          },
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "df3ecad3a040fd6d4fad4287defe113395de6fd7"
            },
            {
              "fixed": "79ddfb460847999b807cba76d04e73891f29c6ee"
            },
            {
              "fixed": "109c16499282959d70f56ec3baf4c8b1e6646bda"
            },
            {
              "fixed": "5e3c6ebe342b34c5a9bcf48e9a32ad6708b9c416"
            }
          ],
          "repo": "https://github.com/libevent/libevent",
          "type": "GIT"
        }
      ]
    }
  ],
  "aliases": [
    "GHSA-45c6-qx49-89m8"
  ],
  "database_specific": {
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
      "CWE-190"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/63xxx/CVE-2026-63384.json"
  },
  "details": "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.",
  "id": "CVE-2026-63384",
  "modified": "2026-09-11T03:30:29.503849377Z",
  "published": "2026-08-20T17:53:08.417Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://github.com/libevent/libevent/releases/tag/release-2.1.13-stable"
    },
    {
      "type": "WEB",
      "url": "https://github.com/libevent/libevent/releases/tag/release-2.2.2-alpha"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/63xxx/CVE-2026-63384.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/libevent/libevent/security/advisories/GHSA-45c6-qx49-89m8"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-63384"
    },
    {
      "type": "FIX",
      "url": "https://github.com/libevent/libevent/commit/109c16499282959d70f56ec3baf4c8b1e6646bda"
    },
    {
      "type": "FIX",
      "url": "https://github.com/libevent/libevent/commit/5e3c6ebe342b34c5a9bcf48e9a32ad6708b9c416"
    }
  ],
  "schema_version": "1.9.0",
  "severity": [
    {
      "score": "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",
      "type": "CVSS_V4"
    }
  ],
  "summary": "Libevent: `evtag_unmarshal_header()` decodes a wire `uint32` length into a signed `int` return value."
}