Описание
Security update for libsoup
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 append_param_quoted (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 sniff_feed_or_html() and skip_insignificant_space() (bsc#1240757)
- CVE-2025-32906: Fixed out of bounds reads in soup_headers_parse_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 soup_message_headers_get_content_disposition() via 'params' (bsc#1241238)
- CVE-2025-32912: Fixed NULL pointer dereference in SoupAuthDigest (bsc#1241214)
- CVE-2025-32913: Fixed NULL pointer dereference in soup_message_headers_get_content_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 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)
Список пакетов
SUSE Linux Enterprise Module for Basesystem 15 SP6
openSUSE Leap 15.6
Ссылки
- Link for SUSE-SU-2025:1504-1
- E-Mail link for SUSE-SU-2025:1504-1
- SUSE Security Ratings
- SUSE Bug 1240750
- SUSE Bug 1240752
- SUSE Bug 1240754
- SUSE Bug 1240756
- SUSE Bug 1240757
- SUSE Bug 1241162
- SUSE Bug 1241164
- SUSE Bug 1241214
- SUSE Bug 1241222
- SUSE Bug 1241223
- SUSE Bug 1241226
- SUSE Bug 1241238
- SUSE Bug 1241252
- SUSE Bug 1241263
- SUSE Bug 1241686
- SUSE Bug 1241688
- SUSE CVE CVE-2025-2784 page
Описание
A flaw was found in libsoup. The package is vulnerable to a heap buffer over-read when sniffing content via the skip_insight_whitespace() function. Libsoup clients may read one byte out-of-bounds in response to a crafted HTTP response by an HTTP server.
Затронутые продукты
Ссылки
- CVE-2025-2784
- SUSE Bug 1240750
Описание
A flaw was found in libsoup. The libsoup append_param_quoted() function may contain an overflow bug resulting in a buffer under-read.
Затронутые продукты
Ссылки
- CVE-2025-32050
- SUSE Bug 1240752
Описание
A flaw was found in libsoup. The libsoup soup_uri_decode_data_uri() function may crash when processing malformed data URI. This flaw allows an attacker to cause a denial of service (DoS).
Затронутые продукты
Ссылки
- CVE-2025-32051
- SUSE Bug 1240754
Описание
A flaw was found in libsoup. A vulnerability in the sniff_unknown() function may lead to heap buffer over-read.
Затронутые продукты
Ссылки
- CVE-2025-32052
- SUSE Bug 1240756
Описание
A flaw was found in libsoup. A vulnerability in sniff_feed_or_html() and skip_insignificant_space() functions may lead to a heap buffer over-read.
Затронутые продукты
Ссылки
- CVE-2025-32053
- SUSE Bug 1240757
Описание
A flaw was found in libsoup, where the soup_headers_parse_request() function may be vulnerable to an out-of-bound read. This flaw allows a malicious user to use a specially crafted HTTP request to crash the HTTP server.
Затронутые продукты
Ссылки
- CVE-2025-32906
- SUSE Bug 1241263
Описание
A flaw was found in libsoup. The implementation of HTTP range requests is vulnerable to a resource consumption attack. This flaw allows a malicious client to request the same range many times in a single HTTP request, causing the server to use large amounts of memory. This does not allow for a full denial of service.
Затронутые продукты
Ссылки
- CVE-2025-32907
- SUSE Bug 1241222
Описание
A flaw was found in libsoup. The HTTP/2 server in libsoup may not fully validate the values of pseudo-headers :scheme, :authority, and :path, which may allow a user to cause a denial of service (DoS).
Затронутые продукты
Ссылки
- CVE-2025-32908
- SUSE Bug 1241223
Описание
A flaw was found in libsoup. SoupContentSniffer may be vulnerable to a NULL pointer dereference in the sniff_mp4 function. The HTTP server may cause the libsoup client to crash.
Затронутые продукты
Ссылки
- CVE-2025-32909
- SUSE Bug 1241226
Описание
A flaw was found in libsoup, where soup_auth_digest_authenticate() is vulnerable to a NULL pointer dereference. This issue may cause the libsoup client to crash.
Затронутые продукты
Ссылки
- CVE-2025-32910
- SUSE Bug 1241252
Описание
A use-after-free type vulnerability was found in libsoup, in the soup_message_headers_get_content_disposition() function. This flaw allows a malicious HTTP client to cause memory corruption in the libsoup server.
Затронутые продукты
Ссылки
- CVE-2025-32911
- SUSE Bug 1241238
Описание
A flaw was found in libsoup, where SoupAuthDigest is vulnerable to a NULL pointer dereference. The HTTP server may cause the libsoup client to crash.
Затронутые продукты
Ссылки
- CVE-2025-32912
- SUSE Bug 1241214
Описание
A flaw was found in libsoup, where the soup_message_headers_get_content_disposition() function is vulnerable to a NULL pointer dereference. This flaw allows a malicious HTTP peer to crash a libsoup client or server that uses this function.
Затронутые продукты
Ссылки
- CVE-2025-32913
- SUSE Bug 1241162
Описание
A flaw was found in libsoup, where the soup_multipart_new_from_message() function is vulnerable to an out-of-bounds read. This flaw allows a malicious HTTP client to induce the libsoup server to read out of bounds.
Затронутые продукты
Ссылки
- CVE-2025-32914
- SUSE Bug 1241164
Описание
A flaw was found in libsoup. It is vulnerable to memory leaks in the soup_header_parse_quality_list() function when parsing a quality list that contains elements with all zeroes.
Затронутые продукты
Ссылки
- CVE-2025-46420
- SUSE Bug 1241686
Описание
A flaw was found in libsoup. When libsoup clients encounter an HTTP redirect, they mistakenly send the HTTP Authorization header to the new host that the redirection points to. This allows the new host to impersonate the user to the original host that issued the redirect.
Затронутые продукты
Ссылки
- CVE-2025-46421
- SUSE Bug 1241688