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.4_linux_arm64

digestsha256:881a914be2ed5444671cbc6dc70bd097ac5215e2a414d05324d81ab8bec07cb2
vulnerabilitiescritical: 1 high: 12 medium: 13 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.029%
EPSS Percentile8th percentile
Description

high : CVE--2026--28387

Affected range<3.5.6-r0
Fixed version3.5.6-r0
EPSS Score0.046%
EPSS Percentile14th percentile
Description

high : CVE--2026--31790

Affected range<3.5.6-r0
Fixed version3.5.6-r0
EPSS Score0.018%
EPSS Percentile5th percentile
Description

high : CVE--2026--28390

Affected range<3.5.6-r0
Fixed version3.5.6-r0
EPSS Score0.044%
EPSS Percentile13th percentile
Description

high : CVE--2026--28389

Affected range<3.5.6-r0
Fixed version3.5.6-r0
EPSS Score0.044%
EPSS Percentile13th percentile
Description

high : CVE--2026--28388

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

high : CVE--2026--2673

Affected range<3.5.6-r0
Fixed version3.5.6-r0
EPSS Score0.017%
EPSS Percentile5th 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.010%
EPSS Percentile1st percentile
Description

medium : CVE--2025--13034

Affected range<=8.17.0-r1
Fixed versionNot Fixed
EPSS Score0.012%
EPSS Percentile2nd percentile
Description

medium : CVE--2026--3783

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

medium : CVE--2025--15079

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

medium : CVE--2025--14819

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

medium : CVE--2025--14524

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

low : CVE--2025--15224

Affected range<=8.17.0-r1
Fixed versionNot Fixed
EPSS Score0.098%
EPSS Percentile27th percentile
Description
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: 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.009%
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.016%
EPSS Percentile4th 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: 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.1
Fixed version1.68.1
EPSS Score0.024%
EPSS Percentile7th 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.020%
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 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.008%
EPSS Percentile1st percentile
Description

low : CVE--2026--27171

Affected range<1.3.2-r0
Fixed version1.3.2-r0
EPSS Score0.009%
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
critical: 0 high: 0 medium: 1 low: 0 github.com/gofiber/fiber/v2 2.52.12 (golang)

pkg:golang/github.com/gofiber/fiber/v2@2.52.12

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

medium 5.3: CVE--2026--42554 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Affected range<=2.52.12
Fixed version2.52.13
CVSS Score5.3
CVSS VectorCVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N
Description

Summary

Description

A Cross-Site Scripting (CWE-79) vulnerability in Go Fiber allows a remote attacker to inject arbitrary HTML/JavaScript by supplying Accept: text/html on any request whose handler passes attacker-influenced data to the AutoFormat() feature. This affects github.com/gofiber/fiber/v3 (DefaultRes.AutoFormat) through version 3.1.0 and github.com/gofiber/fiber/v2 (Ctx.Format) through version 2.52.12.

The developer opts into content negotiation by calling AutoFormat(), but does not opt into raw HTML emission for a particular request; Fiber chooses that branch from attacker-controlled Accept. Five of the six branches of the same method already escape. JSON, XML, MsgPack, and CBOR all route through encoders that neutralize markup; the txt branch emits text/plain and cannot execute. The html branch is the sole outlier in a method whose name (AutoFormat) and symmetrical structure actively telegraph "safe, format-agnostic reply."

Details

The issue resides in res.go within (*DefaultRes).AutoFormat(). The method negotiates against the request Accept header, selects one of html | json | txt | xml | msgpack | cbor, and serializes the caller-supplied body accordingly.

The "html" branch concatenates the stringified body directly into HTML markup with no output encoding:

  • accept comes from r.c.Accepts(...), i.e. is fully attacker-controlled. An attacker can force the "html" branch on any AutoFormat() call regardless of which format the developer tested against.
  • b is produced from body via direct assignment (string / []byte) or fmt.Sprintf("%v", body). No html.EscapeString is applied.
  • The resulting string is sent as text/html; charset=utf-8, so browsers render it as active HTML.
// res.go
func (r *DefaultRes) AutoFormat(body any) error {

accept := r.c.DefaultReq.Accepts("html", "json", "txt", "xml", "msgpack", "cbor")

r.Type(accept)
var b string
switch val := body.(type) {
case string:
b = val
case []byte:
b = r.c.app.toString(val)
default:
b = fmt.Sprintf("%v", val)
}

switch accept {
case "txt":
return r.SendString(b)
case "json":
return r.JSON(body)
case "xml":
return r.XML(body)
case "html":
return r.SendString("<p>" + b + "</p>")
case "msgpack":
return r.MsgPack(body)
case "cbor":
return r.CBOR(body)
}
return r.SendString(b)
}

Impact

This impacts all current v3 releases ≤ 3.1.0 containing DefaultRes.AutoFormat, and all current v2 releases ≤ 2.52.12 where the identical "<p>" + b + "</p>" construction exists in (*Ctx).Format(). Exploitation requires that an application call c.AutoFormat(v) where v (or a field stringified by %v) contains request-influenced data.

A handler that uses AutoFormat() to serve multiple representations of the same data can be turned into an HTML XSS sink when the client sends Accept: text/html, even if the developer only tested the JSON path.

This may result in:

  • Reflected XSS in the application's origin via any request-derived value reaching AutoFormat.
  • Stored XSS where the reflected value originates from persisted input later passed to AutoFormat.

Proposed Patch

The injection surface is r.Type("html") followed by r.SendString(b) with unescaped caller data, where it constructs markup on the caller's behalf around a value whose HTML-ness the caller did not declare. A few options:

  • AutoFormat() should treat body as data, not markup, in the "html" branch and escape it before concatenating it into the framework-generated <p> wrapper. Callers that need raw negotiated HTML should use Format() with an explicit HTML handler.
  • Introduce a sibling method that escapes, leave AutoFormat alone for backward compatibility.

HTML-escape the value in the "html" branch before concatenating it into the <p> wrapper.

import "html"

// ...
case "html":
return r.SendString("<p>" + html.EscapeString(b) + "</p>")

html.EscapeString escapes <, >, &, ', ", which is sufficient for an element-text context. Apply the same change to v2's (*Ctx).Format().

Proof of Concept

# Create project directory
mkdir fiber-xss-poc && cd fiber-xss-poc

# Initialize Go module
go mod init fiber-xss-poc

# Install Fiber v3
go get github.com/gofiber/fiber/v3

# Create the PoC file
cat > main.go << 'EOF'
package main

import (
"github.com/gofiber/fiber/v3"
)

type User struct {
ID int `json:"id"`
Name string `json:"name"`
}

func main() {
app := fiber.New()

app.Get("/api/user", func(c fiber.Ctx) error {
user := User{
ID: 1,
Name: c.Query("name", "anonymous"),
}
return c.AutoFormat(user)
})

app.Listen(":3000")
}
EOF

# Run it
go run main.go
}

Benign JSON

curl -s 'http://127.0.0.1:3000/api/user?name=Alice' -H 'Accept: application/json'
{"id":1,"name":"Alice"}

HTML sink enables XSS

curl -s 'http://127.0.0.1:3000/api/user?name=<script>alert(document.domain)</script>' -H 'Accept: text/html'
<p>{1 <script>alert(document.domain)</script>}</p>