Open redirect in Jupyter Notebook
Low4.4CVE-2020-26215 · Published Nov 18, 2020 · updated Sep 10, 2026
### Impact _What kind of vulnerability is it? Who is impacted?_ Open redirect vulnerability - a maliciously crafted link to a notebook server could redirect the browser to a different website. All notebook servers are technically affected, however, these maliciously crafted links can only be reasonably made for known notebook server hosts. A link to your notebook server may *appear* safe, but ultimately redirect to a spoofed server on the public internet. ### Patches _Has the problem been patched? What versions should users upgrade to?_ Patched in notebook 6.1.5 ### 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 |
|---|---|---|
| notebook PyPI | < 6.1.5 | 6.1.5 |
Details and references
- CVSS 3.1
- CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:C/C:N/I:L/A:L
- Severity from
- GitHub (reviewed advisory)
- Weakness
- CWE-601
- Also known as
- BIT-jupyter-base-notebook-2020-26215, BIT-jupyter-notebook-2020-26215, CVE-2020-26215, PYSEC-2020-215
- github.com/jupyter/notebook/security/advisories/GHSA-c7vm-f5p4-8fqh
- nvd.nist.gov/vuln/detail/CVE-2020-26215
- github.com/jupyter/notebook/commit/3cec4bbe21756de9f0c4bccf18cf61d840314d74
- github.com/jupyter/notebook
- github.com/pypa/advisory-database/tree/main/vulns/notebook/PYSEC-2020-215.yaml
- lists.debian.org/debian-lts-announce/2020/12/msg00004.html
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 242020 | Open redirect in Jupyter Server | Medium4.1 | 1.0.6 |
| Nov 82019 | Cross-site scripting in Jupyter Notebook | Medium5.3 | 5.5.0rc1 |