From a39463db3642b3d76fd3ffa097e7abf7cb4c4648 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 19:59:31 +0000 Subject: [PATCH] Publish GHSA-hh33-46q4-hwm2 --- .../GHSA-hh33-46q4-hwm2.json | 61 +++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 advisories/github-reviewed/2024/11/GHSA-hh33-46q4-hwm2/GHSA-hh33-46q4-hwm2.json diff --git a/advisories/github-reviewed/2024/11/GHSA-hh33-46q4-hwm2/GHSA-hh33-46q4-hwm2.json b/advisories/github-reviewed/2024/11/GHSA-hh33-46q4-hwm2/GHSA-hh33-46q4-hwm2.json new file mode 100644 index 00000000000..67fb7792b61 --- /dev/null +++ b/advisories/github-reviewed/2024/11/GHSA-hh33-46q4-hwm2/GHSA-hh33-46q4-hwm2.json @@ -0,0 +1,61 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-hh33-46q4-hwm2", + "modified": "2024-11-26T19:58:20Z", + "published": "2024-11-26T19:58:20Z", + "aliases": [ + "CVE-2024-43784" + ], + "summary": "Re-creating a deleted user in lakeFS will re-enable previous user credentials that existed prior to its deletion", + "details": "### Impact\nExisting lakeFS users who have issued credentials to users who have been deleted.\nCreating a new user with the same username, that user will inherit all of the previous user's credentials lakeFS needs to delete user credentials upon user deletion.\n\n### Patches\n_Has the problem been patched? What versions should users upgrade to?_\n\n### Workarounds\nA possible workaround will be not to reuse usernames that were previously deleted\n\n### References\n_Are there any links users can visit to find out more?_\n", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:L/I:H/A:L" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:A/VC:L/VI:H/VA:L/SC:N/SI:N/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Go", + "name": "github.com/treeverse/lakefs" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.33.0" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/treeverse/lakeFS/security/advisories/GHSA-hh33-46q4-hwm2" + }, + { + "type": "PACKAGE", + "url": "https://github.com/treeverse/lakeFS" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-287" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-11-26T19:58:20Z", + "nvd_published_at": null + } +} \ No newline at end of file