Skip to main content

Jupyterhub

11 CVEs product

Monthly

CVE-2026-33175 Apr 03, 21:56 PyPI HIGH PATCH GHSA This Week

Authentication bypass in JupyterHub OAuthenticator <17.4.0 allows authenticated attackers with unverified email addresses on Auth0 tenants to login with arbitrary usernames, enabling account takeover when email is configured as the username claim. The vulnerability requires low-complexity exploitation over the network with low privileges (CVSS 8.8, AV:N/AC:L/PR:L). No public exploit identified at time of analysis, though the vendor has released a security advisory with technical details. EPSS data not available, but the authentication bypass nature and account takeover potential make this a priority for organizations using JupyterHub with Auth0 OAuth integration.

Authentication Bypass Oauthenticator Jupyterhub
NVD GitHub
CVSS 3.1
8.8
EPSS
0.1%
CVE-2026-54338 Aug 07, 20:52 PyPI MEDIUM POC PATCH GHSA This Month

Log flooding via unbounded username input in JupyterHub's form-based login handler allows unauthenticated remote attackers to exhaust logging and disk storage resources on multi-user Jupyter notebook servers running versions prior to 5.5.0. The root cause (CWE-400) is that failed login attempts wrote the full attacker-supplied username - with no length cap - directly into application logs across three distinct code paths: the base login handler, the login POST handler, and the PAM authenticator. No public exploit code has been identified at the time of analysis, and this vulnerability is not listed in the CISA KEV catalog.

Denial Of Service Jupyterhub
NVD GitHub VulDB
CVSS 3.1
5.3
EPSS
0.3%
CVE-2026-33709 Apr 03, 22:00 PyPI MEDIUM PATCH GHSA This Month

Open redirect vulnerability in JupyterHub prior to version 5.4.4 allows unauthenticated remote attackers to craft malicious links that bypass JupyterHub's redirect validation, redirecting users through the legitimate login page to arbitrary attacker-controlled sites. This enables phishing attacks and credential harvesting by leveraging JupyterHub's trusted domain to establish credibility. The vulnerability requires user interaction (clicking a link) and has been patched in version 5.4.4.

Open Redirect Jupyterhub
NVD GitHub VulDB
CVSS 4.0
5.1
EPSS
0.0%
CVE-2024-41942 Aug 08, 15:15 PyPI HIGH PATCH This Week

JupyterHub is software that allows one to create a multi-user server for Jupyter notebooks. Rated high severity (CVSS 7.2), this vulnerability is remotely exploitable, low attack complexity.

Privilege Escalation Jupyterhub Jupyter
NVD GitHub
CVSS 3.1
7.2
EPSS
0.6%
CVE-2024-28233 Mar 27, 19:15 PyPI MEDIUM PATCH This Month

JupyterHub is an open source multi-user server for Jupyter notebooks. Rated medium severity (CVSS 6.1), this vulnerability is remotely exploitable, no authentication required, low attack complexity. This Cross-Site Scripting (XSS) vulnerability could allow attackers to inject malicious scripts into web pages viewed by other users.

XSS Jupyterhub Jupyter
NVD GitHub
CVSS 3.1
6.1
EPSS
0.3%
CVE-2021-41247 Nov 04, 18:15 PyPI HIGH PATCH This Week

JupyterHub is an open source multi-user server for Jupyter notebooks. Rated high severity (CVSS 7.5), this vulnerability is remotely exploitable, no authentication required, low attack complexity.

Information Disclosure Jupyterhub Jupyter
NVD GitHub
CVSS 3.1
7.5
EPSS
0.8%
CVE-2021-41194 Oct 28, 20:15 PyPI CRITICAL PATCH Act Now

FirstUseAuthenticator is a JupyterHub authenticator that helps new users set their password on their first login to JupyterHub. Rated critical severity (CVSS 9.8), this vulnerability is remotely exploitable, no authentication required, low attack complexity.

Authentication Bypass Jupyterhub First Use Authenticator
NVD GitHub
CVSS 3.1
9.8
EPSS
1.3%
CVE-2021-39160 Aug 25, 18:15 PyPI HIGH PATCH This Week

nbgitpuller is a Jupyter server extension to sync a git repository one-way to a local path. Rated high severity (CVSS 8.8), this vulnerability is remotely exploitable, no authentication required, low attack complexity. This Code Injection vulnerability could allow attackers to inject and execute arbitrary code within the application.

RCE Code Injection Jupyterhub Nbgitpuller
NVD GitHub
CVSS 3.1
8.8
EPSS
1.7%
CVE-2020-26261 Dec 09, 17:15 PyPI HIGH PATCH This Week

jupyterhub-systemdspawner enables JupyterHub to spawn single-user notebook servers using systemd. Rated high severity (CVSS 7.9), this vulnerability is low attack complexity. This Exposure of Resource to Wrong Sphere vulnerability could allow attackers to access resources from an unintended security context.

Information Disclosure Jupyterhub Systemdspawner
NVD GitHub
CVSS 3.1
7.9
EPSS
0.5%
CVE-2020-15110 Jul 17, 21:15 PyPI HIGH POC PATCH This Week

In jupyterhub-kubespawner before 0.12, certain usernames will be able to craft particular server names which will grant them access to the default server of other users who have matching usernames. Rated high severity (CVSS 8.1), this vulnerability is remotely exploitable, low attack complexity. Public exploit code available.

Authentication Bypass Jupyterhub Kubespawner
NVD GitHub
CVSS 3.1
8.1
EPSS
0.9%
CVE-2019-10255 Mar 28, 16:29 PyPI MEDIUM PATCH This Month

