ZeroHour

Vulnerabilities

191 CVEs · NVD, GitHub Advisories, CISA KEV, FIRST EPSS, GitHub PoC repos

CVEVulnerabilityCVSSEPSSFlagsAffectedExposurePublished
CVE-2026-66338
+2 in the same advisory: …66339 …66337
A flaw was found in libsoup.

A flaw was found in libsoup. The chunked transfer encoding parser uses a permissive parsing function for chunk sizes that silently accepts inputs violating RFC 9112, including leading whitespace, plus sign prefixes, and trailing invalid characters. When libsoup operates behind a strict frontend proxy, this parsing differential can be exploited to smuggle HTTP requests.

NVD description · AI analysis pending
7.2
group max
<1% PoC
  • gnome libsoup
  • gnome enterprise linux
CVE-2026-12548
A heap out-of-bounds read flaw was found in libsoup.

A heap out-of-bounds read flaw was found in libsoup. When parsing multipart HTTP messages, an integer type mismatch between the caller and soup_headers_parse() can cause the length parameter to be incorrectly truncated, leading to a heap buffer over-read. A remote attacker could use this flaw to crash an application using libsoup or potentially disclose heap memory contents.

NVD description · AI analysis pending
4.2<1% PoC ×2
  • gnome libsoup
  • gnome enterprise linux
CVE-2026-58016
A flaw was found in GLib.

A flaw was found in GLib. A state confusion issue exists in g_dbus_node_info_new_for_xml() in the gio/gdbusintrospection.c file when processing malformed D-Bus introspection XML, specifically with a `node` element nested within other elements like `method`, `signal`, `property` or `arg`. This issue can cause an unsigned integer overflow and lead to an out-of-bounds read, resulting in a denial of service.

NVD description · AI analysis pending
9.1
group max
<1% PoC
  • gnome glib
  • gnome enterprise linux
CVE-2026-13601
A flaw was found in Yelp due to an overly permissive Content Security Policy (CSP) implementation provided by yelp-xsl.

A flaw was found in Yelp due to an overly permissive Content Security Policy (CSP) implementation provided by yelp-xsl. A malicious Flatpak application can open crafted help content through the OpenURI portal. By embedding an untrusted CSS stylesheet within a structured SVG document, attacker-controlled content can bypass Flatpak's intended sandbox isolation, allowing Yelp to evaluate local XML inclusions and disclose arbitrary user-readable host files through remote CSS resource requests. This may result in the unauthorized disclosure of sensitive information.

NVD description · AI analysis pending
6.5<1%
  • redhat enterprise linux
  • redhat yelp
CVE-2026-12549
The fix for CVE-2026-2443 was regressed by a subsequent rework commit that replaced specific overflow checks with a general signed comparison.

The fix for CVE-2026-2443 was regressed by a subsequent rework commit that replaced specific overflow checks with a general signed comparison. When a client sends a Range request with a suffix length exceeding the content size, the resulting negative start value is not properly clamped, leading to malformed HTTP 206 responses and log flooding.

NVD description · AI analysis pending
4.8<1% PoC
  • redhat enterprise linux
  • redhat libsoup
CVE-2026-1767
+2 in the same advisory: …1766 …1764
A flaw was found in the GNOME localsearch (previously known as tracker-miners) MP3 Extractor `tracker-extract-mp3` component.

A flaw was found in the GNOME localsearch (previously known as tracker-miners) MP3 Extractor `tracker-extract-mp3` component. A remote attacker could exploit this heap buffer overflow vulnerability by providing a specially crafted MP3 file containing malformed ID3 tags. This incorrect length calculation during the parsing of performer tags can lead to a read beyond the allocated buffer, potentially causing a Denial of Service (DoS) due to a crash or enabling information disclosure.

NVD description · AI analysis pending
8.1
group max
<1% PoC
  • gnome localsearch
  • gnome enterprise linux
CVE-2026-2708
A request smuggling vulnerability exists in libsoup's HTTP/1 header parsing logic.

