Lucene search
+L

10458 matches found

Hacker One
Hacker One
added 2026/05/13 10:42 p.m.38 views

curl: HTTP/2 proxy CONNECT tunnel unbounded 1xx chain (missing Curl_bump_headersize cap in cf-h2-proxy.c)

A malicious HTTPS-on-HTTP/2 proxy can grow a libcurl client's resident set without bound during the CONNECT phase by streaming 1xx informational responses. The CVE-2023-38039 cap MAXHTTPRESPHEADERSIZE, 300 KiB, enforced through Curlbumpheadersize is not applied on the HTTP/2 proxy path. The HTTP/...

7.5CVSS6.6AI score0.62246EPSS
SaveExploits1
Hacker One
Hacker One
added 2026/05/13 9:54 p.m.262 views

curl: Credentials forwarded to HTTP after HTTPS→HTTP same-port redirect — url_set_data_creds uses scheme-blind comparator

Hi all, The recent creds: hold credentials refactor — commit 8f71d0fde5 2026-05-11 https://github.com/curl/curl/commit/8f71d0fde5 — introduced a credential-leak regression on HTTPS→HTTP same-port redirects. -u user:pass and --oauth2-bearer both end up in cleartext after a 302 from https://h:N/ to...

5.7CVSS6.7AI score0.01702EPSS
SaveExploits2
Hacker One
Hacker One
added 2026/05/13 9:50 p.m.28 views

curl: CURLOPT_HSTS_CTRL disables shared HSTS without share guard — use-after-free and double-free

Hi all, CURLOPTHSTSCTRL set to a value without CURLHSTSENABLE unconditionally frees the easy's HSTS object — even when that object is shared via a CURLSH. The result is a use-after-free and a double-free on the shared 48-byte struct hsts block when the share or any other linked easy is later torn...

9.8CVSS6.7AI score0.03398EPSS
SaveExploits1
Hacker One
Hacker One
added 2026/05/13 9:30 p.m.10 views

curl: CVE-2026-8924: trailing dot domain super cookie

Summary: A PSL-enabled curl build rejects a canonical public suffix cookie such as Domain=co.uk, but accepts the trailing-dot variant Domain=co.uk. when the request host also uses a trailing dot. In the reproduced case, a response from foo.co.uk. sets Set-Cookie: trail=1; Domain=co.uk.; Path=/, a...

9.1CVSS5.8AI score0.0056EPSS
SaveExploits1
EUVD
EUVD
added 2026/05/13 6:30 p.m.24 views

EUVD-2026-29931

When curl is told to use the Certificate Status Request TLS extension, often referred to as OCSP stapling, to verify that the server certificate is valid, it fails to detect OCSP problems and instead wrongly consider the response as fine...

5.3CVSS5.8AI score0.00267EPSS
SaveExploits1References5
EUVD
EUVD
added 2026/05/13 6:30 p.m.11 views

EUVD-2026-29924

libcurl might in some circumstances reuse the wrong connection for SMBS transfers. libcurl features a pool of recent connections so that subsequent requests can reuse an existing connection to avoid overhead. When reusing a connection a range of criteria must be met. Due to a logical error in the...

7.5CVSS5.8AI score0.00618EPSS
SaveExploits1References5
EUVD
EUVD
added 2026/05/13 6:30 p.m.15 views

EUVD-2026-29927

curl might erroneously pass on credentials for a first proxy to a second proxy. This can happen when the following conditions are true: 1. curl is setup to use specific different proxies for different URL schemes 2. the first proxy needs credentials 3. the second proxy uses no credentials 4. whil...

5.9CVSS5.8AI score0.00719EPSS
SaveExploits1References5
OSV
OSV
added 2026/05/13 1:1 p.m.9 views

ALPINE-CVE-2026-7009

When curl is told to use the Certificate Status Request TLS extension, often referred to as OCSP stapling, to verify that the server certificate is valid, it fails to detect OCSP problems and instead wrongly consider the response as fine...

5.3CVSS5.4AI score0.00267EPSS
SaveExploits1References1
NVD
NVD
added 2026/05/13 1:1 p.m.33 views

CVE-2026-7009

When curl is told to use the Certificate Status Request TLS extension, often referred to as OCSP stapling, to verify that the server certificate is valid, it fails to detect OCSP problems and instead wrongly consider the response as fine...

5.3CVSS0.00267EPSS
SaveExploits1References4
OSV
OSV
added 2026/05/13 1:1 p.m.8 views

ALPINE-CVE-2026-7168

