Vulnerability Description
The Jupyter Server provides the backend (i.e. the core services, APIs, and REST endpoints) for Jupyter web applications like Jupyter notebook, JupyterLab, and Voila. Unhandled errors in API requests coming from an authenticated user include traceback information, which can include path information. There is no known mechanism by which to trigger these errors without authentication, so the paths revealed are not considered particularly sensitive, given that the requesting user has arbitrary execution permissions already in the same environment. A fix has been introduced in commit `0056c3aa52` which no longer includes traceback information in JSON error responses. For compatibility, the traceback field is present, but always empty. This commit has been included in version 2.11.2. Users are advised to upgrade. There are no known workarounds for this vulnerability.
CVSS Score
LOW
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Jupyter | Jupyter Server | < 2.11.2 |
Related Weaknesses (CWE)
References
- https://github.com/jupyter-server/jupyter_server/commit/0056c3aa52cbb28b263a7a60Patch
- https://github.com/jupyter-server/jupyter_server/security/advisories/GHSA-h56g-gThird Party Advisory
- https://lists.fedoraproject.org/archives/list/[email protected]
- https://lists.fedoraproject.org/archives/list/[email protected]
- https://github.com/jupyter-server/jupyter_server/commit/0056c3aa52cbb28b263a7a60Patch
- https://github.com/jupyter-server/jupyter_server/security/advisories/GHSA-h56g-gThird Party Advisory
- https://lists.fedoraproject.org/archives/list/[email protected]
- https://lists.fedoraproject.org/archives/list/[email protected]
FAQ
What is CVE-2023-49080?
CVE-2023-49080 is a vulnerability with a CVSS score of 3.5 (LOW). The Jupyter Server provides the backend (i.e. the core services, APIs, and REST endpoints) for Jupyter web applications like Jupyter notebook, JupyterLab, and Voila. Unhandled errors in API requests c...
How severe is CVE-2023-49080?
CVE-2023-49080 has been rated LOW with a CVSS base score of 3.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2023-49080?
Check the references section above for vendor advisories and patch information. Affected products include: Jupyter Jupyter Server.