A request smuggling vulnerability exists in libsoup's HTTP/1 header parsing logic. The soup_message_headers_append_common() function in libsoup/soup-message-headers.c unconditionally appends each header value without validating for duplicate or conflicting Content-Length fields. This allows an attacker to send HTTP requests containing multiple Content-Length headers with differing values.

NVD description · AI analysis pending
5.3<1% PoC
  • gnome libsoup
  • gnome enterprise linux
CVE-2026-5201
A flaw was found in the gdk-pixbuf library.

A flaw was found in the gdk-pixbuf library. This heap-based buffer overflow vulnerability occurs in the JPEG image loader due to improper validation of color component counts when processing a specially crafted JPEG image. A remote attacker can exploit this flaw without user interaction, for example, via thumbnail generation. Successful exploitation leads to application crashes and denial of service (DoS) conditions.

NVD description · AI analysis pending
7.51%
  • gnome gdk-pixbuf
  • gnome enterprise linux
  • gnome enterprise linux server aus
  • +1 more
CVE-2026-5119
A flaw was found in libsoup.

A flaw was found in libsoup. When establishing HTTPS tunnels through a configured HTTP proxy, sensitive session cookies are transmitted in cleartext within the initial HTTP CONNECT request. A network-positioned attacker or a malicious HTTP proxy can intercept these cookies, leading to potential session hijacking or user impersonation.

NVD description · AI analysis pending
8.2<1% PoC
  • gnome libsoup
  • gnome enterprise linux
CVE-2026-2436
A flaw was found in libsoup's SoupServer.

A flaw was found in libsoup's SoupServer. A remote attacker could exploit a use-after-free vulnerability where the `soup_server_disconnect()` function frees connection objects prematurely, even if a TLS handshake is still pending. If the handshake completes after the connection object has been freed, a dangling pointer is accessed, leading to a server crash and a Denial of Service.

NVD description · AI analysis pending
8.2<1% PoC
  • gnome libsoup
  • gnome enterprise linux
CVE-2026-2369
A flaw was found in libsoup.

A flaw was found in libsoup. An integer underflow vulnerability occurs when processing content with a zero-length resource, leading to a buffer overread. This can allow an attacker to potentially access sensitive information or cause an application level denial of service.

NVD description · AI analysis pending
9.1<1%
  • gnome libsoup
CVE-2026-4271
+3 in the same advisory: …3633 …3634 …3632
A flaw was found in libsoup, a library for handling HTTP requests.

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 authentication failures. This can lead to the application attempting to access memory that has already been freed, potentially causing application instability or crashes, resulting in a Denial of Service (DoS).

NVD description · AI analysis pending
7.5
group max
<1% PoC
  • gnome libsoup
  • gnome enterprise linux
CVE-2026-3099
A flaw was found in Libsoup.

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.

NVD description · AI analysis pending
7.3<1% PoC
  • gnome libsoup
  • gnome enterprise linux
CVE-2026-2443
A flaw was identified in libsoup, a widely used HTTP library in GNOME-based systems.

A flaw was identified in libsoup, a widely used HTTP library in GNOME-based systems. When processing specially crafted HTTP Range headers, the library may improperly validate requested byte ranges. In certain build configurations, this could allow a remote attacker to access portions of server memory beyond the intended response. Exploitation requires a vulnerable configuration and access to a server using the embedded SoupServer component.

NVD description · AI analysis pending
5.3<1%
  • gnome libsoup
  • gnome enterprise linux
CVE-2026-1801
A flaw was found in libsoup, an HTTP client/server library.

A flaw was found in libsoup, an HTTP client/server library. This HTTP Request Smuggling vulnerability arises from non-RFC-compliant parsing in the soup_filter_input_stream_read_line() logic, where libsoup accepts malformed chunk headers, such as lone line feed (LF) characters instead of the required carriage return and line feed (CRLF). A remote attacker can exploit this without authentication or user interaction by sending specially crafted chunked requests. This allows libsoup to parse and process multiple HTTP requests from a single network message, potentially leading to information disclosure.

NVD description · AI analysis pending
6.5<1%
  • gnome libsoup
  • gnome enterprise linux
CVE-2026-1539
+1 in the same advisory: …1536
A flaw was found in the libsoup HTTP library that can cause proxy authentication credentials to be sent to unintended destinations.

