{
    "containers": {
        "cna": {
            "affected": [
                {
                    "product": "Kubernetes",
                    "vendor": "Kubernetes",
                    "versions": [
                        {
                            "lessThanOrEqual": "1.19.14",
                            "status": "affected",
                            "version": "unspecified",
                            "versionType": "custom"
                        },
                        {
                            "lessThanOrEqual": "1.20.10",
                            "status": "affected",
                            "version": "unspecified",
                            "versionType": "custom"
                        },
                        {
                            "lessThanOrEqual": "1.21.4",
                            "status": "affected",
                            "version": "unspecified",
                            "versionType": "custom"
                        },
                        {
                            "lessThanOrEqual": "1.22.1",
                            "status": "affected",
                            "version": "unspecified",
                            "versionType": "custom"
                        }
                    ]
                }
            ],
            "credits": [
                {
                    "lang": "en",
                    "value": "Fabricio Voznika & Mark Wolters"
                }
            ],
            "descriptions": [
                {
                    "lang": "en",
                    "value": "A security issue was discovered in Kubernetes where a user may be able to create a container with subpath volume mounts to access files & directories outside of the volume, including on the host filesystem."
                }
            ],
            "metrics": [
                {
                    "cvssV3_1": {
                        "attackComplexity": "LOW",
                        "attackVector": "NETWORK",
                        "availabilityImpact": "HIGH",
                        "baseScore": 8.8,
                        "baseSeverity": "HIGH",
                        "confidentialityImpact": "HIGH",
                        "integrityImpact": "HIGH",
                        "privilegesRequired": "LOW",
                        "scope": "UNCHANGED",
                        "userInteraction": "NONE",
                        "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
                        "version": "3.1"
                    }
                }
            ],
            "problemTypes": [
                {
                    "descriptions": [
                        {
                            "cweId": "CWE-20",
                            "description": "CWE-20: Improper Input Validation",
                            "lang": "en",
                            "type": "CWE"
                        }
                    ]
                }
            ],
            "providerMetadata": {
                "dateUpdated": "2021-10-08T14:06:36",
                "orgId": "a6081bf6-c852-4425-ad4f-a67919267565",
                "shortName": "kubernetes"
            },
            "references": [
                {
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://groups.google.com/g/kubernetes-security-announce/c/nyfdhK24H7s"
                },
                {
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/kubernetes/kubernetes/issues/104980"
                },
                {
                    "tags": [
                        "x_refsource_CONFIRM"
                    ],
                    "url": "https://security.netapp.com/advisory/ntap-20211008-0006/"
                }
            ],
            "source": {
                "defect": [
                    "https://github.com/kubernetes/kubernetes/issues/104980"
                ],
                "discovery": "EXTERNAL"
            },
            "title": "Symlink Exchange Can Allow Host Filesystem Access",
            "x_ConverterErrors": {
                "DATE_PUBLIC": {
                    "error": "v4 DATE_PUBLIC is invalid",
                    "message": "hour must be in 0..23"
                }
            },
            "x_generator": {
                "engine": "Vulnogram 0.0.9"
            },
            "x_legacyV4Record": {
                "CVE_data_meta": {
                    "ASSIGNER": "security@kubernetes.io",
                    "DATE_PUBLIC": "2021-09-15T121:15:00.000Z",
                    "ID": "CVE-2021-25741",
                    "STATE": "PUBLIC",
                    "TITLE": "Symlink Exchange Can Allow Host Filesystem Access"
                },
                "affects": {
                    "vendor": {
                        "vendor_data": [
                            {
                                "product": {
                                    "product_data": [
                                        {
                                            "product_name": "Kubernetes",
                                            "version": {
                                                "version_data": [
                                                    {
                                                        "version_affected": "<=",
                                                        "version_value": "1.19.14"
                                                    },
                                                    {
                                                        "version_affected": "<=",
                                                        "version_value": "1.20.10"
                                                    },
                                                    {
                                                        "version_affected": "<=",
                                                        "version_value": "1.21.4"
                                                    },
                                                    {
                                                        "version_affected": "<=",
                                                        "version_value": "1.22.1"
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "vendor_name": "Kubernetes"
                            }
                        ]
                    }
                },
                "credit": [
                    {
                        "lang": "eng",
                        "value": "Fabricio Voznika & Mark Wolters"
                    }
                ],
                "data_format": "MITRE",
                "data_type": "CVE",
                "data_version": "4.0",
                "description": {
                    "description_data": [
                        {
                            "lang": "eng",
                            "value": "A security issue was discovered in Kubernetes where a user may be able to create a container with subpath volume mounts to access files & directories outside of the volume, including on the host filesystem."
                        }
                    ]
                },
                "generator": {
                    "engine": "Vulnogram 0.0.9"
                },
                "impact": {
                    "cvss": {
                        "attackComplexity": "LOW",
                        "attackVector": "NETWORK",
                        "availabilityImpact": "HIGH",
                        "baseScore": 8.8,
                        "baseSeverity": "HIGH",
                        "confidentialityImpact": "HIGH",
                        "integrityImpact": "HIGH",
                        "privilegesRequired": "LOW",
                        "scope": "UNCHANGED",
                        "userInteraction": "NONE",
                        "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
                        "version": "3.1"
                    }
                },
                "problemtype": {
                    "problemtype_data": [
                        {
                            "description": [
                                {
                                    "lang": "eng",
                                    "value": "CWE-20: Improper Input Validation"
                                }
                            ]
                        }
                    ]
                },
                "references": {
                    "reference_data": [
                        {
                            "name": "https://groups.google.com/g/kubernetes-security-announce/c/nyfdhK24H7s",
                            "refsource": "MISC",
                            "url": "https://groups.google.com/g/kubernetes-security-announce/c/nyfdhK24H7s"
                        },
                        {
                            "name": "https://github.com/kubernetes/kubernetes/issues/104980",
                            "refsource": "MISC",
                            "url": "https://github.com/kubernetes/kubernetes/issues/104980"
                        },
                        {
                            "name": "https://security.netapp.com/advisory/ntap-20211008-0006/",
                            "refsource": "CONFIRM",
                            "url": "https://security.netapp.com/advisory/ntap-20211008-0006/"
                        }
                    ]
                },
                "source": {
                    "defect": [
                        "https://github.com/kubernetes/kubernetes/issues/104980"
                    ],
                    "discovery": "EXTERNAL"
                }
            }
        },
        "adp": [
            {
                "providerMetadata": {
                    "orgId": "af854a3a-2127-422b-91ae-364da2661108",
                    "shortName": "CVE",
                    "dateUpdated": "2024-08-03T20:11:27.655Z"
                },
                "title": "CVE Program Container",
                "references": [
                    {
                        "tags": [
                            "x_refsource_MISC",
                            "x_transferred"
                        ],
                        "url": "https://groups.google.com/g/kubernetes-security-announce/c/nyfdhK24H7s"
                    },
                    {
                        "tags": [
                            "x_refsource_MISC",
                            "x_transferred"
                        ],
                        "url": "https://github.com/kubernetes/kubernetes/issues/104980"
                    },
                    {
                        "tags": [
                            "x_refsource_CONFIRM",
                            "x_transferred"
                        ],
                        "url": "https://security.netapp.com/advisory/ntap-20211008-0006/"
                    }
                ]
            },
            {
                "affected": [
                    {
                        "vendor": "kubernetes",
                        "product": "kubernetes",
                        "cpes": [
                            "cpe:2.3:a:kubernetes:kubernetes:*:*:*:*:*:*:*:*"
                        ],
                        "defaultStatus": "unknown",
                        "versions": [
                            {
                                "version": "0",
                                "status": "affected",
                                "lessThanOrEqual": "1.19.14",
                                "versionType": "custom"
                            },
                            {
                                "version": "1.20.0",
                                "status": "affected",
                                "lessThanOrEqual": "1.20.10",
                                "versionType": "custom"
                            },
                            {
                                "version": "1.21.0",
                                "status": "affected",
                                "lessThanOrEqual": "1.21.4",
                                "versionType": "custom"
                            },
                            {
                                "version": "1.22.0",
                                "status": "affected",
                                "lessThanOrEqual": "1.22.1",
                                "versionType": "custom"
                            }
                        ]
                    }
                ],
                "metrics": [
                    {
                        "other": {
                            "type": "ssvc",
                            "content": {
                                "timestamp": "2024-08-20T13:25:58.469004Z",
                                "id": "CVE-2021-25741",
                                "options": [
                                    {
                                        "Exploitation": "none"
                                    },
                                    {
                                        "Automatable": "no"
                                    },
                                    {
                                        "Technical Impact": "total"
                                    }
                                ],
                                "role": "CISA Coordinator",
                                "version": "2.0.3"
                            }
                        }
                    }
                ],
                "title": "CISA ADP Vulnrichment",
                "providerMetadata": {
                    "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
                    "shortName": "CISA-ADP",
                    "dateUpdated": "2024-08-20T13:37:41.191Z"
                }
            }
        ]
    },
    "cveMetadata": {
        "assignerOrgId": "a6081bf6-c852-4425-ad4f-a67919267565",
        "assignerShortName": "kubernetes",
        "cveId": "CVE-2021-25741",
        "dateReserved": "2021-01-21T00:00:00",
        "dateUpdated": "2024-09-16T23:26:06.351Z",
        "state": "PUBLISHED",
        "datePublished": "2021-09-20T17:05:21.097904Z"
    },
    "dataType": "CVE_RECORD",
    "dataVersion": "5.1"
}