pysec-2024-234
Vulnerability from pysec
Jupyter Server Proxy allows users to run arbitrary external processes alongside their Jupyter notebook servers and provides authenticated web access. Prior to versions 3.2.3 and 4.1.1, Jupyter Server Proxy did not check user authentication appropriately when proxying websockets, allowing unauthenticated access to anyone who had network access to the Jupyter server endpoint. This vulnerability can allow unauthenticated remote access to any websocket endpoint set up to be accessible via Jupyter Server Proxy. In many cases, this leads to remote unauthenticated arbitrary code execution, due to how affected instances use websockets. The websocket endpoints exposed by jupyter_server
itself is not affected. Projects that do not rely on websockets are also not affected. Versions 3.2.3 and 4.1.1 contain a fix for this issue.
{ "affected": [ { "package": { "ecosystem": "PyPI", "name": "jupyter-server-proxy", "purl": "pkg:pypi/jupyter-server-proxy" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "764e499f61a87641916a7a427d4c4b1ac3f321a9" }, { "fixed": "bead903b7c0354b6efd8b4cde94b89afab653e03" }, { "fixed": "764e499f61a87641916a7a427d4c4b1ac3f321a9" }, { "fixed": "bead903b7c0354b6efd8b4cde94b89afab653e03" } ], "repo": "https://github.com/jupyterhub/jupyter-server-proxy", "type": "GIT" }, { "events": [ { "introduced": "0" }, { "fixed": "3.2.3" }, { "introduced": "4.0.0" }, { "fixed": "4.1.1" } ], "type": "ECOSYSTEM" } ], "versions": [ "1.0", "1.0.1", "1.0b1", "1.0b2", "1.0b4", "1.0b5", "1.0b6", "1.0b7", "1.0b8", "1.0b9", "1.1.0", "1.2.0", "1.3.0", "1.3.1", "1.3.2", "1.4.0", "1.5.0", "1.5.2", "1.5.3", "1.6.0", "3.0.0", "3.0.0rc1", "3.0.1", "3.0.2", "3.1.0", "3.2.0", "3.2.1", "3.2.2", "4.0.0", "4.1.0" ] } ], "aliases": [ "CVE-2024-28179" ], "details": "Jupyter Server Proxy allows users to run arbitrary external processes alongside their Jupyter notebook servers and provides authenticated web access. Prior to versions 3.2.3 and 4.1.1, Jupyter Server Proxy did not check user authentication appropriately when proxying websockets, allowing unauthenticated access to anyone who had network access to the Jupyter server endpoint. This vulnerability can allow unauthenticated remote access to any websocket endpoint set up to be accessible via Jupyter Server Proxy. In many cases, this leads to remote unauthenticated arbitrary code execution, due to how affected instances use websockets. The websocket endpoints exposed by `jupyter_server` itself is not affected. Projects that do not rely on websockets are also not affected. Versions 3.2.3 and 4.1.1 contain a fix for this issue.", "id": "PYSEC-2024-234", "modified": "2025-02-21T18:23:35.992501+00:00", "published": "2024-03-20T20:15:08+00:00", "references": [ { "type": "ADVISORY", "url": "https://github.com/jupyterhub/jupyter-server-proxy/security/advisories/GHSA-w3vc-fx9p-wp4v" }, { "type": "FIX", "url": "https://github.com/jupyterhub/jupyter-server-proxy/commit/764e499f61a87641916a7a427d4c4b1ac3f321a9" }, { "type": "FIX", "url": "https://github.com/jupyterhub/jupyter-server-proxy/commit/bead903b7c0354b6efd8b4cde94b89afab653e03" }, { "type": "WEB", "url": "https://github.com/jupyterhub/jupyter-server-proxy/blob/9b624c4d9507176334b46a85d94a4aa3bcd29bed/jupyter_server_proxy/handlers.py#L433" } ], "related": [ "GHSA-w3vc-fx9p-wp4v", "GHSA-w3vc-fx9p-wp4v" ], "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "type": "CVSS_V3" } ] }
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.