CVE-2024-29033
published 2024-03-20CVE-2024-29033: OAuthenticator provides plugins for JupyterHub to use common OAuth providers, as well as base classes for writing one's own Authenticators with any OAuth 2.0…
PriorityP350critical9.1CVSS 3.1
AVNACLPRNUINSUCHIHAN
EPSS
0.59%
43.7th percentile
OAuthenticator provides plugins for JupyterHub to use common OAuth providers, as well as base classes for writing one's own Authenticators with any OAuth 2.0 provider. `GoogleOAuthenticator.hosted_domain` is used to restrict what Google accounts can be authorized access to a JupyterHub. The restriction is intented to be to Google accounts part of one or more Google organization verified to control specified domain(s). Prior to version 16.3.0, the actual restriction has been to Google accounts with emails ending with the domain. Such accounts could have been created by anyone which at one time was able to read an email associated with the domain. This was described by Dylan Ayrey (@dxa4481) in this [blog post] from 15th December 2023). OAuthenticator 16.3.0 contains a patch for this issue. As a workaround, restrict who can login another way, such as `allowed_users` or `allowed_google_groups`.
Affected
3 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| jupyter | oauthenticator | < 16.3.0 | 16.3.0 |
| jupyterhub | oauthenticator | < 16.3.0 | 16.3.0 |
| jupyterhub | oauthenticator | >= 0 < 16.3.0 | 16.3.0 |
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
OSV
GoogleOAuthenticator.hosted_domain incorrectly verifies membership of an Google organization/workspace
osv·2024-03-20
CVE-2024-29033 [HIGH] GoogleOAuthenticator.hosted_domain incorrectly verifies membership of an Google organization/workspace
GoogleOAuthenticator.hosted_domain incorrectly verifies membership of an Google organization/workspace
## Summary and impact
[`GoogleOAuthenticator.hosted_domain`] is used to restrict what Google accounts can be authorized to access a JupyterHub. The restriction _is intended_ to ensure Google accounts are part of one or more Google organizations/workspaces verified to control specified domain(s).
The vulnerability is that the actual restriction has been to Google accounts with emails ending with the domain. Such accounts could have been created by anyone which at one time was able to read an email associated with the domain. This was described by Dylan Ayrey (@dxa4481) in this [blog post] from 15th December 2023.
## Remediation
Upgrade to `oauthenticator>=16.3.0` or restrict who can l
GHSA
GoogleOAuthenticator.hosted_domain incorrectly verifies membership of an Google organization/workspace
ghsa·2024-03-20
CVE-2024-29033 [HIGH] CWE-285 GoogleOAuthenticator.hosted_domain incorrectly verifies membership of an Google organization/workspace
GoogleOAuthenticator.hosted_domain incorrectly verifies membership of an Google organization/workspace
## Summary and impact
[`GoogleOAuthenticator.hosted_domain`] is used to restrict what Google accounts can be authorized to access a JupyterHub. The restriction _is intended_ to ensure Google accounts are part of one or more Google organizations/workspaces verified to control specified domain(s).
The vulnerability is that the actual restriction has been to Google accounts with emails ending with the domain. Such accounts could have been created by anyone which at one time was able to read an email associated with the domain. This was described by Dylan Ayrey (@dxa4481) in this [blog post] from 15th December 2023.
## Remediation
Upgrade to `oauthenticator>=16.3.0` or restrict who can l
No detection rules found.
No public exploits indexed.
No writeups or analysis indexed.
https://github.com/jupyterhub/oauthenticator/commit/5246b09675501b09fb6ed64022099b7644812f60https://github.com/jupyterhub/oauthenticator/security/advisories/GHSA-55m3-44xf-hg4hhttps://trufflesecurity.com/blog/google-oauth-is-broken-sort-ofhttps://github.com/jupyterhub/oauthenticator/commit/5246b09675501b09fb6ed64022099b7644812f60https://github.com/jupyterhub/oauthenticator/security/advisories/GHSA-55m3-44xf-hg4hhttps://trufflesecurity.com/blog/google-oauth-is-broken-sort-of
2024-03-20
Published