CVE-2026-4271
- EPSS 1.17%
- Veröffentlicht 17.03.2026 11:14:21
- Zuletzt bearbeitet 19.03.2026 19:33:46
A flaw was found in libsoup, a library for handling HTTP requests. This vulnerability, known as a Use-After-Free, occurs in the HTTP/2 server implementation. A remote attacker can exploit this by sending specially crafted HTTP/2 requests that cause a...
CVE-2026-3632
- EPSS 0.1%
- Veröffentlicht 17.03.2026 09:44:19
- Zuletzt bearbeitet 19.03.2026 19:56:43
A flaw was found in libsoup, a library used by applications to send network requests. This vulnerability occurs because libsoup does not properly validate hostnames, allowing special characters to be injected into HTTP headers. A remote attacker coul...
CVE-2026-3633
- EPSS 0.03%
- Veröffentlicht 17.03.2026 09:44:19
- Zuletzt bearbeitet 19.03.2026 19:53:34
A flaw was found in libsoup. A remote attacker, by controlling the method parameter of the `soup_message_new()` function, could inject arbitrary headers and additional request data. This vulnerability, known as CRLF (Carriage Return Line Feed) inject...
CVE-2026-3634
- EPSS 0.03%
- Veröffentlicht 17.03.2026 09:44:19
- Zuletzt bearbeitet 19.03.2026 19:52:33
A flaw was found in libsoup. An attacker controlling the value used to set the Content-Type header can inject a Carriage Return Line Feed (CRLF) sequence due to improper input sanitization in the `soup_message_headers_set_content_type()` function. Th...
CVE-2026-3099
- EPSS 0.15%
- Veröffentlicht 12.03.2026 13:53:48
- Zuletzt bearbeitet 23.03.2026 14:02:25
A flaw was found in Libsoup. The server-side digest authentication implementation in the SoupAuthDomainDigest class does not properly track issued nonces or enforce the required incrementing nonce-count (nc) attribute. This vulnerability allows a rem...
CVE-2025-12105
- EPSS 0.05%
- Veröffentlicht 23.10.2025 09:14:14
- Zuletzt bearbeitet 19.03.2026 15:16:17
A flaw was found in the asynchronous message queue handling of the libsoup library, widely used by GNOME and WebKit-based applications to manage HTTP/2 communications. When network operations are aborted at specific timing intervals, an internal mess...
CVE-2025-2784
- EPSS 2.49%
- Veröffentlicht 03.04.2025 03:15:18
- Zuletzt bearbeitet 18.11.2025 09:15:50
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 serv...
CVE-2024-52530
- EPSS 0.37%
- Veröffentlicht 11.11.2024 20:15:20
- Zuletzt bearbeitet 03.11.2025 23:17:14
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-52531
- EPSS 0.11%
- Veröffentlicht 11.11.2024 20:15:20
- Zuletzt bearbeitet 03.11.2025 23:17:15
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 applicati...
CVE-2024-52532
- EPSS 0.2%
- Veröffentlicht 11.11.2024 20:15:20
- Zuletzt bearbeitet 03.11.2025 23:17:15
GNOME libsoup before 3.6.1 has an infinite loop, and memory consumption. during the reading of certain patterns of WebSocket data from clients.