Cross-Origin Request Forgery in Jupyter Server Versions by Project Jupyter
CVE-2026-40110
7.6HIGH
What is CVE-2026-40110?
Jupyter Server versions up to 2.17.0 are susceptible to a Cross-Origin Request Forgery (CORS) vulnerability due to inadequate Origin header validation. The use of Python's re.match() for validation allows malicious domains that start with a trusted origin to bypass CORS restrictions, enabling cross-origin requests to the Jupyter Server API from unauthorized sources. This security concern can lead to potential data leaks or unauthorized actions being performed within the server environment. The issue has been addressed in version 2.18.0.
Affected Version(s)
jupyter_server <= 2.17.0