A flaw was found in the libsoup HTTP library that can cause proxy authentication credentials to be sent to unintended destinations. When handling HTTP redirects, libsoup removes the Authorization header but does not remove the Proxy-Authorization header if the request is redirected to a different host. As a result, sensitive proxy credentials may be leaked to third-party servers. Applications using libsoup for HTTP communication may unintentionally expose proxy authentication data.

NVD description · AI analysis pending
5.8
group max
<1%
  • gnome libsoup
  • gnome enterprise linux
CVE-2026-1467
A flaw was found in libsoup, an HTTP client library.

A flaw was found in libsoup, an HTTP client library. This vulnerability, known as CRLF (Carriage Return Line Feed) Injection, occurs when an HTTP proxy is configured and the library improperly handles URL-decoded input used to create the Host header. A remote attacker can exploit this by providing a specially crafted URL containing CRLF sequences, allowing them to inject additional HTTP headers or complete HTTP request bodies. This can lead to unintended or unauthorized HTTP requests being forwarded by the proxy, potentially impacting downstream services.

NVD description · AI analysis pending
5.3<1% PoC
  • gnome libsoup
  • gnome enterprise linux
CVE-2025-14512
A flaw was found in glib.

A flaw was found in glib. This vulnerability allows a heap buffer overflow and denial-of-service (DoS) via an integer overflow in GLib's GIO (GLib Input/Output) escape_byte_string() function when processing malicious file or remote filesystem attribute values.

NVD description · AI analysis pending
6.5<1%
  • gnome glib
  • gnome openshift
  • gnome enterprise linux
CVE-2025-14087
A flaw was found in GLib (Gnome Lib).

A flaw was found in GLib (Gnome Lib). This vulnerability allows a remote attacker to cause heap corruption, leading to a denial of service or potential code execution via a buffer-underflow in the GVariant parser when processing maliciously crafted input strings.

NVD description · AI analysis pending
9.8<1%
  • gnome glib
  • gnome enterprise linux
CVE-2025-13601
A heap-based buffer overflow problem was found in glib through an incorrect calculation of buffer size in the g_escape_uri_string() function.

A heap-based buffer overflow problem was found in glib through an incorrect calculation of buffer size in the g_escape_uri_string() function. If the string to escape contains a very large number of unacceptable characters (which would need escaping), the calculation of the length of the escaped string could overflow, leading to a potential write off the end of the newly allocated string.

NVD description · AI analysis pending
7.7<1% PoC
  • redhat codeready linux builder
  • redhat codeready linux builder for ibm z systems
  • redhat codeready linux builder for power little endian
  • +1 more
CVE-2025-4056
A flaw was found in GLib.

A flaw was found in GLib. A denial of service on Windows platforms may occur if an application attempts to spawn a program using long command lines.

NVD description · AI analysis pending
7.5<1%
  • gnome glib
CVE-2025-6199
A flaw was found in the GIF parser of GdkPixbuf’s LZW decoder.

A flaw was found in the GIF parser of GdkPixbuf’s LZW decoder. When an invalid symbol is encountered during decompression, the decoder sets the reported output size to the full buffer length rather than the actual number of written bytes. This logic error results in uninitialized sections of the buffer being included in the output, potentially leaking arbitrary memory contents in the processed image.

NVD description · AI analysis pending
3.3<1%
  • gnome gdkpixbuf
CVE-2025-6196
A flaw was found in libgepub, a library used to read EPUB files.

A flaw was found in libgepub, a library used to read EPUB files. The software mishandles file size calculations when opening specially crafted EPUB files, leading to incorrect memory allocations. This issue causes the application to crash. Known affected usage includes desktop services like Tumbler, which may process malicious files automatically when browsing directories. While no direct remote attack vectors are confirmed, any application using libgepub to parse user-supplied EPUB content could be vulnerable to a denial of service.

NVD description · AI analysis pending
5.5<1% PoC
  • gnome libgepub
CVE-2025-6052
A flaw was found in how GLib’s GString manages memory when adding data to strings.

