PYSEC-2026-1692

See a problem?
Import Source
https://github.com/pypa/advisory-database/blob/main/vulns/nbgrader/PYSEC-2026-1692.yaml
JSON Data
https://api.osv.dev/v1/vulns/PYSEC-2026-1692
Aliases
Published
2026-07-07T14:34:49.012662Z
Modified
2026-07-07T17:47:07.133835659Z
Severity
  • 8.6 (High) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N CVSS Calculator
Summary
nbgrader's `frame-ancestors: self` grants all users access to formgrader
Details

Impact

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.

Workarounds

  • 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).

References

JupyterHub documentation on why and when frame-ancestors: self is insecure, and why it was disabled by default: https://jupyterhub.readthedocs.io/en/stable/explanation/websecurity.html#:~:text=frame-ancestors

References

Affected packages

PyPI / nbgrader

Package

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0.9.4
Fixed
0.9.5

Affected versions

0.*
0.9.4

Database specific

source
"https://github.com/pypa/advisory-database/blob/main/vulns/nbgrader/PYSEC-2026-1692.yaml"