CVE-2019-11244 LOW

CVE-2019-11244: kubectl creates world-writeable cached schema files

Vendor Kubernetes
Product Kubernetes
Weakness CWE-524
Published April 22, 2019
Last update August 4, 2024

CVSS base score

3.3/10
Attack vector Local
Attack complexity High
Privileges required Low
User interaction Required
Confidentiality Low
Integrity Low

CVSS vector

CVSS:3.0/AV:L/AC:H/PR:L/UI:R/S:U/C:L/I:L/A:N

What the vulnerability does

01Description

In Kubernetes v1.8.x-v1.14.x, schema info is cached by kubectl in the location specified by --cache-dir (defaulting to $HOME/.kube/http-cache), written with world-writeable permissions (rw-rw-rw-). If --cache-dir is specified and pointed at a different location accessible to other users/groups, the written files may be modified by other users/groups and disrupt the kubectl invocation.

Key dates

02Disclosure timeline

April 22, 2019 CVE published
August 4, 2024 Record updated