VYPR

apk package

chainguard/yazi

pkg:apk/chainguard/yazi

Vulnerabilities (9)

  • CVE-2026-46705MedJun 10, 2026
    affected < 26.5.6-r2fixed 26.5.6-r2

    Russh is a Rust SSH client & server library. From version 0.34.0-beta.1 to before version 0.61.0, the russh server authentication path keeps internal userauth state across SSH_MSG_USERAUTH_REQUEST messages without separating that state when the request principal changes. RFC 4252

  • CVE-2026-46702HigJun 10, 2026
    affected < 26.5.6-r2fixed 26.5.6-r2

    Russh is a Rust SSH client & server library. From version 0.34.0 to before version 0.61.1, when SSH compression is enabled, russh accepted compressed packets whose on-wire size passed the normal transport packet-length checks but whose decompressed size was much larger. This allo

  • CVE-2026-46673HigJun 10, 2026
    affected < 26.5.6-r1fixed 26.5.6-r1

    Russh is a Rust SSH client & server library. Prior to version 0.60.3, CryptoVec used unchecked capacity growth, unchecked length arithmetic, and unsafe allocation/locking paths. In current russh releases, local SSH agent peers could still feed attacker-controlled frame lengths in

  • CVE-2026-42189HigMay 8, 2026
    affected < 26.5.6-r0fixed 26.5.6-r0

    Russh is a Rust SSH client & server library. Prior to version 0.60.1, a pre-authentication denial-of-service vulnerability exists in the server's keyboard-interactive authentication handler. A malicious client can crash any russh-based server that implements keyboard-interactive

  • CVE-2026-25727Feb 6, 2026
    affected < 26.1.22-r3fixed 26.1.22-r3

    time provides date and time handling in Rust. From 0.3.6 to before 0.3.47, when user-provided input is provided to any type that parses with the RFC 2822 format, a denial of service attack via stack exhaustion is possible. The attack relies on formally deprecated and rarely-used

  • CVE-2026-25541Feb 4, 2026
    affected < 26.1.22-r2fixed 26.1.22-r2

    Bytes is a utility library for working with bytes. From version 1.2.1 to before 1.11.1, Bytes is vulnerable to integer overflow in BytesMut::reserve. In the unique reclaim path of BytesMut::reserve, if the condition "v_capacity >= new_cap + offset" uses an unchecked addition. Whe

  • CVE-2026-23519Jan 15, 2026
    affected < 26.1.4-r2fixed 26.1.4-r2

    RustCrypto CMOV provides conditional move CPU intrinsics which are guaranteed on major platforms to execute in constant-time and not be rewritten as branches by the compiler. Prior to 0.4.4, the thumbv6m-none-eabi (Cortex M0, M0+ and M1) compiler emits non-constant time assembly

  • CVE-2025-58160LowAug 29, 2025
    affected < 25.5.31-r3fixed 25.5.31-r3

    tracing is a framework for instrumenting Rust programs to collect structured, event-based diagnostic information. Prior to version 0.3.20, tracing-subscriber was vulnerable to ANSI escape sequence injection attacks. Untrusted user input containing ANSI escape sequences could be i

  • CVE-2025-4574MedMay 13, 2025
    affected < 25.4.8-r1fixed 25.4.8-r1

    In crossbeam-channel rust crate, the internal `Channel` type's `Drop` method has a race condition which could, in some circumstances, lead to a double-free that could result in memory corruption.