CVE-2026-77014
MEDIUM
5,3
Source: [email protected]
Attack Vector: network
Attack Complexity: low
Privileges Required: none
User Interaction: none
Scope: unchanged
Confidentiality: none
Integrity: low
Availability: none
Description
AI Translation Available
A flaw was found in libsoup's SoupServer HTTP Range header processing. The sort_ranges() comparator in soup-message-headers.c truncates a 64-bit subtraction result to 32-bit int, flipping the sign for range offsets differing by more than INT_MAX. This causes silent omission of requested byte ranges from HTTP 206 Partial Content responses on resources larger than approximately 2 GB.
197
Numeric Truncation Error
IncompleteCommon Consequences
Security Scopes Affected:
Integrity
Potential Impacts:
Modify Memory
Applicable Platforms
Languages:
C, C++, Java, C#
https://access.redhat.com/security/cve/CVE-2026-77014
https://bugzilla.redhat.com/show_bug.cgi?id=2520143
https://gitlab.gnome.org/GNOME/libsoup/-/merge_requests/550