---
id: CVE-2024-29033
aliases:
  - GHSA-55m3-44xf-hg4h
  - PYSEC-2026-1710
title: >-
  GoogleOAuthenticator.hosted_domain incorrectly verifies membership of an
  Google organization/workspace
summary: >-
  GoogleOAuthenticator.hosted_domain incorrectly verifies membership of an
  Google organization/workspace
severity: high
cvss: 7.5
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N'
vendor: oauthenticator
product: oauthenticator
ecosystem: pip
affected:
  - oauthenticator < 16.3.0
patched:
  - oauthenticator 16.3.0
published: '2024-03-20'
updated: '2026-09-10'
sourceUpdated: '2026-09-10T03:50:10.204298694Z'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-55m3-44xf-hg4h'
references:
  - url: >-
      https://github.com/jupyterhub/oauthenticator/security/advisories/GHSA-55m3-44xf-hg4h
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2024-29033'
  - url: >-
      https://github.com/jupyterhub/oauthenticator/commit/5246b09675501b09fb6ed64022099b7644812f60
  - url: 'https://github.com/jupyterhub/oauthenticator'
  - url: 'https://trufflesecurity.com/blog/google-oauth-is-broken-sort-of'
tags:
  - osv
  - pip
epss: 0.00589
epssPercentile: 0.45797
ingestedAt: '2026-07-08T18:25:45.781Z'
---

## Overview

## 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 login another way, such as [`allowed_users`] or [`allowed_google_groups`].

[`GoogleOAuthenticator.hosted_domain`]: https://oauthenticator.readthedocs.io/en/latest/reference/api/gen/oauthenticator.google.html#oauthenticator.google.GoogleOAuthenticator.hosted_domain
[`allowed_users`]: https://oauthenticator.readthedocs.io/en/latest/reference/api/gen/oauthenticator.google.html#oauthenticator.google.GoogleOAuthenticator.allowed_users
[`allowed_google_groups`]: https://oauthenticator.readthedocs.io/en/latest/reference/api/gen/oauthenticator.google.html#oauthenticator.google.GoogleOAuthenticator.allowed_google_groups
[blog post]: https://trufflesecurity.com/blog/google-oauth-is-broken-sort-of/

## Affected packages

- `oauthenticator < 16.3.0`

## Remediation

Upgrade to a patched release:

- `oauthenticator 16.3.0`
