{
    "CVE_data_meta": {
        "ASSIGNER": "security@kubernetes.io",
        "DATE_PUBLIC": "2020-10-15T04:00:00.000Z",
        "ID": "CVE-2020-8564",
        "STATE": "PUBLIC",
        "TITLE": "Docker config secrets leaked when file is malformed and loglevel >= 4"
    },
    "affects": {
        "vendor": {
            "vendor_data": [
                {
                    "vendor_name": "Kubernetes",
                    "product": {
                        "product_data": [
                            {
                                "product_name": "Kubernetes",
                                "version": {
                                    "version_data": [
                                        {
                                            "version_value": "< 1.19.3"
                                        },
                                        {
                                            "version_value": "< 1.18.10"
                                        },
                                        {
                                            "version_value": "< 1.17.13"
                                        }
                                    ]
                                }
                            }
                        ]
                    }
                }
            ]
        }
    },
    "credit": [
        {
            "lang": "eng",
            "value": "Nikolaos Moraitis (Red Hat)"
        }
    ],
    "data_format": "MITRE",
    "data_type": "CVE",
    "data_version": "4.0",
    "description": {
        "description_data": [
            {
                "lang": "eng",
                "value": "In Kubernetes clusters using a logging level of at least 4, processing a malformed docker config file will result in the contents of the docker config file being leaked, which can include pull secrets or other registry credentials. This affects < v1.19.3, < v1.18.10, < v1.17.13."
            }
        ]
    },
    "generator": {
        "engine": "Vulnogram 0.0.9"
    },
    "impact": {
        "cvss": {
            "attackComplexity": "HIGH",
            "attackVector": "LOCAL",
            "availabilityImpact": "NONE",
            "baseScore": 4.7,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "NONE",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N",
            "version": "3.1"
        }
    },
    "problemtype": {
        "problemtype_data": [
            {
                "description": [
                    {
                        "lang": "eng",
                        "value": "CWE-532 Information Exposure Through Log Files"
                    }
                ]
            }
        ]
    },
    "references": {
        "reference_data": [
            {
                "name": "Multiple secret leaks when verbose logging is enabled",
                "refsource": "MLIST",
                "url": "https://groups.google.com/g/kubernetes-security-discuss/c/vm-HcrFUOCs/m/36utxAM5CwAJ"
            },
            {
                "name": "https://github.com/kubernetes/kubernetes/issues/95622",
                "refsource": "CONFIRM",
                "url": "https://github.com/kubernetes/kubernetes/issues/95622"
            },
            {
                "refsource": "CONFIRM",
                "name": "https://security.netapp.com/advisory/ntap-20210122-0006/",
                "url": "https://security.netapp.com/advisory/ntap-20210122-0006/"
            }
        ]
    },
    "source": {
        "defect": [
            "https://github.com/kubernetes/kubernetes/issues/95622"
        ],
        "discovery": "EXTERNAL"
    },
    "work_around": [
        {
            "lang": "eng",
            "value": "Do not enable verbose logging in production (log level >= 4), limit access to logs."
        }
    ]
}