CWE-122Variant15 in KEV

Heap-based Buffer Overflow

Draft in the CWE catalog · 2,578 CVEs mapped

2,578
CVEs mapped
15
In KEV
7.8
Median CVSS
What it is

A heap overflow condition is a buffer overflow, where the buffer that can be overwritten is allocated in the heap portion of memory, generally meaning that the buffer was allocated using a routine such as malloc().

Recent examples
6.9cvss
CVE-2026-86142

CVE-2026-86142 - MEDIUM Severity Vulnerability

In libxml2 before 2.15.4, there is a heap-based buffer overflow in xmlXPtrEvalXPtrPart because of xmlXPtrEval xpointer length saturation.

MEDIUMno explanation yet
0%
epss
none
CVE-2026-57164

CVE-2026-57164 - UNKNOWN Severity Vulnerability

PJSIP is a free and open source multimedia communication library written in C. Prior to commit 8d5956a, a heap buffer overflow exists in the PJLIB-UTIL HTTP client (http_client.c) when buffering an HTTP response body. This affects applications that use the PJLIB-UTIL HTTP client to receive a whole response body at once (a completion callback with no incremental on_data_read callback). When growing the response buffer, an incorrect size calculation based on the server-supplied Content-Length can leave the buffer too small, causing response data to be written past the end of the allocation. A malicious or man-in-the-middle HTTP server can trigger this with a crafted response; impact may range from unexpected application termination to memory corruption. Applications that consume the response incrementally (via on_data_read), or that only connect to trusted servers, are not affected. This issue has been patched via commit 8d5956a.

no explanation yet
0%
epss
6.3cvss
CVE-2026-18341

CVE-2026-18341 - MEDIUM Severity Vulnerability

IBM i 7.6, 7.5, 7.4, and 7.3 could allow a remote authenticated attacker to corrupt memory due to an integer underflow.

MEDIUMno explanation yet
0%
epss
The record
Technical detail
CWE ID
CWE-122
Abstraction
Variant
Structure
Simple
Status
Draft
References (12)