Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2025-23205 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

nbgrader is a system for assigning and grading notebooks. Enabling frame-ancestors: 'self' grants any JupyterHub user the ability to extract formgrader content by sending malicious links to users with access to formgrader, at least when using the default JupyterHub configuration of `enable_subdomains = False`. #1915 disables a protection which would allow user Alice to craft a page embedding formgrader in an IFrame. If Bob visits that page, his credentials will be sent and the formgrader page loaded. Because Alice's page is on the same Origin as the formgrader iframe, Javasript on Alice's page has _full access_ to the contents of the page served by formgrader using Bob's credentials. This issue has been addressed in release 0.9.5 and all users are advised to upgrade. Users unable to upgrade may disable `frame-ancestors: self`, or enable per-user and per-service subdomains with `JupyterHub.enable_subdomains = True` (then even if embedding in an IFrame is allowed, the host page does not have access to the contents of the frame).

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-668Exposure of Resource to Wrong Sphere[email protected]

Affected Products

ProductVersions
Jupyter nbgrader
All versions

CPE

  • No CPEs found in CPE dictionary for this product.

Remediation

  • No remediation found in references.
JupyterHub
0.9.4 (semver)

CPE

  • cpe:2.3:a:jupyter:jupyterhub:*:*:*:*:*:*:*:*

Remediation

  • Upgrade: 0.9.5moderate effort
  • Workaround:low effort

    Disable `frame-ancestors: 'self'` or enable per-user and per-service subdomains with `JupyterHub.enable_subdomains = True`.

Change History

3 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2025-23205
NVD Published Date:
Jan 17, 2025
NVD Last Modified:
Jun 17, 2026
Source:
[email protected]
CVE-2025-23205 Details - Not Deferred