Security readout for executives and security teams
Plain-English summary
A vulnerable Jupyter Server can expose its startup access token when configured with a root directory that includes the user's home directory. An attacker still needs an authenticated session and user/browser involvement, but token disclosure can lead to file reads, file modification, and possible system control.
Executive priority
Prioritize remediation for shared, internet-accessible, or sensitive-data Jupyter environments. The issue is not described as actively exploited, but token exposure can escalate quickly to data theft, file tampering, and host compromise.
Technical view
Jupyter Server before 1.17.1 is affected by CWE-200. With specific root_dir placement, the REST API may expose hidden files including the server access token through PID guessability. The token can authorize Jupyter API actions against notebooks and files. CVSS is 7.1 high.
Likely exposure
Exposure is most likely in Jupyter Server deployments below 1.17.1 where root_dir contains the starting user's home directory and users authenticate through browser-based Jupyter sessions.
Exploitation context
The source bundle does not show CISA KEV listing or confirmed active exploitation. Exploitation requires an authenticated user session and user/browser interaction, such as an XSS payload or compromised browser, then token abuse through Jupyter APIs.
Researcher notes
The strongest evidence is the GitHub advisory and CVE record. Conditions matter: affected version, root_dir including the user's home directory, authenticated session, and browser/user interaction. Do not assume all Jupyter Notebook deployments are exposed without confirming Jupyter Server version and configuration.
Mitigation direction
- Upgrade Jupyter Server to version 1.17.1 or later.
- Check the Jupyter advisory for supported backport guidance if upgrades are constrained.
- Review root_dir configuration so it does not expose the service user's home directory.
- Restrict Jupyter access to trusted users and isolate notebook hosts.
- Review related applications for XSS risks affecting authenticated Jupyter sessions.
Validation and detection
- Inventory Jupyter Server deployments and record jupyter_server package versions.
- Confirm no reachable deployment runs a version below 1.17.1.
- Review startup configuration for root_dir placement relative to the service user's home.
- Check logs and file history for unexpected notebook or filesystem modifications.
- Verify authenticated Jupyter access is limited to intended users.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
CWE-200: Information exposure and cloud metadata lookup
Information exposure and SSRF weaknesses can make discovery, cloud metadata, and credential material review relevant. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Open ATT&CK lookupCredential and access behavior lookup
The CVE wording references authentication or credential exposure, so valid-account and credential-access review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
Open ATT&CK lookupCVE-2022-29241 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- High
- CVSS
- 7.1 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H
CNA and ADP enrichment extracted from CVE v5
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
CVSS vector scores
1 official scoreWe collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H1.25.9Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
7.1HighVector: CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H
Source materials
- CVE List V5 sourceCVE List V5
- https://github.com/jupyter-server/jupyter_server/security/advisories/GHSA-q874-g24w-4q9gCVE reference · x_refsource_CONFIRM
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
