Lucene search
+L

35 matches found

SUSE CVE
SUSE CVE
added 2026/07/10 3:20 a.m.8 views

SUSE CVE-2026-11564

libcurl keeps previously used connections in a connection pool for subsequent transfers to reuse if one of them matches the setup. An easy handle that first uses default native CA trust can continue trusting the native platform store after the application switches that same handle to custom CA...

7.4CVSS6.1AI score0.00363EPSS
SaveExploits1References3
EUVD
EUVD
added 2026/07/03 6:12 a.m.15 views

EUVD-2026-41499

libcurl keeps previously used connections in a connection pool for subsequent transfers to reuse if one of them matches the setup. An easy handle that first uses default native CA trust can continue trusting the native platform store after the application switches that same handle to custom CA...

6AI score0.00363EPSS
SaveExploits1References3
OSV
OSV
added 2026/07/03 6:12 a.m.10 views

CVE-2026-11564 Native CA trust persist

libcurl keeps previously used connections in a connection pool for subsequent transfers to reuse if one of them matches the setup. An easy handle that first uses default native CA trust can continue trusting the native platform store after the application switches that same handle to custom CA...

9.1CVSS6.1AI score0.00363EPSS
SaveExploits1References5
CVE
CVE
added 2026/07/03 6:12 a.m.48 views

CVE-2026-11564

CVE-2026-11564 (libcurl) describes an issue where libcurl keeps previously used connections in a pool and may continue trusting the native CA store after an application switches a handle to custom CA material for a later transfer. The connected sources confirm this behavior across multiple feeds ...

9.1CVSS6AI score0.00363EPSS
SaveExploits1References3Affected Software1
OSV
OSV
added 2026/06/24 2:0 p.m.5 views

UBUNTU-CVE-2026-11564

libcurl keeps previously used connections in a connection pool for subsequent transfers to reuse if one of them matches the setup. An easy handle that first uses default native CA trust can continue trusting the native platform store after the application switches that same handle to custom CA...

9.1CVSS5.9AI score0.00363EPSS
SaveExploits1References4
Hacker One
Hacker One
added 2026/06/10 5:0 a.m.26 views

curl: CVE-2026-11856: cross-origin Digest auth state leak

Summary: This issue is the HTTP sibling to the previously disclosed RTSP Digest auth leak. When an application uses libcurl and reuses the same easy handle for sequential transfers the documented best practice, the Digest authentication state captured from the first origin is silently sent to the...

9.8CVSS5.9AI score0.00604EPSS
SaveExploits1
Hacker One
Hacker One
added 2026/06/08 8:24 a.m.22 views

curl: CVE-2026-11564: Native CA trust persist

A vulnerability was discovered in the libcurl library where a native CA trust could persist after an easy handle switches to custom CA material. The vulnerability was found to affect builds of libcurl that enable the native CA trust feature. The issue stemmed from the fact that the library did no...

9.1CVSS5.8AI score0.00363EPSS
SaveExploits1
OSV
OSV
added 2026/05/13 1:1 p.m.21 views

ALPINE-CVE-2026-6276

Using libcurl, when a custom Host: header is first set for an HTTP request and a second request is subsequently done using the same easy handle but without the custom Host: header set, the second request would use stale information and pass on cookies meant for the first host in the second reques...

7.5CVSS5.5AI score0.00295EPSS
SaveExploits1References1
Cvelist
Cvelist
added 2026/05/13 8:28 a.m.103 views

CVE-2026-6276 stale custom cookie host causes cookie leak

Using libcurl, when a custom Host: header is first set for an HTTP request and a second request is subsequently done using the same easy handle but without the custom Host: header set, the second request would use stale information and pass on cookies meant for the first host in the second reques...

0.00295EPSS
SaveExploits1References3
OSV
OSV
added 2026/05/13 8:28 a.m.6 views

CVE-2026-6276 stale custom cookie host causes cookie leak

Using libcurl, when a custom Host: header is first set for an HTTP request and a second request is subsequently done using the same easy handle but without the custom Host: header set, the second request would use stale information and pass on cookies meant for the first host in the second reques...

7.5CVSS7.1AI score0.00295EPSS
SaveExploits1References6
Vulnrichment
Vulnrichment
added 2026/05/13 8:28 a.m.9 views

