From bd97319545ba04ad3a501146dfcd1b0b63358025 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 20:25:24 +0000 Subject: [PATCH] Publish GHSA-4m77-cmpx-vjc4 --- .../GHSA-4m77-cmpx-vjc4.json | 86 +++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 advisories/github-reviewed/2024/01/GHSA-4m77-cmpx-vjc4/GHSA-4m77-cmpx-vjc4.json diff --git a/advisories/github-reviewed/2024/01/GHSA-4m77-cmpx-vjc4/GHSA-4m77-cmpx-vjc4.json b/advisories/github-reviewed/2024/01/GHSA-4m77-cmpx-vjc4/GHSA-4m77-cmpx-vjc4.json new file mode 100644 index 00000000000..ccaf8eaebb1 --- /dev/null +++ b/advisories/github-reviewed/2024/01/GHSA-4m77-cmpx-vjc4/GHSA-4m77-cmpx-vjc4.json @@ -0,0 +1,86 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-4m77-cmpx-vjc4", + "modified": "2024-01-19T20:24:09Z", + "published": "2024-01-19T20:24:09Z", + "aliases": [ + "CVE-2024-22420" + ], + "summary": "JupyterLab vulnerable to SXSS in Markdown Preview", + "details": "### Impact\n\nThe vulnerability depends on user interaction by opening a malicious notebook with Markdown cells, or Markdown file using JupyterLab preview feature.\n\nA malicious user can access any data that the attacked user has access to as well as perform arbitrary requests acting as the attacked user.\n\n### Patches\n\nJupyterLab v4.0.11 was patched.\n\n### Workarounds\n\nUsers can either disable the table of contents extension by running:\n\n```bash\njupyter labextension disable @jupyterlab/toc-extension:registry\n```\n\n### References\n\nVulnerability reported via the [bug bounty program](https://app.intigriti.com/programs/jupyter/jupyter/detail) [sponsored by the European Commission](https://commission.europa.eu/news/european-commissions-open-source-programme-office-starts-bug-bounties-2022-01-19_en) and hosted on the [Intigriti platform](https://www.intigriti.com/).\n", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "jupyterlab" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "4.0.0" + }, + { + "fixed": "4.0.11" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 4.0.10" + } + }, + { + "package": { + "ecosystem": "PyPI", + "name": "notebook" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "7.0.0" + }, + { + "fixed": "7.0.7" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 7.0.6" + } + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/jupyterlab/jupyterlab/security/advisories/GHSA-4m77-cmpx-vjc4" + }, + { + "type": "WEB", + "url": "https://github.com/jupyterlab/jupyterlab/commit/dda0033cd49449572d077bbecd33b18d8d05f48a" + }, + { + "type": "PACKAGE", + "url": "https://github.com/jupyterlab/jupyterlab" + } + ], + "database_specific": { + "cwe_ids": [ + + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-01-19T20:24:09Z", + "nvd_published_at": null + } +} \ No newline at end of file