Lucene search
+L

3132 matches found

OSV
OSV
added 2026/07/03 7:16 a.m.12 views

ALPINE-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.1CVSS6AI score0.005EPSS
SaveExploits1References1
OSV
OSV
added 2026/07/03 7:16 a.m.3 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
NVD
NVD
added 2026/07/03 7:16 a.m.16 views

CVE-2026-9546

A vulnerability in libcurl caused the HTTP Referer: header to persist even when explicitly cleared. While the documentation states that passing NULL to CURLOPTREFERER suppresses the header, the option failed to clear the internal state. As a result the previous referrer string was erroneously...

7.5CVSS0.00494EPSS
SaveExploits1References3
OSV
OSV
added 2026/07/03 7:16 a.m.10 views

ALPINE-CVE-2026-8932

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.2AI score0.00396EPSS
SaveExploits1References1
OSV
OSV
added 2026/07/03 7:16 a.m.14 views

ALPINE-CVE-2026-9547

When a libcurl-based application performs transfers via SCP:// or SFTP:// and utilizes the CURLOPTSSHKEYFUNCTION callback, it may silently accept an untrusted server. This vulnerability occurs when a server presents a host key type that does not match the specific key type already recorded for th...

7.4CVSS6AI score0.00325EPSS
SaveExploits1References1
OSV
OSV
added 2026/07/03 7:16 a.m.3 views

AZL-91833 CVE-2026-8927 affecting package cmake for versions less than 3.30.3-15

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

AZL-91848 CVE-2026-9079 affecting package cmake for versions less than 3.30.3-15

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.01064EPSS
SaveExploits1References1
OSV
OSV
added 2026/07/03 7:16 a.m.3 views

AZL-91827 CVE-2026-8932 affecting package cmake for versions less than 3.30.3-15

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

ALPINE-CVE-2026-9546

A vulnerability in libcurl caused the HTTP Referer: header to persist even when explicitly cleared. While the documentation states that passing NULL to CURLOPTREFERER suppresses the header, the option failed to clear the internal state. As a result the previous referrer string was erroneously...

7.5CVSS5.9AI score0.00494EPSS
SaveExploits1References1
OSV
OSV
added 2026/07/03 7:16 a.m.12 views

ALPINE-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.5CVSS6AI score0.00543EPSS
SaveExploits1References1
OSV
OSV
added 2026/07/03 7:16 a.m.5 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.8AI score0.00543EPSS
SaveExploits1References1
OSV
OSV
added 2026/07/03 7:16 a.m.3 views

AZL-91812 CVE-2026-12064 affecting package curl for versions less than 8.11.1-10

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

AZL-91824 CVE-2026-8458 affecting package cmake for versions less than 3.30.3-15

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.8AI score0.00543EPSS
SaveExploits1References1
OSV
OSV
added 2026/07/03 7:16 a.m.11 views

ALPINE-CVE-2026-10536

A use-after-free vulnerability exists in libcurl when an application configures an HTTP/2 stream-dependency tree via CURLOPTSTREAMDEPENDS or CURLOPTSTREAMDEPENDSE, subsequently invokes curleasyreset, and finally terminates the handle with curleasycleanup. During this final cleanup phase, libcurl...

9.8CVSS6AI score0.00891EPSS
SaveExploits1References1
OSV
OSV
added 2026/07/03 7:16 a.m.5 views

AZL-91839 CVE-2026-10536 affecting package cmake for versions less than 3.30.3-15

A use-after-free vulnerability exists in libcurl when an application configures an HTTP/2 stream-dependency tree via CURLOPTSTREAMDEPENDS or CURLOPTSTREAMDEPENDSE, subsequently invokes curleasyreset, and finally terminates the handle with curleasycleanup. During this final cleanup phase, libcurl...

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

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.1CVSS0.00363EPSS
SaveExploits1References3
NVD
NVD
added 2026/07/03 7:16 a.m.15 views

CVE-2026-11856

Successfully using libcurl to do a transfer to a specific HTTP origin hostA with Digest authentication and then changing the origin to a different one hostB for a second transfer, reusing the same handle, makes libcurl wrongly pass on the Authorization: header field meant for hostA, to hostB...

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

AZL-91830 CVE-2026-11856 affecting package cmake for versions less than 3.30.3-15

Successfully using libcurl to do a transfer to a specific HTTP origin hostA with Digest authentication and then changing the origin to a different one hostB for a second transfer, reusing the same handle, makes libcurl wrongly pass on the Authorization: header field meant for hostA, to hostB...

9.8CVSS5.9AI score0.00688EPSS
SaveExploits1References1
NVD
NVD
added 2026/07/03 7:16 a.m.31 views

CVE-2026-10536

A use-after-free vulnerability exists in libcurl when an application configures an HTTP/2 stream-dependency tree via CURLOPTSTREAMDEPENDS or CURLOPTSTREAMDEPENDSE, subsequently invokes curleasyreset, and finally terminates the handle with curleasycleanup. During this final cleanup phase, libcurl...

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

ALPINE-CVE-2026-11856

Successfully using libcurl to do a transfer to a specific HTTP origin hostA with Digest authentication and then changing the origin to a different one hostB for a second transfer, reusing the same handle, makes libcurl wrongly pass on the Authorization: header field meant for hostA, to hostB...

9.8CVSS6AI score0.00688EPSS
SaveExploits1References1
Rows per page
Query Builder