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 Access Restriction Bypass vulnerabilities in an interactive lesson.
Start learningUpgrade notebook
to version 6.4.12 or higher.
notebook is a web application that allows you to create and share documents that contain live code, equations, visualizations, and explanatory text.
Affected versions of this package are vulnerable to Access Restriction Bypass. When a fully authenticated request is sent to the notebook server which is configured with ContentsManager.allow_hidden = False
, it is possible to access arbitrary hidden files or arbitrary files in hidden directories.
Do not run the notebook server in a directory with hidden files, use subdirectories.
Use a custom ContentsManager
with additional checks for self.is_hidden(path)
prior to completing actions.