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 applicationsUpgrade jupyter-server to version 2.18.0 or higher.
Affected versions of this package are vulnerable to Insufficient Session Expiration due to jupyter_cookie_secret never being automatically rotated or cleared. An attacker can keep or reuse authenticated session cookies after a password change by presenting a cookie signed with a secret that does not incorporate the current password. This lets the attacker retain access to the server as the affected user, exposing notebooks, files, and other authenticated server resources.
Workarounds
~/.local/share/jupyter/runtime/jupyter_cookie_secret and restart the Jupyter server to invalidate existing authentication cookies, preventing stolen or old cookies from remaining valid after a password change.