SEPTEMBER 12, 2026
Live Feed
Back to database
Case File

CVE-2026-15711

HIGH · CVSS 7.5 EPSS 0.43% Public Exploit

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

CyberRota Analysis

AI-Generated

The vulnerability in libsoup's WebSocket frame parsing allows a remote, unauthenticated attacker to exploit improper validation of control frame payload lengths, leading to a denial of service (DoS) condition. Applications that rely on libsoup for WebSocket communication are particularly at risk, as the flaw can cause internal processing crashes when oversized control frames are received. Organizations using libsoup in their systems should prioritize addressing this issue to prevent potential service disruptions.

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-15711
Severity
HIGH
CVSS
7.5
EPSS
0.43%

Original NVD Description

A vulnerability was found in libsoup's WebSocket frame parsing implementation. The library fails to validate length rules specified in RFC 6455 ยง5.5, which mandates that all WebSocket control frames (e.g., PING, PONG, CLOSE) contain a payload of 125 bytes or less. A remote, unauthenticated attacker can exploit this by sending a non-compliant, oversized control frame. Because the parser handles this protocol violation improperly instead of throwing an immediate connection termination error, it triggers a internal processing crash, resulting in a remote denial of service (DoS) for applications utilizing libsoup WebSockets.