Haxx

Curl

134 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
Exploit
  • EPSS 0.04%
  • Veröffentlicht 11.03.2026 10:09:37
  • Zuletzt bearbeitet 12.03.2026 14:08:56

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

Exploit
  • EPSS 0.02%
  • Veröffentlicht 11.03.2026 10:09:21
  • Zuletzt bearbeitet 12.03.2026 14:09:50

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.

Exploit
  • EPSS 0.02%
  • Veröffentlicht 11.03.2026 10:09:08
  • Zuletzt bearbeitet 12.03.2026 14:10:37

When an OAuth2 bearer token is used for an HTTP(S) 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 h...

  • EPSS 0.05%
  • Veröffentlicht 11.03.2026 10:08:52
  • Zuletzt bearbeitet 12.03.2026 14:11:19

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

Exploit
  • EPSS 0.04%
  • Veröffentlicht 08.01.2026 10:15:47
  • Zuletzt bearbeitet 20.01.2026 14:50:24

When doing SSH-based transfers using either SCP or SFTP, and setting the known_hosts file, libcurl could still mistakenly accept connecting to hosts *not present* in the specified file if they were added as recognized in the libssh *global* known_hos...

Exploit
  • EPSS 0.08%
  • Veröffentlicht 08.01.2026 10:15:47
  • Zuletzt bearbeitet 20.01.2026 14:47:52

When doing SSH-based transfers using either SCP or SFTP, and asked to do public key authentication, curl would wrongly still ask and authenticate using a locally running SSH agent.

Exploit
  • EPSS 0.03%
  • Veröffentlicht 08.01.2026 10:15:46
  • Zuletzt bearbeitet 20.01.2026 14:53:11

When an OAuth2 bearer token is used for an HTTP(S) transfer, and that transfer performs a cross-protocol redirect to a second URL that uses an IMAP, LDAP, POP3 or SMTP scheme, curl might wrongly pass on the bearer token to the new target host.

  • EPSS 0.05%
  • Veröffentlicht 08.01.2026 10:15:46
  • Zuletzt bearbeitet 20.01.2026 14:51:26

When doing TLS related transfers with reused easy or multi handles and altering the `CURLSSLOPT_NO_PARTIALCHAIN` option, libcurl could accidentally reuse a CA store cached in memory for which the partial chain option was reversed. Contrary to the us...

  • EPSS 0.01%
  • Veröffentlicht 08.01.2026 10:15:45
  • Zuletzt bearbeitet 27.01.2026 21:29:39

When doing multi-threaded LDAPS transfers (LDAP over TLS) with libcurl, changing TLS options in one thread would inadvertently change them globally and therefore possibly also affect other concurrently setup transfers. Disabling certificate verifica...

  • EPSS 0.01%
  • Veröffentlicht 08.01.2026 10:00:25
  • Zuletzt bearbeitet 20.01.2026 14:54:02

When using `CURLOPT_PINNEDPUBLICKEY` option with libcurl or `--pinnedpubkey` with the curl tool,curl should check the public key of the server certificate to verify the peer. This check was skipped in a certain condition that would then make curl al...