From 31da3f06889ad93e812762516d63816569606dae Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 18:42:52 +0000 Subject: [PATCH] Publish GHSA-qmjf-wc2h-6x3q --- .../GHSA-qmjf-wc2h-6x3q.json | 96 +++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 advisories/github-reviewed/2024/05/GHSA-qmjf-wc2h-6x3q/GHSA-qmjf-wc2h-6x3q.json diff --git a/advisories/github-reviewed/2024/05/GHSA-qmjf-wc2h-6x3q/GHSA-qmjf-wc2h-6x3q.json b/advisories/github-reviewed/2024/05/GHSA-qmjf-wc2h-6x3q/GHSA-qmjf-wc2h-6x3q.json new file mode 100644 index 00000000000..c09886c9395 --- /dev/null +++ b/advisories/github-reviewed/2024/05/GHSA-qmjf-wc2h-6x3q/GHSA-qmjf-wc2h-6x3q.json @@ -0,0 +1,96 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-qmjf-wc2h-6x3q", + "modified": "2024-05-29T18:40:56Z", + "published": "2024-05-29T18:40:56Z", + "aliases": [ + "CVE-2024-36112" + ], + "summary": "Nautobot dynamic-group-members doesn't enforce permission restrictions on member objects", + "details": "### Impact\n_What kind of vulnerability is it? Who is impacted?_\n\nA user with permissions to view Dynamic Group records (`extras.view_dynamicgroup` permission) can use the Dynamic Group detail UI view (`/extras/dynamic-groups//`) and/or the members REST API view (`/api/extras/dynamic-groups//members/`) to list the objects that are members of a given Dynamic Group. \n\nIn versions of Nautobot between 1.3.0 (where the Dynamic Groups feature was added) and 1.6.22 inclusive, and 2.0.0 through 2.2.4 inclusive, Nautobot fails to restrict these listings based on the member object permissions - for example a Dynamic Group of Device objects will list all Devices that it contains, regardless of the user's `dcim.view_device` permissions or lack thereof.\n\n### Patches\n_Has the problem been patched? What versions should users upgrade to?_\n\nFixed in Nautobot 1.6.23 and 2.2.5.\n\n### Workarounds\n_Is there a way for users to fix or remediate the vulnerability without upgrading?_\n\nThis vulnerability can be partially mitigated by removing `extras.view_dynamicgroup` permission from users; a full fix will require upgrading.\n\n### References\n_Are there any links users can visit to find out more?_\n\n- https://github.com/nautobot/nautobot/pull/5757\n- https://github.com/nautobot/nautobot/pull/5762", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "nautobot" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "1.3.0" + }, + { + "fixed": "1.6.23" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "PyPI", + "name": "nautobot" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "2.0.0" + }, + { + "fixed": "2.2.5" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/nautobot/nautobot/security/advisories/GHSA-qmjf-wc2h-6x3q" + }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-36112" + }, + { + "type": "WEB", + "url": "https://github.com/nautobot/nautobot/pull/5757" + }, + { + "type": "WEB", + "url": "https://github.com/nautobot/nautobot/pull/5762" + }, + { + "type": "WEB", + "url": "https://github.com/nautobot/nautobot/commit/3a63aa1327f943b2ac8452757ea2e4d403387ad6" + }, + { + "type": "WEB", + "url": "https://github.com/nautobot/nautobot/commit/4d1ff2abe2775b0a6fb16e6d1d503a78226a6f8e" + }, + { + "type": "PACKAGE", + "url": "https://github.com/nautobot/nautobot" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-280" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-05-29T18:40:56Z", + "nvd_published_at": "2024-05-28T23:15:17Z" + } +} \ No newline at end of file