cvelist/2021/42xxx/CVE-2021-42343.json

72 lines
2.6 KiB
JSON
Raw Normal View History

2021-10-14 06:01:01 +00:00
{
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
2021-10-26 11:01:01 +00:00
"ID": "CVE-2021-42343",
"STATE": "PUBLIC"
2021-10-14 06:01:01 +00:00
},
2021-10-26 11:01:01 +00:00
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "n/a",
"version": {
"version_data": [
{
"version_value": "n/a"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
2021-10-14 06:01:01 +00:00
"description": {
"description_data": [
{
"lang": "eng",
"value": "An issue was discovered in the Dask distributed package before 2021.10.0 for Python. Single machine Dask clusters started with dask.distributed.LocalCluster or dask.distributed.Client (which defaults to using LocalCluster) would mistakenly configure their respective Dask workers to listen on external interfaces (typically with a randomly selected high port) rather than only on localhost. A Dask cluster created using this method (when running on a machine that has an applicable port exposed) could be used by a sophisticated attacker to achieve remote code execution."
2021-10-26 11:01:01 +00:00
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"refsource": "MISC",
"name": "https://docs.dask.org/en/latest/changelog.html",
"url": "https://docs.dask.org/en/latest/changelog.html"
},
{
"refsource": "MISC",
"name": "https://github.com/dask/dask/tags",
"url": "https://github.com/dask/dask/tags"
},
{
"refsource": "CONFIRM",
"name": "https://github.com/dask/distributed/security/advisories/GHSA-hwqr-f3v9-hwxr",
"url": "https://github.com/dask/distributed/security/advisories/GHSA-hwqr-f3v9-hwxr"
2021-10-14 06:01:01 +00:00
}
]
}
}