From 1b1ed85668d03177ecb2503e23007b8ca3364d21 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 19:43:48 +0000 Subject: [PATCH] Publish GHSA-7h65-4p22-39j6 --- .../GHSA-7h65-4p22-39j6.json | 104 ++++++++++++++++++ 1 file changed, 104 insertions(+) create mode 100644 advisories/github-reviewed/2024/10/GHSA-7h65-4p22-39j6/GHSA-7h65-4p22-39j6.json diff --git a/advisories/github-reviewed/2024/10/GHSA-7h65-4p22-39j6/GHSA-7h65-4p22-39j6.json b/advisories/github-reviewed/2024/10/GHSA-7h65-4p22-39j6/GHSA-7h65-4p22-39j6.json new file mode 100644 index 00000000000..eac0ce2c2f3 --- /dev/null +++ b/advisories/github-reviewed/2024/10/GHSA-7h65-4p22-39j6/GHSA-7h65-4p22-39j6.json @@ -0,0 +1,104 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-7h65-4p22-39j6", + "modified": "2024-10-25T19:42:31Z", + "published": "2024-10-25T19:42:31Z", + "aliases": [ + + ], + "summary": "github.com/crossplane/crossplane: Unexpected behavior from Is methods for IPv4-mapped IPv6 addresses", + "details": "A critical vulnerability was reported in the versions of golang that Crossplane depends on. Details of the golang vulnerability are included below. Crossplane does not directly use the vulnerable functions from the `net/netip` package, but the version of golang libraries, runtime, and build tools have still been updated as part of this security advisory nonetheless.\n\n**Critical Vulnerabilities**\nVulnerability: [CVE-2024-24790](https://nvd.nist.gov/vuln/detail/CVE-2024-24790), `golang: net/netip: Unexpected behavior from Is methods for IPv4-mapped IPv6 addresses`\nDescription: The various Is methods (IsPrivate, IsLoopback, etc) did not work as expected for IPv4-mapped IPv6 addresses, returning false for addresses which would return true in their traditional IPv4 forms.\n\nAffected versions: 1.17.1,1.16.2,1.15.5\n\nSee screenshot for more details\n![Screenshot from 2024-09-18 17-36-37](https://github.com/user-attachments/assets/2e7ad31f-228a-4534-a4aa-b63d4911351d)\n\nFixed versions: 1.17.2,1.16.3,1.15.6\n\nRelease notes:\n\n* https://github.com/crossplane/crossplane/releases/tag/v1.17.2\n* https://github.com/crossplane/crossplane/releases/tag/v1.16.3\n* https://github.com/crossplane/crossplane/releases/tag/v1.15.6", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Go", + "name": "github.com/crossplane/crossplane" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "1.15.5" + }, + { + "fixed": "1.15.6" + } + ] + } + ], + "versions": [ + "1.15.5" + ] + }, + { + "package": { + "ecosystem": "Go", + "name": "github.com/crossplane/crossplane" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "1.16.2" + }, + { + "fixed": "1.16.3" + } + ] + } + ], + "versions": [ + "1.16.2" + ] + }, + { + "package": { + "ecosystem": "Go", + "name": "github.com/crossplane/crossplane" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "1.17.1" + }, + { + "fixed": "1.17.2" + } + ] + } + ], + "versions": [ + "1.17.1" + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/crossplane/crossplane/security/advisories/GHSA-7h65-4p22-39j6" + }, + { + "type": "PACKAGE", + "url": "https://github.com/crossplane/crossplane" + } + ], + "database_specific": { + "cwe_ids": [ + + ], + "severity": "CRITICAL", + "github_reviewed": true, + "github_reviewed_at": "2024-10-25T19:42:31Z", + "nvd_published_at": null + } +} \ No newline at end of file