curl (SUSE:Linux Micro 6.1) — known CVEs & security advisories
Known CVE vulnerabilities and GitHub Security Advisories affecting the SUSE:Linux Micro 6.1 package curl, with affected version ranges, CVSS severity, EPSS exploit prediction, and CISA KEV status.
CVEs (19)
CVE-2025-9086 — CVSS 7.5 (high): 1. A cookie is set using the `secure` keyword for `https://target` 2. curl is redirected to or otherwise made to speak with `http://target`…
CVE-2026-3805 — CVSS 7.5 (high): When doing a second SMB request to the same host again, curl would wrongly use a data pointer pointing into already freed memory.
CVE-2025-5399 — CVSS 7.5 (high): Due to a mistake in libcurl's WebSocket code, a malicious server can send a particularly crafted packet which makes libcurl get trapped in…
CVE-2025-0665 — CVSS 7.0 (high): libcurl would wrongly close the same eventfd file descriptor twice when taking down a connection channel after having completed a threaded…
CVE-2026-3784 — CVSS 6.5 (medium): curl would wrongly reuse an existing HTTP proxy connection doing CONNECT to a server, even if the new request uses different credentials…
CVE-2025-4947 — CVSS 6.5 (medium): libcurl accidentally skips the certificate verification for QUIC connections when connecting to a host specified as an IP address in the…
CVE-2024-8096 — CVSS 6.5 (medium): When curl is told to use the Certificate Status Request TLS extension, often referred to as OCSP stapling, to verify that the server…
CVE-2024-9681 — CVSS 6.5 (medium): When curl is asked to use HSTS, the expiry time for a subdomain might overwrite a parent domain's cache entry, making it end sooner or…
CVE-2026-1965 — CVSS 6.5 (medium): libcurl can in some circumstances reuse the wrong connection when asked to do an Negotiate-authenticated HTTP or HTTPS request. libcurl…
CVE-2025-14017 — CVSS 6.3 (medium): When doing multi-threaded LDAPS transfers (LDAP over TLS) with libcurl, changing TLS options in one thread would inadvertently change them…
CVE-2025-15079 — CVSS 5.3 (medium): When doing SSH-based transfers using either SCP or SFTP, and setting the known_hosts file, libcurl could still mistakenly accept connecting…
CVE-2025-10148 — CVSS 5.3 (medium): curl's websocket code did not update the 32 bit mask pattern for each new outgoing frame as the specification says. Instead it used a fixed…
CVE-2025-14524 — CVSS 5.3 (medium): 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…
CVE-2025-14819 — CVSS 5.3 (medium): When doing TLS related transfers with reused easy or multi handles and altering the `CURLSSLOPT_NO_PARTIALCHAIN` option, libcurl could…
CVE-2026-3783 — CVSS 5.3 (medium): 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…
CVE-2025-5025 — CVSS 4.8 (medium): libcurl supports *pinning* of the server certificate public key for HTTPS transfers. Due to an omission, this check is not performed when…
CVE-2025-11563 — CVSS 4.6 (medium): URLs containing percent-encoded slashes (`/` or `\`) can trick wcurl into saving the output file outside of the current directory without…
CVE-2024-11053 — CVSS 3.4 (low): When asked to both use a `.netrc` file for credentials and to follow HTTP redirects, curl could leak the password used for the first host…
CVE-2025-15224 — CVSS 3.1 (low): When doing SSH-based transfers using either SCP or SFTP, and asked to do public key authentication, curl would wrongly still ask and…