cvelist/2020/28xxx/CVE-2020-28914.json

82 lines
3.0 KiB
JSON
Raw Normal View History

2020-11-17 21:01:46 +00:00
{
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
2020-11-17 22:01:38 +00:00
"ID": "CVE-2020-28914",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "n/a",
"version": {
"version_data": [
{
"version_value": "n/a"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
2020-11-17 21:01:46 +00:00
},
2020-11-17 22:01:38 +00:00
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
2020-11-17 21:01:46 +00:00
"description": {
"description_data": [
{
"lang": "eng",
2020-11-17 22:01:38 +00:00
"value": "An improper file permissions vulnerability affects Kata Containers prior to 1.11.5. When using a Kubernetes hostPath volume and mounting either a file or directory into a container as readonly, the file/directory is mounted as readOnly inside the container, but is still writable inside the guest. For a container breakout situation, a malicious guest can potentially modify or delete files/directories expected to be read-only."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"url": "https://github.com/kata-containers/kata-containers/pull/1062",
"refsource": "MISC",
"name": "https://github.com/kata-containers/kata-containers/pull/1062"
},
{
"url": "https://github.com/kata-containers/runtime/pull/3042",
"refsource": "MISC",
"name": "https://github.com/kata-containers/runtime/pull/3042"
},
{
"url": "https://github.com/kata-containers/runtime/pull/3051",
"refsource": "MISC",
"name": "https://github.com/kata-containers/runtime/pull/3051"
},
{
"url": "https://github.com/kata-containers/runtime/releases/tag/1.12.0",
"refsource": "MISC",
"name": "https://github.com/kata-containers/runtime/releases/tag/1.12.0"
},
{
"url": "https://github.com/kata-containers/runtime/releases/tag/1.11.5",
"refsource": "MISC",
"name": "https://github.com/kata-containers/runtime/releases/tag/1.11.5"
2020-11-17 21:01:46 +00:00
}
]
}
}