Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

nvd логотип

CVE-2026-28406

Опубликовано: 27 фев. 2026
Источник: nvd
CVSS3: 8.2
EPSS Низкий

Описание

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.

Уязвимые конфигурации

Конфигурация 1
cpe:2.3:a:chainguard:kaniko:*:*:*:*:*:*:*:*
Версия от 1.25.4 (включая) до 1.25.10 (исключая)

EPSS

Процентиль: 46%
0.00229
Низкий

8.2 High

CVSS3

Дефекты

CWE-22

Связанные уязвимости

CVSS3: 8.5
redhat
28 дней назад

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.

CVSS3: 8.2
github
27 дней назад

kaniko has tar archive path traversal in its build context extraction, allowing file writes outside destination directories

EPSS

Процентиль: 46%
0.00229
Низкий

8.2 High

CVSS3

Дефекты

CWE-22