2 matches found
CVE-2026-77014 Libsoup: libsoup: integer truncation in sort_ranges() comparator causes silent omission of http range responses
A flaw was found in libsoup's SoupServer HTTP Range header processing. The sortranges 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 INTMAX. This causes silent omission of requested byte ranges...
CVE-2026-77014
libsoup (GNOME's HTTP library) contains an integer truncation flaw in the sort_ranges() comparator within soup-message-headers.c. The function truncates a 64-bit subtraction result to a 32-bit int, which flips the sign when range offsets differ by more than INT_MAX. This causes silent omission of...