{
    "CVE_data_meta": {
        "ASSIGNER": "security@kubernetes.io",
        "DATE_PUBLIC": "2021-01-11T23:15:00.000Z",
        "ID": "CVE-2020-8570",
        "STATE": "PUBLIC",
        "TITLE": "Kubernetes Java client libraries unvalidated path traversal in Copy implementation"
    },
    "affects": {
        "vendor": {
            "vendor_data": [
                {
                    "product": {
                        "product_data": [
                            {
                                "product_name": "Kubernetes Java Client",
                                "version": {
                                    "version_data": [
                                        {
                                            "version_affected": "<",
                                            "version_name": "9.0",
                                            "version_value": "9.0.2"
                                        },
                                        {
                                            "version_affected": "<",
                                            "version_name": "10.0",
                                            "version_value": "10.0.1"
                                        },
                                        {
                                            "version_value": "all versions prior to 9.0"
                                        }
                                    ]
                                }
                            }
                        ]
                    },
                    "vendor_name": "Kubernetes"
                }
            ]
        }
    },
    "credit": [
        {
            "lang": "eng",
            "value": "Discovered via CodeQL automated scanning on GitHub"
        }
    ],
    "data_format": "MITRE",
    "data_type": "CVE",
    "data_version": "4.0",
    "description": {
        "description_data": [
            {
                "lang": "eng",
                "value": "Kubernetes Java client libraries in version 10.0.0 and versions prior to 9.0.1 allow writes to paths outside of the current directory when copying multiple files from a remote pod which sends a maliciously crafted archive. This can potentially overwrite any files on the system of the process executing the client code."
            }
        ]
    },
    "generator": {
        "engine": "Vulnogram 0.0.9"
    },
    "problemtype": {
        "problemtype_data": [
            {
                "description": [
                    {
                        "lang": "eng",
                        "value": "CWE-23 Relative Path Traversal"
                    }
                ]
            }
        ]
    },
    "references": {
        "reference_data": [
            {
                "refsource": "MISC",
                "url": "https://groups.google.com/g/kubernetes-security-announce/c/sd5h73sFPrg",
                "name": "https://groups.google.com/g/kubernetes-security-announce/c/sd5h73sFPrg"
            },
            {
                "refsource": "MISC",
                "url": "https://github.com/kubernetes-client/java/issues/1491",
                "name": "https://github.com/kubernetes-client/java/issues/1491"
            },
            {
                "refsource": "MLIST",
                "name": "[druid-commits] 20210201 [GitHub] [druid] jon-wei opened a new pull request #10826: Address CVE-2020-8570, suppress CVE-2020-8554",
                "url": "https://lists.apache.org/thread.html/rcafa485d63550657f068775801aeb706b7a07140a8ebbdef822b3bb3@%3Ccommits.druid.apache.org%3E"
            },
            {
                "refsource": "MLIST",
                "name": "[druid-commits] 20210202 [GitHub] [druid] jon-wei opened a new pull request #10826: Address CVE-2020-8570, suppress CVE-2020-8554",
                "url": "https://lists.apache.org/thread.html/r0c76b3d0be348f788cd947054141de0229af00c540564711e828fd40@%3Ccommits.druid.apache.org%3E"
            },
            {
                "refsource": "MLIST",
                "name": "[druid-commits] 20210203 [GitHub] [druid] jihoonson commented on pull request #10826: Address CVE-2020-8570, suppress CVE-2020-8554",
                "url": "https://lists.apache.org/thread.html/rdb223e1b82e3d7d8e4eaddce8dd1ab87252e3935cc41c859f49767b6@%3Ccommits.druid.apache.org%3E"
            },
            {
                "refsource": "MLIST",
                "name": "[druid-commits] 20210203 [GitHub] [druid] jihoonson merged pull request #10826: Address CVE-2020-8570, suppress CVE-2020-8554",
                "url": "https://lists.apache.org/thread.html/r1975078e44d96f2a199aa90aa874b57a202eaf7f25f2fde6d1c44942@%3Ccommits.druid.apache.org%3E"
            }
        ]
    },
    "solution": [
        {
            "lang": "eng",
            "value": "Upgrade to 9.0.2, 10.0.1 or 11.0.0 versions of the library."
        }
    ],
    "source": {
        "defect": [
            "https://github.com/kubernetes-client/java/issues/1491"
        ],
        "discovery": "UNKNOWN"
    }
}