Lucene search
+L

10916 matches found

Snyk
Snyk
added 2026/07/03 8:18 a.m.21 views

Infinite loop

Overview Affected versions of this package are vulnerable to Infinite loop in the udpreceive process. An attacker can cause the client to enter a busy-loop and become unresponsive by continuously sending zero-length UDP datagrams from a malicious HTTP/3 server. Remediation Upgrade libcurl to...

8.7CVSS6.2AI score0.00715EPSS
SaveExploits1References2
Snyk
Snyk
added 2026/07/03 8:18 a.m.17 views

Authentication Bypass by Primary Weakness

Overview Affected versions of this package are vulnerable to Authentication Bypass by Primary Weakness in the connection pool process. An attacker can bypass intended certificate validation by reusing a handle that initially used the default native CA trust and then switching it to custom CA...

9.1CVSS6AI score0.00363EPSS
SaveExploits1References2
Snyk
Snyk
added 2026/07/03 8:18 a.m.18 views

Use After Free

Overview Affected versions of this package are vulnerable to Use After Free in the CURLMOPTSOCKETFUNCTION callback when curleasypause is called. An attacker can execute arbitrary code or cause a denial of service by triggering the use of a dangling pointer after memory has been freed. Remediation...

8.8CVSS6.2AI score0.00295EPSS
SaveExploits1References2
Snyk
Snyk
added 2026/07/03 8:16 a.m.37 views

Insertion of Sensitive Information Into Sent Data

Overview Affected versions of this package are vulnerable to Insertion of Sensitive Information Into Sent Data in the process of reusing a handle for sequential transfers with environment-variable proxy configuration. An attacker can cause sensitive authentication headers to be sent to an...

9.1CVSS6AI score0.005EPSS
SaveExploits1References2
OSV
OSV
added 2026/07/03 7:16 a.m.19 views

AZL-91791 CVE-2026-9079 affecting package curl for versions less than 8.11.1-10

libcurl had a flaw that when instructed to clear proxy authentication credentials which made it not do so, leaving the old credentials around to get used for subsequent transfers that should not know nor use them...

9.8CVSS5.9AI score0.00584EPSS
SaveExploits1References1
OSV
OSV
added 2026/07/03 7:16 a.m.15 views

ALPINE-CVE-2026-9080

Calling curleasypause within the event-based CURLMOPTSOCKETFUNCTION callback triggers a use-after-free vulnerability, where libcurl attempts to store a flag using a dangling struct pointer immediately after that pointer's memory has been freed...

7.3CVSS5.9AI score0.00295EPSS
SaveExploits1References1
NVD
NVD
added 2026/07/03 7:16 a.m.15 views

CVE-2026-8926

When asking curl to use a .netrc file to find credentials and at the same time specifying a URL with a username without a password, like https://[email protected]/, curl could wrongly get and use the password for another user set in the .netrc file for that host if such a one exists and there is n...

9.1CVSS0.00444EPSS
SaveExploits1References3
NVD
NVD
added 2026/07/03 7:16 a.m.19 views

CVE-2026-9080

Calling curleasypause within the event-based CURLMOPTSOCKETFUNCTION callback triggers a use-after-free vulnerability, where libcurl attempts to store a flag using a dangling struct pointer immediately after that pointer's memory has been freed...

7.3CVSS0.00295EPSS
SaveExploits1References3
OSV
OSV
added 2026/07/03 7:16 a.m.12 views

AZL-91797 CVE-2026-8932 affecting package curl for versions less than 8.11.1-10

libcurl would reuse a previously created connection even when some mTLS config related option had been changed that should have prohibited reuse. libcurl keeps previously used connections in a connection pool for subsequent transfers to reuse if one of them matches the setup. However, some TLS...

7.5CVSS6.1AI score0.00396EPSS
SaveExploits1References1
OSV
OSV
added 2026/07/03 7:16 a.m.10 views

AZL-91821 CVE-2026-8926 affecting package curl for versions less than 8.11.1-10

When asking curl to use a .netrc file to find credentials and at the same time specifying a URL with a username without a password, like https://[email protected]/, curl could wrongly get and use the password for another user set in the .netrc file for that host if such a one exists and there is n...

