The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsLearn about Incorrect Access Control vulnerabilities in an interactive lesson.
Start learningUpgrade dask
to version 2021.10.0 or higher.
dask is a Parallel PyData with Task Scheduling
Affected versions of this package are vulnerable to Incorrect Access Control. 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 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 an attacker to achieve remote code execution.