{ "schema_version": "1.4.0", "id": "GHSA-jf8p-3vjh-pq94", "modified": "2024-11-14T17:53:34Z", "published": "2022-09-16T19:35:47Z", "aliases": [ "CVE-2022-31666" ], "summary": "Harbor fails to validate the user permissions when viewing Webhook policies", "details": "### Impact\nHarbor fails to validate the user permissions to view Webhook policies including relevant credentials configured in different projects the user doesn’t have access to, resulting in malicious users being able to read Webhook policies of other users/projects. API call is\n\n  GET /projects/{project_name_or_id}/webhook/policies/{webhook_policy_id}\n\nBy sending the below request and specifying different Webhook policy ids in the last part of the URL, the malicious user may disclose Webhook policies related to other repositories/projects.: none;\">\n\n### Patches\nThis and similar issues are fixed in Harbor v2.5.2 and later. Please upgrade as soon as possible.\n\n### Workarounds\nThere are no workarounds available.\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [the Harbor GitHub repository](https://github.com/goharbor/harbor)\n\n### Credits\nThanks to [Gal Goldstein](https://www.linkedin.com/in/gal-goldshtein/) and [Daniel Abeles](https://www.linkedin.com/in/daniel-abeles/) from [Oxeye Security](https://www.oxeye.io/) for reporting this issue.\n", "severity": [ { "type": "CVSS_V3", "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N" } ], "affected": [ { "package": { "ecosystem": "Go", "name": "github.com/goharbor/harbor" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { "introduced": "1.0.0" }, { "fixed": "1.10.13" } ] } ], "database_specific": { "last_known_affected_version_range": "<= 1.10.12" } }, { "package": { "ecosystem": "Go", "name": "github.com/goharbor/harbor" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { "introduced": "2.0.0" }, { "fixed": "2.4.3" } ] } ], "database_specific": { "last_known_affected_version_range": "<= 2.4.2" } }, { "package": { "ecosystem": "Go", "name": "github.com/goharbor/harbor" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { "introduced": "2.5.0" }, { "fixed": "2.5.2" } ] } ], "database_specific": { "last_known_affected_version_range": "<= 2.5.1" } } ], "references": [ { "type": "WEB", "url": "https://github.com/goharbor/harbor/security/advisories/GHSA-8hwq-5f22-jfr3" }, { "type": "WEB", "url": "https://github.com/goharbor/harbor/security/advisories/GHSA-jf8p-3vjh-pq94" }, { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-31666" }, { "type": "PACKAGE", "url": "https://github.com/goharbor/harbor" } ], "database_specific": { "cwe_ids": [ "CWE-285" ], "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2022-09-16T19:35:47Z", "nvd_published_at": "2024-11-14T12:15:16Z" } }