{"schema_version":"1.7.3","id":"GHSA-6rxq-q92g-4rmf","published":"2026-03-01T01:28:02Z","modified":"2026-03-23T04:56:13.753358299Z","aliases":["CVE-2026-28406","GO-2026-4580"],"summary":"kaniko has tar archive path traversal in its build context extraction, allowing file writes outside destination directories","details":"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. Affected versions >= 1.25.4, <= 1.25.9.\n\n**Fix:** Merged with [PR #326](https://github.com/chainguard-forks/kaniko/pull/326) — uses securejoin for path resolution in tar extraction.\n\n**Acknowledgements**\n\nkaniko thanks Oleh Konko from [1seal](https://1seal.org/) for discovering and reporting this issue.","affected":[{"package":{"name":"github.com/chainguard-dev/kaniko","ecosystem":"Go","purl":"pkg:golang/github.com/chainguard-dev/kaniko"},"ranges":[{"type":"SEMVER","events":[{"introduced":"1.25.4"},{"fixed":"1.25.10"}]}],"database_specific":{"source":"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/03/GHSA-6rxq-q92g-4rmf/GHSA-6rxq-q92g-4rmf.json"}}],"references":[{"type":"WEB","url":"https://github.com/chainguard-forks/kaniko/security/advisories/GHSA-6rxq-q92g-4rmf"},{"type":"ADVISORY","url":"https://nvd.nist.gov/vuln/detail/CVE-2026-28406"},{"type":"WEB","url":"https://github.com/chainguard-forks/kaniko/pull/326"},{"type":"WEB","url":"https://github.com/chainguard-forks/kaniko/commit/a370e4b1f66e6e842b685c8f70ed507964c4b221"},{"type":"PACKAGE","url":"https://github.com/chainguard-forks/kaniko"},{"type":"WEB","url":"https://github.com/chainguard-forks/kaniko/releases/tag/v1.25.10"}],"database_specific":{"cwe_ids":["CWE-22"],"github_reviewed":true,"github_reviewed_at":"2026-03-01T01:28:02Z","nvd_published_at":"2026-02-27T22:16:23Z","severity":"HIGH"},"severity":[{"type":"CVSS_V3","score":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:L"}]}