Algorithmic Complexity Vulnerability in Libsoup's HTTP Range Header Processing
CVE-2026-77680
5.3MEDIUM
What is CVE-2026-77680?
An algorithmic complexity flaw in libsoup's HTTP Range header processing can cause significant performance degradation under certain conditions. Although CVE-2025-32907 addressed memory amplification, a coalescing loop still poses risks when handling multiple identical range requests. No authentication is needed to exploit this vulnerability, which allows attackers to potentially exhaust CPU resources of the server by triggering a high number of range requests, leading to prolonged server response times. The upstream fix merges a more efficient coalescing approach while limiting the number of allowable ranges to prevent such issues.
References
CVSS V3.1
Score:
5.3
Severity:
MEDIUM
Confidentiality:
None
Integrity:
None
Availability:
None
Attack Vector:
Network
Attack Complexity:
Low
Privileges Required:
None
User Interaction:
None
Scope:
Unchanged
Timeline
Vulnerability published
Vulnerability Reserved
Credit
Red Hat would like to thank Jianqiang (Stark) Li for reporting this issue.