Lucene search
+L

3341 matches found

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

AZL-91818 CVE-2026-10536 affecting package curl for versions less than 8.11.1-10

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

5.9AI score0.00598EPSS
SaveExploits1References1
EUVD
EUVD
added 2026/07/03 6:18 a.m.22 views

EUVD-2026-41495

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

6AI score0.00325EPSS
SaveExploits1References3
OSV
OSV
added 2026/07/03 6:18 a.m.15 views

CVE-2026-9547 SSH improper host validation

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.4CVSS6.1AI score0.00325EPSS
SaveExploits1References6
AlpineLinux
AlpineLinux
added 2026/07/03 6:18 a.m.50 views

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

6AI score0.00325EPSS
SaveExploits1References3
Cvelist
Cvelist
added 2026/07/03 6:18 a.m.68 views

CVE-2026-9546 sending old referer

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

0.00494EPSS
SaveExploits1References3
EUVD
EUVD
added 2026/07/03 6:18 a.m.17 views

EUVD-2026-41494

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

6AI score0.00494EPSS
SaveExploits1References3
Vulnrichment
Vulnrichment
added 2026/07/03 6:18 a.m.13 views

CVE-2026-9546 sending old referer

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

5.5AI score0.00494EPSS
SaveExploits1References3
CVE
CVE
added 2026/07/03 6:18 a.m.61 views

CVE-2026-9546

CVE-2026-9546 is a libcurl bug where setting CURLOPT_REFERER to NULL—the documented way to suppress the Referer: header—fails to clear the internal data->state.referer pointer. On the next HTTP transfer over the same easy handle, libcurl sends the stale referer (or recycled heap content) to a ...

5.5AI score0.00494EPSS
SaveExploits1References3Affected Software1
OSV
OSV
added 2026/07/03 6:18 a.m.16 views

CVE-2026-9546 sending old referer

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.5AI score0.00494EPSS
SaveExploits1References6
AlpineLinux
AlpineLinux
added 2026/07/03 6:18 a.m.18 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...

5.5AI score0.00494EPSS
SaveExploits1
Vulnrichment
Vulnrichment
added 2026/07/03 6:17 a.m.14 views

CVE-2026-9545 exposing HTTP/3 early data

In this scenario, libcurl first uses a proper HTTP/3 server for the initial transfers, and when it makes a second transfer to the same site it has been replaced by the attacker's impostor machine - without a valid certificate. When libcurl returns to the hostname the second time with a cached SSL...

5.9AI score0.00268EPSS
SaveExploits1References3
OSV
OSV
added 2026/07/03 6:17 a.m.13 views

CVE-2026-9545 exposing HTTP/3 early data

In this scenario, libcurl first uses a proper HTTP/3 server for the initial transfers, and when it makes a second transfer to the same site it has been replaced by the attacker's impostor machine - without a valid certificate. When libcurl returns to the hostname the second time with a cached SSL...

7.5CVSS6AI score0.00268EPSS
SaveExploits1References6
Cvelist
Cvelist
added 2026/07/03 6:17 a.m.68 views

CVE-2026-9080 UAF after pause in socket callback

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

0.00295EPSS
SaveExploits1References3
attackerkb
attackerkb
added 2026/07/03 6:17 a.m.13 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...

5.9AI score0.00295EPSS
SaveExploits1References4Affected Software1
EUVD
EUVD
added 2026/07/03 6:17 a.m.21 views

EUVD-2026-41511

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

5.9AI score0.00295EPSS
SaveExploits1References3
OSV
OSV
added 2026/07/03 6:17 a.m.19 views

CVE-2026-9080 UAF after pause in socket callback

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.3CVSS6AI score0.00295EPSS
SaveExploits1References6
EUVD
EUVD
added 2026/07/03 6:16 a.m.20 views

EUVD-2026-41510

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

6AI score0.00584EPSS
SaveExploits1References3
Cvelist
Cvelist
added 2026/07/03 6:16 a.m.89 views

CVE-2026-9079 stale proxy password leak

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

0.00584EPSS
SaveExploits1References3
OSV
OSV
added 2026/07/03 6:16 a.m.16 views

CVE-2026-9079 stale proxy password leak

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.8CVSS6.1AI score0.00584EPSS
SaveExploits1References6
Vulnrichment
Vulnrichment
added 2026/07/03 6:16 a.m.13 views

CVE-2026-9079 stale proxy password leak

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

6AI score0.00584EPSS
SaveExploits1References3
Rows per page
Query Builder