REDHAT-BUG-2499939: Low severity libsoup vulnerability
A flaw was found in libsoup's HTTP/2 protocol parsing logic where processing malformed network frames can trigger a heap buffer over-read condition.
Component / Vulnerable Part:
libsoup -> HTTP/2 connection processing backend (soup-client-message-io-http2.c or similar HTTP/2 state engine components handling GOAWAY frames).
Technical Analysis & Root Cause:
When an HTTP/2 session receives a GOAWAY frame, the frame can contain an optional "Additional Debug Data" payload field. The libsoup library erroneously treats this debug data block as a standard, safely NUL-terminated C-string without explicitly verifying the payload length boundaries provided by the framing layer. If a remote peer constructs a malicious GOAWAY frame containing a debug string that lacks a terminating \0 byte within the bounds of the frame allocation, internal string functions will read past the allocated heap space looking for the delimiter.
Impact:
A remote attacker acting as a malicious HTTP/2 endpoint can transmit a specially crafted GOAWAY frame to read out-of-bounds heap memory. This results in an immediate application crash (Denial of Service) or potential information disclosure of adjacent memory metadata.
Affected Software
Event History
Frequently Asked Questions
What is the severity of REDHAT-BUG-2499939?
The severity of REDHAT-BUG-2499939 is classified as low.
What is the nature of the vulnerability in REDHAT-BUG-2499939?
REDHAT-BUG-2499939 involves a heap buffer over-read condition caused by flawed HTTP/2 protocol parsing in libsoup.
How do I fix REDHAT-BUG-2499939?
To fix REDHAT-BUG-2499939, you should upgrade libsoup to a version that addresses the HTTP/2 parsing flaw.
Which component is affected by REDHAT-BUG-2499939?
The affected component for REDHAT-BUG-2499939 is the HTTP/2 connection processing backend of libsoup.
What are the potential consequences of REDHAT-BUG-2499939?
The potential consequence of REDHAT-BUG-2499939 includes exploitation through malformed network frames, possibly leading to sensitive data exposure.