Описание
Security update for libsoup
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)
Список пакетов
SUSE Linux Enterprise Server 12 SP5-LTSS
SUSE Linux Enterprise Server LTSS Extended Security 12 SP5
Ссылки
- Link for SUSE-SU-2025:1518-1
- E-Mail link for SUSE-SU-2025:1518-1
- SUSE Security Ratings
- SUSE Bug 1233285
- SUSE Bug 1233287
- SUSE Bug 1233292
- SUSE Bug 1240750
- SUSE Bug 1240752
- SUSE Bug 1240756
- SUSE Bug 1240757
- SUSE Bug 1241164
- SUSE Bug 1241222
- SUSE Bug 1241686
- SUSE Bug 1241688
- SUSE CVE CVE-2024-52530 page
- SUSE CVE CVE-2024-52531 page
- SUSE CVE CVE-2024-52532 page
- SUSE CVE CVE-2025-2784 page
- SUSE CVE CVE-2025-32050 page
- SUSE CVE CVE-2025-32052 page
Описание
GNOME libsoup before 3.6.0 allows HTTP request smuggling in some configurations because '\0' characters at the end of header names are ignored, i.e., a "Transfer-Encoding\0: chunked" header is treated the same as a "Transfer-Encoding: chunked" header.
Затронутые продукты
Ссылки
- CVE-2024-52530
- SUSE Bug 1233285
Описание
GNOME libsoup before 3.6.1 allows a buffer overflow in applications that perform conversion to UTF-8 in soup_header_parse_param_list_strict. There is a plausible way to reach this remotely via soup_message_headers_get_content_type (e.g., an application may want to retrieve the content type of a request or response).
Затронутые продукты
Ссылки
- CVE-2024-52531
- SUSE Bug 1233285
- SUSE Bug 1233292
Описание
GNOME libsoup before 3.6.1 has an infinite loop, and memory consumption. during the reading of certain patterns of WebSocket data from clients.
Затронутые продукты
Ссылки
- CVE-2024-52532
- SUSE Bug 1233285
- SUSE Bug 1233287
Описание
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. 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. 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, 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