Open redirect in Jupyter Server
Medium4.1CVE-2020-26232 · Published Nov 24, 2020 · updated Sep 10, 2026
### Impact _What kind of vulnerability is it? Who is impacted?_ Open redirect vulnerability - a maliciously crafted link to a jupyter server could redirect the browser to a different website. All jupyter servers are technically affected, however, these maliciously crafted links can only be reasonably made for known jupyter server hosts. A link to your jupyter server may *appear* safe, but ultimately redirect to a spoofed server on the public internet. This originated in jupyter/notebook: https://github.com/jupyter/notebook/security/advisories/GHSA-c7vm-f5p4-8fqh ### Patches _Has the problem been patched? What versions should users upgrade to?_ jupyter_server 1.0.6 ### References [OWASP page on open redirects](https://cheatsheetseries.owasp.org/cheatsheets/Unvalidated_Redirects_and_Forwards_Cheat_Sheet.html) ### For more information If you have any questions or comments about this advisory, or vulnerabilities to report, please email our security list [security@ipython.org](mailto:security@ipython.org). Credit: zhuonan li of Alibaba Application Security Team
Affected versions
| Package | Affected | Fixed in |
|---|---|---|
| jupyter-server PyPI | < 1.0.6 | 1.0.6 |
Details and references
- CVSS 3.1
- CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:N/I:L/A:N
- Severity from
- GitHub (reviewed advisory)
- Weakness
- CWE-601
- Also known as
- CVE-2020-26232, PYSEC-2020-234
- github.com/jupyter/jupyter_server/security/advisories/GHSA-grfj-wjv9-4f9v
- nvd.nist.gov/vuln/detail/CVE-2020-26232
- github.com/jupyter-server/jupyter_server/commit/3d83e49090289c431da253e2bdb8dc479cbcb157
- github.com/jupyter-server/jupyter_server
- github.com/jupyter-server/jupyter_server/blob/master/CHANGELOG.md#106---2020-11-18
- github.com/pypa/advisory-database/tree/main/vulns/jupyter-server/PYSEC-2020-234.yaml
More Jupyter advisories
All Jupyter| Date | Advisory | Severity | Fixed in |
|---|---|---|---|
| Nov 82021 | incomplete JupyterHub logout with simultaneous JupyterLab sessions | Medium3.5 | 1.5.0 |
| Aug 232021 | Special Element Injection in notebook | High10.0 | 5.7.11+1 more |
| Aug 232021 | JupyterLab: XSS due to lack of sanitization of the action attribute of an html <form> | Medium7.4 | 1.2.21+6 more |
| Dec 212020 | Jupyter Server open redirect vulnerability | Medium6.1 | 1.1.1 |
| Nov 182020 | Open redirect in Jupyter Notebook | Low4.4 | 6.1.5 |
| Nov 82019 | Cross-site scripting in Jupyter Notebook | Medium5.3 | 5.5.0rc1 |