Vulnerability Description
Jupyter Server is the backend for Jupyter web applications. Prior to version 2.21.0, the 5xx request logging path in jupyter_server/log.py copies the Referer header into a JSON header block without applying the token scrubbing used for the request URI. A request that returns HTTP 500 while the Referer contains a token-bearing URL can therefore write that token to server logs in plaintext. An attacker who can read those logs can recover the token and use the affected user's Jupyter Server permissions. This issue is fixed in version 2.21.0.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/jupyter-server/jupyter_server/commit/52513529af7096e622c00911
- https://github.com/jupyter-server/jupyter_server/pull/1681
- https://github.com/jupyter-server/jupyter_server/releases/tag/v2.21.0
- https://github.com/jupyter-server/jupyter_server/security/advisories/GHSA-c3mw-7
FAQ
What is CVE-2026-86049?
CVE-2026-86049 is a vulnerability with a CVSS score of 7.1 (HIGH). Jupyter Server is the backend for Jupyter web applications. Prior to version 2.21.0, the 5xx request logging path in jupyter_server/log.py copies the Referer header into a JSON header block without ap...
How severe is CVE-2026-86049?
CVE-2026-86049 has been rated HIGH with a CVSS base score of 7.1/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-86049?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.