From b4d9a28ca0888c93f0255b15f6d81e0c09a5514f 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:29:25 +0000 Subject: [PATCH] Publish GHSA-44cc-43rp-5947 --- .../GHSA-44cc-43rp-5947.json | 112 ++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100644 advisories/github-reviewed/2024/01/GHSA-44cc-43rp-5947/GHSA-44cc-43rp-5947.json diff --git a/advisories/github-reviewed/2024/01/GHSA-44cc-43rp-5947/GHSA-44cc-43rp-5947.json b/advisories/github-reviewed/2024/01/GHSA-44cc-43rp-5947/GHSA-44cc-43rp-5947.json new file mode 100644 index 00000000000..7fa4d1f9cc1 --- /dev/null +++ b/advisories/github-reviewed/2024/01/GHSA-44cc-43rp-5947/GHSA-44cc-43rp-5947.json @@ -0,0 +1,112 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-44cc-43rp-5947", + "modified": "2024-01-19T20:28:10Z", + "published": "2024-01-19T20:28:10Z", + "aliases": [ + "CVE-2024-22421" + ], + "summary": "JupyterLab vulnerable to potential authentication and CSRF tokens leak", + "details": "### Impact\nUsers of JupyterLab who click on a malicious link may get their `Authorization` and `XSRFToken` tokens exposed to a third party when running an older `jupyter-server` version.\n\n### Patches\nJupyterLab 4.1.0b2, 4.0.11, and 3.6.7 were patched.\n\n### Workarounds\nNo workaround has been identified, however users should ensure to upgrade `jupyter-server` to version 2.7.2 or newer which includes a redirect vulnerability fix.\n\n### References\n\nVulnerability reported by user @davwwwx 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:L/A:L" + } + ], + "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": "jupyterlab" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "3.6.7" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 3.6.6" + } + }, + { + "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-44cc-43rp-5947" + }, + { + "type": "WEB", + "url": "https://github.com/jupyterlab/jupyterlab/commit/1ef7a4fa0202ebdf663e1cc0b45c8813a34a0b96" + }, + { + "type": "WEB", + "url": "https://github.com/jupyterlab/jupyterlab/commit/fccd83dc4441da0384ee3fd1322c3b2d9ad4caaa" + }, + { + "type": "PACKAGE", + "url": "https://github.com/jupyterlab/jupyterlab" + } + ], + "database_specific": { + "cwe_ids": [ + + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-01-19T20:28:10Z", + "nvd_published_at": null + } +} \ No newline at end of file