Answer in brief
CVE-2026-34052 records a Medium severity (CVSS 5.9) vulnerability in LTI JupyterHub Authenticator: Unbounded Memory Growth via Nonce Storage (Denial of Service). The current sources do not mark it as known exploited. The current feed maps jupyterhub-ltiauthenticator (pypi). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 5.9. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps jupyterhub-ltiauthenticator (pypi). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| jupyterhub-ltiauthenticatorpypi | >=0 <1.6.3 | 1.6.3 |
Published upstream
Apr 3, 2026
Evidence: source:osv:source_dates:source-dates:recordSource modified
Sep 10, 2026
Evidence: source:osv:source_dates:source-dates:recordFirst seen by HOL
Sep 10, 2026
## Summary The LTI 1.1 validator stores OAuth nonces in a class-level dictionary that grows without bounds. Nonces are added before signature validation, so an attacker with knowledge of a valid consumer key can send repeated requests with unique nonces to gradually exhaust server memory, causing a denial of service. ## Patches - upgrade jupyterhub-litauthenticator to 1.6.3
Quoted source text, attributed separately from HOL analysis.