CVE-2023-40170 MEDIUM

CVE-2023-40170: cross-site inclusion (XSSI) of files in jupyter-server

Vendor Jupyter-Server
Product jupyter_server
Weakness CWE-284
Published August 28, 2023
Last update February 13, 2025

CVSS base score

4.6/10
Attack vector Network
Attack complexity Low
Privileges required Low
User interaction Required
Confidentiality Low
Integrity Low

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N

What the vulnerability does

01Description

jupyter-server is the backend for Jupyter web applications. 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". This issue has been addressed in commit `87a49272728` which has been included in release `2.7.2`. Users are advised to upgrade. Users unable to upgrade may use the lower performance `--ContentsManager.files_handler_class=jupyter_server.files.handlers.FilesHandler`, which implements the correct checks.

Key dates

02Disclosure timeline

August 28, 2023 CVE published
February 13, 2025 Record updated