VYPR

rpm package

almalinux/curl-minimal

pkg:rpm/almalinux/curl-minimal

Vulnerabilities (24)

  • CVE-2026-9547HigJul 3, 2026
    affected < 7.76.1-40.el9_8.5fixed 7.76.1-40.el9_8.5

    When a libcurl-based application performs transfers via `SCP://` or `SFTP://` and utilizes the `CURLOPT_SSH_KEYFUNCTION` 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 typ

  • CVE-2026-8286HigJul 3, 2026
    affected < 7.76.1-40.el9_8.5fixed 7.76.1-40.el9_8.5

    A vulnerability exists where a new transfer that uses STARTTLS to upgrade the connection might reuse an existing live connection even though the TLS configuration mismatches so it should not.

  • CVE-2026-3783MedMar 11, 2026
    affected < 7.76.1-40.el9_8.5fixed 7.76.1-40.el9_8.5

    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 has information in the used .ne

  • CVE-2026-1965MedMar 11, 2026
    affected < 7.76.1-40.el9_8.5fixed 7.76.1-40.el9_8.5

    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 overhead. When reusing a connectio

  • CVE-2025-9086HigSep 12, 2025
    affected < 7.76.1-35.el9_7.3fixed 7.76.1-35.el9_7.3

    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` (same hostname, but using clear text HTTP) using the same cookie set 3. The same cookie name is set - but with only a slash as path (`pat

  • CVE-2024-2398HigMar 27, 2024
    affected < 7.76.1-29.el9_4.1fixed 7.76.1-29.el9_4.1

    When an application tells libcurl it wants to allow HTTP/2 server push, and the amount of received headers for the push surpasses the maximum allowed limit (1000), libcurl aborts the server push. When aborting, libcurl inadvertently does not free all the previously allocated head

  • CVE-2023-46218MedDec 7, 2023
    affected < 7.76.1-26.el9_3.3fixed 7.76.1-26.el9_3.3

    This flaw allows a malicious HTTP server to set "super cookies" in curl that are then passed back to more origins than what is otherwise allowed or possible. This allows a site to set cookies that then would get sent to different and unrelated sites and domains. It could do this

  • CVE-2023-38546LowOct 18, 2023
    affected < 7.76.1-23.el9_2.4fixed 7.76.1-23.el9_2.4

    This flaw allows an attacker to insert cookies at will into a running program using libcurl, if the specific series of conditions are met. libcurl performs transfers. In its API, an application creates "easy handles" that are the individual handles for single transfers. libcurl

  • CVE-2023-38545CriOct 18, 2023
    affected < 7.76.1-23.el9_2.4fixed 7.76.1-23.el9_2.4

    This flaw makes curl overflow a heap based buffer in the SOCKS5 proxy handshake. When curl is asked to pass along the host name to the SOCKS5 proxy to allow that to resolve the address instead of it getting done by curl itself, the maximum length that host name can be is 255 byt

  • CVE-2023-28322LowMay 26, 2023
    affected < 7.76.1-23.el9_2.2fixed 7.76.1-23.el9_2.2

    An information disclosure vulnerability exists in curl <v8.1.0 when doing HTTP(S) transfers, libcurl might erroneously use the read callback (`CURLOPT_READFUNCTION`) to ask for data to send, even when the `CURLOPT_POSTFIELDS` option has been set, if the same handle previously was

  • CVE-2023-28321MedMay 26, 2023
    affected < 7.76.1-23.el9_2.2fixed 7.76.1-23.el9_2.2

    An improper certificate validation vulnerability exists in curl <v8.1.0 in the way it supports matching of wildcard patterns when listed as "Subject Alternative Name" in TLS server certificates. curl can be built to use its own name matching function for TLS rather than one provi

  • CVE-2023-27538MedMar 30, 2023
    affected < 7.76.1-26.el9fixed 7.76.1-26.el9

    An authentication bypass vulnerability exists in libcurl prior to v8.0.0 where it reuses a previously established SSH connection despite the fact that an SSH option was modified, which should have prevented reuse. libcurl maintains a pool of previously used connections to reuse t

  • CVE-2023-27536MedMar 30, 2023
    affected < 7.76.1-26.el9fixed 7.76.1-26.el9

    An authentication bypass vulnerability exists libcurl <8.0.0 in the connection reuse feature which can reuse previously established connections with incorrect user permissions due to a failure to check for changes in the CURLOPT_GSSAPI_DELEGATION option. This vulnerability affect

  • CVE-2023-27535MedMar 30, 2023
    affected < 7.76.1-23.el9_2.1fixed 7.76.1-23.el9_2.1

    An authentication bypass vulnerability exists in libcurl <8.0.0 in the FTP connection reuse feature that can result in wrong credentials being used during subsequent transfers. Previously created connections are kept in a connection pool for reuse if they match the current setup.

  • CVE-2023-27534HigMar 30, 2023
    affected < 7.76.1-26.el9fixed 7.76.1-26.el9

    A path traversal vulnerability exists in curl <8.0.0 SFTP implementation causes the tilde (~) character to be wrongly replaced when used as a prefix in the first path element, in addition to its intended use as the first element to indicate a path relative to the user's home dire

  • CVE-2023-27533HigMar 30, 2023
    affected < 7.76.1-26.el9fixed 7.76.1-26.el9

    A vulnerability in input validation exists in curl <8.0 during communication using the TELNET protocol may allow an attacker to pass on maliciously crafted user name and "telnet options" during server negotiation. The lack of proper input scrubbing allows an attacker to send cont

  • CVE-2023-23916MedFeb 23, 2023
    affected < 7.76.1-19.el9_1.2fixed 7.76.1-19.el9_1.2

    An allocation of resources without limits or throttling vulnerability exists in curl <v7.88.0 based on the "chained" HTTP compression algorithms, meaning that a server response can be compressed multiple times and potentially with differentalgorithms. The number of acceptable "li

  • CVE-2022-43552MedFeb 9, 2023
    affected < 7.76.1-23.el9fixed 7.76.1-23.el9

    A use after free vulnerability exists in curl <7.87.0. Curl can be asked to *tunnel* virtually all protocols it supports through an HTTP proxy. HTTP proxies can (and often do) deny such tunnel operations. When getting denied to tunnel the specific protocols SMB or TELNET, curl wo

  • CVE-2022-32221CriDec 5, 2022
    affected < 7.76.1-19.el9_1.1fixed 7.76.1-19.el9_1.1

    When doing HTTP(S) transfers, libcurl might erroneously use the read callback (`CURLOPT_READFUNCTION`) to ask for data to send, even when the `CURLOPT_POSTFIELDS` option has been set, if the same handle previously was used to issue a `PUT` request which used that callback. This f

  • CVE-2022-35252LowSep 23, 2022
    affected < 7.76.1-23.el9fixed 7.76.1-23.el9

    When curl is used to retrieve and parse cookies from a HTTP(S) server, itaccepts cookies using control codes that when later are sent back to a HTTPserver might make the server return 400 responses. Effectively allowing a"sister site" to deny service to all siblings.

Page 1 of 2