CVE-2026-6276 stale custom cookie host causes cookie leak

Using libcurl, when a custom Host: header is first set for an HTTP request and a second request is subsequently done using the same easy handle but without the custom Host: header set, the second request would use stale information and pass on cookies meant for the first host in the second reques...

5.8AI score0.00295EPSS
SaveExploits1References3
CVE
CVE
added 2026/05/13 8:28 a.m.76 views

CVE-2026-6276

CVE-2026-6276 affects libcurl: if a custom Host header is initially set for an HTTP request and a subsequent request on the same easy handle is made without the Host header, the second request can reuse stale host information and leak cookies intended for the first host. The issue manifests as a ...

7.5CVSS5.8AI score0.00295EPSS
SaveExploits1References4Affected Software1
Debian CVE
Debian CVE
added 2026/05/13 8:28 a.m.88 views

CVE-2026-6276

Using libcurl, when a custom Host: header is first set for an HTTP request and a second request is subsequently done using the same easy handle but without the custom Host: header set, the second request would use stale information and pass on cookies meant for the first host in the second reques...

7.5CVSS5.8AI score0.00295EPSS
SaveExploits1
AlpineLinux
AlpineLinux
added 2026/05/13 8:28 a.m.129 views

CVE-2026-6276

Using libcurl, when a custom Host: header is first set for an HTTP request and a second request is subsequently done using the same easy handle but without the custom Host: header set, the second request would use stale information and pass on cookies meant for the first host in the second reques...

7.5CVSS5.8AI score0.00295EPSS
SaveExploits1References4
OSV
OSV
added 2026/04/29 2:0 p.m.8 views

UBUNTU-CVE-2026-6276

Using libcurl, when a custom Host: header is first set for an HTTP request and a second request is subsequently done using the same easy handle but without the custom Host: header set, the second request would use stale information and pass on cookies meant for the first host in the second reques...

7.5CVSS5.8AI score0.00295EPSS
SaveExploits1References4
Hacker One
Hacker One
added 2026/04/14 5:3 p.m.20 views

curl: libcurl stale CURLOPT_AUTOREFERER leaks a previous request URL to a different origin on a reused easy handle

Summary: libcurl keeps a stale data-state.referer after an HTTP redirect when CURLOPTAUTOREFERER is enabled. Curlhttpfollow stores the previous URL into data-state.referer at lib/http.c:1166-1189, and later requests reuse that value when building Referer: at lib/http.c:2954-2957. In my local...

5.8AI score
SaveExploits0
EUVD
EUVD
added 2025/10/07 12:30 a.m.5 views

EUVD-2018-8636

Malware in sbrugna...

9.8CVSS6.9AI score0.03398EPSS
SaveExploits0References13
Tenable Nessus
Tenable Nessus
added 2024/05/17 12:0 a.m.43 views

EulerOS Virtualization 3.0.6.0 : curl (EulerOS-SA-2024-1677)

According to the versions of the curl packages installed, the EulerOS Virtualization installation on the remote host is affected by the following vulnerabilities : - This flaw allows an attacker to insert cookies at will into a running program using libcurl, if the specific series of conditions a...

6.5CVSS7.4AI score0.06208EPSS
SaveExploits1References3
Tenable Nessus
Tenable Nessus
added 2024/01/16 12:0 a.m.67 views

EulerOS 2.0 SP11 : curl (EulerOS-SA-2023-3239)

According to the versions of the curl packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : - This flaw makes curl overflow a heap based buffer in the SOCKS5 proxy handshake. When curl is asked to pass along the host name to the SOCKS5 prox...

9.8CVSS7.8AI score0.78483EPSS
SaveExploits6References3
curl security advisories
curl security advisories
added 2023/10/11 8:0 a.m.14 views

cookie injection with none file

This flaw allows an attacker to intentionally inject cookies into a running program using libcurl, if the specific series of conditions are met. libcurl performs transfers. In its API, an application creates "easy handles" that are the individual handles for single transfers. libcurl provides a...

3.7CVSS6.9AI score0.06208EPSS
SaveExploits0References1Affected Software2
Rows per page
Query Builder