9.1CVSS5.5AI score0.00444EPSS
SaveExploits1References1
NVD
NVD
added 2026/07/03 7:16 a.m.24 views

CVE-2026-8927

When reusing a libcurl handle for sequential transfers driven by environment-variable proxy configuration, libcurl fails to clear the proxy authentication state between requests. Specifically, if the initial transfer authenticates against proxyA using Digest auth, a subsequent transfer routed...

9.1CVSS0.005EPSS
SaveExploits1References3
OSV
OSV
added 2026/07/03 7:16 a.m.29 views

AZL-91788 CVE-2026-8927 affecting package curl for versions less than 8.11.1-10

When reusing a libcurl handle for sequential transfers driven by environment-variable proxy configuration, libcurl fails to clear the proxy authentication state between requests. Specifically, if the initial transfer authenticates against proxyA using Digest auth, a subsequent transfer routed...

9.1CVSS5.9AI score0.005EPSS
SaveExploits1References1
OSV
OSV
added 2026/07/03 7:16 a.m.11 views

ALPINE-CVE-2026-8926

When asking curl to use a .netrc file to find credentials and at the same time specifying a URL with a username without a password, like https://[email protected]/, curl could wrongly get and use the password for another user set in the .netrc file for that host if such a one exists and there is n...

9.1CVSS5.5AI score0.00444EPSS
SaveExploits1References1
OSV
OSV
added 2026/07/03 7:16 a.m.11 views

AZL-91845 CVE-2026-8924 affecting package cmake for versions less than 3.30.3-15

A flaw in curl’s cookie parsing logic allows a malicious HTTP server to set "super cookies" that bypass the Public Suffix List check. This enables an attacker-controlled origin to inject cookies that curl subsequently scopes and transmits to unrelated third-party domains...

9.1CVSS5.5AI score0.00661EPSS
SaveExploits1References1
NVD
NVD
added 2026/07/03 7:16 a.m.38 views

CVE-2026-8458

libcurl might in some circumstances reuse the wrong connection when asked to do Negotiate-authenticated ones, even when they are set to use different "services". libcurl features a pool of recent connections so that subsequent requests can reuse an existing connection to avoid overhead. When...

6.5CVSS0.00371EPSS
SaveExploits1References3
NVD
NVD
added 2026/07/03 7:16 a.m.26 views

CVE-2026-8925

The curl logic that works with SASL authentication could end up cleaning up the GSASL context twice without clearing the pointer in between, making it free the same pointer twice...

9.8CVSS0.00674EPSS
SaveExploits1References3
OSV
OSV
added 2026/07/03 7:16 a.m.17 views

ALPINE-CVE-2026-12064

When a user invokes curl using a schemeless URL combined with --proto-default sftp or scp, a disconnect occurs between the tool layer and libcurl. The tool layer incorrectly infers the URL scheme, which erroneously bypasses the initialization of critical SSH security options like...

7.5CVSS6AI score0.00399EPSS
SaveExploits1References1
OSV
OSV
added 2026/07/03 7:16 a.m.8 views

AZL-91809 CVE-2026-8458 affecting package curl for versions less than 8.11.1-10

libcurl might in some circumstances reuse the wrong connection when asked to do Negotiate-authenticated ones, even when they are set to use different "services". libcurl features a pool of recent connections so that subsequent requests can reuse an existing connection to avoid overhead. When...

6.5CVSS5.5AI score0.00371EPSS
SaveExploits1References1
NVD
NVD
added 2026/07/03 7:16 a.m.30 views

CVE-2026-8924

A flaw in curl’s cookie parsing logic allows a malicious HTTP server to set "super cookies" that bypass the Public Suffix List check. This enables an attacker-controlled origin to inject cookies that curl subsequently scopes and transmits to unrelated third-party domains...

9.1CVSS0.00661EPSS
SaveExploits1References3
OSV
OSV
added 2026/07/03 7:16 a.m.20 views

ALPINE-CVE-2026-8924

A flaw in curl’s cookie parsing logic allows a malicious HTTP server to set "super cookies" that bypass the Public Suffix List check. This enables an attacker-controlled origin to inject cookies that curl subsequently scopes and transmits to unrelated third-party domains...

9.1CVSS5.5AI score0.00661EPSS
SaveExploits1References1
Rows per page
Query Builder