CVE-2026-15687

Summary

A security issue was discovered in the Kubernetes Java client library where a compromised pod may be able to create new files in arbitrary locations on the client machine executing copy operations via non-tar copyDirectoryFromPod when enableTarCompressing is false.

Affected Software

VendorProductVersion RangeStatus
Kuberneteskubernetes-client/java10.0.0 < 25.0.1affected
Kuberneteskubernetes-client/java26.0.0affected
Kuberneteskubernetes-client/java25.0.1unaffected
Kuberneteskubernetes-client/java26.0.1unaffected
Kuberneteskubernetes-client/java27.0.0unaffected

Weaknesses

  • CWE-22: CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

Workarounds

Prior to upgrading, this vulnerability can be mitigated by ensuring you only copy files from trusted pods, or by ensuring tar is available in the container to use the secure tar-based copy path.

ADP Enrichment

CISA ADP Vulnrichment

  • SSVC:
  • Exploitation: none
    • Automatable: no
    • Technical Impact: partial

References