Skip to content

cross-site inclusion (XSSI) of files

Moderate
Zsailer published GHSA-64x5-55rw-9974 Aug 28, 2023

Package

pip jupyter-server (pip)

Affected versions

< 2.7.2

Patched versions

2.7.2

Description

Impact

Improper cross-site credential checks on /files/ URLs could allow exposure of certain file contents, or accessing files when opening untrusted files via "Open image in new tab".

Patches

Jupyter Server 2.7.1

Workarounds

Use lower performance --ContentsManager.files_handler_class=jupyter_server.files.handlers.FilesHandler, which implements the correct checks.

References

Upstream patch for CVE-2019-9644 was not applied completely, leaving part of the vulnerability open.

Vulnerability reported by Tim Coen via the bug bounty program sponsored by the European Commission and hosted on the Intigriti platform.

Severity

Moderate

CVE ID

CVE-2023-40170

Weaknesses