Skip to main content
Testkube 2.9.0 is out! Open-Source Execution Viewer, AI and TestTrigger improvements, CLI Marketplace support, and much more. Read More

testkube-api-server-2.9.1_linux_arm64

digestsha256:d296e28a380bea8ce80f65c1dc0c09d8df09d604297abdd224c2bfccd8eebe8d
vulnerabilitiescritical: 1 high: 12 medium: 12 low: 2
platformlinux/arm64
size68 MB
packages270
critical: 1 high: 6 medium: 0 low: 0 libssl3 3.5.5-r0 (apk)

pkg:apk/alpine/libssl3@3.5.5-r0?arch=aarch64&distro=alpine-3.23.3&upstream=openssl

# api-server.Dockerfile (29:29)
FROM ${ALPINE_IMAGE}

critical : CVE--2026--31789

Affected range<3.5.6-r0
Fixed version3.5.6-r0
EPSS Score0.009%
EPSS Percentile1st percentile
Description

high : CVE--2026--28387

Affected range<3.5.6-r0
Fixed version3.5.6-r0
EPSS Score0.015%
EPSS Percentile3rd percentile
Description

high : CVE--2026--31790

Affected range<3.5.6-r0
Fixed version3.5.6-r0
EPSS Score0.017%
EPSS Percentile4th percentile
Description

high : CVE--2026--28390

Affected range<3.5.6-r0
Fixed version3.5.6-r0
EPSS Score0.050%
EPSS Percentile15th percentile
Description

high : CVE--2026--28389

Affected range<3.5.6-r0
Fixed version3.5.6-r0
EPSS Score0.050%
EPSS Percentile15th percentile
Description

high : CVE--2026--28388

Affected range<3.5.6-r0
Fixed version3.5.6-r0
EPSS Score0.026%
EPSS Percentile7th percentile
Description

high : CVE--2026--2673

Affected range<3.5.6-r0
Fixed version3.5.6-r0
EPSS Score0.017%
EPSS Percentile4th percentile
Description
critical: 0 high: 1 medium: 8 low: 1 libcurl 8.17.0-r1 (apk)

pkg:apk/alpine/libcurl@8.17.0-r1?arch=aarch64&distro=alpine-3.23.3&upstream=curl

# api-server.Dockerfile (30:30)
RUN apk --no-cache add ca-certificates libssl3 git

high : CVE--2026--3805

Affected range<=8.17.0-r1
Fixed versionNot Fixed
EPSS Score0.029%
EPSS Percentile8th percentile
Description

medium : CVE--2026--3784

Affected range<=8.17.0-r1
Fixed versionNot Fixed
EPSS Score0.022%
EPSS Percentile6th percentile
Description

medium : CVE--2026--1965

Affected range<=8.17.0-r1
Fixed versionNot Fixed
EPSS Score0.062%
EPSS Percentile19th percentile
Description

medium : CVE--2025--14017

Affected range<=8.17.0-r1
Fixed versionNot Fixed
EPSS Score0.007%
EPSS Percentile1st percentile
Description

medium : CVE--2025--13034

Affected range<=8.17.0-r1
Fixed versionNot Fixed
EPSS Score0.011%
EPSS Percentile1st percentile
Description

medium : CVE--2026--3783

Affected range<=8.17.0-r1
Fixed versionNot Fixed
EPSS Score0.023%
EPSS Percentile6th percentile
Description

medium : CVE--2025--15079

Affected range<=8.17.0-r1
Fixed versionNot Fixed
EPSS Score0.035%
EPSS Percentile10th percentile
Description

medium : CVE--2025--14819

Affected range<=8.17.0-r1
Fixed versionNot Fixed
EPSS Score0.045%
EPSS Percentile14th percentile
Description

medium : CVE--2025--14524

Affected range<=8.17.0-r1
Fixed versionNot Fixed
EPSS Score0.026%
EPSS Percentile7th percentile
Description

low : CVE--2025--15224

Affected range<=8.17.0-r1
Fixed versionNot Fixed
EPSS Score0.084%
EPSS Percentile24th percentile
Description
critical: 0 high: 1 medium: 1 low: 0 github.com/docker/docker 28.5.2+incompatible (golang)

pkg:golang/github.com/docker/docker@28.5.2%2Bincompatible

# api-server.Dockerfile (32:32)
COPY --from=build /app /bin/app

high 8.8: CVE--2026--34040 Authentication Bypass Using an Alternate Path or Channel

Affected range<29.3.1
Fixed versionNot Fixed
CVSS Score8.8
CVSS VectorCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
EPSS Score0.008%
EPSS Percentile1st percentile
Description

Summary

A security vulnerability has been detected that allows attackers to bypass authorization plugins (AuthZ) under specific circumstances. The base likelihood of this being exploited is low.

This is an incomplete fix for CVE-2024-41110.

Impact

If you don't use AuthZ plugins, you are not affected.

Using a specially-crafted API request, an attacker could make the Docker daemon forward the request to an authorization plugin without the body. The authorization plugin may allow a request which it would have otherwise denied if the body had been forwarded to it.

