VYPR

apk package

wolfi/crossplane-2.2-crank

pkg:apk/wolfi/crossplane-2.2-crank

Vulnerabilities (55)

  • CVE-2026-56865HigAug 13, 2026
    affected < 0fixed 0

    A malicious GOPROXY was previously capable of forging up to two sumdb tiles that allow for a requested module to bypass the GOSUMDB check and persist attacker-controlled module content to a local Go module cache. This attack allows for a malicious GOPROXY to serve malicious modul

  • CVE-2026-56864HigAug 13, 2026
    affected < 0fixed 0

    A malicious GOSUMDB was capable of serving arbitrary module content not contained within the transparency log. This attack allows for a coordinating GOPROXY and GOSUMDB to serve a client malicious module content that cannot be detected by evaluating the transparency log. In order

  • CVE-2026-56853HigAug 13, 2026
    affected < 0fixed 0

    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-71557MedAug 7, 2026
    affected < 2.2.4-r3fixed 2.2.4-r3

    go-git is an extensible git implementation library written in pure Go. Prior to 5.19.2 and 6.0.0-alpha.5, reference names are not sanitized before being used to construct on-disk paths under the reference storage directory, so a maliciously crafted reference name (for example con

  • CVE-2026-71556HigAug 7, 2026
    affected < 2.2.4-r3fixed 2.2.4-r3

    go-git is an extensible git implementation library written in pure Go. Prior to 5.19.2 and 6.0.0-alpha.5, worktree operations (including checkout, status, and add) resolve symbolic links inside the working tree without confining resolution to the worktree boundary, so a malicious

  • CVE-2026-54787LowJul 31, 2026
    affected < 2.2.4-r2fixed 2.2.4-r2

    sigstore-go is a Go library for Sigstore signing and verification. Prior to 1.2.1, sigstore-go does not check a bundle signing timestamp against the validity window of an ExpiringKey wrapping a self-managed long-lived signing key without a certificate, which can allow an attacker

  • CVE-2026-56852HigJul 21, 2026
    affected < 2.2.4-r0fixed 2.2.4-r0

    A norm.Iter can enter an infinite loop when handling input containing invalid UTF-8 bytes.

  • CVE-2026-46600HigJul 21, 2026
    affected < 0fixed 0

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

  • CVE-2026-49834MedJul 17, 2026
    affected < 2.2.3-r7fixed 2.2.3-r7

    sigstore-go is a Go library for Sigstore signing and verification. Prior to 1.2.0, a verifier configured with WithTransparencyLog(N>1) or WithSignedCertificateTimestamps(N>1) counts verified witnesses per entry or per validation path rather than per log authority, allowing a sing

  • CVE-2026-49835MedJul 17, 2026
    affected < 2.2.3-r5fixed 2.2.3-r5

    Sigstore Timestamp Authority is a service for issuing RFC 3161 timestamps. Prior to 2.1.0, the global wrapMetrics middleware records raw HTTP request path r.URL.Path and raw HTTP request method r.Method as Prometheus labels for latency and request count metric vectors before rout

  • CVE-2026-42505MedJul 8, 2026
    affected < 2.2.3-r6fixed 2.2.3-r6

    Handshakes which used Encrypted Client Hello could be de-anonymized by a passive network observer due to a disclosure of pre-shared key identities in the unencrypted client hello.

  • CVE-2026-39822HigJul 8, 2026
    affected < 0fixed 0

    On Unix systems, opening a file in an os.Root improperly follows symlinks to locations outside of the Root when the final path component of the a path is a symbolic link and the path ends in /. For example, 'root.Open("symlink/")' will open "symlink" even when "symlink" is a symb

  • CVE-2026-42306HigJun 12, 2026
    affected < 0fixed 0

    Moby is an open source container framework. In Docker Engine prior to version 29.5.1, Docker Daemon versions 28.5.2 and prior, and Moby Daemon prior to version 2.0.0-beta.14, a race condition during docker cp mount setup allows a malicious container to redirect a bind mount targe

  • CVE-2026-41568MedJun 12, 2026
    affected < 0fixed 0

    Moby is an open source container framework. In Docker Engine prior to version 29.5.1, Docker Daemon versions 28.5.2 and prior, and Moby Daemon prior to version 2.0.0-beta.14, a race condition during docker cp mount setup allows a malicious container to create empty files or direc

  • CVE-2026-41567HigJun 5, 2026
    affected < 0fixed 0

    Moby is an open source container framework. In versions prior to 29.5.1 and in moby/moby v2 prior to v2.0.0-beta.14, when a compressed archive is uploaded to a container via `PUT /containers/{id}/archive` or piped through `docker cp -`, the daemon resolves decompression binaries

  • CVE-2026-41178MedJun 4, 2026
    affected < 2.2.3-r1fixed 2.2.3-r1

    OpenTelemetry-Go is the Go implementation of OpenTelemetry. Versions 1.41.0 and 1.43.0 removed raw-length rejection and it causes `Parse` to process arbitrarily large/invalid baggage headers and log errors, enabling DoS via oversized inputs. Versions 1.42.0 and 1.44.0 fix the iss

  • CVE-2026-42507MedJun 2, 2026
    affected < 2.2.2-r1fixed 2.2.2-r1

    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 < 2.2.2-r1fixed 2.2.2-r1

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

  • CVE-2026-27145MedJun 2, 2026
    affected < 2.2.2-r1fixed 2.2.2-r1

    (*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-45571MedMay 27, 2026
    affected < 2.2.1-r3fixed 2.2.1-r3

    go-git is an extensible git implementation library written in pure Go. Prior to 5.19.1 and 6.0.0-alpha.4, a path validation issue in go-git could allow crafted repository data to affect files outside the intended checkout target, including the repository's .git directory. These v

Page 1 of 3