Lucene search
+L

10676 matches found

Hacker One
Hacker One
added 2026/03/11 3:02 p.m.17 views

curl: urlapi: off-by-one in custom scheme validation skips last character

Summary In lib/urlapi.c, the seturlscheme function has an off-by-one error when validating custom scheme names. The validation loop checks scheme0 twice once by ISALPHA, once in the loop and never checks the last character. This allows schemes ending with any arbitrary byte e.g., foo!, bar, bad/ ...

5.9AI score
SaveExploits0
Snyk
Snyk
added 2026/03/11 12:41 p.m.14 views

Use After Free

Overview Affected versions of this package are vulnerable to Use After Free in smb.c, which may reuse already freed memory from a previous SMB connection request. The window of opportunity to exploit this is small, and the region of memory exposed is small and out of the attacker's control...

7.5CVSS5.8AI score0.00745EPSS
SaveExploits2References2
EUVD
EUVD
added 2026/03/11 12:31 p.m.8 views

EUVD-2026-11139

curl would wrongly reuse an existing HTTP proxy connection doing CONNECT to a server, even if the new request uses different credentials for the HTTP proxy. The proper behavior is to create or use a separate connection...

6.5CVSS5.8AI score0.00412EPSS
SaveExploits1References5
EUVD
EUVD
added 2026/03/11 12:31 p.m.9 views

EUVD-2026-11141

When doing a second SMB request to the same host again, curl would wrongly use a data pointer pointing into already freed memory...

7.5CVSS5.8AI score0.00745EPSS
SaveExploits2References5
OSV
OSV
added 2026/03/11 12:11 p.m.6 views

USN-8084-1 curl vulnerabilities

Zhicheng Chen discovered that curl could incorrectly reuse the wrong connection for Negotiate-authenticated HTTP or HTTPS requests. This could result in the use of credentials from a different connection, contrary to expectations. CVE-2026-1965 It was discovered that curl incorrectly leaked OAuth...

7.5CVSS7.3AI score0.00745EPSS
SaveExploits5References6
OSV
OSV
added 2026/03/11 11:16 a.m.14 views

ALPINE-CVE-2026-3784

curl would wrongly reuse an existing HTTP proxy connection doing CONNECT to a server, even if the new request uses different credentials for the HTTP proxy. The proper behavior is to create or use a separate connection...

6.5CVSS7.1AI score0.00412EPSS
SaveExploits1References1
NVD
NVD
added 2026/03/11 11:16 a.m.9 views

CVE-2026-3784

curl would wrongly reuse an existing HTTP proxy connection doing CONNECT to a server, even if the new request uses different credentials for the HTTP proxy. The proper behavior is to create or use a separate connection...

6.5CVSS0.00412EPSS
SaveExploits1References5
NVD
NVD
added 2026/03/11 11:16 a.m.9 views

CVE-2026-3805

When doing a second SMB request to the same host again, curl would wrongly use a data pointer pointing into already freed memory...

7.5CVSS0.00745EPSS
SaveExploits2References4
NVD
NVD
added 2026/03/11 11:16 a.m.11 views

CVE-2026-3783

When an OAuth2 bearer token is used for an HTTPS transfer, and that transfer performs a redirect to a second URL, curl could leak that token to the second hostname under some circumstances. If the hostname that the first request is redirected to has information in the used .netrc file, with eithe...

5.3CVSS0.00454EPSS
SaveExploits1References4
OSV
OSV
added 2026/03/11 11:16 a.m.20 views

ALPINE-CVE-2026-3805

When doing a second SMB request to the same host again, curl would wrongly use a data pointer pointing into already freed memory...

7.5CVSS5.8AI score0.00745EPSS
SaveExploits2References1
OSV
OSV
added 2026/03/11 11:16 a.m.12 views

ALPINE-CVE-2026-3783

When an OAuth2 bearer token is used for an HTTPS transfer, and that transfer performs a redirect to a second URL, curl could leak that token to the second hostname under some circumstances. If the hostname that the first request is redirected to has information in the used .netrc file, with eithe...

5.3CVSS5.8AI score0.00454EPSS
SaveExploits1References1
OSV
OSV
added 2026/03/11 11:16 a.m.14 views

DEBIAN-CVE-2026-3784

curl would wrongly reuse an existing HTTP proxy connection doing CONNECT to a server, even if the new request uses different credentials for the HTTP proxy. The proper behavior is to create or use a separate connection...

6.5CVSS7.2AI score0.00412EPSS
SaveExploits1References1
OSV
OSV
added 2026/03/11 11:16 a.m.11 views

DEBIAN-CVE-2026-3783

When an OAuth2 bearer token is used for an HTTPS transfer, and that transfer performs a redirect to a second URL, curl could leak that token to the second hostname under some circumstances. If the hostname that the first request is redirected to has information in the used .netrc file, with eithe...

5.3CVSS7.7AI score0.00454EPSS
SaveExploits1References1
NVD
NVD
added 2026/03/11 11:15 a.m.11 views

CVE-2026-1965

libcurl can in some circumstances reuse the wrong connection when asked to do an Negotiate-authenticated HTTP or HTTPS request. 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...

6.5CVSS0.00259EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/03/11 10:09 a.m.4 views

CVE-2026-3805 use after free in SMB connection reuse

When doing a second SMB request to the same host again, curl would wrongly use a data pointer pointing into already freed memory...

5.8AI score0.00745EPSS
SaveExploits2References3
AlpineLinux
AlpineLinux
added 2026/03/11 10:09 a.m.12 views

CVE-2026-3805

When doing a second SMB request to the same host again, curl would wrongly use a data pointer pointing into already freed memory...

7.5CVSS5.8AI score0.00745EPSS
SaveExploits2References4
CVE
CVE
added 2026/03/11 10:09 a.m.84 views

CVE-2026-3805

CVE-2026-3805 describes a heap-use-after-free in curl’s SMB connection reuse. During needle-based connection reuse, curl sets req->path to point inside the connection-owned smbc->share memory. When the needle is freed, smbc->share is freed as well, but req->path on the easy handle rem...

7.5CVSS5.8AI score0.00745EPSS
SaveExploits2References4Affected Software1
OSV
OSV
added 2026/03/11 10:09 a.m.9 views

CVE-2026-3805 use after free in SMB connection reuse

When doing a second SMB request to the same host again, curl would wrongly use a data pointer pointing into already freed memory...

7.5CVSS7.1AI score0.00745EPSS
SaveExploits2References6
Debian CVE
Debian CVE
added 2026/03/11 10:09 a.m.14 views

CVE-2026-3805

When doing a second SMB request to the same host again, curl would wrongly use a data pointer pointing into already freed memory...

7.5CVSS7.2AI score0.00745EPSS
SaveExploits2
Cvelist
Cvelist
added 2026/03/11 10:09 a.m.32 views

CVE-2026-3805 use after free in SMB connection reuse

When doing a second SMB request to the same host again, curl would wrongly use a data pointer pointing into already freed memory...

0.00745EPSS
SaveExploits2References3
Rows per page
Query Builder