Search Results (8 CVEs found)

CVE Vendors Products Updated CVSS v3.1
CVE-2026-3634 2 Libsoup, Redhat 2 Libsoup, Enterprise Linux 2026-03-17 3.9 Low
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. This vulnerability allows for the injection of arbitrary header-value pairs, potentially leading to HTTP header injection and response splitting attacks.
CVE-2026-3632 2 Libsoup, Redhat 2 Libsoup, Enterprise Linux 2026-03-17 3.9 Low
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 could exploit this to perform HTTP smuggling, where they can send hidden, malicious requests alongside legitimate ones. In certain situations, this could lead to Server-Side Request Forgery (SSRF), enabling an attacker to force the server to make unauthorized requests to other internal or external systems. The impact is low, as SoupServer is not actually used in internet infrastructure.
CVE-2026-3633 2 Libsoup, Redhat 2 Libsoup, Enterprise Linux 2026-03-17 3.9 Low
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) injection, occurs because the method value is not properly escaped during request line construction, potentially leading to HTTP request injection.
CVE-2026-3099 2 Libsoup, Redhat 2 Libsoup, Enterprise Linux 2026-03-12 5.8 Medium
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 remote attacker to capture a single valid authentication header and replay it repeatedly. Consequently, the attacker can bypass authentication and gain unauthorized access to protected resources, impersonating the legitimate user.
CVE-2026-2436 1 Libsoup 1 Libsoup 2026-03-12 6.5 Medium
No description is available for this CVE.
CVE-2026-2708 1 Libsoup 1 Libsoup 2026-02-20 3.7 Low
No description is available for this CVE.
CVE-2026-2369 1 Libsoup 1 Libsoup 2026-02-12 6.5 Medium
No description is available for this CVE.
CVE-2006-5876 1 Libsoup 1 Libsoup 2025-04-09 N/A
The soup_headers_parse function in soup-headers.c for libsoup HTTP library before 2.2.99 allows remote attackers to cause a denial of service (crash) via malformed HTTP headers, probably involving missing fields or values.