diff --git a/app/kuma-ui/pkg/resources/kuma-gui-cve-report.json b/app/kuma-ui/pkg/resources/kuma-gui-cve-report.json new file mode 100644 index 000000000000..4041a75ea130 --- /dev/null +++ b/app/kuma-ui/pkg/resources/kuma-gui-cve-report.json @@ -0,0 +1,3079 @@ +{ + "matches": [ + { + "vulnerability": { + "id": "CVE-2023-29405", + "dataSource": "https://nvd.nist.gov/vuln/detail/CVE-2023-29405", + "namespace": "nvd:cpe", + "severity": "Critical", + "urls": [ + "https://go.dev/cl/501224", + "https://go.dev/issue/60306", + "https://groups.google.com/g/golang-announce/c/q5135a9d924/m/j0ZoAJOHAwAJ", + "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/NZ2O6YCO2IZMZJELQGZYR2WAUNEDLYV6/", + "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XBS3IIK6ADV24C5ULQU55QLT2UE762ZX/", + "https://pkg.go.dev/vuln/GO-2023-1842", + "https://security.gentoo.org/glsa/202311-09" + ], + "description": "The go command may execute arbitrary code at build time when using cgo. This may occur when running \"go get\" on a malicious module, or when running any other command which builds untrusted code. This is can by triggered by linker flags, specified via a \"#cgo LDFLAGS\" directive. Flags containing embedded spaces are mishandled, allowing disallowed flags to be smuggled through the LDFLAGS sanitization by including them in the argument of another flag. This only affects usage of the gccgo compiler.", + "cvss": [ + { + "source": "nvd@nist.gov", + "type": "Primary", + "version": "3.1", + "vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", + "metrics": { + "baseScore": 9.8, + "exploitabilityScore": 3.9, + "impactScore": 5.9 + }, + "vendorMetadata": {} + } + ], + "fix": { + "versions": [], + "state": "unknown" + }, + "advisories": [] + }, + "relatedVulnerabilities": [], + "matchDetails": [ + { + "type": "cpe-match", + "matcher": "go-module-matcher", + "searchedBy": { + "namespace": "nvd:cpe", + "cpes": [ + "cpe:2.3:a:golang:go:1.19:-:*:*:*:*:*:*" + ], + "Package": { + "name": "stdlib", + "version": "go1.19" + } + }, + "found": { + "vulnerabilityID": "CVE-2023-29405", + "versionConstraint": "< 1.19.10 || >= 1.20.0, < 1.20.5 (unknown)", + "cpes": [ + "cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*" + ] + } + } + ], + "artifact": { + "id": "02a169f9f93e1994", + "name": "stdlib", + "version": "go1.19", + "type": "go-module", + "locations": [], + "language": "go", + "licenses": [ + "BSD-3-Clause" + ], + "cpes": [ + "cpe:2.3:a:golang:go:1.19:-:*:*:*:*:*:*" + ], + "purl": "pkg:golang/stdlib@1.19", + "upstreams": [], + "metadataType": "GolangBinMetadata", + "metadata": { + "goCompiledVersion": "", + "architecture": "" + } + } + }, + { + "vulnerability": { + "id": "CVE-2023-29404", + "dataSource": "https://nvd.nist.gov/vuln/detail/CVE-2023-29404", + "namespace": "nvd:cpe", + "severity": "Critical", + "urls": [ + "https://go.dev/cl/501225", + "https://go.dev/issue/60305", + "https://groups.google.com/g/golang-announce/c/q5135a9d924/m/j0ZoAJOHAwAJ", + "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/NZ2O6YCO2IZMZJELQGZYR2WAUNEDLYV6/", + "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XBS3IIK6ADV24C5ULQU55QLT2UE762ZX/", + "https://pkg.go.dev/vuln/GO-2023-1841", + "https://security.gentoo.org/glsa/202311-09" + ], + "description": "The go command may execute arbitrary code at build time when using cgo. This may occur when running \"go get\" on a malicious module, or when running any other command which builds untrusted code. This is can by triggered by linker flags, specified via a \"#cgo LDFLAGS\" directive. The arguments for a number of flags which are non-optional are incorrectly considered optional, allowing disallowed flags to be smuggled through the LDFLAGS sanitization. This affects usage of both the gc and gccgo compilers.", + "cvss": [ + { + "source": "nvd@nist.gov", + "type": "Primary", + "version": "3.1", + "vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", + "metrics": { + "baseScore": 9.8, + "exploitabilityScore": 3.9, + "impactScore": 5.9 + }, + "vendorMetadata": {} + } + ], + "fix": { + "versions": [], + "state": "unknown" + }, + "advisories": [] + }, + "relatedVulnerabilities": [], + "matchDetails": [ + { + "type": "cpe-match", + "matcher": "go-module-matcher", + "searchedBy": { + "namespace": "nvd:cpe", + "cpes": [ + "cpe:2.3:a:golang:go:1.19:-:*:*:*:*:*:*" + ], + "Package": { + "name": "stdlib", + "version": "go1.19" + } + }, + "found": { + "vulnerabilityID": "CVE-2023-29404", + "versionConstraint": "< 1.19.10 || >= 1.20.0, < 1.20.5 (unknown)", + "cpes": [ + "cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*" + ] + } + } + ], + "artifact": { + "id": "02a169f9f93e1994", + "name": "stdlib", + "version": "go1.19", + "type": "go-module", + "locations": [], + "language": "go", + "licenses": [ + "BSD-3-Clause" + ], + "cpes": [ + "cpe:2.3:a:golang:go:1.19:-:*:*:*:*:*:*" + ], + "purl": "pkg:golang/stdlib@1.19", + "upstreams": [], + "metadataType": "GolangBinMetadata", + "metadata": { + "goCompiledVersion": "", + "architecture": "" + } + } + }, + { + "vulnerability": { + "id": "CVE-2023-29402", + "dataSource": "https://nvd.nist.gov/vuln/detail/CVE-2023-29402", + "namespace": "nvd:cpe", + "severity": "Critical", + "urls": [ + "https://go.dev/cl/501226", + "https://go.dev/issue/60167", + "https://groups.google.com/g/golang-announce/c/q5135a9d924/m/j0ZoAJOHAwAJ", + "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/NZ2O6YCO2IZMZJELQGZYR2WAUNEDLYV6/", + "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XBS3IIK6ADV24C5ULQU55QLT2UE762ZX/", + "https://pkg.go.dev/vuln/GO-2023-1839", + "https://security.gentoo.org/glsa/202311-09" + ], + "description": "The go command may generate unexpected code at build time when using cgo. This may result in unexpected behavior when running a go program which uses cgo. This may occur when running an untrusted module which contains directories with newline characters in their names. Modules which are retrieved using the go command, i.e. via \"go get\", are not affected (modules retrieved using GOPATH-mode, i.e. GO111MODULE=off, may be affected).", + "cvss": [ + { + "source": "nvd@nist.gov", + "type": "Primary", + "version": "3.1", + "vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", + "metrics": { + "baseScore": 9.8, + "exploitabilityScore": 3.9, + "impactScore": 5.9 + }, + "vendorMetadata": {} + } + ], + "fix": { + "versions": [], + "state": "unknown" + }, + "advisories": [] + }, + "relatedVulnerabilities": [], + "matchDetails": [ + { + "type": "cpe-match", + "matcher": "go-module-matcher", + "searchedBy": { + "namespace": "nvd:cpe", + "cpes": [ + "cpe:2.3:a:golang:go:1.19:-:*:*:*:*:*:*" + ], + "Package": { + "name": "stdlib", + "version": "go1.19" + } + }, + "found": { + "vulnerabilityID": "CVE-2023-29402", + "versionConstraint": "< 1.19.10 || >= 1.20.0, < 1.20.5 (unknown)", + "cpes": [ + "cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*" + ] + } + } + ], + "artifact": { + "id": "02a169f9f93e1994", + "name": "stdlib", + "version": "go1.19", + "type": "go-module", + "locations": [], + "language": "go", + "licenses": [ + "BSD-3-Clause" + ], + "cpes": [ + "cpe:2.3:a:golang:go:1.19:-:*:*:*:*:*:*" + ], + "purl": "pkg:golang/stdlib@1.19", + "upstreams": [], + "metadataType": "GolangBinMetadata", + "metadata": { + "goCompiledVersion": "", + "architecture": "" + } + } + }, + { + "vulnerability": { + "id": "CVE-2023-24540", + "dataSource": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540", + "namespace": "nvd:cpe", + "severity": "Critical", + "urls": [ + "https://go.dev/cl/491616", + "https://go.dev/issue/59721", + "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", + "https://pkg.go.dev/vuln/GO-2023-1752" + ], + "description": "Not all valid JavaScript whitespace characters are considered to be whitespace. Templates containing whitespace characters outside of the character set \"\\t\\n\\f\\r\\u0020\\u2028\\u2029\" in JavaScript contexts that also contain actions may not be properly sanitized during execution.", + "cvss": [ + { + "source": "nvd@nist.gov", + "type": "Primary", + "version": "3.1", + "vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", + "metrics": { + "baseScore": 9.8, + "exploitabilityScore": 3.9, + "impactScore": 5.9 + }, + "vendorMetadata": {} + } + ], + "fix": { + "versions": [], + "state": "unknown" + }, + "advisories": [] + }, + "relatedVulnerabilities": [], + "matchDetails": [ + { + "type": "cpe-match", + "matcher": "go-module-matcher", + "searchedBy": { + "namespace": "nvd:cpe", + "cpes": [ + "cpe:2.3:a:golang:go:1.19:-:*:*:*:*:*:*" + ], + "Package": { + "name": "stdlib", + "version": "go1.19" + } + }, + "found": { + "vulnerabilityID": "CVE-2023-24540", + "versionConstraint": "< 1.19.9 || >= 1.20.0, < 1.20.4 (unknown)", + "cpes": [ + "cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*" + ] + } + } + ], + "artifact": { + "id": "02a169f9f93e1994", + "name": "stdlib", + "version": "go1.19", + "type": "go-module", + "locations": [], + "language": "go", + "licenses": [ + "BSD-3-Clause" + ], + "cpes": [ + "cpe:2.3:a:golang:go:1.19:-:*:*:*:*:*:*" + ], + "purl": "pkg:golang/stdlib@1.19", + "upstreams": [], + "metadataType": "GolangBinMetadata", + "metadata": { + "goCompiledVersion": "", + "architecture": "" + } + } + }, + { + "vulnerability": { + "id": "CVE-2023-24538", + "dataSource": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538", + "namespace": "nvd:cpe", + "severity": "Critical", + "urls": [ + "https://go.dev/cl/482079", + "https://go.dev/issue/59234", + "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", + "https://pkg.go.dev/vuln/GO-2023-1703", + "https://security.gentoo.org/glsa/202311-09" + ], + "description": "Templates do not properly consider backticks (`) as Javascript string delimiters, and do not escape them as expected. Backticks are used, since ES6, for JS template literals. If a template contains a Go template action within a Javascript template literal, the contents of the action can be used to terminate the literal, injecting arbitrary Javascript code into the Go template. As ES6 template literals are rather complex, and themselves can do string interpolation, the decision was made to simply disallow Go template actions from being used inside of them (e.g. \"var a = {{.}}\"), since there is no obviously safe way to allow this behavior. This takes the same approach as github.com/google/safehtml. With fix, Template.Parse returns an Error when it encounters templates like this, with an ErrorCode of value 12. This ErrorCode is currently unexported, but will be exported in the release of Go 1.21. Users who rely on the previous behavior can re-enable it using the GODEBUG flag jstmpllitinterp=1, with the caveat that backticks will now be escaped. This should be used with caution.", + "cvss": [ + { + "source": "nvd@nist.gov", + "type": "Primary", + "version": "3.1", + "vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", + "metrics": { + "baseScore": 9.8, + "exploitabilityScore": 3.9, + "impactScore": 5.9 + }, + "vendorMetadata": {} + } + ], + "fix": { + "versions": [], + "state": "unknown" + }, + "advisories": [] + }, + "relatedVulnerabilities": [], + "matchDetails": [ + { + "type": "cpe-match", + "matcher": "go-module-matcher", + "searchedBy": { + "namespace": "nvd:cpe", + "cpes": [ + "cpe:2.3:a:golang:go:1.19:-:*:*:*:*:*:*" + ], + "Package": { + "name": "stdlib", + "version": "go1.19" + } + }, + "found": { + "vulnerabilityID": "CVE-2023-24538", + "versionConstraint": "< 1.19.8 || >= 1.20.0, < 1.20.3 (unknown)", + "cpes": [ + "cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*" + ] + } + } + ], + "artifact": { + "id": "02a169f9f93e1994", + "name": "stdlib", + "version": "go1.19", + "type": "go-module", + "locations": [], + "language": "go", + "licenses": [ + "BSD-3-Clause" + ], + "cpes": [ + "cpe:2.3:a:golang:go:1.19:-:*:*:*:*:*:*" + ], + "purl": "pkg:golang/stdlib@1.19", + "upstreams": [], + "metadataType": "GolangBinMetadata", + "metadata": { + "goCompiledVersion": "", + "architecture": "" + } + } + }, + { + "vulnerability": { + "id": "CVE-2023-45287", + "dataSource": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287", + "namespace": "nvd:cpe", + "severity": "High", + "urls": [ + "https://go.dev/cl/326012/26", + "https://go.dev/issue/20654", + "https://groups.google.com/g/golang-announce/c/QMK8IQALDvA", + "https://people.redhat.com/~hkario/marvin/", + "https://pkg.go.dev/vuln/GO-2023-2375", + "https://security.netapp.com/advisory/ntap-20240112-0005/" + ], + "description": "Before Go 1.20, the RSA based TLS key exchanges used the math/big library, which is not constant time. RSA blinding was applied to prevent timing attacks, but analysis shows this may not have been fully effective. In particular it appears as if the removal of PKCS#1 padding may leak timing information, which in turn could be used to recover session key bits. In Go 1.20, the crypto/tls library switched to a fully constant time RSA implementation, which we do not believe exhibits any timing side channels.", + "cvss": [ + { + "source": "nvd@nist.gov", + "type": "Primary", + "version": "3.1", + "vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", + "metrics": { + "baseScore": 7.5, + "exploitabilityScore": 3.9, + "impactScore": 3.6 + }, + "vendorMetadata": {} + } + ], + "fix": { + "versions": [], + "state": "unknown" + }, + "advisories": [] + }, + "relatedVulnerabilities": [], + "matchDetails": [ + { + "type": "cpe-match", + "matcher": "go-module-matcher", + "searchedBy": { + "namespace": "nvd:cpe", + "cpes": [ + "cpe:2.3:a:golang:go:1.19:-:*:*:*:*:*:*" + ], + "Package": { + "name": "stdlib", + "version": "go1.19" + } + }, + "found": { + "vulnerabilityID": "CVE-2023-45287", + "versionConstraint": "< 1.20.0 (unknown)", + "cpes": [ + "cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*" + ] + } + } + ], + "artifact": { + "id": "02a169f9f93e1994", + "name": "stdlib", + "version": "go1.19", + "type": "go-module", + "locations": [], + "language": "go", + "licenses": [ + "BSD-3-Clause" + ], + "cpes": [ + "cpe:2.3:a:golang:go:1.19:-:*:*:*:*:*:*" + ], + "purl": "pkg:golang/stdlib@1.19", + "upstreams": [], + "metadataType": "GolangBinMetadata", + "metadata": { + "goCompiledVersion": "", + "architecture": "" + } + } + }, + { + "vulnerability": { + "id": "CVE-2023-45285", + "dataSource": "https://nvd.nist.gov/vuln/detail/CVE-2023-45285", + "namespace": "nvd:cpe", + "severity": "High", + "urls": [ + "https://go.dev/cl/540257", + "https://go.dev/issue/63845", + "https://groups.google.com/g/golang-dev/c/6ypN5EjibjM/m/KmLVYH_uAgAJ", + "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UIU6HOGV6RRIKWM57LOXQA75BGZSIH6G/", + "https://pkg.go.dev/vuln/GO-2023-2383" + ], + "description": "Using go get to fetch a module with the \".git\" suffix may unexpectedly fallback to the insecure \"git://\" protocol if the module is unavailable via the secure \"https://\" and \"git+ssh://\" protocols, even if GOINSECURE is not set for said module. This only affects users who are not using the module proxy and are fetching modules directly (i.e. GOPROXY=off).", + "cvss": [ + { + "source": "nvd@nist.gov", + "type": "Primary", + "version": "3.1", + "vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", + "metrics": { + "baseScore": 7.5, + "exploitabilityScore": 3.9, + "impactScore": 3.6 + }, + "vendorMetadata": {} + } + ], + "fix": { + "versions": [], + "state": "unknown" + }, + "advisories": [] + }, + "relatedVulnerabilities": [], + "matchDetails": [ + { + "type": "cpe-match", + "matcher": "go-module-matcher", + "searchedBy": { + "namespace": "nvd:cpe", + "cpes": [ + "cpe:2.3:a:golang:go:1.19:-:*:*:*:*:*:*" + ], + "Package": { + "name": "stdlib", + "version": "go1.19" + } + }, + "found": { + "vulnerabilityID": "CVE-2023-45285", + "versionConstraint": "< 1.20.12 || >= 1.21.0-0, < 1.21.5 (unknown)", + "cpes": [ + "cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*" + ] + } + } + ], + "artifact": { + "id": "02a169f9f93e1994", + "name": "stdlib", + "version": "go1.19", + "type": "go-module", + "locations": [], + "language": "go", + "licenses": [ + "BSD-3-Clause" + ], + "cpes": [ + "cpe:2.3:a:golang:go:1.19:-:*:*:*:*:*:*" + ], + "purl": "pkg:golang/stdlib@1.19", + "upstreams": [], + "metadataType": "GolangBinMetadata", + "metadata": { + "goCompiledVersion": "", + "architecture": "" + } + } + }, + { + "vulnerability": { + "id": "CVE-2023-45283", + "dataSource": "https://nvd.nist.gov/vuln/detail/CVE-2023-45283", + "namespace": "nvd:cpe", + "severity": "High", + "urls": [ + "http://www.openwall.com/lists/oss-security/2023/12/05/2", + "https://go.dev/cl/540277", + "https://go.dev/cl/541175", + "https://go.dev/issue/63713", + "https://go.dev/issue/64028", + "https://groups.google.com/g/golang-announce/c/4tU8LZfBFkY", + "https://groups.google.com/g/golang-dev/c/6ypN5EjibjM/m/KmLVYH_uAgAJ", + "https://pkg.go.dev/vuln/GO-2023-2185", + "https://security.netapp.com/advisory/ntap-20231214-0008/" + ], + "description": "The filepath package does not recognize paths with a \\??\\ prefix as special. On Windows, a path beginning with \\??\\ is a Root Local Device path equivalent to a path beginning with \\\\?\\. Paths with a \\??\\ prefix may be used to access arbitrary locations on the system. For example, the path \\??\\c:\\x is equivalent to the more common path c:\\x. Before fix, Clean could convert a rooted path such as \\a\\..\\??\\b into the root local device path \\??\\b. Clean will now convert this to .\\??\\b. Similarly, Join(\\, ??, b) could convert a seemingly innocent sequence of path elements into the root local device path \\??\\b. Join will now convert this to \\.\\??\\b. In addition, with fix, IsAbs now correctly reports paths beginning with \\??\\ as absolute, and VolumeName correctly reports the \\??\\ prefix as a volume name. UPDATE: Go 1.20.11 and Go 1.21.4 inadvertently changed the definition of the volume name in Windows paths starting with \\?, resulting in filepath.Clean(\\?\\c:) returning \\?\\c: rather than \\?\\c:\\ (among other effects). The previous behavior has been restored.", + "cvss": [ + { + "source": "nvd@nist.gov", + "type": "Primary", + "version": "3.1", + "vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", + "metrics": { + "baseScore": 7.5, + "exploitabilityScore": 3.9, + "impactScore": 3.6 + }, + "vendorMetadata": {} + } + ], + "fix": { + "versions": [], + "state": "unknown" + }, + "advisories": [] + }, + "relatedVulnerabilities": [], + "matchDetails": [ + { + "type": "cpe-match", + "matcher": "go-module-matcher", + "searchedBy": { + "namespace": "nvd:cpe", + "cpes": [ + "cpe:2.3:a:golang:go:1.19:-:*:*:*:*:*:*" + ], + "Package": { + "name": "stdlib", + "version": "go1.19" + } + }, + "found": { + "vulnerabilityID": "CVE-2023-45283", + "versionConstraint": "< 1.20.11 || >= 1.21.0-0, < 1.21.4 (unknown)", + "cpes": [ + "cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*" + ] + } + } + ], + "artifact": { + "id": "02a169f9f93e1994", + "name": "stdlib", + "version": "go1.19", + "type": "go-module", + "locations": [], + "language": "go", + "licenses": [ + "BSD-3-Clause" + ], + "cpes": [ + "cpe:2.3:a:golang:go:1.19:-:*:*:*:*:*:*" + ], + "purl": "pkg:golang/stdlib@1.19", + "upstreams": [], + "metadataType": "GolangBinMetadata", + "metadata": { + "goCompiledVersion": "", + "architecture": "" + } + } + }, + { + "vulnerability": { + "id": "CVE-2023-44487", + "dataSource": "https://nvd.nist.gov/vuln/detail/CVE-2023-44487", + "namespace": "nvd:cpe", + "severity": "High", + "urls": [ + "http://www.openwall.com/lists/oss-security/2023/10/13/4", + "http://www.openwall.com/lists/oss-security/2023/10/13/9", + "http://www.openwall.com/lists/oss-security/2023/10/18/4", + "http://www.openwall.com/lists/oss-security/2023/10/18/8", + "http://www.openwall.com/lists/oss-security/2023/10/19/6", + "http://www.openwall.com/lists/oss-security/2023/10/20/8", + "https://access.redhat.com/security/cve/cve-2023-44487", + "https://arstechnica.com/security/2023/10/how-ddosers-used-the-http-2-protocol-to-deliver-attacks-of-unprecedented-size/", + "https://aws.amazon.com/security/security-bulletins/AWS-2023-011/", + "https://blog.cloudflare.com/technical-breakdown-http2-rapid-reset-ddos-attack/", + "https://blog.cloudflare.com/zero-day-rapid-reset-http2-record-breaking-ddos-attack/", + "https://blog.litespeedtech.com/2023/10/11/rapid-reset-http-2-vulnerablilty/", + "https://blog.qualys.com/vulnerabilities-threat-research/2023/10/10/cve-2023-44487-http-2-rapid-reset-attack", + "https://blog.vespa.ai/cve-2023-44487/", + "https://bugzilla.proxmox.com/show_bug.cgi?id=4988", + "https://bugzilla.redhat.com/show_bug.cgi?id=2242803", + "https://bugzilla.suse.com/show_bug.cgi?id=1216123", + "https://cgit.freebsd.org/ports/commit/?id=c64c329c2c1752f46b73e3e6ce9f4329be6629f9", + "https://cloud.google.com/blog/products/identity-security/google-cloud-mitigated-largest-ddos-attack-peaking-above-398-million-rps/", + "https://cloud.google.com/blog/products/identity-security/how-it-works-the-novel-http2-rapid-reset-ddos-attack", + "https://community.traefik.io/t/is-traefik-vulnerable-to-cve-2023-44487/20125", + "https://discuss.hashicorp.com/t/hcsec-2023-32-vault-consul-and-boundary-affected-by-http-2-rapid-reset-denial-of-service-vulnerability-cve-2023-44487/59715", + "https://edg.io/lp/blog/resets-leaks-ddos-and-the-tale-of-a-hidden-cve", + "https://forums.swift.org/t/swift-nio-http2-security-update-cve-2023-44487-http-2-dos/67764", + "https://gist.github.com/adulau/7c2bfb8e9cdbe4b35a5e131c66a0c088", + "https://github.com/Azure/AKS/issues/3947", + "https://github.com/Kong/kong/discussions/11741", + "https://github.com/advisories/GHSA-qppj-fm5r-hxr3", + "https://github.com/advisories/GHSA-vx74-f528-fxqg", + "https://github.com/advisories/GHSA-xpw8-rcwv-8f8p", + "https://github.com/akka/akka-http/issues/4323", + "https://github.com/alibaba/tengine/issues/1872", + "https://github.com/apache/apisix/issues/10320", + "https://github.com/apache/httpd-site/pull/10", + "https://github.com/apache/httpd/blob/afcdbeebbff4b0c50ea26cdd16e178c0d1f24152/modules/http2/h2_mplx.c#L1101-L1113", + "https://github.com/apache/tomcat/tree/main/java/org/apache/coyote/http2", + "https://github.com/apache/trafficserver/pull/10564", + "https://github.com/arkrwn/PoC/tree/main/CVE-2023-44487", + "https://github.com/bcdannyboy/CVE-2023-44487", + "https://github.com/caddyserver/caddy/issues/5877", + "https://github.com/caddyserver/caddy/releases/tag/v2.7.5", + "https://github.com/dotnet/announcements/issues/277", + "https://github.com/dotnet/core/blob/e4613450ea0da7fd2fc6b61dfb2c1c1dec1ce9ec/release-notes/6.0/6.0.23/6.0.23.md?plain=1#L73", + "https://github.com/eclipse/jetty.project/issues/10679", + "https://github.com/envoyproxy/envoy/pull/30055", + "https://github.com/etcd-io/etcd/issues/16740", + "https://github.com/facebook/proxygen/pull/466", + "https://github.com/golang/go/issues/63417", + "https://github.com/grpc/grpc-go/pull/6703", + "https://github.com/h2o/h2o/pull/3291", + "https://github.com/h2o/h2o/security/advisories/GHSA-2m7v-gc89-fjqf", + "https://github.com/haproxy/haproxy/issues/2312", + "https://github.com/icing/mod_h2/blob/0a864782af0a942aa2ad4ed960a6b32cd35bcf0a/mod_http2/README.md?plain=1#L239-L244", + "https://github.com/junkurihara/rust-rpxy/issues/97", + "https://github.com/kazu-yamamoto/http2/commit/f61d41a502bd0f60eb24e1ce14edc7b6df6722a1", + "https://github.com/kazu-yamamoto/http2/issues/93", + "https://github.com/kubernetes/kubernetes/pull/121120", + "https://github.com/line/armeria/pull/5232", + "https://github.com/linkerd/website/pull/1695/commits/4b9c6836471bc8270ab48aae6fd2181bc73fd632", + "https://github.com/micrictor/http2-rst-stream", + "https://github.com/microsoft/CBL-Mariner/pull/6381", + "https://github.com/netty/netty/commit/58f75f665aa81a8cbcf6ffa74820042a285c5e61", + "https://github.com/nghttp2/nghttp2/pull/1961", + "https://github.com/nghttp2/nghttp2/releases/tag/v1.57.0", + "https://github.com/ninenines/cowboy/issues/1615", + "https://github.com/nodejs/node/pull/50121", + "https://github.com/openresty/openresty/issues/930", + "https://github.com/opensearch-project/data-prepper/issues/3474", + "https://github.com/oqtane/oqtane.framework/discussions/3367", + "https://github.com/projectcontour/contour/pull/5826", + "https://github.com/tempesta-tech/tempesta/issues/1986", + "https://github.com/varnishcache/varnish-cache/issues/3996", + "https://groups.google.com/g/golang-announce/c/iNNxDTCjZvo", + "https://istio.io/latest/news/security/istio-security-2023-004/", + "https://linkerd.io/2023/10/12/linkerd-cve-2023-44487/", + "https://lists.apache.org/thread/5py8h42mxfsn8l1wy6o41xwhsjlsd87q", + "https://lists.debian.org/debian-lts-announce/2023/10/msg00020.html", + "https://lists.debian.org/debian-lts-announce/2023/10/msg00023.html", + "https://lists.debian.org/debian-lts-announce/2023/10/msg00024.html", + "https://lists.debian.org/debian-lts-announce/2023/10/msg00045.html", + "https://lists.debian.org/debian-lts-announce/2023/10/msg00047.html", + "https://lists.debian.org/debian-lts-announce/2023/11/msg00001.html", + "https://lists.debian.org/debian-lts-announce/2023/11/msg00012.html", + "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/2MBEPPC36UBVOZZNAXFHKLFGSLCMN5LI/", + "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/3N4NJ7FR4X4FPZUGNTQAPSTVB2HB2Y4A/", + "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/BFQD3KUEMFBHPAPBGLWQC34L4OWL5HAZ/", + "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/CLB4TW7KALB3EEQWNWCN7OUIWWVWWCG2/", + "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/E72T67UPDRXHIDLO3OROR25YAMN4GGW5/", + "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/FNA62Q767CFAFHBCDKYNPBMZWB7TWYVU/", + "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/HT7T2R4MQKLIF4ODV4BDLPARWFPCJ5CZ/", + "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/JIZSEFC3YKCGABA2BZW6ZJRMDZJMB7PJ/", + "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/JMEXY22BFG5Q64HQCM5CK2Q7KDKVV4TY/", + "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/KSEGD2IWKNUO3DWY4KQGUQM5BISRWHQE/", + "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/LKYHSZQFDNR7RSA7LHVLLIAQMVYCUGBG/", + "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/LNMZJCDHGLJJLXO4OXWJMTVQRNWOC7UL/", + "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/VHUHTSXLXGXS7JYKBXTA3VINUPHTNGVU/", + "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/VSRDIV77HNKUSM7SJC5BKE5JSHLHU2NK/", + "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/WE2I52RHNNU42PX6NZ2RBUHSFFJ2LVZX/", + "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/WLPRQ5TWUQQXYWBJM7ECYDAIL2YVKIUH/", + "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/X6QXN4ORIVF6XBW4WWFE7VNPVC74S45Y/", + "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/XFOIBB4YFICHDM7IBOP7PWXW3FX4HLL2/", + "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ZB43REMKRQR62NJEI7I5NQ4FSXNLBKRT/", + "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ZKQSIKIAT5TJ3WSLU3RDBQ35YX4GY4V3/", + "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ZLU6U2R2IC2K64NDPNMV55AUAO65MAF4/", + "https://lists.w3.org/Archives/Public/ietf-http-wg/2023OctDec/0025.html", + "https://mailman.nginx.org/pipermail/nginx-devel/2023-October/S36Q5HBXR7CAIMPLLPRSSSYR4PCMWILK.html", + "https://martinthomson.github.io/h2-stream-limits/draft-thomson-httpbis-h2-stream-limits.html", + "https://msrc.microsoft.com/blog/2023/10/microsoft-response-to-distributed-denial-of-service-ddos-attacks-against-http/2/", + "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2023-44487", + "https://my.f5.com/manage/s/article/K000137106", + "https://netty.io/news/2023/10/10/4-1-100-Final.html", + "https://news.ycombinator.com/item?id=37830987", + "https://news.ycombinator.com/item?id=37830998", + "https://news.ycombinator.com/item?id=37831062", + "https://news.ycombinator.com/item?id=37837043", + "https://openssf.org/blog/2023/10/10/http-2-rapid-reset-vulnerability-highlights-need-for-rapid-response/", + "https://seanmonstar.com/post/730794151136935936/hyper-http2-rapid-reset-unaffected", + "https://security.gentoo.org/glsa/202311-09", + "https://security.netapp.com/advisory/ntap-20231016-0001/", + "https://security.paloaltonetworks.com/CVE-2023-44487", + "https://tomcat.apache.org/security-10.html#Fixed_in_Apache_Tomcat_10.1.14", + "https://ubuntu.com/security/CVE-2023-44487", + "https://www.bleepingcomputer.com/news/security/new-http-2-rapid-reset-zero-day-attack-breaks-ddos-records/", + "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487", + "https://www.darkreading.com/cloud/internet-wide-zero-day-bug-fuels-largest-ever-ddos-event", + "https://www.debian.org/security/2023/dsa-5521", + "https://www.debian.org/security/2023/dsa-5522", + "https://www.debian.org/security/2023/dsa-5540", + "https://www.debian.org/security/2023/dsa-5549", + "https://www.debian.org/security/2023/dsa-5558", + "https://www.debian.org/security/2023/dsa-5570", + "https://www.haproxy.com/blog/haproxy-is-not-affected-by-the-http-2-rapid-reset-attack-cve-2023-44487", + "https://www.netlify.com/blog/netlify-successfully-mitigates-cve-2023-44487/", + "https://www.nginx.com/blog/http-2-rapid-reset-attack-impacting-f5-nginx-products/", + "https://www.openwall.com/lists/oss-security/2023/10/10/6", + "https://www.phoronix.com/news/HTTP2-Rapid-Reset-Attack", + "https://www.theregister.com/2023/10/10/http2_rapid_reset_zeroday/" + ], + "description": "The HTTP/2 protocol allows a denial of service (server resource consumption) because request cancellation can reset many streams quickly, as exploited in the wild in August through October 2023.", + "cvss": [ + { + "source": "nvd@nist.gov", + "type": "Primary", + "version": "3.1", + "vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", + "metrics": { + "baseScore": 7.5, + "exploitabilityScore": 3.9, + "impactScore": 3.6 + }, + "vendorMetadata": {} + } + ], + "fix": { + "versions": [], + "state": "unknown" + }, + "advisories": [] + }, + "relatedVulnerabilities": [], + "matchDetails": [ + { + "type": "cpe-match", + "matcher": "go-module-matcher", + "searchedBy": { + "namespace": "nvd:cpe", + "cpes": [ + "cpe:2.3:a:golang:go:1.19:-:*:*:*:*:*:*" + ], + "Package": { + "name": "stdlib", + "version": "go1.19" + } + }, + "found": { + "vulnerabilityID": "CVE-2023-44487", + "versionConstraint": "< 1.20.10 || >= 1.21.0, < 1.21.3 (unknown)", + "cpes": [ + "cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*" + ] + } + } + ], + "artifact": { + "id": "02a169f9f93e1994", + "name": "stdlib", + "version": "go1.19", + "type": "go-module", + "locations": [], + "language": "go", + "licenses": [ + "BSD-3-Clause" + ], + "cpes": [ + "cpe:2.3:a:golang:go:1.19:-:*:*:*:*:*:*" + ], + "purl": "pkg:golang/stdlib@1.19", + "upstreams": [], + "metadataType": "GolangBinMetadata", + "metadata": { + "goCompiledVersion": "", + "architecture": "" + } + } + }, + { + "vulnerability": { + "id": "CVE-2023-39323", + "dataSource": "https://nvd.nist.gov/vuln/detail/CVE-2023-39323", + "namespace": "nvd:cpe", + "severity": "High", + "urls": [ + "https://go.dev/cl/533215", + "https://go.dev/issue/63211", + "https://groups.google.com/g/golang-announce/c/XBa1oHDevAo", + "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/CLB4TW7KALB3EEQWNWCN7OUIWWVWWCG2/", + "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KSEGD2IWKNUO3DWY4KQGUQM5BISRWHQE/", + "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XFOIBB4YFICHDM7IBOP7PWXW3FX4HLL2/", + "https://pkg.go.dev/vuln/GO-2023-2095", + "https://security.gentoo.org/glsa/202311-09", + "https://security.netapp.com/advisory/ntap-20231020-0001/" + ], + "description": "Line directives (\"//line\") can be used to bypass the restrictions on \"//go:cgo_\" directives, allowing blocked linker and compiler flags to be passed during compilation. This can result in unexpected execution of arbitrary code when running \"go build\". The line directive requires the absolute path of the file in which the directive lives, which makes exploiting this issue significantly more complex.", + "cvss": [ + { + "source": "nvd@nist.gov", + "type": "Primary", + "version": "3.1", + "vector": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", + "metrics": { + "baseScore": 8.1, + "exploitabilityScore": 2.2, + "impactScore": 5.9 + }, + "vendorMetadata": {} + } + ], + "fix": { + "versions": [], + "state": "unknown" + }, + "advisories": [] + }, + "relatedVulnerabilities": [], + "matchDetails": [ + { + "type": "cpe-match", + "matcher": "go-module-matcher", + "searchedBy": { + "namespace": "nvd:cpe", + "cpes": [ + "cpe:2.3:a:golang:go:1.19:-:*:*:*:*:*:*" + ], + "Package": { + "name": "stdlib", + "version": "go1.19" + } + }, + "found": { + "vulnerabilityID": "CVE-2023-39323", + "versionConstraint": "< 1.20.9 || >= 1.21.0, < 1.21.2 (unknown)", + "cpes": [ + "cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*" + ] + } + } + ], + "artifact": { + "id": "02a169f9f93e1994", + "name": "stdlib", + "version": "go1.19", + "type": "go-module", + "locations": [], + "language": "go", + "licenses": [ + "BSD-3-Clause" + ], + "cpes": [ + "cpe:2.3:a:golang:go:1.19:-:*:*:*:*:*:*" + ], + "purl": "pkg:golang/stdlib@1.19", + "upstreams": [], + "metadataType": "GolangBinMetadata", + "metadata": { + "goCompiledVersion": "", + "architecture": "" + } + } + }, + { + "vulnerability": { + "id": "CVE-2023-29403", + "dataSource": "https://nvd.nist.gov/vuln/detail/CVE-2023-29403", + "namespace": "nvd:cpe", + "severity": "High", + "urls": [ + "https://go.dev/cl/501223", + "https://go.dev/issue/60272", + "https://groups.google.com/g/golang-announce/c/q5135a9d924/m/j0ZoAJOHAwAJ", + "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/NZ2O6YCO2IZMZJELQGZYR2WAUNEDLYV6/", + "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XBS3IIK6ADV24C5ULQU55QLT2UE762ZX/", + "https://pkg.go.dev/vuln/GO-2023-1840", + "https://security.gentoo.org/glsa/202311-09" + ], + "description": "On Unix platforms, the Go runtime does not behave differently when a binary is run with the setuid/setgid bits. This can be dangerous in certain cases, such as when dumping memory state, or assuming the status of standard i/o file descriptors. If a setuid/setgid binary is executed with standard I/O file descriptors closed, opening any files can result in unexpected content being read or written with elevated privileges. Similarly, if a setuid/setgid program is terminated, either via panic or signal, it may leak the contents of its registers.", + "cvss": [ + { + "source": "nvd@nist.gov", + "type": "Primary", + "version": "3.1", + "vector": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", + "metrics": { + "baseScore": 7.8, + "exploitabilityScore": 1.8, + "impactScore": 5.9 + }, + "vendorMetadata": {} + } + ], + "fix": { + "versions": [], + "state": "unknown" + }, + "advisories": [] + }, + "relatedVulnerabilities": [], + "matchDetails": [ + { + "type": "cpe-match", + "matcher": "go-module-matcher", + "searchedBy": { + "namespace": "nvd:cpe", + "cpes": [ + "cpe:2.3:a:golang:go:1.19:-:*:*:*:*:*:*" + ], + "Package": { + "name": "stdlib", + "version": "go1.19" + } + }, + "found": { + "vulnerabilityID": "CVE-2023-29403", + "versionConstraint": "< 1.19.10 || >= 1.20.0, < 1.20.5 (unknown)", + "cpes": [ + "cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*" + ] + } + } + ], + "artifact": { + "id": "02a169f9f93e1994", + "name": "stdlib", + "version": "go1.19", + "type": "go-module", + "locations": [], + "language": "go", + "licenses": [ + "BSD-3-Clause" + ], + "cpes": [ + "cpe:2.3:a:golang:go:1.19:-:*:*:*:*:*:*" + ], + "purl": "pkg:golang/stdlib@1.19", + "upstreams": [], + "metadataType": "GolangBinMetadata", + "metadata": { + "goCompiledVersion": "", + "architecture": "" + } + } + }, + { + "vulnerability": { + "id": "CVE-2023-29400", + "dataSource": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400", + "namespace": "nvd:cpe", + "severity": "High", + "urls": [ + "https://go.dev/cl/491617", + "https://go.dev/issue/59722", + "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", + "https://pkg.go.dev/vuln/GO-2023-1753" + ], + "description": "Templates containing actions in unquoted HTML attributes (e.g. \"attr={{.}}\") executed with empty input can result in output with unexpected results when parsed due to HTML normalization rules. This may allow injection of arbitrary attributes into tags.", + "cvss": [ + { + "source": "nvd@nist.gov", + "type": "Primary", + "version": "3.1", + "vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", + "metrics": { + "baseScore": 7.3, + "exploitabilityScore": 3.9, + "impactScore": 3.4 + }, + "vendorMetadata": {} + } + ], + "fix": { + "versions": [], + "state": "unknown" + }, + "advisories": [] + }, + "relatedVulnerabilities": [], + "matchDetails": [ + { + "type": "cpe-match", + "matcher": "go-module-matcher", + "searchedBy": { + "namespace": "nvd:cpe", + "cpes": [ + "cpe:2.3:a:golang:go:1.19:-:*:*:*:*:*:*" + ], + "Package": { + "name": "stdlib", + "version": "go1.19" + } + }, + "found": { + "vulnerabilityID": "CVE-2023-29400", + "versionConstraint": "< 1.19.9 || >= 1.20.0, < 1.20.4 (unknown)", + "cpes": [ + "cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*" + ] + } + } + ], + "artifact": { + "id": "02a169f9f93e1994", + "name": "stdlib", + "version": "go1.19", + "type": "go-module", + "locations": [], + "language": "go", + "licenses": [ + "BSD-3-Clause" + ], + "cpes": [ + "cpe:2.3:a:golang:go:1.19:-:*:*:*:*:*:*" + ], + "purl": "pkg:golang/stdlib@1.19", + "upstreams": [], + "metadataType": "GolangBinMetadata", + "metadata": { + "goCompiledVersion": "", + "architecture": "" + } + } + }, + { + "vulnerability": { + "id": "CVE-2023-24539", + "dataSource": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539", + "namespace": "nvd:cpe", + "severity": "High", + "urls": [ + "https://go.dev/cl/491615", + "https://go.dev/issue/59720", + "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", + "https://pkg.go.dev/vuln/GO-2023-1751" + ], + "description": "Angle brackets (<>) are not considered dangerous characters when inserted into CSS contexts. Templates containing multiple actions separated by a '/' character can result in unexpectedly closing the CSS context and allowing for injection of unexpected HTML, if executed with untrusted input.", + "cvss": [ + { + "source": "nvd@nist.gov", + "type": "Primary", + "version": "3.1", + "vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", + "metrics": { + "baseScore": 7.3, + "exploitabilityScore": 3.9, + "impactScore": 3.4 + }, + "vendorMetadata": {} + } + ], + "fix": { + "versions": [], + "state": "unknown" + }, + "advisories": [] + }, + "relatedVulnerabilities": [], + "matchDetails": [ + { + "type": "cpe-match", + "matcher": "go-module-matcher", + "searchedBy": { + "namespace": "nvd:cpe", + "cpes": [ + "cpe:2.3:a:golang:go:1.19:-:*:*:*:*:*:*" + ], + "Package": { + "name": "stdlib", + "version": "go1.19" + } + }, + "found": { + "vulnerabilityID": "CVE-2023-24539", + "versionConstraint": "< 1.19.9 || >= 1.20.0, < 1.20.4 (unknown)", + "cpes": [ + "cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*" + ] + } + } + ], + "artifact": { + "id": "02a169f9f93e1994", + "name": "stdlib", + "version": "go1.19", + "type": "go-module", + "locations": [], + "language": "go", + "licenses": [ + "BSD-3-Clause" + ], + "cpes": [ + "cpe:2.3:a:golang:go:1.19:-:*:*:*:*:*:*" + ], + "purl": "pkg:golang/stdlib@1.19", + "upstreams": [], + "metadataType": "GolangBinMetadata", + "metadata": { + "goCompiledVersion": "", + "architecture": "" + } + } + }, + { + "vulnerability": { + "id": "CVE-2023-24537", + "dataSource": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537", + "namespace": "nvd:cpe", + "severity": "High", + "urls": [ + "https://go.dev/cl/482078", + "https://go.dev/issue/59180", + "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", + "https://pkg.go.dev/vuln/GO-2023-1702", + "https://security.gentoo.org/glsa/202311-09" + ], + "description": "Calling any of the Parse functions on Go source code which contains //line directives with very large line numbers can cause an infinite loop due to integer overflow.", + "cvss": [ + { + "source": "nvd@nist.gov", + "type": "Primary", + "version": "3.1", + "vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", + "metrics": { + "baseScore": 7.5, + "exploitabilityScore": 3.9, + "impactScore": 3.6 + }, + "vendorMetadata": {} + } + ], + "fix": { + "versions": [], + "state": "unknown" + }, + "advisories": [] + }, + "relatedVulnerabilities": [], + "matchDetails": [ + { + "type": "cpe-match", + "matcher": "go-module-matcher", + "searchedBy": { + "namespace": "nvd:cpe", + "cpes": [ + "cpe:2.3:a:golang:go:1.19:-:*:*:*:*:*:*" + ], + "Package": { + "name": "stdlib", + "version": "go1.19" + } + }, + "found": { + "vulnerabilityID": "CVE-2023-24537", + "versionConstraint": "< 1.19.8 || >= 1.20.0, < 1.20.3 (unknown)", + "cpes": [ + "cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*" + ] + } + } + ], + "artifact": { + "id": "02a169f9f93e1994", + "name": "stdlib", + "version": "go1.19", + "type": "go-module", + "locations": [], + "language": "go", + "licenses": [ + "BSD-3-Clause" + ], + "cpes": [ + "cpe:2.3:a:golang:go:1.19:-:*:*:*:*:*:*" + ], + "purl": "pkg:golang/stdlib@1.19", + "upstreams": [], + "metadataType": "GolangBinMetadata", + "metadata": { + "goCompiledVersion": "", + "architecture": "" + } + } + }, + { + "vulnerability": { + "id": "CVE-2023-24536", + "dataSource": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536", + "namespace": "nvd:cpe", + "severity": "High", + "urls": [ + "https://go.dev/cl/482075", + "https://go.dev/cl/482076", + "https://go.dev/cl/482077", + "https://go.dev/issue/59153", + "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", + "https://pkg.go.dev/vuln/GO-2023-1705", + "https://security.gentoo.org/glsa/202311-09", + "https://security.netapp.com/advisory/ntap-20230526-0007/" + ], + "description": "Multipart form parsing can consume large amounts of CPU and memory when processing form inputs containing very large numbers of parts. This stems from several causes: 1. mime/multipart.Reader.ReadForm limits the total memory a parsed multipart form can consume. ReadForm can undercount the amount of memory consumed, leading it to accept larger inputs than intended. 2. Limiting total memory does not account for increased pressure on the garbage collector from large numbers of small allocations in forms with many parts. 3. ReadForm can allocate a large number of short-lived buffers, further increasing pressure on the garbage collector. The combination of these factors can permit an attacker to cause an program that parses multipart forms to consume large amounts of CPU and memory, potentially resulting in a denial of service. This affects programs that use mime/multipart.Reader.ReadForm, as well as form parsing in the net/http package with the Request methods FormFile, FormValue, ParseMultipartForm, and PostFormValue. With fix, ReadForm now does a better job of estimating the memory consumption of parsed forms, and performs many fewer short-lived allocations. In addition, the fixed mime/multipart.Reader imposes the following limits on the size of parsed forms: 1. Forms parsed with ReadForm may contain no more than 1000 parts. This limit may be adjusted with the environment variable GODEBUG=multipartmaxparts=. 2. Form parts parsed with NextPart and NextRawPart may contain no more than 10,000 header fields. In addition, forms parsed with ReadForm may contain no more than 10,000 header fields across all parts. This limit may be adjusted with the environment variable GODEBUG=multipartmaxheaders=.", + "cvss": [ + { + "source": "nvd@nist.gov", + "type": "Primary", + "version": "3.1", + "vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", + "metrics": { + "baseScore": 7.5, + "exploitabilityScore": 3.9, + "impactScore": 3.6 + }, + "vendorMetadata": {} + } + ], + "fix": { + "versions": [], + "state": "unknown" + }, + "advisories": [] + }, + "relatedVulnerabilities": [], + "matchDetails": [ + { + "type": "cpe-match", + "matcher": "go-module-matcher", + "searchedBy": { + "namespace": "nvd:cpe", + "cpes": [ + "cpe:2.3:a:golang:go:1.19:-:*:*:*:*:*:*" + ], + "Package": { + "name": "stdlib", + "version": "go1.19" + } + }, + "found": { + "vulnerabilityID": "CVE-2023-24536", + "versionConstraint": "< 1.19.8 || >= 1.20.0, < 1.20.3 (unknown)", + "cpes": [ + "cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*" + ] + } + } + ], + "artifact": { + "id": "02a169f9f93e1994", + "name": "stdlib", + "version": "go1.19", + "type": "go-module", + "locations": [], + "language": "go", + "licenses": [ + "BSD-3-Clause" + ], + "cpes": [ + "cpe:2.3:a:golang:go:1.19:-:*:*:*:*:*:*" + ], + "purl": "pkg:golang/stdlib@1.19", + "upstreams": [], + "metadataType": "GolangBinMetadata", + "metadata": { + "goCompiledVersion": "", + "architecture": "" + } + } + }, + { + "vulnerability": { + "id": "CVE-2023-24534", + "dataSource": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534", + "namespace": "nvd:cpe", + "severity": "High", + "urls": [ + "https://go.dev/cl/481994", + "https://go.dev/issue/58975", + "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", + "https://pkg.go.dev/vuln/GO-2023-1704", + "https://security.gentoo.org/glsa/202311-09", + "https://security.netapp.com/advisory/ntap-20230526-0007/" + ], + "description": "HTTP and MIME header parsing can allocate large amounts of memory, even when parsing small inputs, potentially leading to a denial of service. Certain unusual patterns of input data can cause the common function used to parse HTTP and MIME headers to allocate substantially more memory than required to hold the parsed headers. An attacker can exploit this behavior to cause an HTTP server to allocate large amounts of memory from a small request, potentially leading to memory exhaustion and a denial of service. With fix, header parsing now correctly allocates only the memory required to hold parsed headers.", + "cvss": [ + { + "source": "nvd@nist.gov", + "type": "Primary", + "version": "3.1", + "vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", + "metrics": { + "baseScore": 7.5, + "exploitabilityScore": 3.9, + "impactScore": 3.6 + }, + "vendorMetadata": {} + } + ], + "fix": { + "versions": [], + "state": "unknown" + }, + "advisories": [] + }, + "relatedVulnerabilities": [], + "matchDetails": [ + { + "type": "cpe-match", + "matcher": "go-module-matcher", + "searchedBy": { + "namespace": "nvd:cpe", + "cpes": [ + "cpe:2.3:a:golang:go:1.19:-:*:*:*:*:*:*" + ], + "Package": { + "name": "stdlib", + "version": "go1.19" + } + }, + "found": { + "vulnerabilityID": "CVE-2023-24534", + "versionConstraint": "< 1.19.8 || >= 1.20.0, < 1.20.3 (unknown)", + "cpes": [ + "cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*" + ] + } + } + ], + "artifact": { + "id": "02a169f9f93e1994", + "name": "stdlib", + "version": "go1.19", + "type": "go-module", + "locations": [], + "language": "go", + "licenses": [ + "BSD-3-Clause" + ], + "cpes": [ + "cpe:2.3:a:golang:go:1.19:-:*:*:*:*:*:*" + ], + "purl": "pkg:golang/stdlib@1.19", + "upstreams": [], + "metadataType": "GolangBinMetadata", + "metadata": { + "goCompiledVersion": "", + "architecture": "" + } + } + }, + { + "vulnerability": { + "id": "CVE-2022-41725", + "dataSource": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725", + "namespace": "nvd:cpe", + "severity": "High", + "urls": [ + "https://go.dev/cl/468124", + "https://go.dev/issue/58006", + "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E", + "https://pkg.go.dev/vuln/GO-2023-1569", + "https://security.gentoo.org/glsa/202311-09" + ], + "description": "A denial of service is possible from excessive resource consumption in net/http and mime/multipart. Multipart form parsing with mime/multipart.Reader.ReadForm can consume largely unlimited amounts of memory and disk files. This also affects form parsing in the net/http package with the Request methods FormFile, FormValue, ParseMultipartForm, and PostFormValue. ReadForm takes a maxMemory parameter, and is documented as storing \"up to maxMemory bytes +10MB (reserved for non-file parts) in memory\". File parts which cannot be stored in memory are stored on disk in temporary files. The unconfigurable 10MB reserved for non-file parts is excessively large and can potentially open a denial of service vector on its own. However, ReadForm did not properly account for all memory consumed by a parsed form, such as map entry overhead, part names, and MIME headers, permitting a maliciously crafted form to consume well over 10MB. In addition, ReadForm contained no limit on the number of disk files created, permitting a relatively small request body to create a large number of disk temporary files. With fix, ReadForm now properly accounts for various forms of memory overhead, and should now stay within its documented limit of 10MB + maxMemory bytes of memory consumption. Users should still be aware that this limit is high and may still be hazardous. In addition, ReadForm now creates at most one on-disk temporary file, combining multiple form parts into a single temporary file. The mime/multipart.File interface type's documentation states, \"If stored on disk, the File's underlying concrete type will be an *os.File.\". This is no longer the case when a form contains more than one file part, due to this coalescing of parts into a single file. The previous behavior of using distinct files for each form part may be reenabled with the environment variable GODEBUG=multipartfiles=distinct. Users should be aware that multipart.ReadForm and the http.Request methods that call it do not limit the amount of disk consumed by temporary files. Callers can limit the size of form data with http.MaxBytesReader.", + "cvss": [ + { + "source": "nvd@nist.gov", + "type": "Primary", + "version": "3.1", + "vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", + "metrics": { + "baseScore": 7.5, + "exploitabilityScore": 3.9, + "impactScore": 3.6 + }, + "vendorMetadata": {} + } + ], + "fix": { + "versions": [], + "state": "unknown" + }, + "advisories": [] + }, + "relatedVulnerabilities": [], + "matchDetails": [ + { + "type": "cpe-match", + "matcher": "go-module-matcher", + "searchedBy": { + "namespace": "nvd:cpe", + "cpes": [ + "cpe:2.3:a:golang:go:1.19:-:*:*:*:*:*:*" + ], + "Package": { + "name": "stdlib", + "version": "go1.19" + } + }, + "found": { + "vulnerabilityID": "CVE-2022-41725", + "versionConstraint": "< 1.19.6 || = 1.20.0 || = 1.20.0-rc1 || = 1.20.0-rc2 || = 1.20.0-rc3 (unknown)", + "cpes": [ + "cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*" + ] + } + } + ], + "artifact": { + "id": "02a169f9f93e1994", + "name": "stdlib", + "version": "go1.19", + "type": "go-module", + "locations": [], + "language": "go", + "licenses": [ + "BSD-3-Clause" + ], + "cpes": [ + "cpe:2.3:a:golang:go:1.19:-:*:*:*:*:*:*" + ], + "purl": "pkg:golang/stdlib@1.19", + "upstreams": [], + "metadataType": "GolangBinMetadata", + "metadata": { + "goCompiledVersion": "", + "architecture": "" + } + } + }, + { + "vulnerability": { + "id": "CVE-2022-41724", + "dataSource": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724", + "namespace": "nvd:cpe", + "severity": "High", + "urls": [ + "https://go.dev/cl/468125", + "https://go.dev/issue/58001", + "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E", + "https://pkg.go.dev/vuln/GO-2023-1570", + "https://security.gentoo.org/glsa/202311-09" + ], + "description": "Large handshake records may cause panics in crypto/tls. Both clients and servers may send large TLS handshake records which cause servers and clients, respectively, to panic when attempting to construct responses. This affects all TLS 1.3 clients, TLS 1.2 clients which explicitly enable session resumption (by setting Config.ClientSessionCache to a non-nil value), and TLS 1.3 servers which request client certificates (by setting Config.ClientAuth >= RequestClientCert).", + "cvss": [ + { + "source": "nvd@nist.gov", + "type": "Primary", + "version": "3.1", + "vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", + "metrics": { + "baseScore": 7.5, + "exploitabilityScore": 3.9, + "impactScore": 3.6 + }, + "vendorMetadata": {} + } + ], + "fix": { + "versions": [], + "state": "unknown" + }, + "advisories": [] + }, + "relatedVulnerabilities": [], + "matchDetails": [ + { + "type": "cpe-match", + "matcher": "go-module-matcher", + "searchedBy": { + "namespace": "nvd:cpe", + "cpes": [ + "cpe:2.3:a:golang:go:1.19:-:*:*:*:*:*:*" + ], + "Package": { + "name": "stdlib", + "version": "go1.19" + } + }, + "found": { + "vulnerabilityID": "CVE-2022-41724", + "versionConstraint": "< 1.19.6 || = 1.20.0 || = 1.20.0-rc1 || = 1.20.0-rc2 || = 1.20.0-rc3 (unknown)", + "cpes": [ + "cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*" + ] + } + } + ], + "artifact": { + "id": "02a169f9f93e1994", + "name": "stdlib", + "version": "go1.19", + "type": "go-module", + "locations": [], + "language": "go", + "licenses": [ + "BSD-3-Clause" + ], + "cpes": [ + "cpe:2.3:a:golang:go:1.19:-:*:*:*:*:*:*" + ], + "purl": "pkg:golang/stdlib@1.19", + "upstreams": [], + "metadataType": "GolangBinMetadata", + "metadata": { + "goCompiledVersion": "", + "architecture": "" + } + } + }, + { + "vulnerability": { + "id": "CVE-2022-41723", + "dataSource": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723", + "namespace": "nvd:cpe", + "severity": "High", + "urls": [ + "https://go.dev/cl/468135", + "https://go.dev/cl/468295", + "https://go.dev/issue/57855", + "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E", + "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4BUK2ZIAGCULOOYDNH25JPU6JBES5NF2/", + "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4MA5XS5DAOJ5PKKNG5TUXKPQOFHT5VBC/", + "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/REMHVVIBDNKSRKNOTV7EQSB7CYQWOUOU/", + "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RGW7GE2Z32ZT47UFAQFDRQE33B7Q7LMT/", + "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RLBQ3A7ROLEQXQLXFDLNJ7MYPKG5GULE/", + "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/T7N5GV4CHH6WAGX3GFMDD3COEOVCZ4RI/", + "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XX3IMUTZKRQ73PBZM4E2JP4BKYH4C6XE/", + "https://pkg.go.dev/vuln/GO-2023-1571", + "https://security.gentoo.org/glsa/202311-09", + "https://www.couchbase.com/alerts/" + ], + "description": "A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of small requests.", + "cvss": [ + { + "source": "nvd@nist.gov", + "type": "Primary", + "version": "3.1", + "vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", + "metrics": { + "baseScore": 7.5, + "exploitabilityScore": 3.9, + "impactScore": 3.6 + }, + "vendorMetadata": {} + } + ], + "fix": { + "versions": [], + "state": "unknown" + }, + "advisories": [] + }, + "relatedVulnerabilities": [], + "matchDetails": [ + { + "type": "cpe-match", + "matcher": "go-module-matcher", + "searchedBy": { + "namespace": "nvd:cpe", + "cpes": [ + "cpe:2.3:a:golang:go:1.19:-:*:*:*:*:*:*" + ], + "Package": { + "name": "stdlib", + "version": "go1.19" + } + }, + "found": { + "vulnerabilityID": "CVE-2022-41723", + "versionConstraint": "< 1.19.6 || = 1.20.0 (unknown)", + "cpes": [ + "cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*" + ] + } + } + ], + "artifact": { + "id": "02a169f9f93e1994", + "name": "stdlib", + "version": "go1.19", + "type": "go-module", + "locations": [], + "language": "go", + "licenses": [ + "BSD-3-Clause" + ], + "cpes": [ + "cpe:2.3:a:golang:go:1.19:-:*:*:*:*:*:*" + ], + "purl": "pkg:golang/stdlib@1.19", + "upstreams": [], + "metadataType": "GolangBinMetadata", + "metadata": { + "goCompiledVersion": "", + "architecture": "" + } + } + }, + { + "vulnerability": { + "id": "CVE-2022-41722", + "dataSource": "https://nvd.nist.gov/vuln/detail/CVE-2022-41722", + "namespace": "nvd:cpe", + "severity": "High", + "urls": [ + "https://go.dev/cl/468123", + "https://go.dev/issue/57274", + "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E", + "https://pkg.go.dev/vuln/GO-2023-1568" + ], + "description": "A path traversal vulnerability exists in filepath.Clean on Windows. On Windows, the filepath.Clean function could transform an invalid path such as \"a/../c:/b\" into the valid path \"c:\\b\". This transformation of a relative (if invalid) path into an absolute path could enable a directory traversal attack. After fix, the filepath.Clean function transforms this path into the relative (but still invalid) path \".\\c:\\b\".", + "cvss": [ + { + "source": "nvd@nist.gov", + "type": "Primary", + "version": "3.1", + "vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", + "metrics": { + "baseScore": 7.5, + "exploitabilityScore": 3.9, + "impactScore": 3.6 + }, + "vendorMetadata": {} + } + ], + "fix": { + "versions": [], + "state": "unknown" + }, + "advisories": [] + }, + "relatedVulnerabilities": [], + "matchDetails": [ + { + "type": "cpe-match", + "matcher": "go-module-matcher", + "searchedBy": { + "namespace": "nvd:cpe", + "cpes": [ + "cpe:2.3:a:golang:go:1.19:-:*:*:*:*:*:*" + ], + "Package": { + "name": "stdlib", + "version": "go1.19" + } + }, + "found": { + "vulnerabilityID": "CVE-2022-41722", + "versionConstraint": "< 1.19.6 || = 1.20.0 (unknown)", + "cpes": [ + "cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*" + ] + } + } + ], + "artifact": { + "id": "02a169f9f93e1994", + "name": "stdlib", + "version": "go1.19", + "type": "go-module", + "locations": [], + "language": "go", + "licenses": [ + "BSD-3-Clause" + ], + "cpes": [ + "cpe:2.3:a:golang:go:1.19:-:*:*:*:*:*:*" + ], + "purl": "pkg:golang/stdlib@1.19", + "upstreams": [], + "metadataType": "GolangBinMetadata", + "metadata": { + "goCompiledVersion": "", + "architecture": "" + } + } + }, + { + "vulnerability": { + "id": "CVE-2022-41720", + "dataSource": "https://nvd.nist.gov/vuln/detail/CVE-2022-41720", + "namespace": "nvd:cpe", + "severity": "High", + "urls": [ + "https://go.dev/cl/455716", + "https://go.dev/issue/56694", + "https://groups.google.com/g/golang-announce/c/L_3rmdT0BMU/m/yZDrXjIiBQAJ", + "https://pkg.go.dev/vuln/GO-2022-1143" + ], + "description": "On Windows, restricted files can be accessed via os.DirFS and http.Dir. The os.DirFS function and http.Dir type provide access to a tree of files rooted at a given directory. These functions permit access to Windows device files under that root. For example, os.DirFS(\"C:/tmp\").Open(\"COM1\") opens the COM1 device. Both os.DirFS and http.Dir only provide read-only filesystem access. In addition, on Windows, an os.DirFS for the directory (the root of the current drive) can permit a maliciously crafted path to escape from the drive and access any path on the system. With fix applied, the behavior of os.DirFS(\"\") has changed. Previously, an empty root was treated equivalently to \"/\", so os.DirFS(\"\").Open(\"tmp\") would open the path \"/tmp\". This now returns an error.", + "cvss": [ + { + "source": "nvd@nist.gov", + "type": "Primary", + "version": "3.1", + "vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", + "metrics": { + "baseScore": 7.5, + "exploitabilityScore": 3.9, + "impactScore": 3.6 + }, + "vendorMetadata": {} + } + ], + "fix": { + "versions": [], + "state": "unknown" + }, + "advisories": [] + }, + "relatedVulnerabilities": [], + "matchDetails": [ + { + "type": "cpe-match", + "matcher": "go-module-matcher", + "searchedBy": { + "namespace": "nvd:cpe", + "cpes": [ + "cpe:2.3:a:golang:go:1.19:-:*:*:*:*:*:*" + ], + "Package": { + "name": "stdlib", + "version": "go1.19" + } + }, + "found": { + "vulnerabilityID": "CVE-2022-41720", + "versionConstraint": "< 1.18.9 || >= 1.19.0, < 1.19.4 (unknown)", + "cpes": [ + "cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*" + ] + } + } + ], + "artifact": { + "id": "02a169f9f93e1994", + "name": "stdlib", + "version": "go1.19", + "type": "go-module", + "locations": [], + "language": "go", + "licenses": [ + "BSD-3-Clause" + ], + "cpes": [ + "cpe:2.3:a:golang:go:1.19:-:*:*:*:*:*:*" + ], + "purl": "pkg:golang/stdlib@1.19", + "upstreams": [], + "metadataType": "GolangBinMetadata", + "metadata": { + "goCompiledVersion": "", + "architecture": "" + } + } + }, + { + "vulnerability": { + "id": "CVE-2022-41716", + "dataSource": "https://nvd.nist.gov/vuln/detail/CVE-2022-41716", + "namespace": "nvd:cpe", + "severity": "High", + "urls": [ + "https://go.dev/cl/446916", + "https://go.dev/issue/56284", + "https://groups.google.com/g/golang-announce/c/mbHY1UY3BaM/m/hSpmRzk-AgAJ", + "https://pkg.go.dev/vuln/GO-2022-1095" + ], + "description": "Due to unsanitized NUL values, attackers may be able to maliciously set environment variables on Windows. In syscall.StartProcess and os/exec.Cmd, invalid environment variable values containing NUL values are not properly checked for. A malicious environment variable value can exploit this behavior to set a value for a different environment variable. For example, the environment variable string \"A=B\\x00C=D\" sets the variables \"A=B\" and \"C=D\".", + "cvss": [ + { + "source": "nvd@nist.gov", + "type": "Primary", + "version": "3.1", + "vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", + "metrics": { + "baseScore": 7.5, + "exploitabilityScore": 3.9, + "impactScore": 3.6 + }, + "vendorMetadata": {} + } + ], + "fix": { + "versions": [], + "state": "unknown" + }, + "advisories": [] + }, + "relatedVulnerabilities": [], + "matchDetails": [ + { + "type": "cpe-match", + "matcher": "go-module-matcher", + "searchedBy": { + "namespace": "nvd:cpe", + "cpes": [ + "cpe:2.3:a:golang:go:1.19:-:*:*:*:*:*:*" + ], + "Package": { + "name": "stdlib", + "version": "go1.19" + } + }, + "found": { + "vulnerabilityID": "CVE-2022-41716", + "versionConstraint": "< 1.18.8 || >= 1.19.0, < 1.19.3 (unknown)", + "cpes": [ + "cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*" + ] + } + } + ], + "artifact": { + "id": "02a169f9f93e1994", + "name": "stdlib", + "version": "go1.19", + "type": "go-module", + "locations": [], + "language": "go", + "licenses": [ + "BSD-3-Clause" + ], + "cpes": [ + "cpe:2.3:a:golang:go:1.19:-:*:*:*:*:*:*" + ], + "purl": "pkg:golang/stdlib@1.19", + "upstreams": [], + "metadataType": "GolangBinMetadata", + "metadata": { + "goCompiledVersion": "", + "architecture": "" + } + } + }, + { + "vulnerability": { + "id": "CVE-2022-41715", + "dataSource": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715", + "namespace": "nvd:cpe", + "severity": "High", + "urls": [ + "https://go.dev/cl/439356", + "https://go.dev/issue/55949", + "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU", + "https://pkg.go.dev/vuln/GO-2022-1039", + "https://security.gentoo.org/glsa/202311-09" + ], + "description": "Programs which compile regular expressions from untrusted sources may be vulnerable to memory exhaustion or denial of service. The parsed regexp representation is linear in the size of the input, but in some cases the constant factor can be as high as 40,000, making relatively small regexps consume much larger amounts of memory. After fix, each regexp being parsed is limited to a 256 MB memory footprint. Regular expressions whose representation would use more space than that are rejected. Normal use of regular expressions is unaffected.", + "cvss": [ + { + "source": "nvd@nist.gov", + "type": "Primary", + "version": "3.1", + "vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", + "metrics": { + "baseScore": 7.5, + "exploitabilityScore": 3.9, + "impactScore": 3.6 + }, + "vendorMetadata": {} + } + ], + "fix": { + "versions": [], + "state": "unknown" + }, + "advisories": [] + }, + "relatedVulnerabilities": [], + "matchDetails": [ + { + "type": "cpe-match", + "matcher": "go-module-matcher", + "searchedBy": { + "namespace": "nvd:cpe", + "cpes": [ + "cpe:2.3:a:golang:go:1.19:-:*:*:*:*:*:*" + ], + "Package": { + "name": "stdlib", + "version": "go1.19" + } + }, + "found": { + "vulnerabilityID": "CVE-2022-41715", + "versionConstraint": "< 1.18.7 || >= 1.19.0, < 1.19.2 (unknown)", + "cpes": [ + "cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*" + ] + } + } + ], + "artifact": { + "id": "02a169f9f93e1994", + "name": "stdlib", + "version": "go1.19", + "type": "go-module", + "locations": [], + "language": "go", + "licenses": [ + "BSD-3-Clause" + ], + "cpes": [ + "cpe:2.3:a:golang:go:1.19:-:*:*:*:*:*:*" + ], + "purl": "pkg:golang/stdlib@1.19", + "upstreams": [], + "metadataType": "GolangBinMetadata", + "metadata": { + "goCompiledVersion": "", + "architecture": "" + } + } + }, + { + "vulnerability": { + "id": "CVE-2022-32190", + "dataSource": "https://nvd.nist.gov/vuln/detail/CVE-2022-32190", + "namespace": "nvd:cpe", + "severity": "High", + "urls": [ + "https://go.dev/cl/423514", + "https://go.dev/issue/54385", + "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s", + "https://pkg.go.dev/vuln/GO-2022-0988" + ], + "description": "JoinPath and URL.JoinPath do not remove ../ path elements appended to a relative path. For example, JoinPath(\"https://go.dev\", \"../go\") returns the URL \"https://go.dev/../go\", despite the JoinPath documentation stating that ../ path elements are removed from the result.", + "cvss": [ + { + "source": "nvd@nist.gov", + "type": "Primary", + "version": "3.1", + "vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", + "metrics": { + "baseScore": 7.5, + "exploitabilityScore": 3.9, + "impactScore": 3.6 + }, + "vendorMetadata": {} + } + ], + "fix": { + "versions": [], + "state": "unknown" + }, + "advisories": [] + }, + "relatedVulnerabilities": [], + "matchDetails": [ + { + "type": "cpe-match", + "matcher": "go-module-matcher", + "searchedBy": { + "namespace": "nvd:cpe", + "cpes": [ + "cpe:2.3:a:golang:go:1.19:-:*:*:*:*:*:*" + ], + "Package": { + "name": "stdlib", + "version": "go1.19" + } + }, + "found": { + "vulnerabilityID": "CVE-2022-32190", + "versionConstraint": "= 1.19.0 || = 1.19.0-beta1 || = 1.19.0-rc1 || = 1.19.0-rc2 (unknown)", + "cpes": [ + "cpe:2.3:a:golang:go:1.19.0:-:*:*:*:*:*:*" + ] + } + } + ], + "artifact": { + "id": "02a169f9f93e1994", + "name": "stdlib", + "version": "go1.19", + "type": "go-module", + "locations": [], + "language": "go", + "licenses": [ + "BSD-3-Clause" + ], + "cpes": [ + "cpe:2.3:a:golang:go:1.19:-:*:*:*:*:*:*" + ], + "purl": "pkg:golang/stdlib@1.19", + "upstreams": [], + "metadataType": "GolangBinMetadata", + "metadata": { + "goCompiledVersion": "", + "architecture": "" + } + } + }, + { + "vulnerability": { + "id": "CVE-2022-2880", + "dataSource": "https://nvd.nist.gov/vuln/detail/CVE-2022-2880", + "namespace": "nvd:cpe", + "severity": "High", + "urls": [ + "https://go.dev/cl/432976", + "https://go.dev/issue/54663", + "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU", + "https://pkg.go.dev/vuln/GO-2022-1038", + "https://security.gentoo.org/glsa/202311-09" + ], + "description": "Requests forwarded by ReverseProxy include the raw query parameters from the inbound request, including unparsable parameters rejected by net/http. This could permit query parameter smuggling when a Go proxy forwards a parameter with an unparsable value. After fix, ReverseProxy sanitizes the query parameters in the forwarded query when the outbound request's Form field is set after the ReverseProxy. Director function returns, indicating that the proxy has parsed the query parameters. Proxies which do not parse query parameters continue to forward the original query parameters unchanged.", + "cvss": [ + { + "source": "nvd@nist.gov", + "type": "Primary", + "version": "3.1", + "vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", + "metrics": { + "baseScore": 7.5, + "exploitabilityScore": 3.9, + "impactScore": 3.6 + }, + "vendorMetadata": {} + } + ], + "fix": { + "versions": [], + "state": "unknown" + }, + "advisories": [] + }, + "relatedVulnerabilities": [], + "matchDetails": [ + { + "type": "cpe-match", + "matcher": "go-module-matcher", + "searchedBy": { + "namespace": "nvd:cpe", + "cpes": [ + "cpe:2.3:a:golang:go:1.19:-:*:*:*:*:*:*" + ], + "Package": { + "name": "stdlib", + "version": "go1.19" + } + }, + "found": { + "vulnerabilityID": "CVE-2022-2880", + "versionConstraint": "< 1.18.7 || >= 1.19.0, < 1.19.2 (unknown)", + "cpes": [ + "cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*" + ] + } + } + ], + "artifact": { + "id": "02a169f9f93e1994", + "name": "stdlib", + "version": "go1.19", + "type": "go-module", + "locations": [], + "language": "go", + "licenses": [ + "BSD-3-Clause" + ], + "cpes": [ + "cpe:2.3:a:golang:go:1.19:-:*:*:*:*:*:*" + ], + "purl": "pkg:golang/stdlib@1.19", + "upstreams": [], + "metadataType": "GolangBinMetadata", + "metadata": { + "goCompiledVersion": "", + "architecture": "" + } + } + }, + { + "vulnerability": { + "id": "CVE-2022-2879", + "dataSource": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879", + "namespace": "nvd:cpe", + "severity": "High", + "urls": [ + "https://go.dev/cl/439355", + "https://go.dev/issue/54853", + "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU", + "https://pkg.go.dev/vuln/GO-2022-1037", + "https://security.gentoo.org/glsa/202311-09" + ], + "description": "Reader.Read does not set a limit on the maximum size of file headers. A maliciously crafted archive could cause Read to allocate unbounded amounts of memory, potentially causing resource exhaustion or panics. After fix, Reader.Read limits the maximum size of header blocks to 1 MiB.", + "cvss": [ + { + "source": "nvd@nist.gov", + "type": "Primary", + "version": "3.1", + "vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", + "metrics": { + "baseScore": 7.5, + "exploitabilityScore": 3.9, + "impactScore": 3.6 + }, + "vendorMetadata": {} + } + ], + "fix": { + "versions": [], + "state": "unknown" + }, + "advisories": [] + }, + "relatedVulnerabilities": [], + "matchDetails": [ + { + "type": "cpe-match", + "matcher": "go-module-matcher", + "searchedBy": { + "namespace": "nvd:cpe", + "cpes": [ + "cpe:2.3:a:golang:go:1.19:-:*:*:*:*:*:*" + ], + "Package": { + "name": "stdlib", + "version": "go1.19" + } + }, + "found": { + "vulnerabilityID": "CVE-2022-2879", + "versionConstraint": "< 1.18.7 || >= 1.19.0, < 1.19.2 (unknown)", + "cpes": [ + "cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*" + ] + } + } + ], + "artifact": { + "id": "02a169f9f93e1994", + "name": "stdlib", + "version": "go1.19", + "type": "go-module", + "locations": [], + "language": "go", + "licenses": [ + "BSD-3-Clause" + ], + "cpes": [ + "cpe:2.3:a:golang:go:1.19:-:*:*:*:*:*:*" + ], + "purl": "pkg:golang/stdlib@1.19", + "upstreams": [], + "metadataType": "GolangBinMetadata", + "metadata": { + "goCompiledVersion": "", + "architecture": "" + } + } + }, + { + "vulnerability": { + "id": "CVE-2022-27664", + "dataSource": "https://nvd.nist.gov/vuln/detail/CVE-2022-27664", + "namespace": "nvd:cpe", + "severity": "High", + "urls": [ + "https://groups.google.com/g/golang-announce", + "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s", + "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/JXKTHIGE5F576MAPFYCIJXNRGBSPISUF/", + "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/TXS2OQ57KZC5XZKK5UW4SYKPVQAHIOJX/", + "https://security.gentoo.org/glsa/202209-26", + "https://security.netapp.com/advisory/ntap-20220923-0004/" + ], + "description": "In net/http in Go before 1.18.6 and 1.19.x before 1.19.1, attackers can cause a denial of service because an HTTP/2 connection can hang during closing if shutdown were preempted by a fatal error.", + "cvss": [ + { + "source": "nvd@nist.gov", + "type": "Primary", + "version": "3.1", + "vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", + "metrics": { + "baseScore": 7.5, + "exploitabilityScore": 3.9, + "impactScore": 3.6 + }, + "vendorMetadata": {} + } + ], + "fix": { + "versions": [], + "state": "unknown" + }, + "advisories": [] + }, + "relatedVulnerabilities": [], + "matchDetails": [ + { + "type": "cpe-match", + "matcher": "go-module-matcher", + "searchedBy": { + "namespace": "nvd:cpe", + "cpes": [ + "cpe:2.3:a:golang:go:1.19:-:*:*:*:*:*:*" + ], + "Package": { + "name": "stdlib", + "version": "go1.19" + } + }, + "found": { + "vulnerabilityID": "CVE-2022-27664", + "versionConstraint": "< 1.18.6 || = 1.19.0 (unknown)", + "cpes": [ + "cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*", + "cpe:2.3:a:golang:go:1.19.0:*:*:*:*:*:*:*" + ] + } + } + ], + "artifact": { + "id": "02a169f9f93e1994", + "name": "stdlib", + "version": "go1.19", + "type": "go-module", + "locations": [], + "language": "go", + "licenses": [ + "BSD-3-Clause" + ], + "cpes": [ + "cpe:2.3:a:golang:go:1.19:-:*:*:*:*:*:*" + ], + "purl": "pkg:golang/stdlib@1.19", + "upstreams": [], + "metadataType": "GolangBinMetadata", + "metadata": { + "goCompiledVersion": "", + "architecture": "" + } + } + }, + { + "vulnerability": { + "id": "CVE-2023-45284", + "dataSource": "https://nvd.nist.gov/vuln/detail/CVE-2023-45284", + "namespace": "nvd:cpe", + "severity": "Medium", + "urls": [ + "https://go.dev/cl/540277", + "https://go.dev/issue/63713", + "https://groups.google.com/g/golang-announce/c/4tU8LZfBFkY", + "https://pkg.go.dev/vuln/GO-2023-2186" + ], + "description": "On Windows, The IsLocal function does not correctly detect reserved device names in some cases. Reserved names followed by spaces, such as \"COM1 \", and reserved names \"COM\" and \"LPT\" followed by superscript 1, 2, or 3, are incorrectly reported as local. With fix, IsLocal now correctly reports these names as non-local.", + "cvss": [ + { + "source": "nvd@nist.gov", + "type": "Primary", + "version": "3.1", + "vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", + "metrics": { + "baseScore": 5.3, + "exploitabilityScore": 3.9, + "impactScore": 1.4 + }, + "vendorMetadata": {} + } + ], + "fix": { + "versions": [], + "state": "unknown" + }, + "advisories": [] + }, + "relatedVulnerabilities": [], + "matchDetails": [ + { + "type": "cpe-match", + "matcher": "go-module-matcher", + "searchedBy": { + "namespace": "nvd:cpe", + "cpes": [ + "cpe:2.3:a:golang:go:1.19:-:*:*:*:*:*:*" + ], + "Package": { + "name": "stdlib", + "version": "go1.19" + } + }, + "found": { + "vulnerabilityID": "CVE-2023-45284", + "versionConstraint": "< 1.20.11 || >= 1.21.0-0, < 1.21.4 (unknown)", + "cpes": [ + "cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*" + ] + } + } + ], + "artifact": { + "id": "02a169f9f93e1994", + "name": "stdlib", + "version": "go1.19", + "type": "go-module", + "locations": [], + "language": "go", + "licenses": [ + "BSD-3-Clause" + ], + "cpes": [ + "cpe:2.3:a:golang:go:1.19:-:*:*:*:*:*:*" + ], + "purl": "pkg:golang/stdlib@1.19", + "upstreams": [], + "metadataType": "GolangBinMetadata", + "metadata": { + "goCompiledVersion": "", + "architecture": "" + } + } + }, + { + "vulnerability": { + "id": "CVE-2023-39326", + "dataSource": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326", + "namespace": "nvd:cpe", + "severity": "Medium", + "urls": [ + "https://go.dev/cl/547335", + "https://go.dev/issue/64433", + "https://groups.google.com/g/golang-dev/c/6ypN5EjibjM/m/KmLVYH_uAgAJ", + "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UIU6HOGV6RRIKWM57LOXQA75BGZSIH6G/", + "https://pkg.go.dev/vuln/GO-2023-2382" + ], + "description": "A malicious HTTP sender can use chunk extensions to cause a receiver reading from a request or response body to read many more bytes from the network than are in the body. A malicious HTTP client can further exploit this to cause a server to automatically read a large amount of data (up to about 1GiB) when a handler fails to read the entire body of a request. Chunk extensions are a little-used HTTP feature which permit including additional metadata in a request or response body sent using the chunked encoding. The net/http chunked encoding reader discards this metadata. A sender can exploit this by inserting a large metadata segment with each byte transferred. The chunk reader now produces an error if the ratio of real body to encoded bytes grows too small.", + "cvss": [ + { + "source": "nvd@nist.gov", + "type": "Primary", + "version": "3.1", + "vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", + "metrics": { + "baseScore": 5.3, + "exploitabilityScore": 3.9, + "impactScore": 1.4 + }, + "vendorMetadata": {} + } + ], + "fix": { + "versions": [], + "state": "unknown" + }, + "advisories": [] + }, + "relatedVulnerabilities": [], + "matchDetails": [ + { + "type": "cpe-match", + "matcher": "go-module-matcher", + "searchedBy": { + "namespace": "nvd:cpe", + "cpes": [ + "cpe:2.3:a:golang:go:1.19:-:*:*:*:*:*:*" + ], + "Package": { + "name": "stdlib", + "version": "go1.19" + } + }, + "found": { + "vulnerabilityID": "CVE-2023-39326", + "versionConstraint": "< 1.20.12 || >= 1.21.0-0, < 1.21.5 (unknown)", + "cpes": [ + "cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*" + ] + } + } + ], + "artifact": { + "id": "02a169f9f93e1994", + "name": "stdlib", + "version": "go1.19", + "type": "go-module", + "locations": [], + "language": "go", + "licenses": [ + "BSD-3-Clause" + ], + "cpes": [ + "cpe:2.3:a:golang:go:1.19:-:*:*:*:*:*:*" + ], + "purl": "pkg:golang/stdlib@1.19", + "upstreams": [], + "metadataType": "GolangBinMetadata", + "metadata": { + "goCompiledVersion": "", + "architecture": "" + } + } + }, + { + "vulnerability": { + "id": "CVE-2023-39319", + "dataSource": "https://nvd.nist.gov/vuln/detail/CVE-2023-39319", + "namespace": "nvd:cpe", + "severity": "Medium", + "urls": [ + "https://go.dev/cl/526157", + "https://go.dev/issue/62197", + "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ", + "https://pkg.go.dev/vuln/GO-2023-2043", + "https://security.gentoo.org/glsa/202311-09", + "https://security.netapp.com/advisory/ntap-20231020-0009/" + ], + "description": "The html/template package does not apply the proper rules for handling occurrences of \" contexts. This may cause the template parser to improperly consider script contexts to be terminated early, causing actions to be improperly escaped. This could be leveraged to perform an XSS attack.", + "cvss": [ + { + "source": "nvd@nist.gov", + "type": "Primary", + "version": "3.1", + "vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", + "metrics": { + "baseScore": 6.1, + "exploitabilityScore": 2.8, + "impactScore": 2.7 + }, + "vendorMetadata": {} + } + ], + "fix": { + "versions": [], + "state": "unknown" + }, + "advisories": [] + }, + "relatedVulnerabilities": [], + "matchDetails": [ + { + "type": "cpe-match", + "matcher": "go-module-matcher", + "searchedBy": { + "namespace": "nvd:cpe", + "cpes": [ + "cpe:2.3:a:golang:go:1.19:-:*:*:*:*:*:*" + ], + "Package": { + "name": "stdlib", + "version": "go1.19" + } + }, + "found": { + "vulnerabilityID": "CVE-2023-39319", + "versionConstraint": "< 1.20.8 || >= 1.21.0, < 1.21.1 (unknown)", + "cpes": [ + "cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*" + ] + } + } + ], + "artifact": { + "id": "02a169f9f93e1994", + "name": "stdlib", + "version": "go1.19", + "type": "go-module", + "locations": [], + "language": "go", + "licenses": [ + "BSD-3-Clause" + ], + "cpes": [ + "cpe:2.3:a:golang:go:1.19:-:*:*:*:*:*:*" + ], + "purl": "pkg:golang/stdlib@1.19", + "upstreams": [], + "metadataType": "GolangBinMetadata", + "metadata": { + "goCompiledVersion": "", + "architecture": "" + } + } + }, + { + "vulnerability": { + "id": "CVE-2023-39318", + "dataSource": "https://nvd.nist.gov/vuln/detail/CVE-2023-39318", + "namespace": "nvd:cpe", + "severity": "Medium", + "urls": [ + "https://go.dev/cl/526156", + "https://go.dev/issue/62196", + "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ", + "https://pkg.go.dev/vuln/GO-2023-2041", + "https://security.gentoo.org/glsa/202311-09", + "https://security.netapp.com/advisory/ntap-20231020-0009/" + ], + "description": "The html/template package does not properly handle HTML-like \"\" comment tokens, nor hashbang \"#!\" comment tokens, in