This update for libsoup fixes the following issues:
CVE-2024-52530: Fixed HTTP request smuggling via stripping null bytes from the ends of header names (bsc#1233285)
CVE-2024-52531: Fixed buffer overflow via UTF-8 conversion in soup_header_parse_param_list_strict (bsc#1233292)
CVE-2024-52532: Fixed infinite loop while reading websocket data (bsc#1233287)
CVE-2025-2784: Fixed heap buffer over-read in skip_insignificant_space when sniffing content (bsc#1240750)
CVE-2025-32050: Fixed integer overflow in append_param_quoted (bsc#1240752)
CVE-2025-32052: Fixed heap buffer overflow in sniff_unknown() (bsc#1240756)
CVE-2025-32053: Fixed heap buffer overflows in sniff_feed_or_html() and skip_insignificant_space() (bsc#1240757)
CVE-2025-32907: Fixed excessive memory consumption in server when client requests a large amount of overlapping ranges in a single HTTP request (bsc#1241222)
CVE-2025-32914: Fixed out of bounds read in soup_multipart_new_from_message() (bsc#1241164)
CVE-2025-46420: Fixed memory leak on soup_header_parse_quality_list() via soup-headers.c (bsc#1241686)
CVE-2025-46421: Fixed HTTP Authorization Header leak via an HTTP redirect (bsc#1241688)