An Open Redirect vulnerability for all browsers in Jupyter Notebook before 5.7.7 and some browsers (Chrome, Firefox) in JupyterHub before 0.9.5 allows crafted links to the login page, which will. Rated medium severity (CVSS 6.1), this vulnerability is remotely exploitable, no authentication required, low attack complexity.

Google Open Redirect Mozilla Jupyterhub Notebook +1
NVD GitHub
CVSS 3.0
6.1
EPSS
1.7%
EPSS 0% CVSS 8.8
HIGH PATCH This Week

Authentication bypass in JupyterHub OAuthenticator <17.4.0 allows authenticated attackers with unverified email addresses on Auth0 tenants to login with arbitrary usernames, enabling account takeover when email is configured as the username claim. The vulnerability requires low-complexity exploitation over the network with low privileges (CVSS 8.8, AV:N/AC:L/PR:L). No public exploit identified at time of analysis, though the vendor has released a security advisory with technical details. EPSS data not available, but the authentication bypass nature and account takeover potential make this a priority for organizations using JupyterHub with Auth0 OAuth integration.

Authentication Bypass Oauthenticator Jupyterhub
NVD GitHub
EPSS 0% CVSS 5.3
MEDIUM POC PATCH This Month

Log flooding via unbounded username input in JupyterHub's form-based login handler allows unauthenticated remote attackers to exhaust logging and disk storage resources on multi-user Jupyter notebook servers running versions prior to 5.5.0. The root cause (CWE-400) is that failed login attempts wrote the full attacker-supplied username - with no length cap - directly into application logs across three distinct code paths: the base login handler, the login POST handler, and the PAM authenticator. No public exploit code has been identified at the time of analysis, and this vulnerability is not listed in the CISA KEV catalog.

Denial Of Service Jupyterhub
NVD GitHub VulDB
EPSS 0% CVSS 5.1
MEDIUM PATCH This Month

Open redirect vulnerability in JupyterHub prior to version 5.4.4 allows unauthenticated remote attackers to craft malicious links that bypass JupyterHub's redirect validation, redirecting users through the legitimate login page to arbitrary attacker-controlled sites. This enables phishing attacks and credential harvesting by leveraging JupyterHub's trusted domain to establish credibility. The vulnerability requires user interaction (clicking a link) and has been patched in version 5.4.4.

Open Redirect Jupyterhub
NVD GitHub VulDB
EPSS 1% CVSS 7.2
HIGH PATCH This Week

JupyterHub is software that allows one to create a multi-user server for Jupyter notebooks. Rated high severity (CVSS 7.2), this vulnerability is remotely exploitable, low attack complexity.

Privilege Escalation Jupyterhub Jupyter
NVD GitHub
EPSS 0% CVSS 6.1
MEDIUM PATCH This Month

JupyterHub is an open source multi-user server for Jupyter notebooks. Rated medium severity (CVSS 6.1), this vulnerability is remotely exploitable, no authentication required, low attack complexity. This Cross-Site Scripting (XSS) vulnerability could allow attackers to inject malicious scripts into web pages viewed by other users.

XSS Jupyterhub Jupyter
NVD GitHub
EPSS 1% CVSS 7.5
HIGH PATCH This Week

JupyterHub is an open source multi-user server for Jupyter notebooks. Rated high severity (CVSS 7.5), this vulnerability is remotely exploitable, no authentication required, low attack complexity.

Information Disclosure Jupyterhub Jupyter
NVD GitHub
EPSS 1% CVSS 9.8
CRITICAL PATCH Act Now

FirstUseAuthenticator is a JupyterHub authenticator that helps new users set their password on their first login to JupyterHub. Rated critical severity (CVSS 9.8), this vulnerability is remotely exploitable, no authentication required, low attack complexity.

Authentication Bypass Jupyterhub First Use Authenticator
NVD GitHub
EPSS 2% CVSS 8.8
HIGH PATCH This Week

nbgitpuller is a Jupyter server extension to sync a git repository one-way to a local path. Rated high severity (CVSS 8.8), this vulnerability is remotely exploitable, no authentication required, low attack complexity. This Code Injection vulnerability could allow attackers to inject and execute arbitrary code within the application.

RCE Code Injection Jupyterhub +1
NVD GitHub
EPSS 0% CVSS 7.9
HIGH PATCH This Week

jupyterhub-systemdspawner enables JupyterHub to spawn single-user notebook servers using systemd. Rated high severity (CVSS 7.9), this vulnerability is low attack complexity. This Exposure of Resource to Wrong Sphere vulnerability could allow attackers to access resources from an unintended security context.

Information Disclosure Jupyterhub Systemdspawner
NVD GitHub
EPSS 1% CVSS 8.1
HIGH POC PATCH This Week

In jupyterhub-kubespawner before 0.12, certain usernames will be able to craft particular server names which will grant them access to the default server of other users who have matching usernames. Rated high severity (CVSS 8.1), this vulnerability is remotely exploitable, low attack complexity. Public exploit code available.

Authentication Bypass Jupyterhub Kubespawner
NVD GitHub
EPSS 2% CVSS 6.1
MEDIUM PATCH This Month

An Open Redirect vulnerability for all browsers in Jupyter Notebook before 5.7.7 and some browsers (Chrome, Firefox) in JupyterHub before 0.9.5 allows crafted links to the login page, which will. Rated medium severity (CVSS 6.1), this vulnerability is remotely exploitable, no authentication required, low attack complexity.

Google Open Redirect Mozilla +3
NVD GitHub

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy