cvelist/2021/25xxx/CVE-2021-25742.json

124 lines
4.4 KiB
JSON
Raw Normal View History

2021-01-26 18:02:39 +00:00
{
"CVE_data_meta": {
"ASSIGNER": "security@kubernetes.io",
"DATE_PUBLIC": "2021-10-21T16:15:00.000Z",
2021-01-26 18:02:39 +00:00
"ID": "CVE-2021-25742",
"STATE": "PUBLIC",
"TITLE": "Ingress-nginx custom snippets allows retrieval of ingress-nginx serviceaccount token and secrets across all namespaces"
2021-01-26 18:02:39 +00:00
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "Kubernetes ingress-nginx",
"version": {
"version_data": [
{
"version_affected": "<=",
"version_value": "0.49.0"
2021-10-29 05:01:04 +00:00
},
{
"version_affected": ">?",
"version_value": "0.49.0"
},
{
"version_affected": "<=",
"version_value": "1.0.0"
2021-10-29 05:01:04 +00:00
},
{
"version_affected": ">?",
"version_value": "1.0.0"
}
]
}
}
]
},
"vendor_name": "Kubernetes"
}
]
}
},
"credit": [
{
"lang": "eng",
"value": "Mitch Hulscher"
}
],
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
2021-01-26 18:02:39 +00:00
"description": {
"description_data": [
{
"lang": "eng",
"value": "A security issue was discovered in ingress-nginx where a user that can create or update ingress objects can use the custom snippets feature to obtain all secrets in the cluster."
}
]
},
"generator": {
"engine": "Vulnogram 0.0.9"
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-20: Improper Input Validation"
}
]
}
]
},
"references": {
"reference_data": [
{
2021-10-29 05:01:04 +00:00
"refsource": "MISC",
"url": "https://groups.google.com/g/kubernetes-security-announce/c/mT4JJxi9tQY",
"name": "https://groups.google.com/g/kubernetes-security-announce/c/mT4JJxi9tQY"
},
{
2021-10-29 05:01:04 +00:00
"refsource": "MISC",
"url": "https://github.com/kubernetes/ingress-nginx/issues/7837",
"name": "https://github.com/kubernetes/ingress-nginx/issues/7837"
2021-12-03 08:01:04 +00:00
},
{
"refsource": "CONFIRM",
"name": "https://security.netapp.com/advisory/ntap-20211203-0001/",
"url": "https://security.netapp.com/advisory/ntap-20211203-0001/"
2021-01-26 18:02:39 +00:00
}
]
},
"source": {
"defect": [
"https://github.com/kubernetes/ingress-nginx/issues/7837"
],
"discovery": "EXTERNAL"
},
"work_around": [
{
"lang": "eng",
"value": "This can be mitigated by disallowing snippet annotations on a supported version. Refer to https://github.com/kubernetes/ingress-nginx/issues/7837 for instructions."
}
]
2021-01-26 18:02:39 +00:00
}