REDHAT-BUG-2499941: Low severity libsoup vulnerability
A memory management flaw was discovered in libsoup’s HTTP/2 connection pooling engine that can be weaponized to cause a remote denial of service (DoS).
Component / Vulnerable Part:
libsoup -> HTTP/2 connection state machine (soup-client-message-io-http2.c / stream cleanup logic)
Technical Analysis & Root Cause:
When executing multi-stream HTTP/2 requests, libsoup establishes memory tracking for active data stream windows. A flaw exists in the handling of stream tear-downs or window exhaustion events (such as tracking partial frames or receiving distinct reset signals like RSTSTREAM under specific timing conditions). The internal structure fails to properly free the memory allocated for the stream context or metadata structures upon premature closure. By opening and causing abrupt failures across many concurrent streams, the allocated buffer descriptors remain unfreed in the heap pool.
Impact:
A remote attacker operating a malicious HTTP/2 server can induce a creeping memory leak on the client process. Over multiple continuous requests, this systematic leakage exhausts the application's available memory space, eventually causing a fatal crash due to an Out-of-Memory (OOM) event.
Affected Software
Event History
Frequently Asked Questions
What is the severity of REDHAT-BUG-2499941?
The severity of REDHAT-BUG-2499941 is classified as low.
What component is affected by REDHAT-BUG-2499941?
The affected component in REDHAT-BUG-2499941 is libsoup's HTTP/2 connection pooling engine.
What type of vulnerability is REDHAT-BUG-2499941?
REDHAT-BUG-2499941 is a memory management flaw that can lead to a remote denial of service (DoS).
How do I mitigate REDHAT-BUG-2499941?
To mitigate REDHAT-BUG-2499941, update to the latest version of libsoup that addresses this vulnerability.
When was REDHAT-BUG-2499941 published?
REDHAT-BUG-2499941 was published on July 14, 2026.