SEPTEMBER 12, 2026
Live Feed
Back to database
Case File

CVE-2026-15714

MEDIUM · CVSS 6.5 EPSS 0.39% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-14 · Last synced 2026-08-13

CyberRota Analysis

AI-Generated

An out-of-bounds read vulnerability in the multipart processing subsystem of libsoup allows remote, unauthenticated attackers to exploit improperly validated multipart boundary strings, leading to potential application crashes or unauthorized memory access. This flaw may result in service denial or exposure of sensitive data fragments. Organizations using libsoup should prioritize patching this vulnerability to mitigate the risk of exploitation.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
exploit

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-15714
Severity
MEDIUM
CVSS
6.5
EPSS
0.39%

Original NVD Description

An out-of-bounds read vulnerability was found in libsoup's multipart processing subsystem. The flaw exists in the soup_multipart_input_stream_read_headers() function inside soup-multipart-input-stream.c, which does not adequately restrict or validate the size of incoming multipart boundary strings. When processing a crafted HTTP response containing a malformed or oversized boundary parameter, the internal stream reader reads past the allocated buffer bounds. A remote, unauthenticated attacker can exploit this behavior to cause a service denial (DoS) through application failure or potentially read fragments of unauthorized memory metadata.