Remote Code Execution (RCE)
dask is vulnerable to remote code executionRCE attacks. Dask workers are able to listen to external interfaces with a randomly selected high port rather than only on localhost, when a dask cluster is mistakenly configured and started with dask.distributed.LocalCluster or dask.distributed.Client. ...