Description
kaniko is a tool to build container images from a Dockerfile, inside a container or Kubernetes cluster. Starting in version 1.25.4 and prior to version 1.25.10, kaniko unpacks build context archives using `filepath.Join(dest, cleanedName)` without enforcing that the final path stays within `dest`. A tar entry like `../outside.txt` escapes the extraction root and writes files outside the destination directory. In environments with registry authentication, this can be chained with docker credential helpers to achieve code execution within the executor process. Version 1.25.10 uses securejoin for path resolution in tar extraction.
References (6)
Core 6
Core References
Issue Tracking x_refsource_misc
https://github.com/chainguard-forks/kaniko/pull/326
Patch x_refsource_misc
https://github.com/chainguard-forks/kaniko/commit/a370e4b1f66e6e842b685c8f70ed507964c4b221
Vendor Advisory x_refsource_confirm
https://github.com/chainguard-forks/kaniko/security/advisories/GHSA-6rxq-q92g-4rmf
Vendor Advisory
https://access.redhat.com/security/cve/CVE-2026-28406
Vendor Advisory
https://bugzilla.redhat.com/show_bug.cgi?id=2443462
Scores
CVSS v3
8.2
EPSS
0.0061
EPSS Percentile
45.2%
Attack Vector
NETWORK
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:L
CISA SSVC
Vulnrichment
Exploitation
none
Automatable
yes
Technical Impact
partial
Details
CWE
CWE-22
Status
published
Products (3)
chainguard/kaniko
1.25.4 - 1.25.10
chainguard-dev/kaniko
1.25.4 - 1.25.10Go
chainguard-forks/kaniko
>= 1.25.4, < 1.25.10
Published
Feb 27, 2026
Tracked Since
Feb 28, 2026