Lucene search
+L

160 matches found

NVD
NVD
added 2026/09/04 5:17 p.m.5 views

CVE-2026-84933

undici's cache interceptor does not handle the Set-Cookie response header anywhere in its cache path, so it neither refuses to store nor strips that header. In shared cache mode, which is the default, an otherwise cacheable response that carries a Set-Cookie header, for example one marked with a...

6.5CVSS0.00246EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/04 4:59 p.m.6 views

EUVD-2026-71518

undici's cache interceptor does not handle the Set-Cookie response header anywhere in its cache path, so it neither refuses to store nor strips that header. In shared cache mode, which is the default, an otherwise cacheable response that carries a Set-Cookie header, for example one marked with a...

6.5CVSS5.2AI score0.00246EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/04 4:59 p.m.3 views

CVE-2026-84933 undici vulnerable to cross-user cookie disclosure via Set-Cookie caching in shared caches

undici's cache interceptor does not handle the Set-Cookie response header anywhere in its cache path, so it neither refuses to store nor strips that header. In shared cache mode, which is the default, an otherwise cacheable response that carries a Set-Cookie header, for example one marked with a...

6.5CVSS5.7AI score
SaveExploits0References4
CVE
CVE
added 2026/09/04 4:59 p.m.9 views

CVE-2026-84933

undici (Node.js HTTP client) has a vulnerability in its cache interceptor that fails to handle the Set-Cookie response header in its cache path—neither refusing to store nor stripping it. In shared cache mode (the default), a cacheable response carrying a Set-Cookie header is stored and re-served...

6.5CVSS5.2AI score0.00246EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/09/04 4:59 p.m.6 views

CVE-2026-84933

undici's cache interceptor does not handle the Set-Cookie response header anywhere in its cache path, so it neither refuses to store nor strips that header. In shared cache mode, which is the default, an otherwise cacheable response that carries a Set-Cookie header, for example one marked with a...

6.5CVSS5.3AI score0.00246EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/09/04 12:00 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2026-84933

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - undici's cache interceptor does not handle the Set-Cookie response header anywhere in its cache path, so it neither refuses to store nor strips that header. In...

6.5CVSS6.2AI score0.00246EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2026/08/12 9:03 p.m.2 views

undici: undici: Cross-user cookie disclosure via Set-Cookie caching

A flaw was found in undici. The software's caching mechanism, when operating in shared cache mode, improperly stores responses that include 'Set-Cookie' headers. This oversight allows an untrusted server to inject cookies into cached responses. Consequently, sensitive cookie information from one...

6.5CVSS0.00246EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/08/12 2:18 p.m.6 views

undici: undici: Cross-user cookie disclosure via Set-Cookie caching

A flaw was found in undici. The software's caching mechanism, when operating in shared cache mode, improperly stores responses that include 'Set-Cookie' headers. This oversight allows an untrusted server to inject cookies into cached responses. Consequently, sensitive cookie information from one...

6.5CVSS0.00246EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2026/08/01 1:17 p.m.18 views

CVE-2026-67355

guzzlehttp/guzzle versions before 7.15.1 fail to preserve host-only cookie scope, storing the request host in the Domain field instead of marking cookies as host-only. Attackers controlling child hosts can receive host-only cookies intended only for parent hosts, potentially disclosing session...

8.2CVSS5.3AI score0.00229EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/01 12:22 p.m.9 views

CVE-2026-67355 guzzlehttp/guzzle before 7.15.1 Host-only Cookie Scope

guzzlehttp/guzzle versions before 7.15.1 fail to preserve host-only cookie scope, storing the request host in the Domain field instead of marking cookies as host-only. Attackers controlling child hosts can receive host-only cookies intended only for parent hosts, potentially disclosing session...

8.2CVSS5.5AI score
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/07/29 11:22 a.m.16 views

CVE-2026-59883