Anyone who depends on authorization plugins that introspect the request body to make access control decisions is potentially impacted.

Workarounds

If unable to update immediately:

  • Avoid using AuthZ plugins that rely on request body inspection for security decisions.
  • Restrict access to the Docker API to trusted parties, following the principle of least privilege.

Credits

Resources

medium 6.8: CVE--2026--33997 Off-by-one Error

Affected range<29.3.1
Fixed versionNot Fixed
CVSS Score6.8
CVSS VectorCVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:N
EPSS Score0.015%
EPSS Percentile3rd percentile
Description

Summary

A security vulnerability has been detected that allows plugins privilege validation to be bypassed during docker plugin install. Due to an error in the daemon's privilege comparison logic, the daemon may incorrectly accept a privilege set that differs from the one approved by the user.

Plugins that request exactly one privilege are also affected, because no comparison is performed at all.

Impact

If plugins are not in use, there is no impact.

When a plugin is installed, the daemon computes the privileges required by the plugin's configuration and compares them with the privileges approved during installation. A malicious plugin can exploit this bug so that the daemon accepts privileges that differ from what was intended to be approved.

Anyone who depends on the plugin installation approval flow as a meaningful security boundary is potentially impacted.

Depending on the privilege set involved, this may include highly sensitive plugin permissions such as broad device access.

For consideration: exploitation still requires a plugin to be installed from a malicious source, and Docker plugins are relatively uncommon. Docker Desktop also does not support plugins.

Workarounds

If unable to update immediately:

  • Do not install plugins from untrusted sources
  • Carefully review all privileges requested during docker plugin install
  • Restrict access to the Docker daemon to trusted parties, following the principle of least privilege
  • Avoid relying on plugin privilege approval as the only control boundary for sensitive environments

Credits

critical: 0 high: 1 medium: 1 low: 0 musl 1.2.5-r21 (apk)

pkg:apk/alpine/musl@1.2.5-r21?arch=aarch64&distro=alpine-3.23.3

# api-server.Dockerfile (29:29)
FROM ${ALPINE_IMAGE}

high : CVE--2026--40200

Affected range<1.2.5-r23
Fixed version1.2.5-r23
EPSS Score0.018%
EPSS Percentile5th percentile
Description

medium : CVE--2026--6042

Affected range<1.2.5-r22
Fixed version1.2.5-r22
EPSS Score0.014%
EPSS Percentile3rd percentile
Description
critical: 0 high: 1 medium: 0 low: 0 github.com/docker/cli 29.4.0+incompatible (golang)

pkg:golang/github.com/docker/cli@29.4.0%2Bincompatible

# api-server.Dockerfile (32:32)
COPY --from=build /app /bin/app

high : CVE--2025--15558

Affected range>=19.03.0+incompatible
Fixed versionNot Fixed
EPSS Score0.023%
EPSS Percentile6th percentile
Description

Docker CLI Plugins: Uncontrolled Search Path Element Leads to Local Privilege Escalation on Windows in github.com/docker/cli

critical: 0 high: 1 medium: 0 low: 0 nghttp2-libs 1.68.0-r0 (apk)

pkg:apk/alpine/nghttp2-libs@1.68.0-r0?arch=aarch64&distro=alpine-3.23.3&upstream=nghttp2

# api-server.Dockerfile (30:30)
RUN apk --no-cache add ca-certificates libssl3 git

high : CVE--2026--27135

Affected range<=1.68.0-r0
Fixed versionNot Fixed
EPSS Score0.024%
EPSS Percentile7th percentile
Description
critical: 0 high: 1 medium: 0 low: 0 git 2.52.0-r0 (apk)

pkg:apk/alpine/git@2.52.0-r0?arch=aarch64&distro=alpine-3.23.3

# api-server.Dockerfile (30:30)
RUN apk --no-cache add ca-certificates libssl3 git

high : CVE--2025--66413

Affected range<=2.52.0-r0
Fixed versionNot Fixed
EPSS Score0.050%
EPSS Percentile16th percentile
Description
critical: 0 high: 0 medium: 1 low: 1 zlib 1.3.1-r2 (apk)

pkg:apk/alpine/zlib@1.3.1-r2?arch=aarch64&distro=alpine-3.23.3

# api-server.Dockerfile (29:29)
FROM ${ALPINE_IMAGE}

medium : CVE--2026--22184

Affected range<1.3.2-r0
Fixed version1.3.2-r0
EPSS Score0.006%
EPSS Percentile0th percentile
Description

low : CVE--2026--27171

Affected range<1.3.2-r0
Fixed version1.3.2-r0
EPSS Score0.007%
EPSS Percentile1st percentile
Description
critical: 0 high: 0 medium: 1 low: 0 ssl_client 1.37.0-r30 (apk)

pkg:apk/alpine/ssl_client@1.37.0-r30?arch=aarch64&distro=alpine-3.23.3&upstream=busybox

# api-server.Dockerfile (29:29)
FROM ${ALPINE_IMAGE}

medium : CVE--2025--60876

Affected range<=1.37.0-r30
Fixed versionNot Fixed
EPSS Score0.051%
EPSS Percentile16th percentile
Description