This update for libsoup fixes the following issues:
- CVE-2026-1536: Always validate the headers value when coming from untrusted source to avoid HTTP header injection
(bsc#1257440).
- CVE-2026-1761: Check length of bytes read in soup_filter_input_stream_read_until to avoid a stack-based buffer overflow
(bsc#1257598).