gsd-2021-42343
Vulnerability from gsd
Modified
2023-12-13 01:23
Details
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.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2021-42343", "description": "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.", "id": "GSD-2021-42343", "references": [ "https://www.suse.com/security/cve/CVE-2021-42343.html", "https://security.archlinux.org/CVE-2021-42343" ] }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2021-42343" ], "details": "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.", "id": "GSD-2021-42343", "modified": "2023-12-13T01:23:06.110570Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2021-42343", "STATE": "PUBLIC" }, "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", "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." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "https://docs.dask.org/en/latest/changelog.html", "refsource": "MISC", "url": "https://docs.dask.org/en/latest/changelog.html" }, { "name": "https://github.com/dask/dask/tags", "refsource": "MISC", "url": "https://github.com/dask/dask/tags" }, { "name": "https://github.com/dask/distributed/security/advisories/GHSA-hwqr-f3v9-hwxr", "refsource": "CONFIRM", "url": "https://github.com/dask/distributed/security/advisories/GHSA-hwqr-f3v9-hwxr" } ] } }, "gitlab.com": { "advisories": [ { "affected_range": "\u003c2021.10.0", "affected_versions": "All versions before 2021.10.0", "cvss_v2": "AV:N/AC:M/Au:N/C:P/I:P/A:P", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "cwe_ids": [ "CWE-1035", "CWE-668", "CWE-78", "CWE-937" ], "date": "2021-11-18", "description": "An issue was discovered in the Dask distributed package 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.", "fixed_versions": [ "2021.10.0" ], "identifier": "CVE-2021-42343", "identifiers": [ "GHSA-j8fq-86c5-5v2r", "CVE-2021-42343" ], "not_impacted": "All versions starting from 2021.10.0", "package_slug": "pypi/dask", "pubdate": "2021-10-27", "solution": "Upgrade to version 2021.10.0 or above.", "title": "Exposure of Resource to Wrong Sphere", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2021-42343", "https://docs.dask.org/en/latest/changelog.html", "https://github.com/dask/distributed/security/advisories/GHSA-hwqr-f3v9-hwxr", "https://github.com/dask/dask/tags", "https://github.com/advisories/GHSA-j8fq-86c5-5v2r" ], "uuid": "e17b3a6b-afda-4203-b1a1-588e2358f90d" }, { "affected_range": "\u003c2021.10.0", "affected_versions": "All versions before 2021.10.0", "cvss_v2": "AV:N/AC:M/Au:N/C:P/I:P/A:P", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "cwe_ids": [ "CWE-1035", "CWE-668", "CWE-78", "CWE-937" ], "date": "2022-03-21", "description": "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.", "fixed_versions": [ "2021.10.0" ], "identifier": "CVE-2021-42343", "identifiers": [ "GHSA-j8fq-86c5-5v2r", "CVE-2021-42343" ], "not_impacted": "All versions starting from 2021.10.0", "package_slug": "pypi/distributed", "pubdate": "2021-10-27", "solution": "Upgrade to version 2021.10.0 or above.", "title": "Exposure of Resource to Wrong Sphere", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2021-42343", "https://docs.dask.org/en/latest/changelog.html", "https://github.com/dask/distributed/security/advisories/GHSA-hwqr-f3v9-hwxr", "https://github.com/dask/distributed/pull/5427", "https://github.com/dask/distributed/commit/afce4be8e05fb180e50a9d9e38465f1a82295e1b", "https://github.com/advisories/GHSA-j8fq-86c5-5v2r" ], "uuid": "72d2c209-58e7-4d2e-9477-893e3ac7a3ff" } ] }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:anaconda:dask:*:*:*:*:*:python:*:*", "cpe_name": [], "versionEndExcluding": "2021.10.0", "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2021-42343" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "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." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-668" } ] } ] }, "references": { "reference_data": [ { "name": "https://docs.dask.org/en/latest/changelog.html", "refsource": "MISC", "tags": [ "Release Notes", "Vendor Advisory" ], "url": "https://docs.dask.org/en/latest/changelog.html" }, { "name": "https://github.com/dask/dask/tags", "refsource": "MISC", "tags": [ "Third Party Advisory" ], "url": "https://github.com/dask/dask/tags" }, { "name": "https://github.com/dask/distributed/security/advisories/GHSA-hwqr-f3v9-hwxr", "refsource": "CONFIRM", "tags": [ "Third Party Advisory" ], "url": "https://github.com/dask/distributed/security/advisories/GHSA-hwqr-f3v9-hwxr" } ] } }, "impact": { "baseMetricV2": { "acInsufInfo": false, "cvssV2": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 6.8, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:P", "version": "2.0" }, "exploitabilityScore": 8.6, "impactScore": 6.4, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "severity": "MEDIUM", "userInteractionRequired": false }, "baseMetricV3": { "cvssV3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "exploitabilityScore": 3.9, "impactScore": 5.9 } }, "lastModifiedDate": "2021-11-28T23:31Z", "publishedDate": "2021-10-26T11:15Z" } } }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…