Home
Trends
Vulnerabilities
News
Researchers
Why dbugs?

Emin63

#34252of 53,625
7.6Total CVSS
Vulnerabilities · 1
PT-2026-37241
7.6
2026-05-05
Project Jupyter · Jupyter Server · CVE-2026-40934
**Name of the Vulnerable Software and Affected Versions** Jupyter Server versions prior to 2.18.0 **Description** The secret used to sign authentication cookies is persisted to a static file at `~/.local/share/jupyter/runtime/jupyter cookie secret` and is not rotated when a user changes their password. Consequently, after a password reset and server restart, any previously issued authentication cookie remains cryptographically valid. An attacker who has captured a session cookie retains full authenticated access to the server regardless of subsequent password changes. This affects deployments using password-based authentication, particularly shared or public-facing servers where credential rotation is expected to revoke existing sessions. **Recommendations** Update to version 2.18.0 or later. As a temporary workaround, delete the file `~/.local/share/jupyter/runtime/jupyter cookie secret` and restart the server.