Lucene search
+L

10633 matches found

SUSE Linux
SUSE Linux
added 2026/01/08 12:21 p.m.3 views

Security update for curl

This update for curl fixes the following issues: CVE-2025-14524: Fixed bearer token leak on cross-protocol redirect bsc1255731 CVE-2025-15079: Fixed unknown host connection acceptance when set in the global knownhostsfile bsc1255733 CVE-2025-14819: Fixed issue where alteration of...

6CVSS6.8AI score0.00691EPSS
SaveExploits2References12
Snyk
Snyk
added 2026/01/08 10:45 a.m.26 views

Improper Authentication

Overview Affected versions of this package are vulnerable to Improper Authentication via CURLSSHAUTHAGENT flag for public key authentication. An attacker can gain unauthorized access by leveraging a locally running SSH agent to bypass the intended key passphrase requirement. Note: This issue...

4.7CVSS5.8AI score0.0042EPSS
SaveExploits1References2
Snyk
Snyk
added 2026/01/08 10:45 a.m.6 views

Improper Validation of Certificate with Host Mismatch

Overview Affected versions of this package are vulnerable to Improper Validation of Certificate with Host Mismatch due to the libssh API fallback to a built-in global knownhosts file if the host was not found in the specified one. An attacker can bypass host authenticity checks by leveraging...

8.1CVSS5.7AI score0.00465EPSS
SaveExploits1References2
NVD
NVD
added 2026/01/08 10:15 a.m.9 views

CVE-2025-15224

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

3.1CVSS0.0042EPSS
SaveExploits1References4
OSV
OSV
added 2026/01/08 10:15 a.m.11 views

ALPINE-CVE-2025-15224

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

3.1CVSS6.1AI score0.0042EPSS
SaveExploits1References1
OSV
OSV
added 2026/01/08 10:15 a.m.14 views

AZL-74207 CVE-2025-14524 affecting package cmake 3.30.3-11

When an OAuth2 bearer token is used for an HTTPS 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...

5.3CVSS6.1AI score0.00622EPSS
SaveExploits1References1
OSV
OSV
added 2026/01/08 10:15 a.m.10 views

AZL-74192 CVE-2025-14524 affecting package cmake 3.21.4-21

When an OAuth2 bearer token is used for an HTTPS 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...

5.3CVSS6.1AI score0.00622EPSS
SaveExploits1References1
OSV
OSV
added 2026/01/08 10:15 a.m.13 views

ALPINE-CVE-2025-14524

When an OAuth2 bearer token is used for an HTTPS 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...

5.3CVSS6.4AI score0.00622EPSS
SaveExploits1References1
OSV
OSV
added 2026/01/08 10:15 a.m.7 views

AZL-73743 CVE-2025-14017 affecting package curl for versions less than 8.8.0-8

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 verification for a specific transfer could unintentionally...

6.3CVSS6AI score0.00108EPSS
SaveExploits0References1
OSV
OSV
added 2026/01/08 10:15 a.m.21 views

ALPINE-CVE-2025-13034

When using CURLOPTPINNEDPUBLICKEY 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 allow the connection without performing the proper chec...

5.9CVSS6.2AI score0.00231EPSS
SaveExploits0References1
NVD
NVD
added 2026/01/08 10:15 a.m.7 views

CVE-2025-13034

When using CURLOPTPINNEDPUBLICKEY 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 allow the connection without performing the proper chec...

5.9CVSS0.00231EPSS
SaveExploits0References2
OSV
OSV
added 2026/01/08 10:15 a.m.8 views

UBUNTU-CVE-2025-14017

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 verification for a specific transfer could unintentionally...

6.3CVSS6.1AI score0.00108EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2026/01/08 10:8 a.m.5 views

CVE-2025-15224 libssh key passphrase bypass without agent set

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

6.5AI score0.0042EPSS
SaveExploits1References3
AlpineLinux
AlpineLinux
added 2026/01/08 10:8 a.m.13 views

CVE-2025-15224

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

3.1CVSS6.6AI score0.0042EPSS
SaveExploits1References4
Cvelist
Cvelist
added 2026/01/08 10:7 a.m.50 views

CVE-2025-14819 OpenSSL partial chain store policy bypass

When doing TLS related transfers with reused easy or multi handles and altering the CURLSSLOPTNOPARTIALCHAIN option, libcurl could accidentally reuse a CA store cached in memory for which the partial chain option was reversed. Contrary to the user's wishes and expectations. This could make libcur...

0.00691EPSS
SaveExploits0References2
AlpineLinux
AlpineLinux
added 2026/01/08 10:7 a.m.13 views

CVE-2025-14524

When an OAuth2 bearer token is used for an HTTPS 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...

5.3CVSS6.6AI score0.00622EPSS
SaveExploits1References4
Cvelist
Cvelist
added 2026/01/08 10:7 a.m.45 views

CVE-2025-14524 bearer token leak on cross-protocol redirect

When an OAuth2 bearer token is used for an HTTPS 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...

0.00622EPSS
SaveExploits1References3
AlpineLinux
AlpineLinux
added 2026/01/08 10:7 a.m.7 views

CVE-2025-14017

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 verification for a specific transfer could unintentionally...

6.3CVSS6.7AI score0.00108EPSS
SaveExploits0References3
CVE
CVE
added 2026/01/08 10:0 a.m.64 views

CVE-2025-13034

CVE-2025-13034 affects curl/libcurl and the curl tool. A flaw in the CURLOTP_PINNEDPUBLICKEY/--pinnedpubkey public-key pinning check could allow a connection to proceed without proper server identity verification when QUIC with ngtcp2 is built to use GnuTLS and the user disables standard certific...

5.9CVSS6.2AI score0.00231EPSS
SaveExploits0References2Affected Software1
Hacker One
Hacker One
added 2026/01/08 8:38 a.m.20 views

curl: inconsistently Rejection Logic in file:// URLs with Authority

curl's file:// protocol handler inconsistently applies path sanitization. in reject file://../ as Bad File:// URL" but allows the same traversal when an authority/host e.g.,localhost is present file://localhost/../. this inconsistency misleads developers who rely on the bad file:// URL error for...

7.2AI score
SaveExploits0
Rows per page
Query Builder