VYPR

rpm package

opensuse/rclone&distro=openSUSE Tumbleweed

pkg:rpm/opensuse/rclone&distro=openSUSE%20Tumbleweed

Vulnerabilities (63)

  • CVE-2026-33814HigMay 7, 2026
    affected < 1.74.1-1.1fixed 1.74.1-1.1

    When processing HTTP/2 SETTINGS frames, transport will enter an infinite loop of writing CONTINUATION frames if it receives a SETTINGS_MAX_FRAME_SIZE with a value of 0.

  • CVE-2026-32952MedApr 24, 2026
    affected < 1.74.0-1.1fixed 1.74.0-1.1

    go-ntlmssp is a Go package that provides NTLM/Negotiate authentication over HTTP. Prior to version 0.1.1, a malicious NTLM challenge message can causes an slice out of bounds panic, which can crash any Go process using `ntlmssp.Negotiator` as an HTTP transport. Version 0.1.1 patc

  • CVE-2026-41179CriApr 23, 2026
    affected < 1.73.5-1.1fixed 1.73.5-1.1

    Rclone is a command-line program to sync files and directories to and from different cloud storage providers. Starting in version 1.48.0 and prior to version 1.73.5, the RC endpoint `operations/fsinfo` is exposed without `AuthRequired: true` and accepts attacker-controlled `fs` i

  • CVE-2026-41176CriApr 23, 2026
    affected < 1.73.5-1.1fixed 1.73.5-1.1

    Rclone is a command-line program to sync files and directories to and from different cloud storage providers. The RC endpoint `options/set` is exposed without `AuthRequired: true`, but it can mutate global runtime configuration, including the RC option block itself. Starting in v

  • CVE-2026-33813HigApr 21, 2026
    affected < 1.74.0-1.1fixed 1.74.0-1.1

    Parsing a WEBP image with an invalid, large size panics on 32-bit platforms.

  • CVE-2026-33809MedMar 25, 2026
    affected < 1.74.2-1.1fixed 1.74.2-1.1

    A maliciously crafted TIFF file can cause image decoding to attempt to allocate up 4GiB of memory, causing either excessive resource consumption or an out-of-memory error.

  • CVE-2026-33186CriMar 20, 2026
    affected < 1.73.3-1.1fixed 1.73.3-1.1

    gRPC-Go is the Go language implementation of gRPC. Versions prior to 1.79.3 have an authorization bypass resulting from improper input validation of the HTTP/2 `:path` pseudo-header. The gRPC-Go server was too lenient in its routing logic, accepting requests where the `:path` omi

  • CVE-2026-27141HigFeb 26, 2026
    affected < 1.73.2-1.1fixed 1.73.2-1.1

    Due to missing nil check, sending 0x0a-0x0f HTTP/2 frames will cause a running server to panic

  • CVE-2026-1229CriFeb 24, 2026
    affected < 1.73.2-1.1fixed 1.73.2-1.1

    The CombinedMult function in the CIRCL ecc/p384 package (secp384r1 curve) produces an incorrect value for specific inputs. The issue is fixed by using complete addition formulas. ECDH and ECDSA signing relying on this curve are not affected. The bug was fixed in v1.6.3 https://

  • CVE-2025-68121CriFeb 5, 2026
    affected < 1.73.1-1.1fixed 1.73.1-1.1

    During session resumption in crypto/tls, if the underlying Config has its ClientCAs or RootCAs fields mutated between the initial handshake and the resumed handshake, the resumed handshake may succeed when it should have failed. This may happen when a user calls Config.Clone and

  • CVE-2025-58181MedNov 19, 2025
    affected < 1.72.0-1.1fixed 1.72.0-1.1

    SSH servers parsing GSSAPI authentication requests do not validate the number of mechanisms specified in the request, allowing an attacker to cause unbounded memory consumption.

  • CVE-2025-30204HigMar 21, 2025
    affected < 1.69.2-1.1fixed 1.69.2-1.1

    golang-jwt is a Go implementation of JSON Web Tokens. Starting in version 3.2.0 and prior to versions 5.2.2 and 4.5.2, the function parse.ParseUnverified splits (via a call to strings.Split) its argument (which is untrusted data) on periods. As a result, in the face of a maliciou

  • CVE-2025-22870MedMar 12, 2025
    affected < 1.69.2-1.1fixed 1.69.2-1.1

    Matching of hosts against proxy patterns can improperly treat an IPv6 zone ID as a hostname component. For example, when the NO_PROXY environment variable is set to "*.example.com", a request to "[::1%25.example.com]:80` will incorrectly match and not be proxied.

  • CVE-2025-22869HigFeb 26, 2025
    affected < 1.69.2-1.1fixed 1.69.2-1.1

    SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.

  • CVE-2024-45338MedDec 18, 2024
    affected < 1.69.0-1.1fixed 1.69.0-1.1

    An attacker can craft an input to the Parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This could cause a denial of service.

  • CVE-2024-45337CriDec 12, 2024
    affected < 1.69.0-1.1fixed 1.69.0-1.1

    Applications and libraries which misuse connection.serverAuthenticate (via callback field ServerConfig.PublicKeyCallback) may be susceptible to an authorization bypass. The documentation for ServerConfig.PublicKeyCallback says that "A call to this function does not guarantee that

  • CVE-2024-52522MedNov 15, 2024
    affected < 1.68.2-2.1fixed 1.68.2-2.1

    Rclone is a command-line program to sync files and directories to and from different cloud storage providers. Insecure handling of symlinks with --links and --metadata in rclone while copying to local disk allows unprivileged users to indirectly modify ownership and permissions o

  • CVE-2024-51744LowNov 4, 2024
    affected < 1.68.1-2.1fixed 1.68.1-2.1

    golang-jwt is a Go implementation of JSON Web Tokens. Unclear documentation of the error behavior in `ParseWithClaims` can lead to situation where users are potentially not checking errors in the way they should be. Especially, if a token is both expired and invalid, the errors r

  • CVE-2023-45288HigApr 4, 2024
    affected < 1.67.0-1.1fixed 1.67.0-1.1

    An attacker may cause an HTTP/2 endpoint to read arbitrary amounts of header data by sending an excessive number of CONTINUATION frames. Maintaining HPACK state requires parsing and processing all HEADERS and CONTINUATION frames on a connection. When a request's headers exceed Ma

  • CVE-2024-24786HigMar 5, 2024
    affected < 1.66.0-1.1fixed 1.66.0-1.1

    The protojson.Unmarshal function can enter an infinite loop when unmarshaling certain forms of invalid JSON. This condition can occur when unmarshaling into a message which contains a google.protobuf.Any value, or when the UnmarshalOptions.DiscardUnknown option is set.