From 1a60c34f3bedbb5f3d9ae1d6974f458f005ed458 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 15:02:49 +0000 Subject: [PATCH] Publish GHSA-77vc-rj32-2r33 --- .../2024/07/GHSA-77vc-rj32-2r33/GHSA-77vc-rj32-2r33.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/advisories/github-reviewed/2024/07/GHSA-77vc-rj32-2r33/GHSA-77vc-rj32-2r33.json b/advisories/github-reviewed/2024/07/GHSA-77vc-rj32-2r33/GHSA-77vc-rj32-2r33.json index eb818ad01d4..955ef3d12b9 100644 --- a/advisories/github-reviewed/2024/07/GHSA-77vc-rj32-2r33/GHSA-77vc-rj32-2r33.json +++ b/advisories/github-reviewed/2024/07/GHSA-77vc-rj32-2r33/GHSA-77vc-rj32-2r33.json @@ -1,21 +1,21 @@ { "schema_version": "1.4.0", "id": "GHSA-77vc-rj32-2r33", - "modified": "2024-07-10T16:04:08Z", + "modified": "2024-07-18T15:01:24Z", "published": "2024-07-10T16:04:08Z", "aliases": [ "CVE-2024-39901" ], "summary": "OpenSearch Observability does not properly restrict access to private tenant resources", - "details": "### Summary\n\nAn issue in the OpenSearch observability plugins allows unintended access to private tenant resources like notebooks. The system did not properly check if the user was the resource author when accessing resources in a private tenant, leading to potential data being revealed.\n\n### Impact\n\nThe lack of proper access control validation for private tenant resources in the OpenSearch observability and reporting plugins can lead to unintended data access. If an authorized user with observability or reporting roles is aware of another user's private tenant resource ID, such as a notebook, they can potentially read, modify, or take ownership of that resource, despite not being the original author, thus impacting the confidentiality and integrity of private tenant resources. The impact is confined to private tenant resources, where authorized users may gain inappropriate visibility into data intended to be private from other users within the same OpenSearch instance, potentially violating the intended separation of access.\n\nImpacted versions <= 2.13\n\n### Patches\n\nThe patches are included in OpenSearch 2.14\n\n### Workarounds\n\nNone\n\n### References\n\nOpenSearch 2.14 is available for download at https://opensearch.org/versions/opensearch-2-14-0.html\n\nThe latest version of OpenSearch is available for download at https://opensearch.org/downloads.html", + "details": "### Summary\n\nAn issue in the OpenSearch observability plugins allows unintended access to private tenant resources like notebooks. The system did not properly check if the user was the resource author when accessing resources in a private tenant, leading to potential data being revealed.\n\n### Impact\n\nThe lack of proper access control validation for private tenant resources in the OpenSearch observability and reporting plugins can lead to unintended data access. If an authorized user with observability or reporting roles is aware of another user's private tenant resource ID, such as a notebook, they can potentially read, modify, or take ownership of that resource, despite not being the original author, thus impacting the confidentiality and integrity of private tenant resources. The impact is confined to private tenant resources, where authorized users may gain inappropriate visibility into data intended to be private from other users within the same OpenSearch instance, potentially violating the intended separation of access. This issue does not alter the scope of access but highlights a flaw in the existing access control mechanisms.\n\nImpacted versions <= 2.13\n\n### Patches\n\nThe patches are included in OpenSearch 2.14\n\n### Workarounds\n\nNone\n\n### References\n\nOpenSearch 2.14 is available for download at https://opensearch.org/versions/opensearch-2-14-0.html\n\nThe latest version of OpenSearch is available for download at https://opensearch.org/downloads.html", "severity": [ { "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N" + "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N" }, { "type": "CVSS_V4", - "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N" + "score": "CVSS:4.0/AV:N/AC:H/AT:N/PR:L/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N" } ], "affected": [ @@ -63,6 +63,7 @@ ], "database_specific": { "cwe_ids": [ + "CWE-285", "CWE-639" ], "severity": "MODERATE",