A flaw was found in Guzzle, an extensible PHP HTTP client. The CookieJar component improperly handled cookies for IP-address or bare-numeric domains, failing to restrict them to the exact host. This vulnerability could allow a remote attacker to disclose cookies across different hosts, inject...

6.1CVSS5.9AI score0.00167EPSS
SaveExploits0References7
OSV
OSV
added 2026/07/20 10:00 p.m.17 views

GHSA-G446-98W2-8P5W Guzzle: Cookie Disclosure and Injection via IP-Address Domains

Impact CookieJar does not restrict a cookie scoped to an IP address to the exact host that set it. When a stored cookie's Domain attribute is an IPv4 literal Domain=192.168.0.1, a bracketed IPv6 literal Domain=::1, or a bare numeric value that denotes an IPv4 address Domain=1, which is 0.0.0.1,...

4.7CVSS5.3AI score0.00167EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/07/20 10:00 p.m.14 views

EUVD-2026-42320

Guzzle: Cookie Disclosure and Injection via IP-Address Domains...

6.1CVSS5.2AI score0.00167EPSS
SaveExploits0References5
CVE
CVE
added 2026/07/08 3:56 p.m.74 views

CVE-2026-59883

CVE-2026-59883 – Guzzle: CookieJar domain-matching flaw in the PHP HTTP client allowed cookies scoped to IP-address or bare-numeric domains (e.g., 192.168.0.1, ::1) to be accepted by non-origin hosts due to SetCookie::matchesDomain() applying ordinary suffix matching. Affects versions prior to 7....

6.1CVSS6AI score0.00167EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/07/08 3:56 p.m.11 views

CVE-2026-59883 Guzzle: Cookie Disclosure and Injection via IP-Address Domains

Guzzle is an extensible PHP HTTP client. Prior to 7.12.3, CookieJar did not restrict cookies scoped to IP-address or bare-numeric Domain values to the exact host that set them, because SetCookie::matchesDomain applied ordinary suffix matching to domains such as 192.168.0.1, ::1, or 1, allowing...

4.7CVSS6.1AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/07/08 3:56 p.m.56 views

CVE-2026-59883 Guzzle: Cookie Disclosure and Injection via IP-Address Domains

Guzzle is an extensible PHP HTTP client. Prior to 7.12.3, CookieJar did not restrict cookies scoped to IP-address or bare-numeric Domain values to the exact host that set them, because SetCookie::matchesDomain applied ordinary suffix matching to domains such as 192.168.0.1, ::1, or 1, allowing...

4.7CVSS0.00167EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/06/08 2:32 a.m.31 views

Moderate: Red Hat Security Advisory: libsoup security update

An update for libsoup is now available for Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.6 Telecommunications Update Service. Red Hat Product Security has rated this update as...

8.2CVSS5.5AI score0.00254EPSS
SaveExploits1References2
Tenable Nessus
Tenable Nessus
added 2026/06/06 12:00 a.m.20 views

RHEL 8 : libsoup (RHSA-2026:22716)

The remote Redhat Enterprise Linux 8 host has packages installed that are affected by a vulnerability as referenced in the RHSA-2026:22716 advisory. The libsoup packages provide an HTTP client and server library for GNOME. Security Fixes: libsoup: libsoup: Information disclosure via cleartext...

8.2CVSS5.6AI score0.00254EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
added 2026/06/03 9:30 a.m.20 views

Moderate: Red Hat Security Advisory: libsoup security update

An update for libsoup is now available for Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support and Red Hat Enterprise Linux 8.4 Extended Update Support Long-Life Add-On. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerabilit...

8.2CVSS5.8AI score0.00254EPSS
SaveExploits1References2
RedHat Linux
RedHat Linux
added 2026/06/01 3:10 p.m.42 views

libsoup: libsoup: Information disclosure via cleartext transmission of cookies during HTTPS tunnel establishment

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...

8.2CVSS5.8AI score0.00254EPSS
SaveExploits1References5
Rows per page
Query Builder