VYPR

apk package

chainguard/cilium-1.20

pkg:apk/chainguard/cilium-1.20

Vulnerabilities (4)

  • CVE-2026-78662HigSep 2, 2026
    affected < 1.20.1-r5fixed 1.20.1-r5

    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.20.1-r5fixed 1.20.1-r5

    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-84304HigSep 1, 2026
    affected < 1.20.1-r3fixed 1.20.1-r3

    gRPC-Go is the Go language implementation of gRPC. Prior to 1.83.1, internal/transport/transport.go stores each fragmented HTTP/2 DATA frame as a separate recvMsg in recvBuffer, so millions of one-byte frames can consume disproportionate heap memory even when payload bytes remain

  • CVE-2026-65819HigAug 7, 2026
    affected < 1.20.1-r4fixed 1.20.1-r4

    gopacket provides packet processing capabilities for Go. Through version 1.7.0, multiple layer decoders use attacker-controlled lengths, counts, or offsets before validating them against packet buffers, allowing a crafted packet decoded through DecodingLayerParser or DecodeFromBy