VYPR

rpm package

opensuse/rclone&distro=openSUSE Tumbleweed

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

Vulnerabilities (63)

  • CVE-2026-78662HigSep 2, 2026
    affected < 1.75.1-1.1fixed 1.75.1-1.1

    Previously, a channel registered in the mux's chanList is not usable until it is established. A malicious peer was able flood the channel's incomingRequests, deadlocking the entire connection. Now, we add an atomic established state, set when a channel becomes usable. Until such

  • CVE-2026-56855HigSep 2, 2026
    affected < 1.75.1-1.1fixed 1.75.1-1.1

    Previously, after a channel has been established, a malicious peer could send crafted messages that would deadlock the entire connection. Now, we handle all RFC 4254 channel messages; global requests are handled explicitly. Then, treat all other messages as a protocol error and t

  • CVE-2026-56854HigAug 28, 2026
    affected < 1.75.1-1.1fixed 1.75.1-1.1

    The source-address critical option in the Permissions returned by an authentication callback was only enforced for the PublicKeyCallback and VerifiedPublicKeyCallback paths, extending the fix for CVE-2026-46595. Permissions returned by the PasswordCallback, KeyboardInteractiveCal

  • CVE-2026-46603HigAug 14, 2026
    affected < 1.75.1-1.1fixed 1.75.1-1.1

    VP8L decoding in golang.org/x/image/vp8l can allocate an excessive amount of memory when processing a crafted VP8L image containing many unused Huffman tree groups. This allows a remote attacker to cause a denial of service via memory exhaustion.

  • CVE-2026-56862HigAug 13, 2026
    affected < 1.75.1-1.1fixed 1.75.1-1.1

    Handshake messages, such as KeyUpdate, are always considered as state-advancing, regardless of whether a handshake has been completed or not. As a result, a malicious client can keep sending KeyUpdate messages to force the server to keep performing key derivation operations indef

  • CVE-2026-56860MedAug 13, 2026
    affected < 1.75.1-1.1fixed 1.75.1-1.1

    Previously, resolving relative paths containing parent directory ('..') segments performed string conversions and buffer rewrites on each step, resulting in quadratic time complexity and high memory allocation overhead. Now, path resolution operates on a byte buffer using index-b

  • CVE-2026-56859HigAug 13, 2026
    affected < 1.75.1-1.1fixed 1.75.1-1.1

    Previously, DecodeElement would reset the depth counter causing it to never fire; this could lead to stack exhaustion.

  • CVE-2026-56858MedAug 13, 2026
    affected < 1.75.1-1.1fixed 1.75.1-1.1

    Previously, pathological inputs could close an unescaped '/' early, allowing for attack-controlled data to inject arbitrary content, potentially leading to XSS.

  • CVE-2026-56853HigAug 13, 2026
    affected < 1.75.1-1.1fixed 1.75.1-1.1

    When a server is configured to support unencrypted HTTP/2, it reads a few bytes from each new connection to see if they contain the HTTP/2 client preface. ReadHeaderTimeout is unexpectedly not being applied when doing this.

  • CVE-2026-33818HigAug 13, 2026
    affected < 1.75.1-1.1fixed 1.75.1-1.1

    Enforce a recursion limit in Unmarshal to prevent stack exhaustion when parsing deeply-nested, recursive structures.

  • CVE-2026-46600HigJul 21, 2026
    affected < 1.75.1-1.1fixed 1.75.1-1.1

    Parsing an invalid SVCB or HTTPS RR can panic when the size of a parameter value overflows the message buffer.

  • CVE-2026-59733HigJul 14, 2026
    affected < 1.74.4-1.1fixed 1.74.4-1.1

    Rclone is a command-line program to sync files and directories to and from different cloud storage providers. Prior to 1.74.4, rclone serve restic --private-repos enforces authorization using the routed user path segment while building the backend object key from the raw uncleane

  • CVE-2026-59732MedJul 14, 2026
    affected < 1.74.4-1.1fixed 1.74.4-1.1

    Rclone is a command-line program to sync files and directories to and from different cloud storage providers. Prior to 1.74.4, rclone archive extract can write extracted files outside the user-selected destination prefix when extracting a crafted archive containing parent path co

  • CVE-2026-54572HigJul 14, 2026
    affected < 1.74.4-1.1fixed 1.74.4-1.1

    Rclone is a command-line program to sync files and directories to and from different cloud storage providers. Prior to 1.74.4, with -l/--links, rclone serializes symlinks as .rclonelink text objects and recreates them on a local destination without validating the target, allowing

  • CVE-2026-49980CriJun 24, 2026
    affected < 1.74.3-1.1fixed 1.74.3-1.1

    Rclone is a command-line program to sync files and directories to and from different cloud storage providers. From 1.46.0 until 1.74.3, rclone rcd --rc-serve accepts unauthenticated GET and HEAD requests to paths of the form: /[remote:path]/object. The remote value is parsed from

  • CVE-2026-42507MedJun 2, 2026
    affected < 1.74.3-1.1fixed 1.74.3-1.1

    When returning errors, functions in the net/textproto package would include its input as part of the error. This might allow an attacker to inject misleading content to errors that are printed or logged.

  • CVE-2026-42504HigJun 2, 2026
    affected < 1.74.3-1.1fixed 1.74.3-1.1

    Decoding a maliciously-crafted MIME header containing many invalid encoded-words can consume excessive CPU.

  • CVE-2026-27145MedJun 2, 2026
    affected < 1.74.3-1.1fixed 1.74.3-1.1

    (*x509.Certificate).VerifyHostname previously called matchHostnames in a loop over all DNS Subject Alternative Name (SAN) entries. This caused strings.Split(host, ".") to execute repeatedly on the same input hostname. With a large DNS SAN list, verification costs scaled quadratic

  • CVE-2026-44740MedJun 1, 2026
    affected < 1.74.2-1.1fixed 1.74.2-1.1

    Billy is an interface filesystem abstraction for Go. Prior to versions 5.9.0 and 6.0.0-alpha.1, multiple components may improperly handle crafted or malformed input, resulting in panics, infinite loops, uncontrolled recursion, or excessive resource consumption. These issues arise

  • CVE-2026-42500MedMay 29, 2026
    affected < 1.74.2-1.1fixed 1.74.2-1.1

    Decoding a paletted BMP file with an out-of-range palette index results in a panic when accessing pixels in the invalid image.

Page 1 of 4