Skip to main content
Testkube 2.13.0 is out! New Advanced GitHub Integration, test case level flakiness, and much more! Read More

nats-server-config-reloader-0.24.0_linux_amd64

digestsha256:c7f574aef57c22d9fd9da36e95f975e2d82caee4d4f377a50dea04088e621669
vulnerabilitiescritical: 1 high: 12 medium: 3 low: 0 unspecified: 2
platformlinux/amd64
size5.2 MB
packages24
critical: 1 high: 5 medium: 2 low: 0 stdlib 1.26.5 (golang)

pkg:golang/stdlib@1.26.5

# Dockerfile (38:38)
COPY --from=deps /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/

critical : CVE--2026--39821

Affected range
>=1.26.0-0
<1.26.6
Fixed version1.26.6
EPSS Score0.692%
EPSS Percentile50th percentile
Description

The ToASCII and ToUnicode functions incorrectly accept Punycode-encoded labels that decode to an ASCII-only label. For example, ToUnicode("xn--example-.com") incorrectly returns the name "example.com" rather than an error.

This behavior can lead to privilege escalation in programs using the idna package. For example, a program which performs privilege checks on the ASCII hostname may reject "example.com" but permit "xn--example-.com". If that program subsequently converts the ASCII hostname to Unicode, it will inadvertently permits access to the Unicode name "example.com".

high : CVE--2026--56862

Affected range
>=1.26.0-0
<1.26.6
Fixed version1.26.6
EPSS Score0.465%
EPSS Percentile38th percentile
Description

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 indefinitely.

high : CVE--2026--56859

Affected range
>=1.26.0-0
<1.26.6
Fixed version1.26.6
EPSS Score0.568%
EPSS Percentile45th percentile
Description

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

high : CVE--2026--56853

Affected range
>=1.26.0-0
<1.26.6
Fixed version1.26.6
EPSS Score0.568%
EPSS Percentile45th percentile
Description

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.

high : CVE--2026--46600

Affected range
>=1.26.0-0
<1.26.6
Fixed version1.26.6
EPSS Score0.549%
EPSS Percentile44th percentile
Description

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

high : CVE--2026--33818

Affected range
>=1.26.0-0
<1.26.6
Fixed version1.26.6
EPSS Score0.568%
EPSS Percentile45th percentile
Description

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

medium : CVE--2026--56858

Affected range
>=1.26.0-0
<1.26.6
Fixed version1.26.6
EPSS Score0.253%
EPSS Percentile17th percentile
Description

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

medium : CVE--2026--56860

Affected range
>=1.26.0-0
<1.26.6
Fixed version1.26.6
EPSS Score0.424%
EPSS Percentile35th percentile
Description

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-based backtracking for '..' segments, eliminating the quadratic time complexity and significantly reducing memory allocations.

critical: 0 high: 7 medium: 1 low: 0 unspecified: 2openssl 3.5.7-r0 (apk)

pkg:apk/alpine/openssl@3.5.7-r0?os_name=alpine&os_version=3.24

# Dockerfile (4:31)
FROM alpine:3.24.1 AS deps

ARG GO_APP
ARG GORELEASER_DIST_DIR=/go/src/dist

ARG TARGETOS
ARG TARGETARCH
ARG TARGETVARIANT

RUN mkdir -p /go/bin /go/src ${GORELEASER_DIST_DIR}

COPY --from=build ${GORELEASER_DIST_DIR}/ ${GORELEASER_DIST_DIR}

RUN <<EOT
set -e
apk add --no-cache ca-certificates jq
cd ${GORELEASER_DIST_DIR}/..

if [[ ${TARGETARCH} == "arm" ]]; then VARIANT=$(echo ${TARGETVARIANT} | sed 's/^v//'); fi
BIN_PATH=$(jq -r ".[] |select(.type == \"Binary\" and \
.name == \"${GO_APP}\" and \
.goos == \"${TARGETOS}\" and \
.goarch == \"${TARGETARCH}\" and \
(.goarm == \"${VARIANT}\" or .goarm == null)) | .path" < /go/src/dist/artifacts.json)
cp ${BIN_PATH} /go/bin
EOT

FROM alpine:3.24.1

high : CVE--2026--63076

Affected range<3.5.8-r0
Fixed version3.5.8-r0
EPSS Score1.330%
EPSS Percentile69th percentile
Description

high : CVE--2026--63075

Affected range<3.5.8-r0
Fixed version3.5.8-r0
EPSS Score0.480%
EPSS Percentile39th percentile
Description

high : CVE--2026--63072

Affected range<3.5.8-r0
Fixed version3.5.8-r0
EPSS Score0.612%
EPSS Percentile47th percentile
Description

high : CVE--2026--54874

Affected range<3.5.8-r0
Fixed version3.5.8-r0
EPSS Score0.516%
EPSS Percentile42nd percentile
Description

high : CVE--2026--18798

Affected range<3.5.8-r0
Fixed version3.5.8-r0
EPSS Score1.481%
EPSS Percentile72nd percentile
Description

high : CVE--2026--14457

Affected range<3.5.8-r0
Fixed version3.5.8-r0
EPSS Score0.984%
EPSS Percentile60th percentile
Description

high : CVE--2026--14456

Affected range<3.5.8-r0
Fixed version3.5.8-r0
EPSS Score0.729%
EPSS Percentile52nd percentile
Description

medium : CVE--2026--63074

Affected range<3.5.8-r0
Fixed version3.5.8-r0
EPSS Score0.488%
EPSS Percentile40th percentile
Description

unspecified : CVE--2026--75803

Affected range<3.5.8-r0
Fixed version3.5.8-r0
EPSS Score0.116%
EPSS Percentile2nd percentile
Description

unspecified : CVE--2026--63073

Affected range<3.5.8-r0
Fixed version3.5.8-r0
EPSS Score0.409%
EPSS Percentile34th percentile
Description