Logo
componentlibsoup-2.4
Name
libsoup-2.4
Version
2.74.3
Type
library
Description
An HTTP library implementation in C
Licenses
LGPL-2.0-only
PURL
-
CPE
cpe:2.3:*:*:libsoup:2.74.3:*:*:*:*:*:*:*

Other Versions#


Project
Branch
Version
kirkstone
2.74.2

Patches#


#
Title
Author
Resolve
1
websocket-test: disconnect error copy after the test ends
Ignacio Casal Quinteiro <qignacio@amazon.com>
CVE-2024-52532
2
soup-message-headers: Correct merge of ranges
Milan Crha <mcrha@redhat.com>
CVE-2025-32907
3
soup-date-utils: Add value checks for date/time parsing
Changqing Li <changqing.li@windriver.com>
CVE-2025-4945
4
multipart: Fix read out of buffer bounds under
Milan Crha <mcrha@redhat.com>
CVE-2025-32914
5
headers: Handle parsing only newlines
Patrick Griffis <pgriffis@igalia.com>
CVE-2025-32906
6
Fix using int instead of size_t for strcspn return
Patrick Griffis <pgriffis@igalia.com>
CVE-2025-32050
7
auth-digest: fix crash in
Changqing Li <changqing.li@windriver.com>
CVE-2025-4476
8
soup-multipart: Verify boundary limits for multipart body
Milan Crha <mcrha@redhat.com>
CVE-2025-4948
9
headers: Be more robust against invalid input when
Patrick Griffis <pgriffis@igalia.com>
CVE-2024-52531
10
auth-digest: Handle missing nonce
Patrick Griffis <pgriffis@igalia.com>
CVE-2025-32912
11
auth-digest: Handle missing nonce
Patrick Griffis <pgriffis@igalia.com>
CVE-2025-32910
12
soup_message_headers_get_content_disposition: strdup
Patrick Griffis <pgriffis@igalia.com>
CVE-2025-32911
CVE-2025-32913
13
websocket-test: Disconnect error signal in another place
Simon McVittie <smcv@debian.org>
CVE-2024-52532
14
Fix heap buffer overflow in
Changqing Li <changqing.li@windriver.com>
CVE-2025-32053
15
websocket: process the frame as soon as we read data
Ignacio Casal Quinteiro <qignacio@amazon.com>
CVE-2024-52532
16
soup_header_parse_quality_list: Fix leak
Patrick Griffis <pgriffis@igalia.com>
CVE-2025-46420
17
auth-digest: Handle missing realm in authenticate header
Patrick Griffis <pgriffis@igalia.com>
CVE-2025-32910
18
Fix build with libxml2-2.12.0 and clang-17
Khem Raj <raj.khem@gmail.com>
19
digest-auth: Handle NULL nonce
Patrick Griffis <pgriffis@igalia.com>
CVE-2025-32912
20
auth-digest: Fix leak
Patrick Griffis <pgriffis@igalia.com>
CVE-2025-32910
21
content-sniffer: Handle sniffing resource shorter than 4
Patrick Griffis <pgriffis@igalia.com>
CVE-2025-32909
22
tests: Add test for passing invalid UTF-8 to
Patrick Griffis <pgriffis@igalia.com>
CVE-2024-52531
23
headers: Strictly don't allow NUL bytes
Patrick Griffis <pgriffis@igalia.com>
CVE-2024-52530
24
session: Strip authentication credentails on
Patrick Griffis <pgriffis@igalia.com>
CVE-2025-46421
25
sniffer: Add better coverage of skip_insignificant_space()
Changqing Li <changqing.li@windriver.com>
CVE-2025-2784
26
soup_message_headers_get_content_disposition: Fix NULL deref
Patrick Griffis <pgriffis@igalia.com>
CVE-2025-32911
CVE-2025-32913
27
headers: Handle parsing edge case
Patrick Griffis <pgriffis@igalia.com>
CVE-2025-32906
28
Fix heap buffer overflow in soup_content_sniffer_sniff
Patrick Griffis <pgriffis@igalia.com>
CVE-2025-32052
29
soup-multipart: Verify array bounds before accessing its
Milan Crha <mcrha@redhat.com>
CVE-2025-4969

Vulnerabilities#


Name
Analysis
Description
Patched
A vulnerability was found in the libsoup package. This flaw stems from its failure to correctly verify the termination of multipart HTTP messages. This can allow a remote attacker to send a specially crafted multipart HTTP body, causing the libsoup-consuming server to read beyond its allocated memory boundaries (out-of-bounds read).
Patched
A flaw was found in the soup_multipart_new_from_message() function of the libsoup HTTP library, which is commonly used by GNOME and other applications to handle web communications. The issue occurs when the library processes specially crafted multipart messages. Due to improper validation, an internal calculation can go wrong, leading to an integer underflow. This can cause the program to access invalid memory and crash. As a result, any application or server using libsoup could be forced to exit unexpectedly, creating a denial-of-service (DoS) risk.
Patched
A flaw was found in the cookie parsing logic of the libsoup HTTP library, used in GNOME applications and other software. The vulnerability arises when processing the expiration date of cookies, where a specially crafted value can trigger an integer overflow. This may result in undefined behavior, allowing an attacker to bypass cookie expiration logic, causing persistent or unintended cookie behavior. The issue stems from improper validation of large integer inputs during date arithmetic operations within the cookie parsing routines.
Patched
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.
Patched
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.
Patched
A denial-of-service vulnerability has been identified in the libsoup HTTP client library. This flaw can be triggered when a libsoup client receives a 401 (Unauthorized) HTTP response containing a specifically crafted domain parameter within the WWW-Authenticate header. Processing this malformed header can lead to a crash of the client application using libsoup. An attacker could exploit this by setting up a malicious HTTP server. If a user's application using the vulnerable libsoup library connects to this malicious server, it could result in a denial-of-service. Successful exploitation requires tricking a user's client application into connecting to the attacker's malicious server.
Patched
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.
Patched
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.
Patched
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.
Patched
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.
Patched
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.
Patched
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.
Patched
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.
Patched
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.
Patched
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.
Patched
A flaw was found in libsoup. A vulnerability in the sniff_unknown() function may lead to heap buffer over-read.
Patched
A flaw was found in libsoup. The libsoup append_param_quoted() function may contain an overflow bug resulting in a buffer under-read.
Patched
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.
Patched
GNOME libsoup before 3.6.1 has an infinite loop, and memory consumption. during the reading of certain patterns of WebSocket data from clients.
Patched
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).
Patched
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.