From 0d1dfff64eda6ad22dee44666c6de97f7cfe4f3f Mon Sep 17 00:00:00 2001 From: cookesan <6601329+cookesan@users.noreply.github.com> Date: Thu, 28 May 2026 16:20:32 -0400 Subject: [PATCH] Use Go +incompatible fixed version for GHSA-33P6-FX42-7RF5 --- .../2022/02/GHSA-33p6-fx42-7rf5/GHSA-33p6-fx42-7rf5.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/advisories/github-reviewed/2022/02/GHSA-33p6-fx42-7rf5/GHSA-33p6-fx42-7rf5.json b/advisories/github-reviewed/2022/02/GHSA-33p6-fx42-7rf5/GHSA-33p6-fx42-7rf5.json index 4af44e7550032..a845eefb7154c 100644 --- a/advisories/github-reviewed/2022/02/GHSA-33p6-fx42-7rf5/GHSA-33p6-fx42-7rf5.json +++ b/advisories/github-reviewed/2022/02/GHSA-33p6-fx42-7rf5/GHSA-33p6-fx42-7rf5.json @@ -7,7 +7,7 @@ "CVE-2020-13788" ], "summary": "Harbor is vulnerable to a limited Server-Side Request Forgery (SSRF) (CVE-2020-13788)", - "details": "# Impact\nMatt Hamilton from Soluble has discovered a limited Server-Side Request Forgery (SSRF) that allowed Harbor project owners to scan the TCP ports of hosts on the Harbor server's internal network. \n\nThe vulnerability was immediately fixed by the Harbor team. \n\n# Issue \nThe “Test Endpoint” API, part of the functionality for ensuring a project Webhook is accessible and functional, is vulnerable to a limited SSRF attack. A malicious user that is also a project administrator can use this API for internal port scanning.\n\n# Known Attack Vectors\nSuccessful exploitation of this issue will lead to bad actors identifying open TCP ports on any network that is accessible by the Harbor core services\n\n# Patches\nIf your product uses the affected releases of Harbor, update to version 2.0.1 to patch this issue immediately.\n\nhttps://github.com/goharbor/harbor/releases/tag/v2.0.1\n\n# Workarounds\nSince only project administrators (the user that created the project) are allowed to test the webhook endpoints configured in Harbor, a Harbor system administrator can control who is a project admin. In addition, Harbor system administrators can enforce a setting where only an administrator is allowed to create new projects instead of the default Everyone. This further restricts who can be a project administrator in Harbor.\n\n# For more information\nIf you have any questions or comments about this advisory, contact cncf-harbor-security@lists.cncf.io\nView our security policy at https://github.com/goharbor/harbor/security/policy\nhttps://nvd.nist.gov/vuln/detail/CVE-2020-13788\nhttps://www.soluble.ai/blog/harbor-ssrf-cve-2020-13788", + "details": "# Impact\nMatt Hamilton from Soluble has discovered a limited Server-Side Request Forgery (SSRF) that allowed Harbor project owners to scan the TCP ports of hosts on the Harbor server's internal network. \n\nThe vulnerability was immediately fixed by the Harbor team. \n\n# Issue \nThe \u201cTest Endpoint\u201d API, part of the functionality for ensuring a project Webhook is accessible and functional, is vulnerable to a limited SSRF attack. A malicious user that is also a project administrator can use this API for internal port scanning.\n\n# Known Attack Vectors\nSuccessful exploitation of this issue will lead to bad actors identifying open TCP ports on any network that is accessible by the Harbor core services\n\n# Patches\nIf your product uses the affected releases of Harbor, update to version 2.0.1 to patch this issue immediately.\n\nhttps://github.com/goharbor/harbor/releases/tag/v2.0.1\n\n# Workarounds\nSince only project administrators (the user that created the project) are allowed to test the webhook endpoints configured in Harbor, a Harbor system administrator can control who is a project admin. In addition, Harbor system administrators can enforce a setting where only an administrator is allowed to create new projects instead of the default Everyone. This further restricts who can be a project administrator in Harbor.\n\n# For more information\nIf you have any questions or comments about this advisory, contact cncf-harbor-security@lists.cncf.io\nView our security policy at https://github.com/goharbor/harbor/security/policy\nhttps://nvd.nist.gov/vuln/detail/CVE-2020-13788\nhttps://www.soluble.ai/blog/harbor-ssrf-cve-2020-13788", "severity": [ { "type": "CVSS_V3", @@ -28,7 +28,7 @@ "introduced": "1.8.0" }, { - "fixed": "2.0.1" + "fixed": "2.0.1+incompatible" } ] } @@ -66,4 +66,4 @@ "github_reviewed_at": "2021-05-24T19:08:11Z", "nvd_published_at": null } -} \ No newline at end of file +}