CVE-2019-10856: Jupyter Notebook open redirect vulnerability
6.1
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.54847%
CWE
Published
4/9/2019
Updated
9/26/2024
KEV Status
No
Technology
Python
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
notebook | pip | < 5.7.8 | 5.7.8 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The commit diff shows critical modifications to _redirect_safe in login.py, replacing a check for parsed.netloc with a path-only comparison using urlunparse. This indicates the original implementation's validation was incomplete. The added test cases (///jupyter.org, /\some-host) demonstrate exploitation vectors the function previously allowed. The CVE description explicitly references 'empty netloc' handling as the root cause, directly tied to this redirect validation function.