CVE-2025-61669
Description
Jupyter Server is the backend for Jupyter web applications. In jupyter_server versions through 2.17.0, the next query parameter in the login flow is insufficiently validated in `LoginFormHandler._redirect_safe()`, which allows redirects to arbitrary external domains via values such as `///example.com`. An attacker can use a crafted login URL to redirect users to a malicious site and facilitate phishing attacks. This issue is fixed in version 2.18.0.
Predictions
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
Vendor advisory: debian — https://security-tracker.debian.org/tracker/CVE-2025-61669
Vendor advisory: security-advisories@github.com — https://github.com/jupyter-server/jupyter_server/security/advisories/GHSA-qh7q-6qm3-653w
OS impact
| OS | Version | Status | Fixed in |
|---|---|---|---|
| debian | bookworm | affected | |
| debian | bullseye | affected | |
| debian | forky | affected | |
| debian | sid | affected | |
| debian | trixie | affected | |
Package impact
| Ecosystem | Package | Vulnerable | Fixed |
|---|---|---|---|
| PyPI | jupyter-server | <2.18.0 | 2.18.0 |
| PIP | jupyter-server | <= 2.17.0 | 2.18.0 |
Application impact
| Vendor | Product | Versions | Fixed |
|---|---|---|---|
| jupyter | jupyter_server | {"endExcluding":"2.18.0"} | 2.18.0 |
References
CWEs
CWE-601
Verify integrity in audit chain (admin only). AS-IS.