Successfully using libcurl to do a transfer over a specific HTTP proxy proxyA with Digest authentication and then changing the proxy host to a second one proxyB for a second transfer, reusing the same handle, makes libcurl wrongly pass on the Proxy-Authorization: header field meant for proxyA, to...

5.3CVSS5.5AI score0.00471EPSS
SaveExploits1References1
NVD
NVD
added 2026/05/13 1:1 p.m.10 views

CVE-2026-6253

curl might erroneously pass on credentials for a first proxy to a second proxy. This can happen when the following conditions are true: 1. curl is setup to use specific different proxies for different URL schemes 2. the first proxy needs credentials 3. the second proxy uses no credentials 4. whil...

5.9CVSS0.00719EPSS
SaveExploits1References4
NVD
NVD
added 2026/05/13 1:1 p.m.13 views

CVE-2026-5545

libcurl might in some circumstances reuse the wrong connection when asked to do an authenticated HTTPS request after a Negotiate-authenticated one, when both use the same host. libcurl features a pool of recent connections so that subsequent requests can reuse an existing connection to avoid...

6.5CVSS0.00414EPSS
SaveExploits1References3
NVD
NVD
added 2026/05/13 1:1 p.m.12 views

CVE-2026-5773

libcurl might in some circumstances reuse the wrong connection for SMBS transfers. libcurl features a pool of recent connections so that subsequent requests can reuse an existing connection to avoid overhead. When reusing a connection a range of criteria must be met. Due to a logical error in the...

7.5CVSS0.00618EPSS
SaveExploits1References4
OSV
OSV
added 2026/05/13 1:1 p.m.9 views

ALPINE-CVE-2026-6253

curl might erroneously pass on credentials for a first proxy to a second proxy. This can happen when the following conditions are true: 1. curl is setup to use specific different proxies for different URL schemes 2. the first proxy needs credentials 3. the second proxy uses no credentials 4. whil...

5.9CVSS5.5AI score0.00719EPSS
SaveExploits1References1
CVE
CVE
added 2026/05/13 8:29 a.m.145 views

CVE-2026-7168

CVE-2026-7168 affects libcurl/curl where Digest authentication state is carried across proxies on the same easy handle. Public details show that changing proxies or only the proxy port can cause a stale Proxy-Authorization: Digest header (from proxyA) to be reused for proxyB, leaking authenticati...

5.3CVSS5.8AI score0.00471EPSS
SaveExploits1References4Affected Software1
AlpineLinux
AlpineLinux
added 2026/05/13 8:28 a.m.82 views

CVE-2026-7009

When curl is told to use the Certificate Status Request TLS extension, often referred to as OCSP stapling, to verify that the server certificate is valid, it fails to detect OCSP problems and instead wrongly consider the response as fine...

5.3CVSS5.8AI score0.00267EPSS
SaveExploits1
Cvelist
Cvelist
added 2026/05/13 8:28 a.m.62 views

CVE-2026-7009 OCSP stapling bypass with Apple SecTrust

When curl is told to use the Certificate Status Request TLS extension, often referred to as OCSP stapling, to verify that the server certificate is valid, it fails to detect OCSP problems and instead wrongly consider the response as fine...

0.00267EPSS
SaveExploits1References3
ATTACKERKB
ATTACKERKB
added 2026/05/13 8:28 a.m.22 views

CVE-2026-7009

When curl is told to use the Certificate Status Request TLS extension, often referred to as OCSP stapling, to verify that the server certificate is valid, it fails to detect OCSP problems and instead wrongly consider the response as fine...

5.8AI score0.00267EPSS
SaveExploits1References4Affected Software1
Vulnrichment
Vulnrichment
added 2026/05/13 8:28 a.m.9 views

CVE-2026-7009 OCSP stapling bypass with Apple SecTrust

When curl is told to use the Certificate Status Request TLS extension, often referred to as OCSP stapling, to verify that the server certificate is valid, it fails to detect OCSP problems and instead wrongly consider the response as fine...

5.8AI score0.00267EPSS
SaveExploits1References3
OSV
OSV
added 2026/05/13 8:28 a.m.3 views

CVE-2026-7009 OCSP stapling bypass with Apple SecTrust

When curl is told to use the Certificate Status Request TLS extension, often referred to as OCSP stapling, to verify that the server certificate is valid, it fails to detect OCSP problems and instead wrongly consider the response as fine...

5.3CVSS7.1AI score0.00267EPSS
SaveExploits1References6
Rows per page
Query Builder