A flaw was found in how GLib’s GString manages memory when adding data to strings. If a string is already very large, combining it with more input can cause a hidden overflow in the size calculation. This makes the system think it has enough memory when it doesn’t. As a result, data may be written past the end of the allocated memory, leading to crashes or memory corruption.

NVD description · AI analysis pending
7.5<1%
  • gnome glib
CVE-2023-5616
In Ubuntu, gnome-control-center did not properly reflect SSH remote login status when the system was configured to use systemd socket activation for openssh-ser

In Ubuntu, gnome-control-center did not properly reflect SSH remote login status when the system was configured to use systemd socket activation for openssh-server. This could unknowingly leave the local machine exposed to remote SSH access contrary to expectation of the user.

NVD description · AI analysis pending
4.9<1% PoC
  • gnome control center
  • gnome ubuntu linux
CVE-2025-3155
A flaw was found in Yelp.

A flaw was found in Yelp. The Gnome user help application allows the help document to execute arbitrary scripts. This vulnerability allows malicious users to input help documents, which may exfiltrate user files to an external environment.

NVD description · AI analysis pending
7.414% PoC ×2
  • gnome yelp
  • gnome debian linux
  • gnome codeready linux builder
  • +1 more
CVE-2025-2784
A flaw was found in libsoup.

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.

NVD description · AI analysis pending
6.5<1% PoC
  • gnome libsoup
  • gnome codeready linux builder
  • gnome codeready linux builder for arm64
  • +1 more
CVE-2022-1736
Ubuntu's configuration of gnome-control-center allowed Remote Desktop Sharing to be enabled by default.

Ubuntu's configuration of gnome-control-center allowed Remote Desktop Sharing to be enabled by default.

NVD description · AI analysis pending
9.8<1%
  • gnome gnome-remote-desktop
  • gnome ubuntu linux
CVE-2023-43091
A flaw was found in GNOME Maps, which is vulnerable to a code injection attack via its service.json configuration file.

A flaw was found in GNOME Maps, which is vulnerable to a code injection attack via its service.json configuration file. If the configuration file is malicious, it may execute arbitrary code.

NVD description · AI analysis pending
9.8<1% PoC
  • gnome gnome-maps
CVE-2024-52533
gio/gsocks4aproxy.c in GNOME GLib before 2.82.1 has an off-by-one error and resultant buffer overflow because SOCKS4_CONN_MSG_LEN is not sufficient for a traili

gio/gsocks4aproxy.c in GNOME GLib before 2.82.1 has an off-by-one error and resultant buffer overflow because SOCKS4_CONN_MSG_LEN is not sufficient for a trailing '\0' character.

NVD description · AI analysis pending
9.81% PoC
  • gnome glib
  • gnome debian linux
  • gnome active iq unified manager
  • +1 more
CVE-2024-52532
+2 in the same advisory: …52530 …52531
GNOME libsoup before 3.6.1 has an infinite loop, and memory consumption.

GNOME libsoup before 3.6.1 has an infinite loop, and memory consumption. during the reading of certain patterns of WebSocket data from clients.

NVD description · AI analysis pending
7.5
group max
<1%
  • gnome libsoup
CVE-2024-42415
+1 in the same advisory: …36474
An integer overflow vulnerability exists in the Compound Document Binary File format parser of v1.14.52 of the GNOME Project G Structured File Library (libgsf).

An integer overflow vulnerability exists in the Compound Document Binary File format parser of v1.14.52 of the GNOME Project G Structured File Library (libgsf). A specially crafted file can result in an integer overflow that allows for a heap-based buffer overflow when processing the sector allocation table. This can lead to arbitrary code execution. An attacker can provide a malicious file to trigger this vulnerability.

NVD description · AI analysis pending
7.8<1%
  • gnome libgsf
CVE-2024-8657
The Garden Gnome Package plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's ggpkg shortcode in all versions up to, and including

The Garden Gnome Package plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's ggpkg shortcode in all versions up to, and including, 2.2.9 due to insufficient input sanitization and output escaping on user supplied attributes. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.

NVD description · AI analysis pending
5.4<1%
  • ggnome garden gnome package