First published: Thu Oct 28 2021(Updated: )
### Impact When JupyterHub is used with FirstUseAuthenticator, the vulnerability allows unauthorized access to any user's account if `create_users=True` and the username is known or guessed. ### Patches Upgrade to jupyterhub-firstuseauthenticator to 1.0, or apply patch https://github.com/jupyterhub/firstuseauthenticator/pull/38.patch ### Workarounds If you cannot upgrade, there is no complete workaround, but it can be mitigated. If you cannot upgrade yet, you can disable user creation with `c.FirstUseAuthenticator.create_users = False`, which will only allow login with fully normalized usernames for already existing users prior to jupyterhub-firstuserauthenticator 1.0. If any users have never logged in with their normalized username (i.e. lowercase), they will still be vulnerable until you can patch or upgrade.
Credit: security-advisories@github.com security-advisories@github.com security-advisories@github.com
Affected Software | Affected Version | How to fix |
---|---|---|
pip/jupyterhub-firstuseauthenticator | <1.0.0 | 1.0.0 |
<1.0.0 | ||
Jupyterhub First Use Authenticator | <1.0.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
The vulnerability allows unauthorized access to any user's account.
Unauthorized users can gain access to any user's account.
Versions prior to 1.0.0 are affected.
Upgrade to JupyterHub FirstUseAuthenticator version 1.0.0 or later.
The CWE of CVE-2021-41194 is 284.