This update for libsoup fixes the following issues:
CVE-2025-2784: Fixed heap buffer over-read in skip_insignificant_space when sniffing conten (bsc#1240750)
CVE-2025-32050: Fixed integer overflow in appendparamquoted (bsc#1240752)
CVE-2025-32051: Fixed segmentation fault when parsing malformed data URI (bsc#1240754)
CVE-2025-32052: Fixed heap buffer overflow in sniff_unknown() (bsc#1240756)
CVE-2025-32053: Fixed heap buffer overflows in snifffeedorhtml() and skipinsignificant_space() (bsc#1240757)
CVE-2025-32906: Fixed out of bounds reads in soupheadersparse_request() (bsc#1241263)
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-32908: Fixed HTTP request may lead to server crash due to HTTP/2 server not fully validating the values of pseudo-headers (bsc#1241223)
CVE-2025-32909: Fixed NULL pointer dereference in the sniff_mp4 function in soup-content-sniffer.c (bsc#1241226)
CVE-2025-32910: Fixed NULL pointer deference on client when server omits the realm parameter in an Unauthorized response with Digest authentication (bsc#1241252)
CVE-2025-32911: Fixed double free on soupmessageheadersgetcontent_disposition() via 'params' (bsc#1241238)
CVE-2025-32912: Fixed NULL pointer dereference in SoupAuthDigest (bsc#1241214)
CVE-2025-32913: Fixed NULL pointer dereference in soupmessageheadersgetcontent_disposition (bsc#1241162)
CVE-2025-32914: Fixed out of bounds read in soup_multipart_new_from_message() (bsc#1241164)
CVE-2025-46420: Fixed memory leak on soupheaderparsequalitylist() via soup-headers.c (bsc#1241686)
CVE-2025-46421: Fixed HTTP Authorization Header leak via an HTTP redirect (bsc#1241688)