Action not permitted
Modal body text goes here.
Modal Title
Modal Body
cve-2023-45283
Vulnerability from cvelistv5
Vendor | Product | Version | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
▼ | Go standard library | path/filepath |
Version: 0 ≤ Version: 1.21.0-0 ≤ |
|||||||||||
|
{ containers: { adp: [ { providerMetadata: { dateUpdated: "2024-08-02T20:21:15.278Z", orgId: "af854a3a-2127-422b-91ae-364da2661108", shortName: "CVE", }, references: [ { tags: [ "x_transferred", ], url: "https://go.dev/issue/63713", }, { tags: [ "x_transferred", ], url: "https://go.dev/cl/540277", }, { tags: [ "x_transferred", ], url: "https://groups.google.com/g/golang-announce/c/4tU8LZfBFkY", }, { tags: [ "x_transferred", ], url: "https://go.dev/issue/64028", }, { tags: [ "x_transferred", ], url: "https://go.dev/cl/541175", }, { tags: [ "x_transferred", ], url: "https://groups.google.com/g/golang-dev/c/6ypN5EjibjM/m/KmLVYH_uAgAJ", }, { tags: [ "x_transferred", ], url: "https://pkg.go.dev/vuln/GO-2023-2185", }, { tags: [ "x_transferred", ], url: "http://www.openwall.com/lists/oss-security/2023/12/05/2", }, { tags: [ "x_transferred", ], url: "https://security.netapp.com/advisory/ntap-20231214-0008/", }, ], title: "CVE Program Container", }, ], cna: { affected: [ { collectionURL: "https://pkg.go.dev", defaultStatus: "unaffected", packageName: "path/filepath", platforms: [ "windows", ], product: "path/filepath", programRoutines: [ { name: "Clean", }, { name: "volumeNameLen", }, { name: "join", }, { name: "Abs", }, { name: "Base", }, { name: "Dir", }, { name: "EvalSymlinks", }, { name: "Glob", }, { name: "IsLocal", }, { name: "Join", }, { name: "Rel", }, { name: "Split", }, { name: "VolumeName", }, { name: "Walk", }, { name: "WalkDir", }, ], vendor: "Go standard library", versions: [ { lessThan: "1.20.11", status: "affected", version: "0", versionType: "semver", }, { lessThan: "1.21.4", status: "affected", version: "1.21.0-0", versionType: "semver", }, ], }, { collectionURL: "https://pkg.go.dev", defaultStatus: "unaffected", packageName: "internal/safefilepath", platforms: [ "windows", ], product: "internal/safefilepath", programRoutines: [ { name: "fromFS", }, { name: "FromFS", }, ], vendor: "Go standard library", versions: [ { lessThan: "1.20.11", status: "affected", version: "0", versionType: "semver", }, { lessThan: "1.21.4", status: "affected", version: "1.21.0-0", versionType: "semver", }, ], }, { collectionURL: "https://pkg.go.dev", defaultStatus: "unaffected", packageName: "path/filepath", platforms: [ "windows", ], product: "path/filepath", programRoutines: [ { name: "volumeNameLen", }, { name: "Abs", }, { name: "Base", }, { name: "Clean", }, { name: "Dir", }, { name: "EvalSymlinks", }, { name: "Glob", }, { name: "IsLocal", }, { name: "Join", }, { name: "Rel", }, { name: "Split", }, { name: "VolumeName", }, { name: "Walk", }, { name: "WalkDir", }, ], vendor: "Go standard library", versions: [ { lessThan: "1.20.12", status: "affected", version: "1.20.11", versionType: "semver", }, { lessThan: "1.21.5", status: "affected", version: "1.21.4", versionType: "semver", }, ], }, ], descriptions: [ { lang: "en", value: "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.", }, ], problemTypes: [ { descriptions: [ { description: "CWE-41: Improper Resolution of Path Equivalence", lang: "en", }, ], }, ], providerMetadata: { dateUpdated: "2023-12-14T10:06:32.436Z", orgId: "1bb62c36-49e3-4200-9d77-64a1400537cc", shortName: "Go", }, references: [ { url: "https://go.dev/issue/63713", }, { url: "https://go.dev/cl/540277", }, { url: "https://groups.google.com/g/golang-announce/c/4tU8LZfBFkY", }, { url: "https://go.dev/issue/64028", }, { url: "https://go.dev/cl/541175", }, { url: "https://groups.google.com/g/golang-dev/c/6ypN5EjibjM/m/KmLVYH_uAgAJ", }, { url: "https://pkg.go.dev/vuln/GO-2023-2185", }, { url: "http://www.openwall.com/lists/oss-security/2023/12/05/2", }, { url: "https://security.netapp.com/advisory/ntap-20231214-0008/", }, ], title: "Insecure parsing of Windows paths with a \\??\\ prefix in path/filepath", }, }, cveMetadata: { assignerOrgId: "1bb62c36-49e3-4200-9d77-64a1400537cc", assignerShortName: "Go", cveId: "CVE-2023-45283", datePublished: "2023-11-09T16:30:12.395Z", dateReserved: "2023-10-06T17:06:26.220Z", dateUpdated: "2025-02-13T17:13:59.471Z", state: "PUBLISHED", }, dataType: "CVE_RECORD", dataVersion: "5.1", "vulnerability-lookup:meta": { nvd: "{\"cve\":{\"id\":\"CVE-2023-45283\",\"sourceIdentifier\":\"security@golang.org\",\"published\":\"2023-11-09T17:15:08.757\",\"lastModified\":\"2024-11-21T08:26:41.567\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"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.\"},{\"lang\":\"es\",\"value\":\"El paquete filepath no reconoce las rutas con el prefijo \\\\??\\\\ como especiales. En Windows, una ruta que comienza con \\\\??\\\\ es una ruta de dispositivo local raíz equivalente a una ruta que comienza con \\\\\\\\?\\\\. Se pueden utilizar rutas con un prefijo \\\\??\\\\ para acceder a ubicaciones arbitrarias en el sistema. Por ejemplo, la ruta \\\\??\\\\c:\\\\x es equivalente a la ruta más común c:\\\\x. Antes de la solución, Clean podía convertir una ruta raíz como \\\\a\\\\..\\\\??\\\\b en la ruta raíz del dispositivo local \\\\??\\\\b. Clean ahora convertirá esto a .\\\\??\\\\b. De manera similar, Join(\\\\, ??, b) podría convertir una secuencia aparentemente inocente de elementos de ruta en la ruta del dispositivo local raíz \\\\??\\\\b. Unirse ahora convertirá esto a \\\\.\\\\??\\\\b. Además, con la solución, IsAbs ahora informa correctamente las rutas que comienzan con \\\\??\\\\ como absolutas, y VolumeName informa correctamente el prefijo \\\\??\\\\ como nombre de volumen.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-22\"}]}],\"configurations\":[{\"operator\":\"AND\",\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"1.20.11\",\"matchCriteriaId\":\"C1E7C289-7484-4AA8-A96B-07D2E2933258\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"1.21.0-0\",\"versionEndExcluding\":\"1.21.4\",\"matchCriteriaId\":\"4E3FC16C-41B2-4900-901F-48BDA3DC9ED2\"}]},{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":false,\"criteria\":\"cpe:2.3:o:microsoft:windows:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"A2572D17-1DE6-457B-99CC-64AFD54487EA\"}]}]}],\"references\":[{\"url\":\"http://www.openwall.com/lists/oss-security/2023/12/05/2\",\"source\":\"security@golang.org\"},{\"url\":\"https://go.dev/cl/540277\",\"source\":\"security@golang.org\",\"tags\":[\"Issue Tracking\",\"Vendor Advisory\"]},{\"url\":\"https://go.dev/cl/541175\",\"source\":\"security@golang.org\"},{\"url\":\"https://go.dev/issue/63713\",\"source\":\"security@golang.org\",\"tags\":[\"Issue Tracking\",\"Vendor Advisory\"]},{\"url\":\"https://go.dev/issue/64028\",\"source\":\"security@golang.org\"},{\"url\":\"https://groups.google.com/g/golang-announce/c/4tU8LZfBFkY\",\"source\":\"security@golang.org\",\"tags\":[\"Issue Tracking\",\"Mailing List\",\"Vendor Advisory\"]},{\"url\":\"https://groups.google.com/g/golang-dev/c/6ypN5EjibjM/m/KmLVYH_uAgAJ\",\"source\":\"security@golang.org\"},{\"url\":\"https://pkg.go.dev/vuln/GO-2023-2185\",\"source\":\"security@golang.org\",\"tags\":[\"Issue Tracking\",\"Vendor Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20231214-0008/\",\"source\":\"security@golang.org\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2023/12/05/2\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://go.dev/cl/540277\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Issue Tracking\",\"Vendor Advisory\"]},{\"url\":\"https://go.dev/cl/541175\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://go.dev/issue/63713\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Issue Tracking\",\"Vendor Advisory\"]},{\"url\":\"https://go.dev/issue/64028\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://groups.google.com/g/golang-announce/c/4tU8LZfBFkY\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Issue Tracking\",\"Mailing List\",\"Vendor Advisory\"]},{\"url\":\"https://groups.google.com/g/golang-dev/c/6ypN5EjibjM/m/KmLVYH_uAgAJ\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://pkg.go.dev/vuln/GO-2023-2185\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Issue Tracking\",\"Vendor Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20231214-0008/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}", }, }
fkie_cve-2023-45283
Vulnerability from fkie_nvd
{ configurations: [ { nodes: [ { cpeMatch: [ { criteria: "cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*", matchCriteriaId: "C1E7C289-7484-4AA8-A96B-07D2E2933258", versionEndExcluding: "1.20.11", vulnerable: true, }, { criteria: "cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*", matchCriteriaId: "4E3FC16C-41B2-4900-901F-48BDA3DC9ED2", versionEndExcluding: "1.21.4", versionStartIncluding: "1.21.0-0", vulnerable: true, }, ], negate: false, operator: "OR", }, { cpeMatch: [ { criteria: "cpe:2.3:o:microsoft:windows:-:*:*:*:*:*:*:*", matchCriteriaId: "A2572D17-1DE6-457B-99CC-64AFD54487EA", vulnerable: false, }, ], negate: false, operator: "OR", }, ], operator: "AND", }, ], cveTags: [], descriptions: [ { lang: "en", value: "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.", }, { lang: "es", value: "El paquete filepath no reconoce las rutas con el prefijo \\??\\ como especiales. En Windows, una ruta que comienza con \\??\\ es una ruta de dispositivo local raíz equivalente a una ruta que comienza con \\\\?\\. Se pueden utilizar rutas con un prefijo \\??\\ para acceder a ubicaciones arbitrarias en el sistema. Por ejemplo, la ruta \\??\\c:\\x es equivalente a la ruta más común c:\\x. Antes de la solución, Clean podía convertir una ruta raíz como \\a\\..\\??\\b en la ruta raíz del dispositivo local \\??\\b. Clean ahora convertirá esto a .\\??\\b. De manera similar, Join(\\, ??, b) podría convertir una secuencia aparentemente inocente de elementos de ruta en la ruta del dispositivo local raíz \\??\\b. Unirse ahora convertirá esto a \\.\\??\\b. Además, con la solución, IsAbs ahora informa correctamente las rutas que comienzan con \\??\\ como absolutas, y VolumeName informa correctamente el prefijo \\??\\ como nombre de volumen.", }, ], id: "CVE-2023-45283", lastModified: "2024-11-21T08:26:41.567", metrics: { cvssMetricV31: [ { cvssData: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "NONE", baseScore: 7.5, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", version: "3.1", }, exploitabilityScore: 3.9, impactScore: 3.6, source: "nvd@nist.gov", type: "Primary", }, ], }, published: "2023-11-09T17:15:08.757", references: [ { source: "security@golang.org", url: "http://www.openwall.com/lists/oss-security/2023/12/05/2", }, { source: "security@golang.org", tags: [ "Issue Tracking", "Vendor Advisory", ], url: "https://go.dev/cl/540277", }, { source: "security@golang.org", url: "https://go.dev/cl/541175", }, { source: "security@golang.org", tags: [ "Issue Tracking", "Vendor Advisory", ], url: "https://go.dev/issue/63713", }, { source: "security@golang.org", url: "https://go.dev/issue/64028", }, { source: "security@golang.org", tags: [ "Issue Tracking", "Mailing List", "Vendor Advisory", ], url: "https://groups.google.com/g/golang-announce/c/4tU8LZfBFkY", }, { source: "security@golang.org", url: "https://groups.google.com/g/golang-dev/c/6ypN5EjibjM/m/KmLVYH_uAgAJ", }, { source: "security@golang.org", tags: [ "Issue Tracking", "Vendor Advisory", ], url: "https://pkg.go.dev/vuln/GO-2023-2185", }, { source: "security@golang.org", url: "https://security.netapp.com/advisory/ntap-20231214-0008/", }, { source: "af854a3a-2127-422b-91ae-364da2661108", url: "http://www.openwall.com/lists/oss-security/2023/12/05/2", }, { source: "af854a3a-2127-422b-91ae-364da2661108", tags: [ "Issue Tracking", "Vendor Advisory", ], url: "https://go.dev/cl/540277", }, { source: "af854a3a-2127-422b-91ae-364da2661108", url: "https://go.dev/cl/541175", }, { source: "af854a3a-2127-422b-91ae-364da2661108", tags: [ "Issue Tracking", "Vendor Advisory", ], url: "https://go.dev/issue/63713", }, { source: "af854a3a-2127-422b-91ae-364da2661108", url: "https://go.dev/issue/64028", }, { source: "af854a3a-2127-422b-91ae-364da2661108", tags: [ "Issue Tracking", "Mailing List", "Vendor Advisory", ], url: "https://groups.google.com/g/golang-announce/c/4tU8LZfBFkY", }, { source: "af854a3a-2127-422b-91ae-364da2661108", url: "https://groups.google.com/g/golang-dev/c/6ypN5EjibjM/m/KmLVYH_uAgAJ", }, { source: "af854a3a-2127-422b-91ae-364da2661108", tags: [ "Issue Tracking", "Vendor Advisory", ], url: "https://pkg.go.dev/vuln/GO-2023-2185", }, { source: "af854a3a-2127-422b-91ae-364da2661108", url: "https://security.netapp.com/advisory/ntap-20231214-0008/", }, ], sourceIdentifier: "security@golang.org", vulnStatus: "Modified", weaknesses: [ { description: [ { lang: "en", value: "CWE-22", }, ], source: "nvd@nist.gov", type: "Primary", }, ], }
WID-SEC-W-2023-3038
Vulnerability from csaf_certbund
Notes
{ document: { aggregate_severity: { text: "mittel", }, category: "csaf_base", csaf_version: "2.0", distribution: { tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "de-DE", notes: [ { category: "legal_disclaimer", text: "Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.", }, { category: "description", text: "Go ist eine quelloffene Programmiersprache.", title: "Produktbeschreibung", }, { category: "summary", text: "Ein Angreifer kann mehrere Schwachstellen in Golang Go ausnutzen, um einen nicht näher spezifizierten Angriff durchzuführen.", title: "Angriff", }, { category: "general", text: "- Linux\n- MacOS X\n- Windows", title: "Betroffene Betriebssysteme", }, ], publisher: { category: "other", contact_details: "csaf-provider@cert-bund.de", name: "Bundesamt für Sicherheit in der Informationstechnik", namespace: "https://www.bsi.bund.de", }, references: [ { category: "self", summary: "WID-SEC-W-2023-3038 - CSAF Version", url: "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-3038.json", }, { category: "self", summary: "WID-SEC-2023-3038 - Portal Version", url: "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-3038", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:1078 vom 2024-03-05", url: "https://access.redhat.com/errata/RHSA-2024:1078", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-12190 vom 2024-03-04", url: "https://linux.oracle.com/errata/ELSA-2024-12190.html", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-12191 vom 2024-03-04", url: "https://linux.oracle.com/errata/ELSA-2024-12191.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2023:4708-1 vom 2023-12-11", url: "https://lists.suse.com/pipermail/sle-security-updates/2023-December/017307.html", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:0530 vom 2024-01-25", url: "https://access.redhat.com/errata/RHSA-2024:0530", }, { category: "external", summary: "Amazon Linux Security Advisory ALAS-2024-1903 vom 2024-01-09", url: "https://alas.aws.amazon.com/ALAS-2024-1903.html", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:1149 vom 2024-03-06", url: "https://access.redhat.com/errata/RHSA-2024:1149", }, { category: "external", summary: "Amazon Linux Security Advisory ALASDOCKER-2024-039 vom 2024-03-06", url: "https://alas.aws.amazon.com/AL2/ALASDOCKER-2024-039.html", }, { category: "external", summary: "Amazon Linux Security Advisory ALASNITRO-ENCLAVES-2024-039 vom 2024-03-06", url: "https://alas.aws.amazon.com/AL2/ALASNITRO-ENCLAVES-2024-039.html", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:1131 vom 2024-03-05", url: "https://access.redhat.com/errata/RHSA-2024:1131", }, { category: "external", summary: "Amazon Linux Security Advisory ALASECS-2024-035 vom 2024-03-06", url: "https://alas.aws.amazon.com/AL2/ALASECS-2024-035.html", }, { category: "external", summary: "IBM Security Bulletin 7129944 vom 2024-03-06", url: "https://www.ibm.com/support/pages/node/7129944", }, { category: "external", summary: "Amazon Linux Security Advisory ALAS-2024-2388 vom 2024-01-10", url: "https://alas.aws.amazon.com/AL2/ALAS-2024-2388.html", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:1244 vom 2024-03-11", url: "https://access.redhat.com/errata/RHSA-2024:1244", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2023:7198 vom 2024-02-28", url: "https://access.redhat.com/errata/RHSA-2023:7198", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:0269 vom 2024-02-28", url: "https://access.redhat.com/errata/RHSA-2024:0269", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2023:7200 vom 2024-02-28", url: "https://access.redhat.com/errata/RHSA-2023:7200", }, { category: "external", summary: "Ubuntu Security Notice USN-6574-1 vom 2024-01-11", url: "https://ubuntu.com/security/notices/USN-6574-1", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2023:4709-1 vom 2023-12-14", url: "https://lists.suse.com/pipermail/sle-security-updates/2023-December/017389.html", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:0843 vom 2024-02-15", url: "https://access.redhat.com/errata/RHSA-2024:0843", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-193547DEF8 vom 2024-01-16", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-193547def8", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:1041 vom 2024-02-29", url: "https://access.redhat.com/errata/RHSA-2024:1041", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2023:4931-1 vom 2023-12-20", url: "https://lists.suse.com/pipermail/sle-security-updates/2023-December/017503.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2023:4930-1 vom 2023-12-20", url: "https://lists.suse.com/pipermail/sle-security-updates/2023-December/017504.html", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:0281 vom 2024-03-06", url: "https://access.redhat.com/errata/RHSA-2024:0281", }, { category: "external", summary: "Fedora Security Advisory FEDORA-EPEL-2024-9B53B79398 vom 2024-03-06", url: "https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-9b53b79398", }, { category: "external", summary: "Amazon Linux Security Advisory ALAS-2024-2446 vom 2024-02-06", url: "https://alas.aws.amazon.com/AL2/ALAS-2024-2446.html", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:0880 vom 2024-02-20", url: "https://access.redhat.com/errata/RHSA-2024:0880", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:0887 vom 2024-02-20", url: "https://access.redhat.com/errata/RHSA-2024:0887", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-1149 vom 2024-03-07", url: "https://linux.oracle.com/errata/ELSA-2024-1149.html", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-1131 vom 2024-03-07", url: "http://linux.oracle.com/errata/ELSA-2024-1131.html", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:0694 vom 2024-02-07", url: "https://access.redhat.com/errata/RHSA-2024:0694", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:0695 vom 2024-02-07", url: "https://access.redhat.com/errata/RHSA-2024:0695", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:0728 vom 2024-02-08", url: "https://access.redhat.com/errata/RHSA-2024:0728", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:0748 vom 2024-02-08", url: "https://access.redhat.com/errata/RHSA-2024:0748", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-0887 vom 2024-02-23", url: "https://linux.oracle.com/errata/ELSA-2024-0887.html", }, { category: "external", summary: "Go 1.21.5 and Go 1.20.12 pre-announcement vom 2023-11-30", url: "https://groups.google.com/g/golang-announce/c/TABUsV4-FiU", }, { category: "external", summary: "Github Golang/Go vom 2023-11-30", url: "https://github.com/golang/go/issues/64433", }, { category: "external", summary: "Security fixes in Go 1.21.5 and Go 1.20.12 releases vom 2023-12-05", url: "https://groups.google.com/g/golang-announce/c/iLGK3x6yuNo?pli=1", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:1433 vom 2024-03-20", url: "https://access.redhat.com/errata/RHSA-2024:1433", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-12225 vom 2024-03-19", url: "https://linux.oracle.com/errata/ELSA-2024-12225.html", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:1434 vom 2024-03-20", url: "https://access.redhat.com/errata/RHSA-2024:1434", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-12226 vom 2024-03-20", url: "https://linux.oracle.com/errata/ELSA-2024-12226.html", }, { category: "external", summary: "IBM Security Bulletin 7145581 vom 2024-04-01", url: "https://www.ibm.com/support/pages/node/7145581", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:1640 vom 2024-04-02", url: "https://access.redhat.com/errata/RHSA-2024:1640", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-12263 vom 2024-04-03", url: "https://linux.oracle.com/errata/ELSA-2024-12263.html", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-12261 vom 2024-04-03", url: "https://linux.oracle.com/errata/ELSA-2024-12261.html", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-12262 vom 2024-04-03", url: "https://linux.oracle.com/errata/ELSA-2024-12262.html", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-12264 vom 2024-04-03", url: "https://linux.oracle.com/errata/ELSA-2024-12264.html", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:1812 vom 2024-04-15", url: "https://access.redhat.com/errata/RHSA-2024:1812", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:1859 vom 2024-04-16", url: "https://access.redhat.com/errata/RHSA-2024:1859", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-12328 vom 2024-04-17", url: "https://linux.oracle.com/errata/ELSA-2024-12328.html", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-12329 vom 2024-04-17", url: "https://linux.oracle.com/errata/ELSA-2024-12329.html", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:1901 vom 2024-04-18", url: "https://access.redhat.com/errata/RHSA-2024:1901", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:1896 vom 2024-04-25", url: "https://access.redhat.com/errata/RHSA-2024:1896", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-2084 vom 2024-04-30", url: "https://linux.oracle.com/errata/ELSA-2024-2084.html", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:2160 vom 2024-04-30", url: "https://access.redhat.com/errata/RHSA-2024:2160", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:2193 vom 2024-04-30", url: "https://access.redhat.com/errata/RHSA-2024:2193", }, { category: "external", summary: "Amazon Linux Security Advisory ALAS-2024-2543 vom 2024-05-15", url: "https://alas.aws.amazon.com/AL2/ALAS-2024-2543.html", }, { category: "external", summary: "IBM Security Bulletin 7154430 vom 2024-05-20", url: "https://www.ibm.com/support/pages/node/7154430", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:2988 vom 2024-05-22", url: "https://access.redhat.com/errata/RHSA-2024:2988", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-2988 vom 2024-05-28", url: "https://linux.oracle.com/errata/ELSA-2024-2988.html", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:3467 vom 2024-05-29", url: "https://access.redhat.com/errata/RHSA-2024:3467", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:3479 vom 2024-05-29", url: "https://access.redhat.com/errata/RHSA-2024:3479", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:2728 vom 2024-05-29", url: "https://access.redhat.com/errata/RHSA-2024:2728", }, { category: "external", summary: "Amazon Linux Security Advisory ALAS-2024-2556 vom 2024-05-30", url: "https://alas.aws.amazon.com/AL2/ALAS-2024-2556.html", }, { category: "external", summary: "IBM Security Bulletin 7161954 vom 2024-07-30", url: "https://www.ibm.com/support/pages/node/7161954", }, { category: "external", summary: "IBM Security Bulletin 7162077 vom 2024-07-31", url: "https://www.ibm.com/support/pages/node/7162077", }, { category: "external", summary: "Gentoo Linux Security Advisory GLSA-202408-07 vom 2024-08-07", url: "https://security.gentoo.org/glsa/202408-07", }, { category: "external", summary: "Amazon Linux Security Advisory ALAS-2024-2618 vom 2024-08-13", url: "https://alas.aws.amazon.com/AL2/ALAS-2024-2618.html", }, { category: "external", summary: "Amazon Linux Security Advisory ALASECS-2024-041 vom 2024-09-03", url: "https://alas.aws.amazon.com/AL2/ALASECS-2024-041.html", }, { category: "external", summary: "Splunk Security Advisory SVD-2024-1012 vom 2024-10-14", url: "https://advisory.splunk.com//advisories/SVD-2024-1012", }, ], source_lang: "en-US", title: "Golang Go: Mehrere Schwachstellen ermöglichen nicht spezifizierten Angriff", tracking: { current_release_date: "2024-10-14T22:00:00.000+00:00", generator: { date: "2024-10-15T08:15:14.290+00:00", engine: { name: "BSI-WID", version: "1.3.8", }, }, id: "WID-SEC-W-2023-3038", initial_release_date: "2023-11-30T23:00:00.000+00:00", revision_history: [ { date: "2023-11-30T23:00:00.000+00:00", number: "1", summary: "Initiale Fassung", }, { date: "2023-12-05T23:00:00.000+00:00", number: "2", summary: "Neue Updates aufgenommen, Beschreibung ergänzt", }, { date: "2023-12-11T23:00:00.000+00:00", number: "3", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2023-12-14T23:00:00.000+00:00", number: "4", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2023-12-20T23:00:00.000+00:00", number: "5", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2024-01-08T23:00:00.000+00:00", number: "6", summary: "Neue Updates von Amazon aufgenommen", }, { date: "2024-01-09T23:00:00.000+00:00", number: "7", summary: "Neue Updates von Amazon aufgenommen", }, { date: "2024-01-10T23:00:00.000+00:00", number: "8", summary: "Neue Updates von Ubuntu aufgenommen", }, { date: "2024-01-15T23:00:00.000+00:00", number: "9", summary: "Neue Updates von Fedora aufgenommen", }, { date: "2024-01-25T23:00:00.000+00:00", number: "10", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2024-02-05T23:00:00.000+00:00", number: "11", summary: "Neue Updates von Amazon aufgenommen", }, { date: "2024-02-07T23:00:00.000+00:00", number: "12", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2024-02-08T23:00:00.000+00:00", number: "13", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2024-02-15T23:00:00.000+00:00", number: "14", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2024-02-20T23:00:00.000+00:00", number: "15", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2024-02-22T23:00:00.000+00:00", number: "16", summary: "Neue Updates von Oracle Linux aufgenommen", }, { date: "2024-02-27T23:00:00.000+00:00", number: "17", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2024-02-28T23:00:00.000+00:00", number: "18", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2024-03-04T23:00:00.000+00:00", number: "19", summary: "Neue Updates von Red Hat und Oracle Linux aufgenommen", }, { date: "2024-03-05T23:00:00.000+00:00", number: "20", summary: "Neue Updates von Red Hat und Amazon aufgenommen", }, { date: "2024-03-06T23:00:00.000+00:00", number: "21", summary: "Neue Updates von Red Hat und Fedora aufgenommen", }, { date: "2024-03-07T23:00:00.000+00:00", number: "22", summary: "Neue Updates von Oracle Linux aufgenommen", }, { date: "2024-03-11T23:00:00.000+00:00", number: "23", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2024-03-19T23:00:00.000+00:00", number: "24", summary: "Neue Updates von Red Hat und Oracle Linux aufgenommen", }, { date: "2024-03-20T23:00:00.000+00:00", number: "25", summary: "Neue Updates von Oracle Linux aufgenommen", }, { date: "2024-04-01T22:00:00.000+00:00", number: "26", summary: "Neue Updates von IBM und IBM-APAR aufgenommen", }, { date: "2024-04-02T22:00:00.000+00:00", number: "27", summary: "Neue Updates von Red Hat und Oracle Linux aufgenommen", }, { date: "2024-04-14T22:00:00.000+00:00", number: "28", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2024-04-16T22:00:00.000+00:00", number: "29", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2024-04-17T22:00:00.000+00:00", number: "30", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2024-04-25T22:00:00.000+00:00", number: "31", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2024-04-29T22:00:00.000+00:00", number: "32", summary: "Neue Updates von Oracle Linux aufgenommen", }, { date: "2024-05-15T22:00:00.000+00:00", number: "33", summary: "Neue Updates von Amazon aufgenommen", }, { date: "2024-05-20T22:00:00.000+00:00", number: "34", summary: "Neue Updates von IBM aufgenommen", }, { date: "2024-05-21T22:00:00.000+00:00", number: "35", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2024-05-28T22:00:00.000+00:00", number: "36", summary: "Neue Updates von Oracle Linux aufgenommen", }, { date: "2024-05-30T22:00:00.000+00:00", number: "37", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2024-07-30T22:00:00.000+00:00", number: "38", summary: "Neue Updates von IBM aufgenommen", }, { date: "2024-07-31T22:00:00.000+00:00", number: "39", summary: "Neue Updates von IBM aufgenommen", }, { date: "2024-08-06T22:00:00.000+00:00", number: "40", summary: "Neue Updates von Gentoo aufgenommen", }, { date: "2024-08-13T22:00:00.000+00:00", number: "41", summary: "Neue Updates von Amazon aufgenommen", }, { date: "2024-09-03T22:00:00.000+00:00", number: "42", summary: "Neue Updates von Amazon aufgenommen", }, { date: "2024-10-14T22:00:00.000+00:00", number: "43", summary: "Neue Updates von Splunk-SVD aufgenommen", }, ], status: "final", version: "43", }, }, product_tree: { branches: [ { branches: [ { category: "product_name", name: "Amazon Linux 2", product: { name: "Amazon Linux 2", product_id: "398363", product_identification_helper: { cpe: "cpe:/o:amazon:linux_2:-", }, }, }, ], category: "vendor", name: "Amazon", }, { branches: [ { category: "product_name", name: "Fedora Linux", product: { name: "Fedora Linux", product_id: "74185", product_identification_helper: { cpe: "cpe:/o:fedoraproject:fedora:-", }, }, }, ], category: "vendor", name: "Fedora", }, { branches: [ { category: "product_name", name: "Gentoo Linux", product: { name: "Gentoo Linux", product_id: "T012167", product_identification_helper: { cpe: "cpe:/o:gentoo:linux:-", }, }, }, ], category: "vendor", name: "Gentoo", }, { branches: [ { branches: [ { category: "product_version_range", name: "<1.21.5", product: { name: "Golang Go <1.21.5", product_id: "T031433", }, }, { category: "product_version", name: "1.21.5", product: { name: "Golang Go 1.21.5", product_id: "T031433-fixed", product_identification_helper: { cpe: "cpe:/a:golang:go:1.21.5", }, }, }, { category: "product_version_range", name: "<1.20.12", product: { name: "Golang Go <1.20.12", product_id: "T031434", }, }, { category: "product_version", name: "1.20.12", product: { name: "Golang Go 1.20.12", product_id: "T031434-fixed", product_identification_helper: { cpe: "cpe:/a:golang:go:1.20.12", }, }, }, ], category: "product_name", name: "Go", }, ], category: "vendor", name: "Golang", }, { branches: [ { category: "product_name", name: "IBM App Connect Enterprise", product: { name: "IBM App Connect Enterprise", product_id: "T032495", product_identification_helper: { cpe: "cpe:/a:ibm:app_connect_enterprise:-", }, }, }, { branches: [ { category: "product_version_range", name: "REST <1.0.0.301-amd64", product: { name: "IBM DB2 REST <1.0.0.301-amd64", product_id: "T034919", }, }, { category: "product_version", name: "REST 1.0.0.301-amd64", product: { name: "IBM DB2 REST 1.0.0.301-amd64", product_id: "T034919-fixed", product_identification_helper: { cpe: "cpe:/a:ibm:db2:1.0.0.301-amd64::rest", }, }, }, ], category: "product_name", name: "DB2", }, { branches: [ { category: "product_version_range", name: "<10.5.4", product: { name: "IBM DataPower Gateway <10.5.4", product_id: "T033810", }, }, { category: "product_version", name: "10.5.4", product: { name: "IBM DataPower Gateway 10.5.4", product_id: "T033810-fixed", product_identification_helper: { cpe: "cpe:/a:ibm:datapower_gateway:10.5.4", }, }, }, { category: "product_version_range", name: "<10.5.0.10", product: { name: "IBM DataPower Gateway <10.5.0.10", product_id: "T033811", }, }, { category: "product_version", name: "10.5.0.10", product: { name: "IBM DataPower Gateway 10.5.0.10", product_id: "T033811-fixed", product_identification_helper: { cpe: "cpe:/a:ibm:datapower_gateway:10.5.0.10", }, }, }, { category: "product_version_range", name: "<10.0.1.18", product: { name: "IBM DataPower Gateway <10.0.1.18", product_id: "T033812", }, }, { category: "product_version", name: "10.0.1.18", product: { name: "IBM DataPower Gateway 10.0.1.18", product_id: "T033812-fixed", product_identification_helper: { cpe: "cpe:/a:ibm:datapower_gateway:10.0.1.18", }, }, }, ], category: "product_name", name: "DataPower Gateway", }, { branches: [ { category: "product_version_range", name: "<10.1.16.2", product: { name: "IBM Spectrum Protect Plus <10.1.16.2", product_id: "T036379", }, }, { category: "product_version", name: "10.1.16.2", product: { name: "IBM Spectrum Protect Plus 10.1.16.2", product_id: "T036379-fixed", product_identification_helper: { cpe: "cpe:/a:ibm:spectrum_protect_plus:10.1.16.2", }, }, }, ], category: "product_name", name: "Spectrum Protect Plus", }, ], category: "vendor", name: "IBM", }, { branches: [ { category: "product_name", name: "Oracle Linux", product: { name: "Oracle Linux", product_id: "T004914", product_identification_helper: { cpe: "cpe:/o:oracle:linux:-", }, }, }, ], category: "vendor", name: "Oracle", }, { branches: [ { branches: [ { category: "product_version", name: "2.4", product: { name: "Red Hat Ansible Automation Platform 2.4", product_id: "1496312", product_identification_helper: { cpe: "cpe:/a:redhat:ansible_automation_platform:2.4", }, }, }, ], category: "product_name", name: "Ansible Automation Platform", }, { category: "product_name", name: "Red Hat Enterprise Linux", product: { name: "Red Hat Enterprise Linux", product_id: "67646", product_identification_helper: { cpe: "cpe:/o:redhat:enterprise_linux:-", }, }, }, { branches: [ { category: "product_version", name: "Secondary Scheduler Operator", product: { name: "Red Hat OpenShift Secondary Scheduler Operator", product_id: "T027759", product_identification_helper: { cpe: "cpe:/a:redhat:openshift:::secondary_scheduler_operator", }, }, }, { category: "product_version_range", name: "Logging Subsystem <5.8.3", product: { name: "Red Hat OpenShift Logging Subsystem <5.8.3", product_id: "T032604", }, }, { category: "product_version", name: "Logging Subsystem 5.8.3", product: { name: "Red Hat OpenShift Logging Subsystem 5.8.3", product_id: "T032604-fixed", product_identification_helper: { cpe: "cpe:/a:redhat:openshift:logging_subsystem__5.8.3", }, }, }, ], category: "product_name", name: "OpenShift", }, ], category: "vendor", name: "Red Hat", }, { branches: [ { category: "product_name", name: "SUSE Linux", product: { name: "SUSE Linux", product_id: "T002207", product_identification_helper: { cpe: "cpe:/o:suse:suse_linux:-", }, }, }, ], category: "vendor", name: "SUSE", }, { branches: [ { branches: [ { category: "product_version_range", name: "<9.3.1", product: { name: "Splunk Splunk Enterprise <9.3.1", product_id: "T038314", }, }, { category: "product_version", name: "9.3.1", product: { name: "Splunk Splunk Enterprise 9.3.1", product_id: "T038314-fixed", product_identification_helper: { cpe: "cpe:/a:splunk:splunk:9.3.1", }, }, }, { category: "product_version_range", name: "<9.2.3", product: { name: "Splunk Splunk Enterprise <9.2.3", product_id: "T038315", }, }, { category: "product_version", name: "9.2.3", product: { name: "Splunk Splunk Enterprise 9.2.3", product_id: "T038315-fixed", product_identification_helper: { cpe: "cpe:/a:splunk:splunk:9.2.3", }, }, }, { category: "product_version_range", name: "<9.1.6", product: { name: "Splunk Splunk Enterprise <9.1.6", product_id: "T038316", }, }, { category: "product_version", name: "9.1.6", product: { name: "Splunk Splunk Enterprise 9.1.6", product_id: "T038316-fixed", product_identification_helper: { cpe: "cpe:/a:splunk:splunk:9.1.6", }, }, }, ], category: "product_name", name: "Splunk Enterprise", }, ], category: "vendor", name: "Splunk", }, { branches: [ { category: "product_name", name: "Ubuntu Linux", product: { name: "Ubuntu Linux", product_id: "T000126", product_identification_helper: { cpe: "cpe:/o:canonical:ubuntu_linux:-", }, }, }, ], category: "vendor", name: "Ubuntu", }, ], }, vulnerabilities: [ { cve: "CVE-2023-39326", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Golang Go, aufgrund unvollständiger Eingabeprüfungen und weil git auf unsichere Protokolle zurückfallen kann. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht näher spezifizierte Auswirkungen zu verursachen.", }, ], product_status: { known_affected: [ "T033810", "T031434", "T031433", "67646", "T032604", "T033811", "T033812", "T038314", "T036379", "T038315", "T012167", "T038316", "T004914", "74185", "T032495", "T002207", "T027759", "T000126", "398363", "1496312", "T034919", ], }, release_date: "2023-11-30T23:00:00.000+00:00", title: "CVE-2023-39326", }, { cve: "CVE-2023-45283", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Golang Go, aufgrund unvollständiger Eingabeprüfungen und weil git auf unsichere Protokolle zurückfallen kann. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht näher spezifizierte Auswirkungen zu verursachen.", }, ], product_status: { known_affected: [ "T033810", "T031434", "T031433", "67646", "T032604", "T033811", "T033812", "T038314", "T036379", "T038315", "T012167", "T038316", "T004914", "74185", "T032495", "T002207", "T027759", "T000126", "398363", "1496312", "T034919", ], }, release_date: "2023-11-30T23:00:00.000+00:00", title: "CVE-2023-45283", }, { cve: "CVE-2023-45285", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Golang Go, aufgrund unvollständiger Eingabeprüfungen und weil git auf unsichere Protokolle zurückfallen kann. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht näher spezifizierte Auswirkungen zu verursachen.", }, ], product_status: { known_affected: [ "T033810", "T031434", "T031433", "67646", "T032604", "T033811", "T033812", "T038314", "T036379", "T038315", "T012167", "T038316", "T004914", "74185", "T032495", "T002207", "T027759", "T000126", "398363", "1496312", "T034919", ], }, release_date: "2023-11-30T23:00:00.000+00:00", title: "CVE-2023-45285", }, ], }
WID-SEC-W-2023-2856
Vulnerability from csaf_certbund
Notes
{ document: { aggregate_severity: { text: "mittel", }, category: "csaf_base", csaf_version: "2.0", distribution: { tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "de-DE", notes: [ { category: "legal_disclaimer", text: "Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.", }, { category: "description", text: "Go ist eine quelloffene Programmiersprache.", title: "Produktbeschreibung", }, { category: "summary", text: "Ein lokaler Angreifer kann mehrere Schwachstellen in Golang Go ausnutzen, um einen nicht näher spezifizierten Angriff durchzuführen.", title: "Angriff", }, { category: "general", text: "- Windows", title: "Betroffene Betriebssysteme", }, ], publisher: { category: "other", contact_details: "csaf-provider@cert-bund.de", name: "Bundesamt für Sicherheit in der Informationstechnik", namespace: "https://www.bsi.bund.de", }, references: [ { category: "self", summary: "WID-SEC-W-2023-2856 - CSAF Version", url: "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-2856.json", }, { category: "self", summary: "WID-SEC-2023-2856 - Portal Version", url: "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-2856", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2023:4708-1 vom 2023-12-11", url: "https://lists.suse.com/pipermail/sle-security-updates/2023-December/017307.html", }, { category: "external", summary: "Amazon Linux Security Advisory ALAS-2024-1903 vom 2024-01-09", url: "https://alas.aws.amazon.com/ALAS-2024-1903.html", }, { category: "external", summary: "Amazon Linux Security Advisory ALAS-2024-2388 vom 2024-01-10", url: "https://alas.aws.amazon.com/AL2/ALAS-2024-2388.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2023:4709-1 vom 2023-12-14", url: "https://lists.suse.com/pipermail/sle-security-updates/2023-December/017389.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2023:4930-1 vom 2023-12-20", url: "https://lists.suse.com/pipermail/sle-security-updates/2023-December/017504.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2023:4931-1 vom 2023-12-20", url: "https://lists.suse.com/pipermail/sle-security-updates/2023-December/017503.html", }, { category: "external", summary: "GitHub Golang vom 2023-11-07", url: "https://github.com/golang/go/issues/63713", }, { category: "external", summary: "GitHub Golang vom 2023-11-07", url: "https://github.com/golang/go/issues/63715", }, { category: "external", summary: "Go Vulnerability Database GO-2023-2186 vom 2023-11-09", url: "https://pkg.go.dev/vuln/GO-2023-2186", }, { category: "external", summary: "Go Vulnerability Database GO-2023-2185 vom 2023-11-09", url: "https://pkg.go.dev/vuln/GO-2023-2185", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2023:4470-1 vom 2023-11-16", url: "https://lists.suse.com/pipermail/sle-security-updates/2023-November/017049.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2023:4469-1 vom 2023-11-16", url: "https://lists.suse.com/pipermail/sle-security-updates/2023-November/017050.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2023:4472-1 vom 2023-11-16", url: "https://lists.suse.com/pipermail/sle-security-updates/2023-November/017047.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2023:4471-1 vom 2023-11-16", url: "https://lists.suse.com/pipermail/sle-security-updates/2023-November/017048.html", }, { category: "external", summary: "IBM Security Bulletin 7154430 vom 2024-05-20", url: "https://www.ibm.com/support/pages/node/7154430", }, { category: "external", summary: "IBM Security Bulletin 7161954 vom 2024-07-30", url: "https://www.ibm.com/support/pages/node/7161954", }, { category: "external", summary: "Gentoo Linux Security Advisory GLSA-202408-07 vom 2024-08-07", url: "https://security.gentoo.org/glsa/202408-07", }, { category: "external", summary: "Splunk Security Advisory SVD-2024-1012 vom 2024-10-14", url: "https://advisory.splunk.com//advisories/SVD-2024-1012", }, ], source_lang: "en-US", title: "Golang Go: Mehrere Schwachstellen ermöglichen nicht spezifizierten Angriff", tracking: { current_release_date: "2024-10-14T22:00:00.000+00:00", generator: { date: "2024-10-15T08:15:18.780+00:00", engine: { name: "BSI-WID", version: "1.3.8", }, }, id: "WID-SEC-W-2023-2856", initial_release_date: "2023-11-07T23:00:00.000+00:00", revision_history: [ { date: "2023-11-07T23:00:00.000+00:00", number: "1", summary: "Initiale Fassung", }, { date: "2023-11-08T23:00:00.000+00:00", number: "2", summary: "Neue Updates von Go aufgenommen", }, { date: "2023-11-16T23:00:00.000+00:00", number: "3", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2023-12-11T23:00:00.000+00:00", number: "4", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2023-12-14T23:00:00.000+00:00", number: "5", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2023-12-20T23:00:00.000+00:00", number: "6", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2024-01-08T23:00:00.000+00:00", number: "7", summary: "Neue Updates von Amazon aufgenommen", }, { date: "2024-01-09T23:00:00.000+00:00", number: "8", summary: "Neue Updates von Amazon aufgenommen", }, { date: "2024-05-20T22:00:00.000+00:00", number: "9", summary: "Neue Updates von IBM aufgenommen", }, { date: "2024-07-30T22:00:00.000+00:00", number: "10", summary: "Neue Updates von IBM aufgenommen", }, { date: "2024-08-06T22:00:00.000+00:00", number: "11", summary: "Neue Updates von Gentoo aufgenommen", }, { date: "2024-10-14T22:00:00.000+00:00", number: "12", summary: "Neue Updates von Splunk-SVD aufgenommen", }, ], status: "final", version: "12", }, }, product_tree: { branches: [ { branches: [ { category: "product_name", name: "Amazon Linux 2", product: { name: "Amazon Linux 2", product_id: "398363", product_identification_helper: { cpe: "cpe:/o:amazon:linux_2:-", }, }, }, ], category: "vendor", name: "Amazon", }, { branches: [ { category: "product_name", name: "Gentoo Linux", product: { name: "Gentoo Linux", product_id: "T012167", product_identification_helper: { cpe: "cpe:/o:gentoo:linux:-", }, }, }, ], category: "vendor", name: "Gentoo", }, { branches: [ { branches: [ { category: "product_version_range", name: "<1.21.4", product: { name: "Golang Go <1.21.4", product_id: "T030991", }, }, { category: "product_version", name: "1.21.4", product: { name: "Golang Go 1.21.4", product_id: "T030991-fixed", product_identification_helper: { cpe: "cpe:/a:golang:go:1.21.4", }, }, }, ], category: "product_name", name: "Go", }, ], category: "vendor", name: "Golang", }, { branches: [ { branches: [ { category: "product_version_range", name: "REST <1.0.0.301-amd64", product: { name: "IBM DB2 REST <1.0.0.301-amd64", product_id: "T034919", }, }, { category: "product_version", name: "REST 1.0.0.301-amd64", product: { name: "IBM DB2 REST 1.0.0.301-amd64", product_id: "T034919-fixed", product_identification_helper: { cpe: "cpe:/a:ibm:db2:1.0.0.301-amd64::rest", }, }, }, ], category: "product_name", name: "DB2", }, { branches: [ { category: "product_version_range", name: "<10.1.16.2", product: { name: "IBM Spectrum Protect Plus <10.1.16.2", product_id: "T036379", }, }, { category: "product_version", name: "10.1.16.2", product: { name: "IBM Spectrum Protect Plus 10.1.16.2", product_id: "T036379-fixed", product_identification_helper: { cpe: "cpe:/a:ibm:spectrum_protect_plus:10.1.16.2", }, }, }, ], category: "product_name", name: "Spectrum Protect Plus", }, ], category: "vendor", name: "IBM", }, { branches: [ { category: "product_name", name: "SUSE Linux", product: { name: "SUSE Linux", product_id: "T002207", product_identification_helper: { cpe: "cpe:/o:suse:suse_linux:-", }, }, }, ], category: "vendor", name: "SUSE", }, { branches: [ { branches: [ { category: "product_version_range", name: "<9.3.1", product: { name: "Splunk Splunk Enterprise <9.3.1", product_id: "T038314", }, }, { category: "product_version", name: "9.3.1", product: { name: "Splunk Splunk Enterprise 9.3.1", product_id: "T038314-fixed", product_identification_helper: { cpe: "cpe:/a:splunk:splunk:9.3.1", }, }, }, { category: "product_version_range", name: "<9.2.3", product: { name: "Splunk Splunk Enterprise <9.2.3", product_id: "T038315", }, }, { category: "product_version", name: "9.2.3", product: { name: "Splunk Splunk Enterprise 9.2.3", product_id: "T038315-fixed", product_identification_helper: { cpe: "cpe:/a:splunk:splunk:9.2.3", }, }, }, { category: "product_version_range", name: "<9.1.6", product: { name: "Splunk Splunk Enterprise <9.1.6", product_id: "T038316", }, }, { category: "product_version", name: "9.1.6", product: { name: "Splunk Splunk Enterprise 9.1.6", product_id: "T038316-fixed", product_identification_helper: { cpe: "cpe:/a:splunk:splunk:9.1.6", }, }, }, ], category: "product_name", name: "Splunk Enterprise", }, ], category: "vendor", name: "Splunk", }, ], }, vulnerabilities: [ { cve: "CVE-2023-45283", notes: [ { category: "description", text: "Es besteht eine Schwachstelle in Golang Go aufgrund einer Pfadüberquerung, die zu diesem Zeitpunkt noch nicht im Detail beschrieben und veröffentlicht wurde. Ein Angreifer kann diese Schwachstelle ausnutzen, um nicht spezifizierte Auswirkungen zu verursachen.", }, ], product_status: { known_affected: [ "T030991", "T002207", "T038314", "398363", "T036379", "T038315", "T012167", "T038316", "T034919", ], }, release_date: "2023-11-07T23:00:00.000+00:00", title: "CVE-2023-45283", }, { cve: "CVE-2023-45284", notes: [ { category: "description", text: "Es existiert eine Schwachstelle in Golang Go IsLokal Funktion, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und veröffentlicht wurde. Ein Angreifer kann diese Schwachstelle ausnutzen, um nicht näher spezifizierte Auswirkungen zu verursachen.", }, ], product_status: { known_affected: [ "T030991", "T002207", "T038314", "398363", "T036379", "T038315", "T012167", "T038316", "T034919", ], }, release_date: "2023-11-07T23:00:00.000+00:00", title: "CVE-2023-45284", }, ], }
wid-sec-w-2023-2856
Vulnerability from csaf_certbund
Notes
{ document: { aggregate_severity: { text: "mittel", }, category: "csaf_base", csaf_version: "2.0", distribution: { tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "de-DE", notes: [ { category: "legal_disclaimer", text: "Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.", }, { category: "description", text: "Go ist eine quelloffene Programmiersprache.", title: "Produktbeschreibung", }, { category: "summary", text: "Ein lokaler Angreifer kann mehrere Schwachstellen in Golang Go ausnutzen, um einen nicht näher spezifizierten Angriff durchzuführen.", title: "Angriff", }, { category: "general", text: "- Windows", title: "Betroffene Betriebssysteme", }, ], publisher: { category: "other", contact_details: "csaf-provider@cert-bund.de", name: "Bundesamt für Sicherheit in der Informationstechnik", namespace: "https://www.bsi.bund.de", }, references: [ { category: "self", summary: "WID-SEC-W-2023-2856 - CSAF Version", url: "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-2856.json", }, { category: "self", summary: "WID-SEC-2023-2856 - Portal Version", url: "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-2856", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2023:4708-1 vom 2023-12-11", url: "https://lists.suse.com/pipermail/sle-security-updates/2023-December/017307.html", }, { category: "external", summary: "Amazon Linux Security Advisory ALAS-2024-1903 vom 2024-01-09", url: "https://alas.aws.amazon.com/ALAS-2024-1903.html", }, { category: "external", summary: "Amazon Linux Security Advisory ALAS-2024-2388 vom 2024-01-10", url: "https://alas.aws.amazon.com/AL2/ALAS-2024-2388.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2023:4709-1 vom 2023-12-14", url: "https://lists.suse.com/pipermail/sle-security-updates/2023-December/017389.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2023:4930-1 vom 2023-12-20", url: "https://lists.suse.com/pipermail/sle-security-updates/2023-December/017504.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2023:4931-1 vom 2023-12-20", url: "https://lists.suse.com/pipermail/sle-security-updates/2023-December/017503.html", }, { category: "external", summary: "GitHub Golang vom 2023-11-07", url: "https://github.com/golang/go/issues/63713", }, { category: "external", summary: "GitHub Golang vom 2023-11-07", url: "https://github.com/golang/go/issues/63715", }, { category: "external", summary: "Go Vulnerability Database GO-2023-2186 vom 2023-11-09", url: "https://pkg.go.dev/vuln/GO-2023-2186", }, { category: "external", summary: "Go Vulnerability Database GO-2023-2185 vom 2023-11-09", url: "https://pkg.go.dev/vuln/GO-2023-2185", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2023:4470-1 vom 2023-11-16", url: "https://lists.suse.com/pipermail/sle-security-updates/2023-November/017049.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2023:4469-1 vom 2023-11-16", url: "https://lists.suse.com/pipermail/sle-security-updates/2023-November/017050.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2023:4472-1 vom 2023-11-16", url: "https://lists.suse.com/pipermail/sle-security-updates/2023-November/017047.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2023:4471-1 vom 2023-11-16", url: "https://lists.suse.com/pipermail/sle-security-updates/2023-November/017048.html", }, { category: "external", summary: "IBM Security Bulletin 7154430 vom 2024-05-20", url: "https://www.ibm.com/support/pages/node/7154430", }, { category: "external", summary: "IBM Security Bulletin 7161954 vom 2024-07-30", url: "https://www.ibm.com/support/pages/node/7161954", }, { category: "external", summary: "Gentoo Linux Security Advisory GLSA-202408-07 vom 2024-08-07", url: "https://security.gentoo.org/glsa/202408-07", }, { category: "external", summary: "Splunk Security Advisory SVD-2024-1012 vom 2024-10-14", url: "https://advisory.splunk.com//advisories/SVD-2024-1012", }, ], source_lang: "en-US", title: "Golang Go: Mehrere Schwachstellen ermöglichen nicht spezifizierten Angriff", tracking: { current_release_date: "2024-10-14T22:00:00.000+00:00", generator: { date: "2024-10-15T08:15:18.780+00:00", engine: { name: "BSI-WID", version: "1.3.8", }, }, id: "WID-SEC-W-2023-2856", initial_release_date: "2023-11-07T23:00:00.000+00:00", revision_history: [ { date: "2023-11-07T23:00:00.000+00:00", number: "1", summary: "Initiale Fassung", }, { date: "2023-11-08T23:00:00.000+00:00", number: "2", summary: "Neue Updates von Go aufgenommen", }, { date: "2023-11-16T23:00:00.000+00:00", number: "3", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2023-12-11T23:00:00.000+00:00", number: "4", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2023-12-14T23:00:00.000+00:00", number: "5", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2023-12-20T23:00:00.000+00:00", number: "6", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2024-01-08T23:00:00.000+00:00", number: "7", summary: "Neue Updates von Amazon aufgenommen", }, { date: "2024-01-09T23:00:00.000+00:00", number: "8", summary: "Neue Updates von Amazon aufgenommen", }, { date: "2024-05-20T22:00:00.000+00:00", number: "9", summary: "Neue Updates von IBM aufgenommen", }, { date: "2024-07-30T22:00:00.000+00:00", number: "10", summary: "Neue Updates von IBM aufgenommen", }, { date: "2024-08-06T22:00:00.000+00:00", number: "11", summary: "Neue Updates von Gentoo aufgenommen", }, { date: "2024-10-14T22:00:00.000+00:00", number: "12", summary: "Neue Updates von Splunk-SVD aufgenommen", }, ], status: "final", version: "12", }, }, product_tree: { branches: [ { branches: [ { category: "product_name", name: "Amazon Linux 2", product: { name: "Amazon Linux 2", product_id: "398363", product_identification_helper: { cpe: "cpe:/o:amazon:linux_2:-", }, }, }, ], category: "vendor", name: "Amazon", }, { branches: [ { category: "product_name", name: "Gentoo Linux", product: { name: "Gentoo Linux", product_id: "T012167", product_identification_helper: { cpe: "cpe:/o:gentoo:linux:-", }, }, }, ], category: "vendor", name: "Gentoo", }, { branches: [ { branches: [ { category: "product_version_range", name: "<1.21.4", product: { name: "Golang Go <1.21.4", product_id: "T030991", }, }, { category: "product_version", name: "1.21.4", product: { name: "Golang Go 1.21.4", product_id: "T030991-fixed", product_identification_helper: { cpe: "cpe:/a:golang:go:1.21.4", }, }, }, ], category: "product_name", name: "Go", }, ], category: "vendor", name: "Golang", }, { branches: [ { branches: [ { category: "product_version_range", name: "REST <1.0.0.301-amd64", product: { name: "IBM DB2 REST <1.0.0.301-amd64", product_id: "T034919", }, }, { category: "product_version", name: "REST 1.0.0.301-amd64", product: { name: "IBM DB2 REST 1.0.0.301-amd64", product_id: "T034919-fixed", product_identification_helper: { cpe: "cpe:/a:ibm:db2:1.0.0.301-amd64::rest", }, }, }, ], category: "product_name", name: "DB2", }, { branches: [ { category: "product_version_range", name: "<10.1.16.2", product: { name: "IBM Spectrum Protect Plus <10.1.16.2", product_id: "T036379", }, }, { category: "product_version", name: "10.1.16.2", product: { name: "IBM Spectrum Protect Plus 10.1.16.2", product_id: "T036379-fixed", product_identification_helper: { cpe: "cpe:/a:ibm:spectrum_protect_plus:10.1.16.2", }, }, }, ], category: "product_name", name: "Spectrum Protect Plus", }, ], category: "vendor", name: "IBM", }, { branches: [ { category: "product_name", name: "SUSE Linux", product: { name: "SUSE Linux", product_id: "T002207", product_identification_helper: { cpe: "cpe:/o:suse:suse_linux:-", }, }, }, ], category: "vendor", name: "SUSE", }, { branches: [ { branches: [ { category: "product_version_range", name: "<9.3.1", product: { name: "Splunk Splunk Enterprise <9.3.1", product_id: "T038314", }, }, { category: "product_version", name: "9.3.1", product: { name: "Splunk Splunk Enterprise 9.3.1", product_id: "T038314-fixed", product_identification_helper: { cpe: "cpe:/a:splunk:splunk:9.3.1", }, }, }, { category: "product_version_range", name: "<9.2.3", product: { name: "Splunk Splunk Enterprise <9.2.3", product_id: "T038315", }, }, { category: "product_version", name: "9.2.3", product: { name: "Splunk Splunk Enterprise 9.2.3", product_id: "T038315-fixed", product_identification_helper: { cpe: "cpe:/a:splunk:splunk:9.2.3", }, }, }, { category: "product_version_range", name: "<9.1.6", product: { name: "Splunk Splunk Enterprise <9.1.6", product_id: "T038316", }, }, { category: "product_version", name: "9.1.6", product: { name: "Splunk Splunk Enterprise 9.1.6", product_id: "T038316-fixed", product_identification_helper: { cpe: "cpe:/a:splunk:splunk:9.1.6", }, }, }, ], category: "product_name", name: "Splunk Enterprise", }, ], category: "vendor", name: "Splunk", }, ], }, vulnerabilities: [ { cve: "CVE-2023-45283", notes: [ { category: "description", text: "Es besteht eine Schwachstelle in Golang Go aufgrund einer Pfadüberquerung, die zu diesem Zeitpunkt noch nicht im Detail beschrieben und veröffentlicht wurde. Ein Angreifer kann diese Schwachstelle ausnutzen, um nicht spezifizierte Auswirkungen zu verursachen.", }, ], product_status: { known_affected: [ "T030991", "T002207", "T038314", "398363", "T036379", "T038315", "T012167", "T038316", "T034919", ], }, release_date: "2023-11-07T23:00:00.000+00:00", title: "CVE-2023-45283", }, { cve: "CVE-2023-45284", notes: [ { category: "description", text: "Es existiert eine Schwachstelle in Golang Go IsLokal Funktion, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und veröffentlicht wurde. Ein Angreifer kann diese Schwachstelle ausnutzen, um nicht näher spezifizierte Auswirkungen zu verursachen.", }, ], product_status: { known_affected: [ "T030991", "T002207", "T038314", "398363", "T036379", "T038315", "T012167", "T038316", "T034919", ], }, release_date: "2023-11-07T23:00:00.000+00:00", title: "CVE-2023-45284", }, ], }
wid-sec-w-2023-3038
Vulnerability from csaf_certbund
Notes
{ document: { aggregate_severity: { text: "mittel", }, category: "csaf_base", csaf_version: "2.0", distribution: { tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "de-DE", notes: [ { category: "legal_disclaimer", text: "Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.", }, { category: "description", text: "Go ist eine quelloffene Programmiersprache.", title: "Produktbeschreibung", }, { category: "summary", text: "Ein Angreifer kann mehrere Schwachstellen in Golang Go ausnutzen, um einen nicht näher spezifizierten Angriff durchzuführen.", title: "Angriff", }, { category: "general", text: "- Linux\n- MacOS X\n- Windows", title: "Betroffene Betriebssysteme", }, ], publisher: { category: "other", contact_details: "csaf-provider@cert-bund.de", name: "Bundesamt für Sicherheit in der Informationstechnik", namespace: "https://www.bsi.bund.de", }, references: [ { category: "self", summary: "WID-SEC-W-2023-3038 - CSAF Version", url: "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-3038.json", }, { category: "self", summary: "WID-SEC-2023-3038 - Portal Version", url: "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-3038", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:1078 vom 2024-03-05", url: "https://access.redhat.com/errata/RHSA-2024:1078", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-12190 vom 2024-03-04", url: "https://linux.oracle.com/errata/ELSA-2024-12190.html", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-12191 vom 2024-03-04", url: "https://linux.oracle.com/errata/ELSA-2024-12191.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2023:4708-1 vom 2023-12-11", url: "https://lists.suse.com/pipermail/sle-security-updates/2023-December/017307.html", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:0530 vom 2024-01-25", url: "https://access.redhat.com/errata/RHSA-2024:0530", }, { category: "external", summary: "Amazon Linux Security Advisory ALAS-2024-1903 vom 2024-01-09", url: "https://alas.aws.amazon.com/ALAS-2024-1903.html", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:1149 vom 2024-03-06", url: "https://access.redhat.com/errata/RHSA-2024:1149", }, { category: "external", summary: "Amazon Linux Security Advisory ALASDOCKER-2024-039 vom 2024-03-06", url: "https://alas.aws.amazon.com/AL2/ALASDOCKER-2024-039.html", }, { category: "external", summary: "Amazon Linux Security Advisory ALASNITRO-ENCLAVES-2024-039 vom 2024-03-06", url: "https://alas.aws.amazon.com/AL2/ALASNITRO-ENCLAVES-2024-039.html", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:1131 vom 2024-03-05", url: "https://access.redhat.com/errata/RHSA-2024:1131", }, { category: "external", summary: "Amazon Linux Security Advisory ALASECS-2024-035 vom 2024-03-06", url: "https://alas.aws.amazon.com/AL2/ALASECS-2024-035.html", }, { category: "external", summary: "IBM Security Bulletin 7129944 vom 2024-03-06", url: "https://www.ibm.com/support/pages/node/7129944", }, { category: "external", summary: "Amazon Linux Security Advisory ALAS-2024-2388 vom 2024-01-10", url: "https://alas.aws.amazon.com/AL2/ALAS-2024-2388.html", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:1244 vom 2024-03-11", url: "https://access.redhat.com/errata/RHSA-2024:1244", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2023:7198 vom 2024-02-28", url: "https://access.redhat.com/errata/RHSA-2023:7198", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:0269 vom 2024-02-28", url: "https://access.redhat.com/errata/RHSA-2024:0269", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2023:7200 vom 2024-02-28", url: "https://access.redhat.com/errata/RHSA-2023:7200", }, { category: "external", summary: "Ubuntu Security Notice USN-6574-1 vom 2024-01-11", url: "https://ubuntu.com/security/notices/USN-6574-1", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2023:4709-1 vom 2023-12-14", url: "https://lists.suse.com/pipermail/sle-security-updates/2023-December/017389.html", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:0843 vom 2024-02-15", url: "https://access.redhat.com/errata/RHSA-2024:0843", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-193547DEF8 vom 2024-01-16", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-193547def8", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:1041 vom 2024-02-29", url: "https://access.redhat.com/errata/RHSA-2024:1041", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2023:4931-1 vom 2023-12-20", url: "https://lists.suse.com/pipermail/sle-security-updates/2023-December/017503.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2023:4930-1 vom 2023-12-20", url: "https://lists.suse.com/pipermail/sle-security-updates/2023-December/017504.html", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:0281 vom 2024-03-06", url: "https://access.redhat.com/errata/RHSA-2024:0281", }, { category: "external", summary: "Fedora Security Advisory FEDORA-EPEL-2024-9B53B79398 vom 2024-03-06", url: "https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-9b53b79398", }, { category: "external", summary: "Amazon Linux Security Advisory ALAS-2024-2446 vom 2024-02-06", url: "https://alas.aws.amazon.com/AL2/ALAS-2024-2446.html", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:0880 vom 2024-02-20", url: "https://access.redhat.com/errata/RHSA-2024:0880", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:0887 vom 2024-02-20", url: "https://access.redhat.com/errata/RHSA-2024:0887", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-1149 vom 2024-03-07", url: "https://linux.oracle.com/errata/ELSA-2024-1149.html", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-1131 vom 2024-03-07", url: "http://linux.oracle.com/errata/ELSA-2024-1131.html", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:0694 vom 2024-02-07", url: "https://access.redhat.com/errata/RHSA-2024:0694", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:0695 vom 2024-02-07", url: "https://access.redhat.com/errata/RHSA-2024:0695", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:0728 vom 2024-02-08", url: "https://access.redhat.com/errata/RHSA-2024:0728", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:0748 vom 2024-02-08", url: "https://access.redhat.com/errata/RHSA-2024:0748", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-0887 vom 2024-02-23", url: "https://linux.oracle.com/errata/ELSA-2024-0887.html", }, { category: "external", summary: "Go 1.21.5 and Go 1.20.12 pre-announcement vom 2023-11-30", url: "https://groups.google.com/g/golang-announce/c/TABUsV4-FiU", }, { category: "external", summary: "Github Golang/Go vom 2023-11-30", url: "https://github.com/golang/go/issues/64433", }, { category: "external", summary: "Security fixes in Go 1.21.5 and Go 1.20.12 releases vom 2023-12-05", url: "https://groups.google.com/g/golang-announce/c/iLGK3x6yuNo?pli=1", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:1433 vom 2024-03-20", url: "https://access.redhat.com/errata/RHSA-2024:1433", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-12225 vom 2024-03-19", url: "https://linux.oracle.com/errata/ELSA-2024-12225.html", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:1434 vom 2024-03-20", url: "https://access.redhat.com/errata/RHSA-2024:1434", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-12226 vom 2024-03-20", url: "https://linux.oracle.com/errata/ELSA-2024-12226.html", }, { category: "external", summary: "IBM Security Bulletin 7145581 vom 2024-04-01", url: "https://www.ibm.com/support/pages/node/7145581", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:1640 vom 2024-04-02", url: "https://access.redhat.com/errata/RHSA-2024:1640", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-12263 vom 2024-04-03", url: "https://linux.oracle.com/errata/ELSA-2024-12263.html", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-12261 vom 2024-04-03", url: "https://linux.oracle.com/errata/ELSA-2024-12261.html", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-12262 vom 2024-04-03", url: "https://linux.oracle.com/errata/ELSA-2024-12262.html", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-12264 vom 2024-04-03", url: "https://linux.oracle.com/errata/ELSA-2024-12264.html", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:1812 vom 2024-04-15", url: "https://access.redhat.com/errata/RHSA-2024:1812", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:1859 vom 2024-04-16", url: "https://access.redhat.com/errata/RHSA-2024:1859", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-12328 vom 2024-04-17", url: "https://linux.oracle.com/errata/ELSA-2024-12328.html", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-12329 vom 2024-04-17", url: "https://linux.oracle.com/errata/ELSA-2024-12329.html", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:1901 vom 2024-04-18", url: "https://access.redhat.com/errata/RHSA-2024:1901", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:1896 vom 2024-04-25", url: "https://access.redhat.com/errata/RHSA-2024:1896", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-2084 vom 2024-04-30", url: "https://linux.oracle.com/errata/ELSA-2024-2084.html", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:2160 vom 2024-04-30", url: "https://access.redhat.com/errata/RHSA-2024:2160", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:2193 vom 2024-04-30", url: "https://access.redhat.com/errata/RHSA-2024:2193", }, { category: "external", summary: "Amazon Linux Security Advisory ALAS-2024-2543 vom 2024-05-15", url: "https://alas.aws.amazon.com/AL2/ALAS-2024-2543.html", }, { category: "external", summary: "IBM Security Bulletin 7154430 vom 2024-05-20", url: "https://www.ibm.com/support/pages/node/7154430", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:2988 vom 2024-05-22", url: "https://access.redhat.com/errata/RHSA-2024:2988", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-2988 vom 2024-05-28", url: "https://linux.oracle.com/errata/ELSA-2024-2988.html", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:3467 vom 2024-05-29", url: "https://access.redhat.com/errata/RHSA-2024:3467", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:3479 vom 2024-05-29", url: "https://access.redhat.com/errata/RHSA-2024:3479", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:2728 vom 2024-05-29", url: "https://access.redhat.com/errata/RHSA-2024:2728", }, { category: "external", summary: "Amazon Linux Security Advisory ALAS-2024-2556 vom 2024-05-30", url: "https://alas.aws.amazon.com/AL2/ALAS-2024-2556.html", }, { category: "external", summary: "IBM Security Bulletin 7161954 vom 2024-07-30", url: "https://www.ibm.com/support/pages/node/7161954", }, { category: "external", summary: "IBM Security Bulletin 7162077 vom 2024-07-31", url: "https://www.ibm.com/support/pages/node/7162077", }, { category: "external", summary: "Gentoo Linux Security Advisory GLSA-202408-07 vom 2024-08-07", url: "https://security.gentoo.org/glsa/202408-07", }, { category: "external", summary: "Amazon Linux Security Advisory ALAS-2024-2618 vom 2024-08-13", url: "https://alas.aws.amazon.com/AL2/ALAS-2024-2618.html", }, { category: "external", summary: "Amazon Linux Security Advisory ALASECS-2024-041 vom 2024-09-03", url: "https://alas.aws.amazon.com/AL2/ALASECS-2024-041.html", }, { category: "external", summary: "Splunk Security Advisory SVD-2024-1012 vom 2024-10-14", url: "https://advisory.splunk.com//advisories/SVD-2024-1012", }, ], source_lang: "en-US", title: "Golang Go: Mehrere Schwachstellen ermöglichen nicht spezifizierten Angriff", tracking: { current_release_date: "2024-10-14T22:00:00.000+00:00", generator: { date: "2024-10-15T08:15:14.290+00:00", engine: { name: "BSI-WID", version: "1.3.8", }, }, id: "WID-SEC-W-2023-3038", initial_release_date: "2023-11-30T23:00:00.000+00:00", revision_history: [ { date: "2023-11-30T23:00:00.000+00:00", number: "1", summary: "Initiale Fassung", }, { date: "2023-12-05T23:00:00.000+00:00", number: "2", summary: "Neue Updates aufgenommen, Beschreibung ergänzt", }, { date: "2023-12-11T23:00:00.000+00:00", number: "3", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2023-12-14T23:00:00.000+00:00", number: "4", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2023-12-20T23:00:00.000+00:00", number: "5", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2024-01-08T23:00:00.000+00:00", number: "6", summary: "Neue Updates von Amazon aufgenommen", }, { date: "2024-01-09T23:00:00.000+00:00", number: "7", summary: "Neue Updates von Amazon aufgenommen", }, { date: "2024-01-10T23:00:00.000+00:00", number: "8", summary: "Neue Updates von Ubuntu aufgenommen", }, { date: "2024-01-15T23:00:00.000+00:00", number: "9", summary: "Neue Updates von Fedora aufgenommen", }, { date: "2024-01-25T23:00:00.000+00:00", number: "10", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2024-02-05T23:00:00.000+00:00", number: "11", summary: "Neue Updates von Amazon aufgenommen", }, { date: "2024-02-07T23:00:00.000+00:00", number: "12", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2024-02-08T23:00:00.000+00:00", number: "13", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2024-02-15T23:00:00.000+00:00", number: "14", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2024-02-20T23:00:00.000+00:00", number: "15", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2024-02-22T23:00:00.000+00:00", number: "16", summary: "Neue Updates von Oracle Linux aufgenommen", }, { date: "2024-02-27T23:00:00.000+00:00", number: "17", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2024-02-28T23:00:00.000+00:00", number: "18", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2024-03-04T23:00:00.000+00:00", number: "19", summary: "Neue Updates von Red Hat und Oracle Linux aufgenommen", }, { date: "2024-03-05T23:00:00.000+00:00", number: "20", summary: "Neue Updates von Red Hat und Amazon aufgenommen", }, { date: "2024-03-06T23:00:00.000+00:00", number: "21", summary: "Neue Updates von Red Hat und Fedora aufgenommen", }, { date: "2024-03-07T23:00:00.000+00:00", number: "22", summary: "Neue Updates von Oracle Linux aufgenommen", }, { date: "2024-03-11T23:00:00.000+00:00", number: "23", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2024-03-19T23:00:00.000+00:00", number: "24", summary: "Neue Updates von Red Hat und Oracle Linux aufgenommen", }, { date: "2024-03-20T23:00:00.000+00:00", number: "25", summary: "Neue Updates von Oracle Linux aufgenommen", }, { date: "2024-04-01T22:00:00.000+00:00", number: "26", summary: "Neue Updates von IBM und IBM-APAR aufgenommen", }, { date: "2024-04-02T22:00:00.000+00:00", number: "27", summary: "Neue Updates von Red Hat und Oracle Linux aufgenommen", }, { date: "2024-04-14T22:00:00.000+00:00", number: "28", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2024-04-16T22:00:00.000+00:00", number: "29", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2024-04-17T22:00:00.000+00:00", number: "30", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2024-04-25T22:00:00.000+00:00", number: "31", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2024-04-29T22:00:00.000+00:00", number: "32", summary: "Neue Updates von Oracle Linux aufgenommen", }, { date: "2024-05-15T22:00:00.000+00:00", number: "33", summary: "Neue Updates von Amazon aufgenommen", }, { date: "2024-05-20T22:00:00.000+00:00", number: "34", summary: "Neue Updates von IBM aufgenommen", }, { date: "2024-05-21T22:00:00.000+00:00", number: "35", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2024-05-28T22:00:00.000+00:00", number: "36", summary: "Neue Updates von Oracle Linux aufgenommen", }, { date: "2024-05-30T22:00:00.000+00:00", number: "37", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2024-07-30T22:00:00.000+00:00", number: "38", summary: "Neue Updates von IBM aufgenommen", }, { date: "2024-07-31T22:00:00.000+00:00", number: "39", summary: "Neue Updates von IBM aufgenommen", }, { date: "2024-08-06T22:00:00.000+00:00", number: "40", summary: "Neue Updates von Gentoo aufgenommen", }, { date: "2024-08-13T22:00:00.000+00:00", number: "41", summary: "Neue Updates von Amazon aufgenommen", }, { date: "2024-09-03T22:00:00.000+00:00", number: "42", summary: "Neue Updates von Amazon aufgenommen", }, { date: "2024-10-14T22:00:00.000+00:00", number: "43", summary: "Neue Updates von Splunk-SVD aufgenommen", }, ], status: "final", version: "43", }, }, product_tree: { branches: [ { branches: [ { category: "product_name", name: "Amazon Linux 2", product: { name: "Amazon Linux 2", product_id: "398363", product_identification_helper: { cpe: "cpe:/o:amazon:linux_2:-", }, }, }, ], category: "vendor", name: "Amazon", }, { branches: [ { category: "product_name", name: "Fedora Linux", product: { name: "Fedora Linux", product_id: "74185", product_identification_helper: { cpe: "cpe:/o:fedoraproject:fedora:-", }, }, }, ], category: "vendor", name: "Fedora", }, { branches: [ { category: "product_name", name: "Gentoo Linux", product: { name: "Gentoo Linux", product_id: "T012167", product_identification_helper: { cpe: "cpe:/o:gentoo:linux:-", }, }, }, ], category: "vendor", name: "Gentoo", }, { branches: [ { branches: [ { category: "product_version_range", name: "<1.21.5", product: { name: "Golang Go <1.21.5", product_id: "T031433", }, }, { category: "product_version", name: "1.21.5", product: { name: "Golang Go 1.21.5", product_id: "T031433-fixed", product_identification_helper: { cpe: "cpe:/a:golang:go:1.21.5", }, }, }, { category: "product_version_range", name: "<1.20.12", product: { name: "Golang Go <1.20.12", product_id: "T031434", }, }, { category: "product_version", name: "1.20.12", product: { name: "Golang Go 1.20.12", product_id: "T031434-fixed", product_identification_helper: { cpe: "cpe:/a:golang:go:1.20.12", }, }, }, ], category: "product_name", name: "Go", }, ], category: "vendor", name: "Golang", }, { branches: [ { category: "product_name", name: "IBM App Connect Enterprise", product: { name: "IBM App Connect Enterprise", product_id: "T032495", product_identification_helper: { cpe: "cpe:/a:ibm:app_connect_enterprise:-", }, }, }, { branches: [ { category: "product_version_range", name: "REST <1.0.0.301-amd64", product: { name: "IBM DB2 REST <1.0.0.301-amd64", product_id: "T034919", }, }, { category: "product_version", name: "REST 1.0.0.301-amd64", product: { name: "IBM DB2 REST 1.0.0.301-amd64", product_id: "T034919-fixed", product_identification_helper: { cpe: "cpe:/a:ibm:db2:1.0.0.301-amd64::rest", }, }, }, ], category: "product_name", name: "DB2", }, { branches: [ { category: "product_version_range", name: "<10.5.4", product: { name: "IBM DataPower Gateway <10.5.4", product_id: "T033810", }, }, { category: "product_version", name: "10.5.4", product: { name: "IBM DataPower Gateway 10.5.4", product_id: "T033810-fixed", product_identification_helper: { cpe: "cpe:/a:ibm:datapower_gateway:10.5.4", }, }, }, { category: "product_version_range", name: "<10.5.0.10", product: { name: "IBM DataPower Gateway <10.5.0.10", product_id: "T033811", }, }, { category: "product_version", name: "10.5.0.10", product: { name: "IBM DataPower Gateway 10.5.0.10", product_id: "T033811-fixed", product_identification_helper: { cpe: "cpe:/a:ibm:datapower_gateway:10.5.0.10", }, }, }, { category: "product_version_range", name: "<10.0.1.18", product: { name: "IBM DataPower Gateway <10.0.1.18", product_id: "T033812", }, }, { category: "product_version", name: "10.0.1.18", product: { name: "IBM DataPower Gateway 10.0.1.18", product_id: "T033812-fixed", product_identification_helper: { cpe: "cpe:/a:ibm:datapower_gateway:10.0.1.18", }, }, }, ], category: "product_name", name: "DataPower Gateway", }, { branches: [ { category: "product_version_range", name: "<10.1.16.2", product: { name: "IBM Spectrum Protect Plus <10.1.16.2", product_id: "T036379", }, }, { category: "product_version", name: "10.1.16.2", product: { name: "IBM Spectrum Protect Plus 10.1.16.2", product_id: "T036379-fixed", product_identification_helper: { cpe: "cpe:/a:ibm:spectrum_protect_plus:10.1.16.2", }, }, }, ], category: "product_name", name: "Spectrum Protect Plus", }, ], category: "vendor", name: "IBM", }, { branches: [ { category: "product_name", name: "Oracle Linux", product: { name: "Oracle Linux", product_id: "T004914", product_identification_helper: { cpe: "cpe:/o:oracle:linux:-", }, }, }, ], category: "vendor", name: "Oracle", }, { branches: [ { branches: [ { category: "product_version", name: "2.4", product: { name: "Red Hat Ansible Automation Platform 2.4", product_id: "1496312", product_identification_helper: { cpe: "cpe:/a:redhat:ansible_automation_platform:2.4", }, }, }, ], category: "product_name", name: "Ansible Automation Platform", }, { category: "product_name", name: "Red Hat Enterprise Linux", product: { name: "Red Hat Enterprise Linux", product_id: "67646", product_identification_helper: { cpe: "cpe:/o:redhat:enterprise_linux:-", }, }, }, { branches: [ { category: "product_version", name: "Secondary Scheduler Operator", product: { name: "Red Hat OpenShift Secondary Scheduler Operator", product_id: "T027759", product_identification_helper: { cpe: "cpe:/a:redhat:openshift:::secondary_scheduler_operator", }, }, }, { category: "product_version_range", name: "Logging Subsystem <5.8.3", product: { name: "Red Hat OpenShift Logging Subsystem <5.8.3", product_id: "T032604", }, }, { category: "product_version", name: "Logging Subsystem 5.8.3", product: { name: "Red Hat OpenShift Logging Subsystem 5.8.3", product_id: "T032604-fixed", product_identification_helper: { cpe: "cpe:/a:redhat:openshift:logging_subsystem__5.8.3", }, }, }, ], category: "product_name", name: "OpenShift", }, ], category: "vendor", name: "Red Hat", }, { branches: [ { category: "product_name", name: "SUSE Linux", product: { name: "SUSE Linux", product_id: "T002207", product_identification_helper: { cpe: "cpe:/o:suse:suse_linux:-", }, }, }, ], category: "vendor", name: "SUSE", }, { branches: [ { branches: [ { category: "product_version_range", name: "<9.3.1", product: { name: "Splunk Splunk Enterprise <9.3.1", product_id: "T038314", }, }, { category: "product_version", name: "9.3.1", product: { name: "Splunk Splunk Enterprise 9.3.1", product_id: "T038314-fixed", product_identification_helper: { cpe: "cpe:/a:splunk:splunk:9.3.1", }, }, }, { category: "product_version_range", name: "<9.2.3", product: { name: "Splunk Splunk Enterprise <9.2.3", product_id: "T038315", }, }, { category: "product_version", name: "9.2.3", product: { name: "Splunk Splunk Enterprise 9.2.3", product_id: "T038315-fixed", product_identification_helper: { cpe: "cpe:/a:splunk:splunk:9.2.3", }, }, }, { category: "product_version_range", name: "<9.1.6", product: { name: "Splunk Splunk Enterprise <9.1.6", product_id: "T038316", }, }, { category: "product_version", name: "9.1.6", product: { name: "Splunk Splunk Enterprise 9.1.6", product_id: "T038316-fixed", product_identification_helper: { cpe: "cpe:/a:splunk:splunk:9.1.6", }, }, }, ], category: "product_name", name: "Splunk Enterprise", }, ], category: "vendor", name: "Splunk", }, { branches: [ { category: "product_name", name: "Ubuntu Linux", product: { name: "Ubuntu Linux", product_id: "T000126", product_identification_helper: { cpe: "cpe:/o:canonical:ubuntu_linux:-", }, }, }, ], category: "vendor", name: "Ubuntu", }, ], }, vulnerabilities: [ { cve: "CVE-2023-39326", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Golang Go, aufgrund unvollständiger Eingabeprüfungen und weil git auf unsichere Protokolle zurückfallen kann. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht näher spezifizierte Auswirkungen zu verursachen.", }, ], product_status: { known_affected: [ "T033810", "T031434", "T031433", "67646", "T032604", "T033811", "T033812", "T038314", "T036379", "T038315", "T012167", "T038316", "T004914", "74185", "T032495", "T002207", "T027759", "T000126", "398363", "1496312", "T034919", ], }, release_date: "2023-11-30T23:00:00.000+00:00", title: "CVE-2023-39326", }, { cve: "CVE-2023-45283", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Golang Go, aufgrund unvollständiger Eingabeprüfungen und weil git auf unsichere Protokolle zurückfallen kann. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht näher spezifizierte Auswirkungen zu verursachen.", }, ], product_status: { known_affected: [ "T033810", "T031434", "T031433", "67646", "T032604", "T033811", "T033812", "T038314", "T036379", "T038315", "T012167", "T038316", "T004914", "74185", "T032495", "T002207", "T027759", "T000126", "398363", "1496312", "T034919", ], }, release_date: "2023-11-30T23:00:00.000+00:00", title: "CVE-2023-45283", }, { cve: "CVE-2023-45285", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Golang Go, aufgrund unvollständiger Eingabeprüfungen und weil git auf unsichere Protokolle zurückfallen kann. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht näher spezifizierte Auswirkungen zu verursachen.", }, ], product_status: { known_affected: [ "T033810", "T031434", "T031433", "67646", "T032604", "T033811", "T033812", "T038314", "T036379", "T038315", "T012167", "T038316", "T004914", "74185", "T032495", "T002207", "T027759", "T000126", "398363", "1496312", "T034919", ], }, release_date: "2023-11-30T23:00:00.000+00:00", title: "CVE-2023-45285", }, ], }
wid-sec-w-2025-0001
Vulnerability from csaf_certbund
Notes
{ document: { aggregate_severity: { text: "hoch", }, category: "csaf_base", csaf_version: "2.0", distribution: { tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "de-DE", notes: [ { category: "legal_disclaimer", text: "Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.", }, { category: "description", text: "IBM DB2 ist ein relationales Datenbanksystem (RDBS) von IBM.", title: "Produktbeschreibung", }, { category: "summary", text: "Ein entfernter oder lokaler Angreifer kann mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen.", title: "Angriff", }, { category: "general", text: "- Sonstiges", title: "Betroffene Betriebssysteme", }, ], publisher: { category: "other", contact_details: "csaf-provider@cert-bund.de", name: "Bundesamt für Sicherheit in der Informationstechnik", namespace: "https://www.bsi.bund.de", }, references: [ { category: "self", summary: "WID-SEC-W-2025-0001 - CSAF Version", url: "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-0001.json", }, { category: "self", summary: "WID-SEC-2025-0001 - Portal Version", url: "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-0001", }, { category: "external", summary: "IBM Security Bulletin vom 2025-01-01", url: "https://www.ibm.com/support/pages/node/7180105", }, { category: "external", summary: "IBM Security Bulletin 7180361 vom 2025-01-07", url: "https://www.ibm.com/support/pages/node/7180361", }, ], source_lang: "en-US", title: "IBM DB2: Mehrere Schwachstellen", tracking: { current_release_date: "2025-01-06T23:00:00.000+00:00", generator: { date: "2025-01-07T11:42:20.646+00:00", engine: { name: "BSI-WID", version: "1.3.10", }, }, id: "WID-SEC-W-2025-0001", initial_release_date: "2025-01-01T23:00:00.000+00:00", revision_history: [ { date: "2025-01-01T23:00:00.000+00:00", number: "1", summary: "Initiale Fassung", }, { date: "2025-01-06T23:00:00.000+00:00", number: "2", summary: "Neue Updates von IBM aufgenommen", }, ], status: "final", version: "2", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version_range", name: "<5.1.0", product: { name: "IBM DB2 <5.1.0", product_id: "T039987", }, }, { category: "product_version", name: "5.1.0", product: { name: "IBM DB2 5.1.0", product_id: "T039987-fixed", product_identification_helper: { cpe: "cpe:/a:ibm:db2:5.1.0", }, }, }, { category: "product_version_range", name: "Warehouse <5.1.0", product: { name: "IBM DB2 Warehouse <5.1.0", product_id: "T039988", }, }, { category: "product_version", name: "Warehouse 5.1.0", product: { name: "IBM DB2 Warehouse 5.1.0", product_id: "T039988-fixed", product_identification_helper: { cpe: "cpe:/a:ibm:db2:warehouse__5.1.0", }, }, }, ], category: "product_name", name: "DB2", }, { branches: [ { category: "product_version_range", name: "<10.1.6.4", product: { name: "IBM Spectrum Protect Plus <10.1.6.4", product_id: "T040030", }, }, { category: "product_version", name: "10.1.6.4", product: { name: "IBM Spectrum Protect Plus 10.1.6.4", product_id: "T040030-fixed", product_identification_helper: { cpe: "cpe:/a:ibm:spectrum_protect_plus:10.1.6.4", }, }, }, ], category: "product_name", name: "Spectrum Protect Plus", }, ], category: "vendor", name: "IBM", }, ], }, vulnerabilities: [ { cve: "CVE-2021-32740", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data. Diese existieren wegen unsachgemäßer Überprüfungen, sowie Fehlern in der Speicherbehandlung, Eingabevalidierung und Berechtigungsverwaltung bezüglich der genutzten Komponenten, wie z.B. Java SE, cURL, Bouncy Castle, Kerberos und expat. Ein entfernter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich.", }, ], product_status: { known_affected: [ "T040030", "T039988", "T039987", ], }, release_date: "2025-01-01T23:00:00.000+00:00", title: "CVE-2021-32740", }, { cve: "CVE-2021-41186", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data. Diese existieren wegen unsachgemäßer Überprüfungen, sowie Fehlern in der Speicherbehandlung, Eingabevalidierung und Berechtigungsverwaltung bezüglich der genutzten Komponenten, wie z.B. Java SE, cURL, Bouncy Castle, Kerberos und expat. Ein entfernter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich.", }, ], product_status: { known_affected: [ "T040030", "T039988", "T039987", ], }, release_date: "2025-01-01T23:00:00.000+00:00", title: "CVE-2021-41186", }, { cve: "CVE-2022-0759", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data. Diese existieren wegen unsachgemäßer Überprüfungen, sowie Fehlern in der Speicherbehandlung, Eingabevalidierung und Berechtigungsverwaltung bezüglich der genutzten Komponenten, wie z.B. Java SE, cURL, Bouncy Castle, Kerberos und expat. Ein entfernter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich.", }, ], product_status: { known_affected: [ "T040030", "T039988", "T039987", ], }, release_date: "2025-01-01T23:00:00.000+00:00", title: "CVE-2022-0759", }, { cve: "CVE-2022-24795", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data. Diese existieren wegen unsachgemäßer Überprüfungen, sowie Fehlern in der Speicherbehandlung, Eingabevalidierung und Berechtigungsverwaltung bezüglich der genutzten Komponenten, wie z.B. Java SE, cURL, Bouncy Castle, Kerberos und expat. Ein entfernter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich.", }, ], product_status: { known_affected: [ "T040030", "T039988", "T039987", ], }, release_date: "2025-01-01T23:00:00.000+00:00", title: "CVE-2022-24795", }, { cve: "CVE-2022-31163", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data. Diese existieren wegen unsachgemäßer Überprüfungen, sowie Fehlern in der Speicherbehandlung, Eingabevalidierung und Berechtigungsverwaltung bezüglich der genutzten Komponenten, wie z.B. Java SE, cURL, Bouncy Castle, Kerberos und expat. Ein entfernter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich.", }, ], product_status: { known_affected: [ "T040030", "T039988", "T039987", ], }, release_date: "2025-01-01T23:00:00.000+00:00", title: "CVE-2022-31163", }, { cve: "CVE-2023-39325", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data. Diese existieren wegen unsachgemäßer Überprüfungen, sowie Fehlern in der Speicherbehandlung, Eingabevalidierung und Berechtigungsverwaltung bezüglich der genutzten Komponenten, wie z.B. Java SE, cURL, Bouncy Castle, Kerberos und expat. Ein entfernter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich.", }, ], product_status: { known_affected: [ "T040030", "T039988", "T039987", ], }, release_date: "2025-01-01T23:00:00.000+00:00", title: "CVE-2023-39325", }, { cve: "CVE-2023-41993", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data. Diese existieren wegen unsachgemäßer Überprüfungen, sowie Fehlern in der Speicherbehandlung, Eingabevalidierung und Berechtigungsverwaltung bezüglich der genutzten Komponenten, wie z.B. Java SE, cURL, Bouncy Castle, Kerberos und expat. Ein entfernter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich.", }, ], product_status: { known_affected: [ "T040030", "T039988", "T039987", ], }, release_date: "2025-01-01T23:00:00.000+00:00", title: "CVE-2023-41993", }, { cve: "CVE-2023-45283", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data. Diese existieren wegen unsachgemäßer Überprüfungen, sowie Fehlern in der Speicherbehandlung, Eingabevalidierung und Berechtigungsverwaltung bezüglich der genutzten Komponenten, wie z.B. Java SE, cURL, Bouncy Castle, Kerberos und expat. Ein entfernter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich.", }, ], product_status: { known_affected: [ "T040030", "T039988", "T039987", ], }, release_date: "2025-01-01T23:00:00.000+00:00", title: "CVE-2023-45283", }, { cve: "CVE-2023-45288", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data. Diese existieren wegen unsachgemäßer Überprüfungen, sowie Fehlern in der Speicherbehandlung, Eingabevalidierung und Berechtigungsverwaltung bezüglich der genutzten Komponenten, wie z.B. Java SE, cURL, Bouncy Castle, Kerberos und expat. Ein entfernter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich.", }, ], product_status: { known_affected: [ "T040030", "T039988", "T039987", ], }, release_date: "2025-01-01T23:00:00.000+00:00", title: "CVE-2023-45288", }, { cve: "CVE-2023-6597", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data. Diese existieren wegen unsachgemäßer Überprüfungen, sowie Fehlern in der Speicherbehandlung, Eingabevalidierung und Berechtigungsverwaltung bezüglich der genutzten Komponenten, wie z.B. Java SE, cURL, Bouncy Castle, Kerberos und expat. Ein entfernter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich.", }, ], product_status: { known_affected: [ "T040030", "T039988", "T039987", ], }, release_date: "2025-01-01T23:00:00.000+00:00", title: "CVE-2023-6597", }, { cve: "CVE-2024-0406", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data. Diese existieren wegen unsachgemäßer Überprüfungen, sowie Fehlern in der Speicherbehandlung, Eingabevalidierung und Berechtigungsverwaltung bezüglich der genutzten Komponenten, wie z.B. Java SE, cURL, Bouncy Castle, Kerberos und expat. Ein entfernter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich.", }, ], product_status: { known_affected: [ "T040030", "T039988", "T039987", ], }, release_date: "2025-01-01T23:00:00.000+00:00", title: "CVE-2024-0406", }, { cve: "CVE-2024-20918", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data. Diese existieren wegen unsachgemäßer Überprüfungen, sowie Fehlern in der Speicherbehandlung, Eingabevalidierung und Berechtigungsverwaltung bezüglich der genutzten Komponenten, wie z.B. Java SE, cURL, Bouncy Castle, Kerberos und expat. Ein entfernter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich.", }, ], product_status: { known_affected: [ "T040030", "T039988", "T039987", ], }, release_date: "2025-01-01T23:00:00.000+00:00", title: "CVE-2024-20918", }, { cve: "CVE-2024-20952", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data. Diese existieren wegen unsachgemäßer Überprüfungen, sowie Fehlern in der Speicherbehandlung, Eingabevalidierung und Berechtigungsverwaltung bezüglich der genutzten Komponenten, wie z.B. Java SE, cURL, Bouncy Castle, Kerberos und expat. Ein entfernter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich.", }, ], product_status: { known_affected: [ "T040030", "T039988", "T039987", ], }, release_date: "2025-01-01T23:00:00.000+00:00", title: "CVE-2024-20952", }, { cve: "CVE-2024-2398", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data. Diese existieren wegen unsachgemäßer Überprüfungen, sowie Fehlern in der Speicherbehandlung, Eingabevalidierung und Berechtigungsverwaltung bezüglich der genutzten Komponenten, wie z.B. Java SE, cURL, Bouncy Castle, Kerberos und expat. Ein entfernter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich.", }, ], product_status: { known_affected: [ "T040030", "T039988", "T039987", ], }, release_date: "2025-01-01T23:00:00.000+00:00", title: "CVE-2024-2398", }, { cve: "CVE-2024-24786", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data. Diese existieren wegen unsachgemäßer Überprüfungen, sowie Fehlern in der Speicherbehandlung, Eingabevalidierung und Berechtigungsverwaltung bezüglich der genutzten Komponenten, wie z.B. Java SE, cURL, Bouncy Castle, Kerberos und expat. Ein entfernter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich.", }, ], product_status: { known_affected: [ "T040030", "T039988", "T039987", ], }, release_date: "2025-01-01T23:00:00.000+00:00", title: "CVE-2024-24786", }, { cve: "CVE-2024-27281", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data. Diese existieren wegen unsachgemäßer Überprüfungen, sowie Fehlern in der Speicherbehandlung, Eingabevalidierung und Berechtigungsverwaltung bezüglich der genutzten Komponenten, wie z.B. Java SE, cURL, Bouncy Castle, Kerberos und expat. Ein entfernter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich.", }, ], product_status: { known_affected: [ "T040030", "T039988", "T039987", ], }, release_date: "2025-01-01T23:00:00.000+00:00", title: "CVE-2024-27281", }, { cve: "CVE-2024-2961", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data. Diese existieren wegen unsachgemäßer Überprüfungen, sowie Fehlern in der Speicherbehandlung, Eingabevalidierung und Berechtigungsverwaltung bezüglich der genutzten Komponenten, wie z.B. Java SE, cURL, Bouncy Castle, Kerberos und expat. Ein entfernter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich.", }, ], product_status: { known_affected: [ "T040030", "T039988", "T039987", ], }, release_date: "2025-01-01T23:00:00.000+00:00", title: "CVE-2024-2961", }, { cve: "CVE-2024-29857", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data. Diese existieren wegen unsachgemäßer Überprüfungen, sowie Fehlern in der Speicherbehandlung, Eingabevalidierung und Berechtigungsverwaltung bezüglich der genutzten Komponenten, wie z.B. Java SE, cURL, Bouncy Castle, Kerberos und expat. Ein entfernter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich.", }, ], product_status: { known_affected: [ "T040030", "T039988", "T039987", ], }, release_date: "2025-01-01T23:00:00.000+00:00", title: "CVE-2024-29857", }, { cve: "CVE-2024-33599", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data. Diese existieren wegen unsachgemäßer Überprüfungen, sowie Fehlern in der Speicherbehandlung, Eingabevalidierung und Berechtigungsverwaltung bezüglich der genutzten Komponenten, wie z.B. Java SE, cURL, Bouncy Castle, Kerberos und expat. Ein entfernter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich.", }, ], product_status: { known_affected: [ "T040030", "T039988", "T039987", ], }, release_date: "2025-01-01T23:00:00.000+00:00", title: "CVE-2024-33599", }, { cve: "CVE-2024-33883", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data. Diese existieren wegen unsachgemäßer Überprüfungen, sowie Fehlern in der Speicherbehandlung, Eingabevalidierung und Berechtigungsverwaltung bezüglich der genutzten Komponenten, wie z.B. Java SE, cURL, Bouncy Castle, Kerberos und expat. Ein entfernter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich.", }, ], product_status: { known_affected: [ "T040030", "T039988", "T039987", ], }, release_date: "2025-01-01T23:00:00.000+00:00", title: "CVE-2024-33883", }, { cve: "CVE-2024-37370", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data. Diese existieren wegen unsachgemäßer Überprüfungen, sowie Fehlern in der Speicherbehandlung, Eingabevalidierung und Berechtigungsverwaltung bezüglich der genutzten Komponenten, wie z.B. Java SE, cURL, Bouncy Castle, Kerberos und expat. Ein entfernter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich.", }, ], product_status: { known_affected: [ "T040030", "T039988", "T039987", ], }, release_date: "2025-01-01T23:00:00.000+00:00", title: "CVE-2024-37370", }, { cve: "CVE-2024-37371", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data. Diese existieren wegen unsachgemäßer Überprüfungen, sowie Fehlern in der Speicherbehandlung, Eingabevalidierung und Berechtigungsverwaltung bezüglich der genutzten Komponenten, wie z.B. Java SE, cURL, Bouncy Castle, Kerberos und expat. Ein entfernter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich.", }, ], product_status: { known_affected: [ "T040030", "T039988", "T039987", ], }, release_date: "2025-01-01T23:00:00.000+00:00", title: "CVE-2024-37371", }, { cve: "CVE-2024-37890", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data. Diese existieren wegen unsachgemäßer Überprüfungen, sowie Fehlern in der Speicherbehandlung, Eingabevalidierung und Berechtigungsverwaltung bezüglich der genutzten Komponenten, wie z.B. Java SE, cURL, Bouncy Castle, Kerberos und expat. Ein entfernter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich.", }, ], product_status: { known_affected: [ "T040030", "T039988", "T039987", ], }, release_date: "2025-01-01T23:00:00.000+00:00", title: "CVE-2024-37890", }, { cve: "CVE-2024-39338", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data. Diese existieren wegen unsachgemäßer Überprüfungen, sowie Fehlern in der Speicherbehandlung, Eingabevalidierung und Berechtigungsverwaltung bezüglich der genutzten Komponenten, wie z.B. Java SE, cURL, Bouncy Castle, Kerberos und expat. Ein entfernter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich.", }, ], product_status: { known_affected: [ "T040030", "T039988", "T039987", ], }, release_date: "2025-01-01T23:00:00.000+00:00", title: "CVE-2024-39338", }, { cve: "CVE-2024-4068", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data. Diese existieren wegen unsachgemäßer Überprüfungen, sowie Fehlern in der Speicherbehandlung, Eingabevalidierung und Berechtigungsverwaltung bezüglich der genutzten Komponenten, wie z.B. Java SE, cURL, Bouncy Castle, Kerberos und expat. Ein entfernter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich.", }, ], product_status: { known_affected: [ "T040030", "T039988", "T039987", ], }, release_date: "2025-01-01T23:00:00.000+00:00", title: "CVE-2024-4068", }, { cve: "CVE-2024-41110", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data. Diese existieren wegen unsachgemäßer Überprüfungen, sowie Fehlern in der Speicherbehandlung, Eingabevalidierung und Berechtigungsverwaltung bezüglich der genutzten Komponenten, wie z.B. Java SE, cURL, Bouncy Castle, Kerberos und expat. Ein entfernter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich.", }, ], product_status: { known_affected: [ "T040030", "T039988", "T039987", ], }, release_date: "2025-01-01T23:00:00.000+00:00", title: "CVE-2024-41110", }, { cve: "CVE-2024-41123", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data. Diese existieren wegen unsachgemäßer Überprüfungen, sowie Fehlern in der Speicherbehandlung, Eingabevalidierung und Berechtigungsverwaltung bezüglich der genutzten Komponenten, wie z.B. Java SE, cURL, Bouncy Castle, Kerberos und expat. Ein entfernter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich.", }, ], product_status: { known_affected: [ "T040030", "T039988", "T039987", ], }, release_date: "2025-01-01T23:00:00.000+00:00", title: "CVE-2024-41123", }, { cve: "CVE-2024-41946", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data. Diese existieren wegen unsachgemäßer Überprüfungen, sowie Fehlern in der Speicherbehandlung, Eingabevalidierung und Berechtigungsverwaltung bezüglich der genutzten Komponenten, wie z.B. Java SE, cURL, Bouncy Castle, Kerberos und expat. Ein entfernter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich.", }, ], product_status: { known_affected: [ "T040030", "T039988", "T039987", ], }, release_date: "2025-01-01T23:00:00.000+00:00", title: "CVE-2024-41946", }, { cve: "CVE-2024-45296", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data. Diese existieren wegen unsachgemäßer Überprüfungen, sowie Fehlern in der Speicherbehandlung, Eingabevalidierung und Berechtigungsverwaltung bezüglich der genutzten Komponenten, wie z.B. Java SE, cURL, Bouncy Castle, Kerberos und expat. Ein entfernter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich.", }, ], product_status: { known_affected: [ "T040030", "T039988", "T039987", ], }, release_date: "2025-01-01T23:00:00.000+00:00", title: "CVE-2024-45296", }, { cve: "CVE-2024-45491", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data. Diese existieren wegen unsachgemäßer Überprüfungen, sowie Fehlern in der Speicherbehandlung, Eingabevalidierung und Berechtigungsverwaltung bezüglich der genutzten Komponenten, wie z.B. Java SE, cURL, Bouncy Castle, Kerberos und expat. Ein entfernter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich.", }, ], product_status: { known_affected: [ "T040030", "T039988", "T039987", ], }, release_date: "2025-01-01T23:00:00.000+00:00", title: "CVE-2024-45491", }, { cve: "CVE-2024-45590", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data. Diese existieren wegen unsachgemäßer Überprüfungen, sowie Fehlern in der Speicherbehandlung, Eingabevalidierung und Berechtigungsverwaltung bezüglich der genutzten Komponenten, wie z.B. Java SE, cURL, Bouncy Castle, Kerberos und expat. Ein entfernter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich.", }, ], product_status: { known_affected: [ "T040030", "T039988", "T039987", ], }, release_date: "2025-01-01T23:00:00.000+00:00", title: "CVE-2024-45590", }, { cve: "CVE-2024-47220", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data. Diese existieren wegen unsachgemäßer Überprüfungen, sowie Fehlern in der Speicherbehandlung, Eingabevalidierung und Berechtigungsverwaltung bezüglich der genutzten Komponenten, wie z.B. Java SE, cURL, Bouncy Castle, Kerberos und expat. Ein entfernter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich.", }, ], product_status: { known_affected: [ "T040030", "T039988", "T039987", ], }, release_date: "2025-01-01T23:00:00.000+00:00", title: "CVE-2024-47220", }, { cve: "CVE-2024-47554", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data. Diese existieren wegen unsachgemäßer Überprüfungen, sowie Fehlern in der Speicherbehandlung, Eingabevalidierung und Berechtigungsverwaltung bezüglich der genutzten Komponenten, wie z.B. Java SE, cURL, Bouncy Castle, Kerberos und expat. Ein entfernter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich.", }, ], product_status: { known_affected: [ "T040030", "T039988", "T039987", ], }, release_date: "2025-01-01T23:00:00.000+00:00", title: "CVE-2024-47554", }, { cve: "CVE-2024-6119", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data. Diese existieren wegen unsachgemäßer Überprüfungen, sowie Fehlern in der Speicherbehandlung, Eingabevalidierung und Berechtigungsverwaltung bezüglich der genutzten Komponenten, wie z.B. Java SE, cURL, Bouncy Castle, Kerberos und expat. Ein entfernter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich.", }, ], product_status: { known_affected: [ "T040030", "T039988", "T039987", ], }, release_date: "2025-01-01T23:00:00.000+00:00", title: "CVE-2024-6119", }, { cve: "CVE-2024-6345", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data. Diese existieren wegen unsachgemäßer Überprüfungen, sowie Fehlern in der Speicherbehandlung, Eingabevalidierung und Berechtigungsverwaltung bezüglich der genutzten Komponenten, wie z.B. Java SE, cURL, Bouncy Castle, Kerberos und expat. Ein entfernter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzerinteraktion erforderlich.", }, ], product_status: { known_affected: [ "T040030", "T039988", "T039987", ], }, release_date: "2025-01-01T23:00:00.000+00:00", title: "CVE-2024-6345", }, ], }
gsd-2023-45283
Vulnerability from gsd
{ GSD: { alias: "CVE-2023-45283", id: "GSD-2023-45283", }, gsd: { metadata: { exploitCode: "unknown", remediation: "unknown", reportConfidence: "confirmed", type: "vulnerability", }, osvSchema: { aliases: [ "CVE-2023-45283", ], details: "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.", id: "GSD-2023-45283", modified: "2023-12-13T01:20:37.908154Z", schema_version: "1.4.0", }, }, namespaces: { "cve.org": { CVE_data_meta: { ASSIGNER: "security@golang.org", ID: "CVE-2023-45283", STATE: "PUBLIC", }, affects: { vendor: { vendor_data: [ { product: { product_data: [ { product_name: "path/filepath", version: { version_data: [ { version_affected: "<", version_name: "0", version_value: "1.20.11", }, { version_affected: "<", version_name: "1.21.0-0", version_value: "1.21.4", }, { version_affected: "<", version_name: "1.20.11", version_value: "1.20.12", }, { version_affected: "<", version_name: "1.21.4", version_value: "1.21.5", }, ], }, }, { product_name: "internal/safefilepath", version: { version_data: [ { version_affected: "<", version_name: "0", version_value: "1.20.11", }, { version_affected: "<", version_name: "1.21.0-0", version_value: "1.21.4", }, ], }, }, ], }, vendor_name: "Go standard library", }, ], }, }, data_format: "MITRE", data_type: "CVE", data_version: "4.0", description: { description_data: [ { lang: "eng", value: "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.", }, ], }, problemtype: { problemtype_data: [ { description: [ { lang: "eng", value: "CWE-41: Improper Resolution of Path Equivalence", }, ], }, ], }, references: { reference_data: [ { name: "https://go.dev/issue/63713", refsource: "MISC", url: "https://go.dev/issue/63713", }, { name: "https://go.dev/cl/540277", refsource: "MISC", url: "https://go.dev/cl/540277", }, { name: "https://groups.google.com/g/golang-announce/c/4tU8LZfBFkY", refsource: "MISC", url: "https://groups.google.com/g/golang-announce/c/4tU8LZfBFkY", }, { name: "https://go.dev/issue/64028", refsource: "MISC", url: "https://go.dev/issue/64028", }, { name: "https://go.dev/cl/541175", refsource: "MISC", url: "https://go.dev/cl/541175", }, { name: "https://groups.google.com/g/golang-dev/c/6ypN5EjibjM/m/KmLVYH_uAgAJ", refsource: "MISC", url: "https://groups.google.com/g/golang-dev/c/6ypN5EjibjM/m/KmLVYH_uAgAJ", }, { name: "https://pkg.go.dev/vuln/GO-2023-2185", refsource: "MISC", url: "https://pkg.go.dev/vuln/GO-2023-2185", }, { name: "http://www.openwall.com/lists/oss-security/2023/12/05/2", refsource: "MISC", url: "http://www.openwall.com/lists/oss-security/2023/12/05/2", }, { name: "https://security.netapp.com/advisory/ntap-20231214-0008/", refsource: "MISC", url: "https://security.netapp.com/advisory/ntap-20231214-0008/", }, ], }, }, "nvd.nist.gov": { cve: { configurations: [ { nodes: [ { cpeMatch: [ { criteria: "cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*", matchCriteriaId: "C1E7C289-7484-4AA8-A96B-07D2E2933258", versionEndExcluding: "1.20.11", vulnerable: true, }, { criteria: "cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*", matchCriteriaId: "4E3FC16C-41B2-4900-901F-48BDA3DC9ED2", versionEndExcluding: "1.21.4", versionStartIncluding: "1.21.0-0", vulnerable: true, }, ], negate: false, operator: "OR", }, { cpeMatch: [ { criteria: "cpe:2.3:o:microsoft:windows:-:*:*:*:*:*:*:*", matchCriteriaId: "A2572D17-1DE6-457B-99CC-64AFD54487EA", vulnerable: false, }, ], negate: false, operator: "OR", }, ], operator: "AND", }, ], descriptions: [ { lang: "en", value: "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.", }, { lang: "es", value: "El paquete filepath no reconoce las rutas con el prefijo \\??\\ como especiales. En Windows, una ruta que comienza con \\??\\ es una ruta de dispositivo local raíz equivalente a una ruta que comienza con \\\\?\\. Se pueden utilizar rutas con un prefijo \\??\\ para acceder a ubicaciones arbitrarias en el sistema. Por ejemplo, la ruta \\??\\c:\\x es equivalente a la ruta más común c:\\x. Antes de la solución, Clean podía convertir una ruta raíz como \\a\\..\\??\\b en la ruta raíz del dispositivo local \\??\\b. Clean ahora convertirá esto a .\\??\\b. De manera similar, Join(\\, ??, b) podría convertir una secuencia aparentemente inocente de elementos de ruta en la ruta del dispositivo local raíz \\??\\b. Unirse ahora convertirá esto a \\.\\??\\b. Además, con la solución, IsAbs ahora informa correctamente las rutas que comienzan con \\??\\ como absolutas, y VolumeName informa correctamente el prefijo \\??\\ como nombre de volumen.", }, ], id: "CVE-2023-45283", lastModified: "2023-12-14T10:15:07.947", metrics: { cvssMetricV31: [ { cvssData: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "NONE", baseScore: 7.5, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", version: "3.1", }, exploitabilityScore: 3.9, impactScore: 3.6, source: "nvd@nist.gov", type: "Primary", }, ], }, published: "2023-11-09T17:15:08.757", references: [ { source: "security@golang.org", url: "http://www.openwall.com/lists/oss-security/2023/12/05/2", }, { source: "security@golang.org", tags: [ "Issue Tracking", "Vendor Advisory", ], url: "https://go.dev/cl/540277", }, { source: "security@golang.org", url: "https://go.dev/cl/541175", }, { source: "security@golang.org", tags: [ "Issue Tracking", "Vendor Advisory", ], url: "https://go.dev/issue/63713", }, { source: "security@golang.org", url: "https://go.dev/issue/64028", }, { source: "security@golang.org", tags: [ "Issue Tracking", "Mailing List", "Vendor Advisory", ], url: "https://groups.google.com/g/golang-announce/c/4tU8LZfBFkY", }, { source: "security@golang.org", url: "https://groups.google.com/g/golang-dev/c/6ypN5EjibjM/m/KmLVYH_uAgAJ", }, { source: "security@golang.org", tags: [ "Issue Tracking", "Vendor Advisory", ], url: "https://pkg.go.dev/vuln/GO-2023-2185", }, { source: "security@golang.org", url: "https://security.netapp.com/advisory/ntap-20231214-0008/", }, ], sourceIdentifier: "security@golang.org", vulnStatus: "Modified", weaknesses: [ { description: [ { lang: "en", value: "CWE-22", }, ], source: "nvd@nist.gov", type: "Primary", }, ], }, }, }, }
opensuse-su-2024:13406-1
Vulnerability from csaf_opensuse
Notes
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright 2024 SUSE LLC. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "go1.20-1.20.11-1.1 on GA media", title: "Title of the patch", }, { category: "description", text: "These are all security issues fixed in the go1.20-1.20.11-1.1 package on the GA media of openSUSE Tumbleweed.", title: "Description of the patch", }, { category: "details", text: "openSUSE-Tumbleweed-2024-13406", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_13406-1.json", }, { category: "self", summary: "SUSE CVE CVE-2023-45283 page", url: "https://www.suse.com/security/cve/CVE-2023-45283/", }, ], title: "go1.20-1.20.11-1.1 on GA media", tracking: { current_release_date: "2024-06-15T00:00:00Z", generator: { date: "2024-06-15T00:00:00Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "openSUSE-SU-2024:13406-1", initial_release_date: "2024-06-15T00:00:00Z", revision_history: [ { date: "2024-06-15T00:00:00Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "go1.20-1.20.11-1.1.aarch64", product: { name: "go1.20-1.20.11-1.1.aarch64", product_id: "go1.20-1.20.11-1.1.aarch64", }, }, { category: "product_version", name: "go1.20-doc-1.20.11-1.1.aarch64", product: { name: "go1.20-doc-1.20.11-1.1.aarch64", product_id: "go1.20-doc-1.20.11-1.1.aarch64", }, }, { category: "product_version", name: "go1.20-libstd-1.20.11-1.1.aarch64", product: { name: "go1.20-libstd-1.20.11-1.1.aarch64", product_id: "go1.20-libstd-1.20.11-1.1.aarch64", }, }, { category: "product_version", name: "go1.20-race-1.20.11-1.1.aarch64", product: { name: "go1.20-race-1.20.11-1.1.aarch64", product_id: "go1.20-race-1.20.11-1.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "go1.20-1.20.11-1.1.ppc64le", product: { name: "go1.20-1.20.11-1.1.ppc64le", product_id: "go1.20-1.20.11-1.1.ppc64le", }, }, { category: "product_version", name: "go1.20-doc-1.20.11-1.1.ppc64le", product: { name: "go1.20-doc-1.20.11-1.1.ppc64le", product_id: "go1.20-doc-1.20.11-1.1.ppc64le", }, }, { category: "product_version", name: "go1.20-libstd-1.20.11-1.1.ppc64le", product: { name: "go1.20-libstd-1.20.11-1.1.ppc64le", product_id: "go1.20-libstd-1.20.11-1.1.ppc64le", }, }, { category: "product_version", name: "go1.20-race-1.20.11-1.1.ppc64le", product: { name: "go1.20-race-1.20.11-1.1.ppc64le", product_id: "go1.20-race-1.20.11-1.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "go1.20-1.20.11-1.1.s390x", product: { name: "go1.20-1.20.11-1.1.s390x", product_id: "go1.20-1.20.11-1.1.s390x", }, }, { category: "product_version", name: "go1.20-doc-1.20.11-1.1.s390x", product: { name: "go1.20-doc-1.20.11-1.1.s390x", product_id: "go1.20-doc-1.20.11-1.1.s390x", }, }, { category: "product_version", name: "go1.20-libstd-1.20.11-1.1.s390x", product: { name: "go1.20-libstd-1.20.11-1.1.s390x", product_id: "go1.20-libstd-1.20.11-1.1.s390x", }, }, { category: "product_version", name: "go1.20-race-1.20.11-1.1.s390x", product: { name: "go1.20-race-1.20.11-1.1.s390x", product_id: "go1.20-race-1.20.11-1.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "go1.20-1.20.11-1.1.x86_64", product: { name: "go1.20-1.20.11-1.1.x86_64", product_id: "go1.20-1.20.11-1.1.x86_64", }, }, { category: "product_version", name: "go1.20-doc-1.20.11-1.1.x86_64", product: { name: "go1.20-doc-1.20.11-1.1.x86_64", product_id: "go1.20-doc-1.20.11-1.1.x86_64", }, }, { category: "product_version", name: "go1.20-libstd-1.20.11-1.1.x86_64", product: { name: "go1.20-libstd-1.20.11-1.1.x86_64", product_id: "go1.20-libstd-1.20.11-1.1.x86_64", }, }, { category: "product_version", name: "go1.20-race-1.20.11-1.1.x86_64", product: { name: "go1.20-race-1.20.11-1.1.x86_64", product_id: "go1.20-race-1.20.11-1.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "openSUSE Tumbleweed", product: { name: "openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed", product_identification_helper: { cpe: "cpe:/o:opensuse:tumbleweed", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "go1.20-1.20.11-1.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:go1.20-1.20.11-1.1.aarch64", }, product_reference: "go1.20-1.20.11-1.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "go1.20-1.20.11-1.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:go1.20-1.20.11-1.1.ppc64le", }, product_reference: "go1.20-1.20.11-1.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "go1.20-1.20.11-1.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:go1.20-1.20.11-1.1.s390x", }, product_reference: "go1.20-1.20.11-1.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "go1.20-1.20.11-1.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:go1.20-1.20.11-1.1.x86_64", }, product_reference: "go1.20-1.20.11-1.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "go1.20-doc-1.20.11-1.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:go1.20-doc-1.20.11-1.1.aarch64", }, product_reference: "go1.20-doc-1.20.11-1.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "go1.20-doc-1.20.11-1.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:go1.20-doc-1.20.11-1.1.ppc64le", }, product_reference: "go1.20-doc-1.20.11-1.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "go1.20-doc-1.20.11-1.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:go1.20-doc-1.20.11-1.1.s390x", }, product_reference: "go1.20-doc-1.20.11-1.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "go1.20-doc-1.20.11-1.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:go1.20-doc-1.20.11-1.1.x86_64", }, product_reference: "go1.20-doc-1.20.11-1.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "go1.20-libstd-1.20.11-1.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:go1.20-libstd-1.20.11-1.1.aarch64", }, product_reference: "go1.20-libstd-1.20.11-1.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "go1.20-libstd-1.20.11-1.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:go1.20-libstd-1.20.11-1.1.ppc64le", }, product_reference: "go1.20-libstd-1.20.11-1.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "go1.20-libstd-1.20.11-1.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:go1.20-libstd-1.20.11-1.1.s390x", }, product_reference: "go1.20-libstd-1.20.11-1.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "go1.20-libstd-1.20.11-1.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:go1.20-libstd-1.20.11-1.1.x86_64", }, product_reference: "go1.20-libstd-1.20.11-1.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "go1.20-race-1.20.11-1.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:go1.20-race-1.20.11-1.1.aarch64", }, product_reference: "go1.20-race-1.20.11-1.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "go1.20-race-1.20.11-1.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:go1.20-race-1.20.11-1.1.ppc64le", }, product_reference: "go1.20-race-1.20.11-1.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "go1.20-race-1.20.11-1.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:go1.20-race-1.20.11-1.1.s390x", }, product_reference: "go1.20-race-1.20.11-1.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "go1.20-race-1.20.11-1.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:go1.20-race-1.20.11-1.1.x86_64", }, product_reference: "go1.20-race-1.20.11-1.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, ], }, vulnerabilities: [ { cve: "CVE-2023-45283", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2023-45283", }, ], notes: [ { category: "general", text: "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.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:go1.20-1.20.11-1.1.aarch64", "openSUSE Tumbleweed:go1.20-1.20.11-1.1.ppc64le", "openSUSE Tumbleweed:go1.20-1.20.11-1.1.s390x", "openSUSE Tumbleweed:go1.20-1.20.11-1.1.x86_64", "openSUSE Tumbleweed:go1.20-doc-1.20.11-1.1.aarch64", "openSUSE Tumbleweed:go1.20-doc-1.20.11-1.1.ppc64le", "openSUSE Tumbleweed:go1.20-doc-1.20.11-1.1.s390x", "openSUSE Tumbleweed:go1.20-doc-1.20.11-1.1.x86_64", "openSUSE Tumbleweed:go1.20-libstd-1.20.11-1.1.aarch64", "openSUSE Tumbleweed:go1.20-libstd-1.20.11-1.1.ppc64le", "openSUSE Tumbleweed:go1.20-libstd-1.20.11-1.1.s390x", "openSUSE Tumbleweed:go1.20-libstd-1.20.11-1.1.x86_64", "openSUSE Tumbleweed:go1.20-race-1.20.11-1.1.aarch64", "openSUSE Tumbleweed:go1.20-race-1.20.11-1.1.ppc64le", "openSUSE Tumbleweed:go1.20-race-1.20.11-1.1.s390x", "openSUSE Tumbleweed:go1.20-race-1.20.11-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2023-45283", url: "https://www.suse.com/security/cve/CVE-2023-45283", }, { category: "external", summary: "SUSE Bug 1216943 for CVE-2023-45283", url: "https://bugzilla.suse.com/1216943", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:go1.20-1.20.11-1.1.aarch64", "openSUSE Tumbleweed:go1.20-1.20.11-1.1.ppc64le", "openSUSE Tumbleweed:go1.20-1.20.11-1.1.s390x", "openSUSE Tumbleweed:go1.20-1.20.11-1.1.x86_64", "openSUSE Tumbleweed:go1.20-doc-1.20.11-1.1.aarch64", "openSUSE Tumbleweed:go1.20-doc-1.20.11-1.1.ppc64le", "openSUSE Tumbleweed:go1.20-doc-1.20.11-1.1.s390x", "openSUSE Tumbleweed:go1.20-doc-1.20.11-1.1.x86_64", "openSUSE Tumbleweed:go1.20-libstd-1.20.11-1.1.aarch64", "openSUSE Tumbleweed:go1.20-libstd-1.20.11-1.1.ppc64le", "openSUSE Tumbleweed:go1.20-libstd-1.20.11-1.1.s390x", "openSUSE Tumbleweed:go1.20-libstd-1.20.11-1.1.x86_64", "openSUSE Tumbleweed:go1.20-race-1.20.11-1.1.aarch64", "openSUSE Tumbleweed:go1.20-race-1.20.11-1.1.ppc64le", "openSUSE Tumbleweed:go1.20-race-1.20.11-1.1.s390x", "openSUSE Tumbleweed:go1.20-race-1.20.11-1.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 6.8, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N", version: "3.1", }, products: [ "openSUSE Tumbleweed:go1.20-1.20.11-1.1.aarch64", "openSUSE Tumbleweed:go1.20-1.20.11-1.1.ppc64le", "openSUSE Tumbleweed:go1.20-1.20.11-1.1.s390x", "openSUSE Tumbleweed:go1.20-1.20.11-1.1.x86_64", "openSUSE Tumbleweed:go1.20-doc-1.20.11-1.1.aarch64", "openSUSE Tumbleweed:go1.20-doc-1.20.11-1.1.ppc64le", "openSUSE Tumbleweed:go1.20-doc-1.20.11-1.1.s390x", "openSUSE Tumbleweed:go1.20-doc-1.20.11-1.1.x86_64", "openSUSE Tumbleweed:go1.20-libstd-1.20.11-1.1.aarch64", "openSUSE Tumbleweed:go1.20-libstd-1.20.11-1.1.ppc64le", "openSUSE Tumbleweed:go1.20-libstd-1.20.11-1.1.s390x", "openSUSE Tumbleweed:go1.20-libstd-1.20.11-1.1.x86_64", "openSUSE Tumbleweed:go1.20-race-1.20.11-1.1.aarch64", "openSUSE Tumbleweed:go1.20-race-1.20.11-1.1.ppc64le", "openSUSE Tumbleweed:go1.20-race-1.20.11-1.1.s390x", "openSUSE Tumbleweed:go1.20-race-1.20.11-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-06-15T00:00:00Z", details: "moderate", }, ], title: "CVE-2023-45283", }, ], }
opensuse-su-2024:13407-1
Vulnerability from csaf_opensuse
Notes
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright 2024 SUSE LLC. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "go1.21-1.21.4-1.1 on GA media", title: "Title of the patch", }, { category: "description", text: "These are all security issues fixed in the go1.21-1.21.4-1.1 package on the GA media of openSUSE Tumbleweed.", title: "Description of the patch", }, { category: "details", text: "openSUSE-Tumbleweed-2024-13407", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_13407-1.json", }, { category: "self", summary: "SUSE CVE CVE-2023-45283 page", url: "https://www.suse.com/security/cve/CVE-2023-45283/", }, ], title: "go1.21-1.21.4-1.1 on GA media", tracking: { current_release_date: "2024-06-15T00:00:00Z", generator: { date: "2024-06-15T00:00:00Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "openSUSE-SU-2024:13407-1", initial_release_date: "2024-06-15T00:00:00Z", revision_history: [ { date: "2024-06-15T00:00:00Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "go1.21-1.21.4-1.1.aarch64", product: { name: "go1.21-1.21.4-1.1.aarch64", product_id: "go1.21-1.21.4-1.1.aarch64", }, }, { category: "product_version", name: "go1.21-doc-1.21.4-1.1.aarch64", product: { name: "go1.21-doc-1.21.4-1.1.aarch64", product_id: "go1.21-doc-1.21.4-1.1.aarch64", }, }, { category: "product_version", name: "go1.21-libstd-1.21.4-1.1.aarch64", product: { name: "go1.21-libstd-1.21.4-1.1.aarch64", product_id: "go1.21-libstd-1.21.4-1.1.aarch64", }, }, { category: "product_version", name: "go1.21-race-1.21.4-1.1.aarch64", product: { name: "go1.21-race-1.21.4-1.1.aarch64", product_id: "go1.21-race-1.21.4-1.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "go1.21-1.21.4-1.1.ppc64le", product: { name: "go1.21-1.21.4-1.1.ppc64le", product_id: "go1.21-1.21.4-1.1.ppc64le", }, }, { category: "product_version", name: "go1.21-doc-1.21.4-1.1.ppc64le", product: { name: "go1.21-doc-1.21.4-1.1.ppc64le", product_id: "go1.21-doc-1.21.4-1.1.ppc64le", }, }, { category: "product_version", name: "go1.21-libstd-1.21.4-1.1.ppc64le", product: { name: "go1.21-libstd-1.21.4-1.1.ppc64le", product_id: "go1.21-libstd-1.21.4-1.1.ppc64le", }, }, { category: "product_version", name: "go1.21-race-1.21.4-1.1.ppc64le", product: { name: "go1.21-race-1.21.4-1.1.ppc64le", product_id: "go1.21-race-1.21.4-1.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "go1.21-1.21.4-1.1.s390x", product: { name: "go1.21-1.21.4-1.1.s390x", product_id: "go1.21-1.21.4-1.1.s390x", }, }, { category: "product_version", name: "go1.21-doc-1.21.4-1.1.s390x", product: { name: "go1.21-doc-1.21.4-1.1.s390x", product_id: "go1.21-doc-1.21.4-1.1.s390x", }, }, { category: "product_version", name: "go1.21-libstd-1.21.4-1.1.s390x", product: { name: "go1.21-libstd-1.21.4-1.1.s390x", product_id: "go1.21-libstd-1.21.4-1.1.s390x", }, }, { category: "product_version", name: "go1.21-race-1.21.4-1.1.s390x", product: { name: "go1.21-race-1.21.4-1.1.s390x", product_id: "go1.21-race-1.21.4-1.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "go1.21-1.21.4-1.1.x86_64", product: { name: "go1.21-1.21.4-1.1.x86_64", product_id: "go1.21-1.21.4-1.1.x86_64", }, }, { category: "product_version", name: "go1.21-doc-1.21.4-1.1.x86_64", product: { name: "go1.21-doc-1.21.4-1.1.x86_64", product_id: "go1.21-doc-1.21.4-1.1.x86_64", }, }, { category: "product_version", name: "go1.21-libstd-1.21.4-1.1.x86_64", product: { name: "go1.21-libstd-1.21.4-1.1.x86_64", product_id: "go1.21-libstd-1.21.4-1.1.x86_64", }, }, { category: "product_version", name: "go1.21-race-1.21.4-1.1.x86_64", product: { name: "go1.21-race-1.21.4-1.1.x86_64", product_id: "go1.21-race-1.21.4-1.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "openSUSE Tumbleweed", product: { name: "openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed", product_identification_helper: { cpe: "cpe:/o:opensuse:tumbleweed", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "go1.21-1.21.4-1.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:go1.21-1.21.4-1.1.aarch64", }, product_reference: "go1.21-1.21.4-1.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "go1.21-1.21.4-1.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:go1.21-1.21.4-1.1.ppc64le", }, product_reference: "go1.21-1.21.4-1.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "go1.21-1.21.4-1.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:go1.21-1.21.4-1.1.s390x", }, product_reference: "go1.21-1.21.4-1.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "go1.21-1.21.4-1.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:go1.21-1.21.4-1.1.x86_64", }, product_reference: "go1.21-1.21.4-1.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "go1.21-doc-1.21.4-1.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:go1.21-doc-1.21.4-1.1.aarch64", }, product_reference: "go1.21-doc-1.21.4-1.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "go1.21-doc-1.21.4-1.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:go1.21-doc-1.21.4-1.1.ppc64le", }, product_reference: "go1.21-doc-1.21.4-1.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "go1.21-doc-1.21.4-1.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:go1.21-doc-1.21.4-1.1.s390x", }, product_reference: "go1.21-doc-1.21.4-1.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "go1.21-doc-1.21.4-1.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:go1.21-doc-1.21.4-1.1.x86_64", }, product_reference: "go1.21-doc-1.21.4-1.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "go1.21-libstd-1.21.4-1.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:go1.21-libstd-1.21.4-1.1.aarch64", }, product_reference: "go1.21-libstd-1.21.4-1.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "go1.21-libstd-1.21.4-1.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:go1.21-libstd-1.21.4-1.1.ppc64le", }, product_reference: "go1.21-libstd-1.21.4-1.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "go1.21-libstd-1.21.4-1.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:go1.21-libstd-1.21.4-1.1.s390x", }, product_reference: "go1.21-libstd-1.21.4-1.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "go1.21-libstd-1.21.4-1.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:go1.21-libstd-1.21.4-1.1.x86_64", }, product_reference: "go1.21-libstd-1.21.4-1.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "go1.21-race-1.21.4-1.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:go1.21-race-1.21.4-1.1.aarch64", }, product_reference: "go1.21-race-1.21.4-1.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "go1.21-race-1.21.4-1.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:go1.21-race-1.21.4-1.1.ppc64le", }, product_reference: "go1.21-race-1.21.4-1.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "go1.21-race-1.21.4-1.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:go1.21-race-1.21.4-1.1.s390x", }, product_reference: "go1.21-race-1.21.4-1.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "go1.21-race-1.21.4-1.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:go1.21-race-1.21.4-1.1.x86_64", }, product_reference: "go1.21-race-1.21.4-1.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, ], }, vulnerabilities: [ { cve: "CVE-2023-45283", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2023-45283", }, ], notes: [ { category: "general", text: "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.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:go1.21-1.21.4-1.1.aarch64", "openSUSE Tumbleweed:go1.21-1.21.4-1.1.ppc64le", "openSUSE Tumbleweed:go1.21-1.21.4-1.1.s390x", "openSUSE Tumbleweed:go1.21-1.21.4-1.1.x86_64", "openSUSE Tumbleweed:go1.21-doc-1.21.4-1.1.aarch64", "openSUSE Tumbleweed:go1.21-doc-1.21.4-1.1.ppc64le", "openSUSE Tumbleweed:go1.21-doc-1.21.4-1.1.s390x", "openSUSE Tumbleweed:go1.21-doc-1.21.4-1.1.x86_64", "openSUSE Tumbleweed:go1.21-libstd-1.21.4-1.1.aarch64", "openSUSE Tumbleweed:go1.21-libstd-1.21.4-1.1.ppc64le", "openSUSE Tumbleweed:go1.21-libstd-1.21.4-1.1.s390x", "openSUSE Tumbleweed:go1.21-libstd-1.21.4-1.1.x86_64", "openSUSE Tumbleweed:go1.21-race-1.21.4-1.1.aarch64", "openSUSE Tumbleweed:go1.21-race-1.21.4-1.1.ppc64le", "openSUSE Tumbleweed:go1.21-race-1.21.4-1.1.s390x", "openSUSE Tumbleweed:go1.21-race-1.21.4-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2023-45283", url: "https://www.suse.com/security/cve/CVE-2023-45283", }, { category: "external", summary: "SUSE Bug 1216943 for CVE-2023-45283", url: "https://bugzilla.suse.com/1216943", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:go1.21-1.21.4-1.1.aarch64", "openSUSE Tumbleweed:go1.21-1.21.4-1.1.ppc64le", "openSUSE Tumbleweed:go1.21-1.21.4-1.1.s390x", "openSUSE Tumbleweed:go1.21-1.21.4-1.1.x86_64", "openSUSE Tumbleweed:go1.21-doc-1.21.4-1.1.aarch64", "openSUSE Tumbleweed:go1.21-doc-1.21.4-1.1.ppc64le", "openSUSE Tumbleweed:go1.21-doc-1.21.4-1.1.s390x", "openSUSE Tumbleweed:go1.21-doc-1.21.4-1.1.x86_64", "openSUSE Tumbleweed:go1.21-libstd-1.21.4-1.1.aarch64", "openSUSE Tumbleweed:go1.21-libstd-1.21.4-1.1.ppc64le", "openSUSE Tumbleweed:go1.21-libstd-1.21.4-1.1.s390x", "openSUSE Tumbleweed:go1.21-libstd-1.21.4-1.1.x86_64", "openSUSE Tumbleweed:go1.21-race-1.21.4-1.1.aarch64", "openSUSE Tumbleweed:go1.21-race-1.21.4-1.1.ppc64le", "openSUSE Tumbleweed:go1.21-race-1.21.4-1.1.s390x", "openSUSE Tumbleweed:go1.21-race-1.21.4-1.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 6.8, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N", version: "3.1", }, products: [ "openSUSE Tumbleweed:go1.21-1.21.4-1.1.aarch64", "openSUSE Tumbleweed:go1.21-1.21.4-1.1.ppc64le", "openSUSE Tumbleweed:go1.21-1.21.4-1.1.s390x", "openSUSE Tumbleweed:go1.21-1.21.4-1.1.x86_64", "openSUSE Tumbleweed:go1.21-doc-1.21.4-1.1.aarch64", "openSUSE Tumbleweed:go1.21-doc-1.21.4-1.1.ppc64le", "openSUSE Tumbleweed:go1.21-doc-1.21.4-1.1.s390x", "openSUSE Tumbleweed:go1.21-doc-1.21.4-1.1.x86_64", "openSUSE Tumbleweed:go1.21-libstd-1.21.4-1.1.aarch64", "openSUSE Tumbleweed:go1.21-libstd-1.21.4-1.1.ppc64le", "openSUSE Tumbleweed:go1.21-libstd-1.21.4-1.1.s390x", "openSUSE Tumbleweed:go1.21-libstd-1.21.4-1.1.x86_64", "openSUSE Tumbleweed:go1.21-race-1.21.4-1.1.aarch64", "openSUSE Tumbleweed:go1.21-race-1.21.4-1.1.ppc64le", "openSUSE Tumbleweed:go1.21-race-1.21.4-1.1.s390x", "openSUSE Tumbleweed:go1.21-race-1.21.4-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-06-15T00:00:00Z", details: "moderate", }, ], title: "CVE-2023-45283", }, ], }
opensuse-su-2024:14076-1
Vulnerability from csaf_opensuse
Notes
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright 2024 SUSE LLC. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "traefik2-2.11.5-1.1 on GA media", title: "Title of the patch", }, { category: "description", text: "These are all security issues fixed in the traefik2-2.11.5-1.1 package on the GA media of openSUSE Tumbleweed.", title: "Description of the patch", }, { category: "details", text: "openSUSE-Tumbleweed-2024-14076", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_14076-1.json", }, { category: "self", summary: "SUSE CVE CVE-2022-23469 page", url: "https://www.suse.com/security/cve/CVE-2022-23469/", }, { category: "self", summary: "SUSE CVE CVE-2022-41717 page", url: "https://www.suse.com/security/cve/CVE-2022-41717/", }, { category: "self", summary: "SUSE CVE CVE-2022-41724 page", url: "https://www.suse.com/security/cve/CVE-2022-41724/", }, { category: "self", summary: "SUSE CVE CVE-2022-46153 page", url: "https://www.suse.com/security/cve/CVE-2022-46153/", }, { category: "self", summary: "SUSE CVE CVE-2023-24534 page", url: "https://www.suse.com/security/cve/CVE-2023-24534/", }, { category: "self", summary: "SUSE CVE CVE-2023-29013 page", url: "https://www.suse.com/security/cve/CVE-2023-29013/", }, { category: "self", summary: "SUSE CVE CVE-2023-39325 page", url: "https://www.suse.com/security/cve/CVE-2023-39325/", }, { category: "self", summary: "SUSE CVE CVE-2023-45283 page", url: "https://www.suse.com/security/cve/CVE-2023-45283/", }, { category: "self", summary: "SUSE CVE CVE-2023-45284 page", url: "https://www.suse.com/security/cve/CVE-2023-45284/", }, { category: "self", summary: "SUSE CVE CVE-2023-45288 page", url: "https://www.suse.com/security/cve/CVE-2023-45288/", }, { category: "self", summary: "SUSE CVE CVE-2023-47106 page", url: "https://www.suse.com/security/cve/CVE-2023-47106/", }, { category: "self", summary: "SUSE CVE CVE-2023-47124 page", url: "https://www.suse.com/security/cve/CVE-2023-47124/", }, { category: "self", summary: "SUSE CVE CVE-2023-47633 page", url: "https://www.suse.com/security/cve/CVE-2023-47633/", }, { category: "self", summary: "SUSE CVE CVE-2024-24788 page", url: "https://www.suse.com/security/cve/CVE-2024-24788/", }, { category: "self", summary: "SUSE CVE CVE-2024-28869 page", url: "https://www.suse.com/security/cve/CVE-2024-28869/", }, ], title: "traefik2-2.11.5-1.1 on GA media", tracking: { current_release_date: "2024-06-24T00:00:00Z", generator: { date: "2024-06-24T00:00:00Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "openSUSE-SU-2024:14076-1", initial_release_date: "2024-06-24T00:00:00Z", revision_history: [ { date: "2024-06-24T00:00:00Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "traefik2-2.11.5-1.1.aarch64", product: { name: "traefik2-2.11.5-1.1.aarch64", product_id: "traefik2-2.11.5-1.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "traefik2-2.11.5-1.1.ppc64le", product: { name: "traefik2-2.11.5-1.1.ppc64le", product_id: "traefik2-2.11.5-1.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "traefik2-2.11.5-1.1.s390x", product: { name: "traefik2-2.11.5-1.1.s390x", product_id: "traefik2-2.11.5-1.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "traefik2-2.11.5-1.1.x86_64", product: { name: "traefik2-2.11.5-1.1.x86_64", product_id: "traefik2-2.11.5-1.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "openSUSE Tumbleweed", product: { name: "openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed", product_identification_helper: { cpe: "cpe:/o:opensuse:tumbleweed", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "traefik2-2.11.5-1.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:traefik2-2.11.5-1.1.aarch64", }, product_reference: "traefik2-2.11.5-1.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "traefik2-2.11.5-1.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:traefik2-2.11.5-1.1.ppc64le", }, product_reference: "traefik2-2.11.5-1.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "traefik2-2.11.5-1.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:traefik2-2.11.5-1.1.s390x", }, product_reference: "traefik2-2.11.5-1.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "traefik2-2.11.5-1.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:traefik2-2.11.5-1.1.x86_64", }, product_reference: "traefik2-2.11.5-1.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, ], }, vulnerabilities: [ { cve: "CVE-2022-23469", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2022-23469", }, ], notes: [ { category: "general", text: "Traefik is an open source HTTP reverse proxy and load balancer. Versions prior to 2.9.6 are subject to a potential vulnerability in Traefik displaying the Authorization header in its debug logs. In certain cases, if the log level is set to DEBUG, credentials provided using the Authorization header are displayed in the debug logs. Attackers must have access to a users logging system in order for credentials to be stolen. This issue has been addressed in version 2.9.6. Users are advised to upgrade. Users unable to upgrade may set the log level to `INFO`, `WARN`, or `ERROR`.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:traefik2-2.11.5-1.1.aarch64", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.ppc64le", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.s390x", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2022-23469", url: "https://www.suse.com/security/cve/CVE-2022-23469", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:traefik2-2.11.5-1.1.aarch64", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.ppc64le", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.s390x", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 6.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N", version: "3.1", }, products: [ "openSUSE Tumbleweed:traefik2-2.11.5-1.1.aarch64", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.ppc64le", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.s390x", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-06-24T00:00:00Z", details: "moderate", }, ], title: "CVE-2022-23469", }, { cve: "CVE-2022-41717", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2022-41717", }, ], notes: [ { category: "general", text: "An attacker can cause excessive memory growth in a Go server accepting HTTP/2 requests. HTTP/2 server connections contain a cache of HTTP header keys sent by the client. While the total number of entries in this cache is capped, an attacker sending very large keys can cause the server to allocate approximately 64 MiB per open connection.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:traefik2-2.11.5-1.1.aarch64", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.ppc64le", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.s390x", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2022-41717", url: "https://www.suse.com/security/cve/CVE-2022-41717", }, { category: "external", summary: "SUSE Bug 1206135 for CVE-2022-41717", url: "https://bugzilla.suse.com/1206135", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:traefik2-2.11.5-1.1.aarch64", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.ppc64le", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.s390x", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7.5, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "openSUSE Tumbleweed:traefik2-2.11.5-1.1.aarch64", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.ppc64le", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.s390x", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-06-24T00:00:00Z", details: "important", }, ], title: "CVE-2022-41717", }, { cve: "CVE-2022-41724", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2022-41724", }, ], notes: [ { category: "general", text: "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).", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:traefik2-2.11.5-1.1.aarch64", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.ppc64le", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.s390x", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2022-41724", url: "https://www.suse.com/security/cve/CVE-2022-41724", }, { category: "external", summary: "SUSE Bug 1208271 for CVE-2022-41724", url: "https://bugzilla.suse.com/1208271", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:traefik2-2.11.5-1.1.aarch64", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.ppc64le", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.s390x", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7.5, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "openSUSE Tumbleweed:traefik2-2.11.5-1.1.aarch64", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.ppc64le", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.s390x", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-06-24T00:00:00Z", details: "important", }, ], title: "CVE-2022-41724", }, { cve: "CVE-2022-46153", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2022-46153", }, ], notes: [ { category: "general", text: "Traefik is an open source HTTP reverse proxy and load balancer. In affected versions there is a potential vulnerability in Traefik managing TLS connections. A router configured with a not well-formatted TLSOption is exposed with an empty TLSOption. For instance, a route secured using an mTLS connection set with a wrong CA file is exposed without verifying the client certificates. Users are advised to upgrade to version 2.9.6. Users unable to upgrade should check their logs to detect the error messages and fix your TLS options.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:traefik2-2.11.5-1.1.aarch64", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.ppc64le", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.s390x", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2022-46153", url: "https://www.suse.com/security/cve/CVE-2022-46153", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:traefik2-2.11.5-1.1.aarch64", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.ppc64le", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.s390x", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 6.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N", version: "3.1", }, products: [ "openSUSE Tumbleweed:traefik2-2.11.5-1.1.aarch64", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.ppc64le", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.s390x", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-06-24T00:00:00Z", details: "moderate", }, ], title: "CVE-2022-46153", }, { cve: "CVE-2023-24534", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2023-24534", }, ], notes: [ { category: "general", text: "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.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:traefik2-2.11.5-1.1.aarch64", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.ppc64le", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.s390x", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2023-24534", url: "https://www.suse.com/security/cve/CVE-2023-24534", }, { category: "external", summary: "SUSE Bug 1210127 for CVE-2023-24534", url: "https://bugzilla.suse.com/1210127", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:traefik2-2.11.5-1.1.aarch64", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.ppc64le", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.s390x", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7.5, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "openSUSE Tumbleweed:traefik2-2.11.5-1.1.aarch64", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.ppc64le", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.s390x", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-06-24T00:00:00Z", details: "important", }, ], title: "CVE-2023-24534", }, { cve: "CVE-2023-29013", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2023-29013", }, ], notes: [ { category: "general", text: "Traefik (pronounced traffic) is a modern HTTP reverse proxy and load balancer for deploying microservices. There is a vulnerability in Go when parsing the HTTP headers, which impacts Traefik. HTTP header parsing could allocate substantially more memory than required to hold the parsed headers. This behavior could be exploited to cause a denial of service. This issue has been patched in versions 2.9.10 and 2.10.0-rc2.\n", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:traefik2-2.11.5-1.1.aarch64", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.ppc64le", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.s390x", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2023-29013", url: "https://www.suse.com/security/cve/CVE-2023-29013", }, { category: "external", summary: "SUSE Bug 1210505 for CVE-2023-29013", url: "https://bugzilla.suse.com/1210505", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:traefik2-2.11.5-1.1.aarch64", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.ppc64le", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.s390x", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7.5, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "openSUSE Tumbleweed:traefik2-2.11.5-1.1.aarch64", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.ppc64le", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.s390x", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-06-24T00:00:00Z", details: "important", }, ], title: "CVE-2023-29013", }, { cve: "CVE-2023-39325", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2023-39325", }, ], notes: [ { category: "general", text: "A malicious HTTP/2 client which rapidly creates requests and immediately resets them can cause excessive server resource consumption. While the total number of requests is bounded by the http2.Server.MaxConcurrentStreams setting, resetting an in-progress request allows the attacker to create a new request while the existing one is still executing. With the fix applied, HTTP/2 servers now bound the number of simultaneously executing handler goroutines to the stream concurrency limit (MaxConcurrentStreams). New requests arriving when at the limit (which can only happen after the client has reset an existing, in-flight request) will be queued until a handler exits. If the request queue grows too large, the server will terminate the connection. This issue is also fixed in golang.org/x/net/http2 for users manually configuring HTTP/2. The default stream concurrency limit is 250 streams (requests) per HTTP/2 connection. This value may be adjusted using the golang.org/x/net/http2 package; see the Server.MaxConcurrentStreams setting and the ConfigureServer function.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:traefik2-2.11.5-1.1.aarch64", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.ppc64le", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.s390x", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2023-39325", url: "https://www.suse.com/security/cve/CVE-2023-39325", }, { category: "external", summary: "SUSE Bug 1216109 for CVE-2023-39325", url: "https://bugzilla.suse.com/1216109", }, { category: "external", summary: "SUSE Bug 1230323 for CVE-2023-39325", url: "https://bugzilla.suse.com/1230323", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:traefik2-2.11.5-1.1.aarch64", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.ppc64le", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.s390x", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7.5, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "openSUSE Tumbleweed:traefik2-2.11.5-1.1.aarch64", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.ppc64le", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.s390x", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-06-24T00:00:00Z", details: "important", }, ], title: "CVE-2023-39325", }, { cve: "CVE-2023-45283", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2023-45283", }, ], notes: [ { category: "general", text: "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.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:traefik2-2.11.5-1.1.aarch64", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.ppc64le", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.s390x", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2023-45283", url: "https://www.suse.com/security/cve/CVE-2023-45283", }, { category: "external", summary: "SUSE Bug 1216943 for CVE-2023-45283", url: "https://bugzilla.suse.com/1216943", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:traefik2-2.11.5-1.1.aarch64", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.ppc64le", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.s390x", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 6.8, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N", version: "3.1", }, products: [ "openSUSE Tumbleweed:traefik2-2.11.5-1.1.aarch64", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.ppc64le", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.s390x", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-06-24T00:00:00Z", details: "moderate", }, ], title: "CVE-2023-45283", }, { cve: "CVE-2023-45284", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2023-45284", }, ], notes: [ { category: "general", text: "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.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:traefik2-2.11.5-1.1.aarch64", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.ppc64le", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.s390x", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2023-45284", url: "https://www.suse.com/security/cve/CVE-2023-45284", }, { category: "external", summary: "SUSE Bug 1216944 for CVE-2023-45284", url: "https://bugzilla.suse.com/1216944", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:traefik2-2.11.5-1.1.aarch64", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.ppc64le", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.s390x", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 6.8, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N", version: "3.1", }, products: [ "openSUSE Tumbleweed:traefik2-2.11.5-1.1.aarch64", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.ppc64le", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.s390x", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-06-24T00:00:00Z", details: "moderate", }, ], title: "CVE-2023-45284", }, { cve: "CVE-2023-45288", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2023-45288", }, ], notes: [ { category: "general", text: "An attacker may cause an HTTP/2 endpoint to read arbitrary amounts of header data by sending an excessive number of CONTINUATION frames. Maintaining HPACK state requires parsing and processing all HEADERS and CONTINUATION frames on a connection. When a request's headers exceed MaxHeaderBytes, no memory is allocated to store the excess headers, but they are still parsed. This permits an attacker to cause an HTTP/2 endpoint to read arbitrary amounts of header data, all associated with a request which is going to be rejected. These headers can include Huffman-encoded data which is significantly more expensive for the receiver to decode than for an attacker to send. The fix sets a limit on the amount of excess header frames we will process before closing a connection.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:traefik2-2.11.5-1.1.aarch64", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.ppc64le", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.s390x", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2023-45288", url: "https://www.suse.com/security/cve/CVE-2023-45288", }, { category: "external", summary: "SUSE Bug 1221400 for CVE-2023-45288", url: "https://bugzilla.suse.com/1221400", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:traefik2-2.11.5-1.1.aarch64", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.ppc64le", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.s390x", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5.3, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", version: "3.1", }, products: [ "openSUSE Tumbleweed:traefik2-2.11.5-1.1.aarch64", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.ppc64le", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.s390x", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-06-24T00:00:00Z", details: "moderate", }, ], title: "CVE-2023-45288", }, { cve: "CVE-2023-47106", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2023-47106", }, ], notes: [ { category: "general", text: "Traefik is an open source HTTP reverse proxy and load balancer. When a request is sent to Traefik with a URL fragment, Traefik automatically URL encodes and forwards the fragment to the backend server. This violates RFC 7230 because in the origin-form the URL should only contain the absolute path and the query. When this is combined with another frontend proxy like Nginx, it can be used to bypass frontend proxy URI-based access control restrictions. This vulnerability has been addressed in versions 2.10.6 and 3.0.0-beta5. Users are advised to upgrade. There are no known workarounds for this vulnerability.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:traefik2-2.11.5-1.1.aarch64", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.ppc64le", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.s390x", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2023-47106", url: "https://www.suse.com/security/cve/CVE-2023-47106", }, { category: "external", summary: "SUSE Bug 1217804 for CVE-2023-47106", url: "https://bugzilla.suse.com/1217804", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:traefik2-2.11.5-1.1.aarch64", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.ppc64le", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.s390x", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 6.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", version: "3.1", }, products: [ "openSUSE Tumbleweed:traefik2-2.11.5-1.1.aarch64", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.ppc64le", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.s390x", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-06-24T00:00:00Z", details: "moderate", }, ], title: "CVE-2023-47106", }, { cve: "CVE-2023-47124", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2023-47124", }, ], notes: [ { category: "general", text: "Traefik is an open source HTTP reverse proxy and load balancer. When Traefik is configured to use the `HTTPChallenge` to generate and renew the Let's Encrypt TLS certificates, the delay authorized to solve the challenge (50 seconds) can be exploited by attackers to achieve a `slowloris attack`. This vulnerability has been patch in version 2.10.6 and 3.0.0-beta5. Users are advised to upgrade. Users unable to upgrade should replace the `HTTPChallenge` with the `TLSChallenge` or the `DNSChallenge`.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:traefik2-2.11.5-1.1.aarch64", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.ppc64le", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.s390x", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2023-47124", url: "https://www.suse.com/security/cve/CVE-2023-47124", }, { category: "external", summary: "SUSE Bug 1217806 for CVE-2023-47124", url: "https://bugzilla.suse.com/1217806", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:traefik2-2.11.5-1.1.aarch64", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.ppc64le", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.s390x", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5.9, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "openSUSE Tumbleweed:traefik2-2.11.5-1.1.aarch64", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.ppc64le", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.s390x", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-06-24T00:00:00Z", details: "moderate", }, ], title: "CVE-2023-47124", }, { cve: "CVE-2023-47633", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2023-47633", }, ], notes: [ { category: "general", text: "Traefik is an open source HTTP reverse proxy and load balancer. The traefik docker container uses 100% CPU when it serves as its own backend, which is an automatically generated route resulting from the Docker integration in the default configuration. This issue has been addressed in versions 2.10.6 and 3.0.0-beta5. Users are advised to upgrade. There are no known workarounds for this vulnerability.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:traefik2-2.11.5-1.1.aarch64", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.ppc64le", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.s390x", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2023-47633", url: "https://www.suse.com/security/cve/CVE-2023-47633", }, { category: "external", summary: "SUSE Bug 1217807 for CVE-2023-47633", url: "https://bugzilla.suse.com/1217807", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:traefik2-2.11.5-1.1.aarch64", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.ppc64le", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.s390x", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7.5, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "openSUSE Tumbleweed:traefik2-2.11.5-1.1.aarch64", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.ppc64le", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.s390x", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-06-24T00:00:00Z", details: "important", }, ], title: "CVE-2023-47633", }, { cve: "CVE-2024-24788", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-24788", }, ], notes: [ { category: "general", text: "A malformed DNS message in response to a query can cause the Lookup functions to get stuck in an infinite loop.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:traefik2-2.11.5-1.1.aarch64", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.ppc64le", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.s390x", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-24788", url: "https://www.suse.com/security/cve/CVE-2024-24788", }, { category: "external", summary: "SUSE Bug 1224018 for CVE-2024-24788", url: "https://bugzilla.suse.com/1224018", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:traefik2-2.11.5-1.1.aarch64", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.ppc64le", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.s390x", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 6.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "openSUSE Tumbleweed:traefik2-2.11.5-1.1.aarch64", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.ppc64le", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.s390x", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-06-24T00:00:00Z", details: "moderate", }, ], title: "CVE-2024-24788", }, { cve: "CVE-2024-28869", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-28869", }, ], notes: [ { category: "general", text: "Traefik is an HTTP reverse proxy and load balancer. In affected versions sending a GET request to any Traefik endpoint with the \"Content-length\" request header results in an indefinite hang with the default configuration. This vulnerability can be exploited by attackers to induce a denial of service. This vulnerability has been addressed in version 2.11.2 and 3.0.0-rc5. Users are advised to upgrade. For affected versions, this vulnerability can be mitigated by configuring the readTimeout option.\n", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:traefik2-2.11.5-1.1.aarch64", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.ppc64le", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.s390x", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-28869", url: "https://www.suse.com/security/cve/CVE-2024-28869", }, { category: "external", summary: "SUSE Bug 1222825 for CVE-2024-28869", url: "https://bugzilla.suse.com/1222825", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:traefik2-2.11.5-1.1.aarch64", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.ppc64le", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.s390x", "openSUSE Tumbleweed:traefik2-2.11.5-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-06-24T00:00:00Z", details: "important", }, ], title: "CVE-2024-28869", }, ], }
opensuse-su-2024:13506-1
Vulnerability from csaf_opensuse
Notes
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright 2024 SUSE LLC. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "traefik-2.10.7-1.1 on GA media", title: "Title of the patch", }, { category: "description", text: "These are all security issues fixed in the traefik-2.10.7-1.1 package on the GA media of openSUSE Tumbleweed.", title: "Description of the patch", }, { category: "details", text: "openSUSE-Tumbleweed-2024-13506", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_13506-1.json", }, { category: "self", summary: "SUSE CVE CVE-2023-39325 page", url: "https://www.suse.com/security/cve/CVE-2023-39325/", }, { category: "self", summary: "SUSE CVE CVE-2023-45283 page", url: "https://www.suse.com/security/cve/CVE-2023-45283/", }, { category: "self", summary: "SUSE CVE CVE-2023-45284 page", url: "https://www.suse.com/security/cve/CVE-2023-45284/", }, { category: "self", summary: "SUSE CVE CVE-2023-47106 page", url: "https://www.suse.com/security/cve/CVE-2023-47106/", }, { category: "self", summary: "SUSE CVE CVE-2023-47124 page", url: "https://www.suse.com/security/cve/CVE-2023-47124/", }, { category: "self", summary: "SUSE CVE CVE-2023-47633 page", url: "https://www.suse.com/security/cve/CVE-2023-47633/", }, ], title: "traefik-2.10.7-1.1 on GA media", tracking: { current_release_date: "2024-06-15T00:00:00Z", generator: { date: "2024-06-15T00:00:00Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "openSUSE-SU-2024:13506-1", initial_release_date: "2024-06-15T00:00:00Z", revision_history: [ { date: "2024-06-15T00:00:00Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "traefik-2.10.7-1.1.aarch64", product: { name: "traefik-2.10.7-1.1.aarch64", product_id: "traefik-2.10.7-1.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "traefik-2.10.7-1.1.ppc64le", product: { name: "traefik-2.10.7-1.1.ppc64le", product_id: "traefik-2.10.7-1.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "traefik-2.10.7-1.1.s390x", product: { name: "traefik-2.10.7-1.1.s390x", product_id: "traefik-2.10.7-1.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "traefik-2.10.7-1.1.x86_64", product: { name: "traefik-2.10.7-1.1.x86_64", product_id: "traefik-2.10.7-1.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "openSUSE Tumbleweed", product: { name: "openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed", product_identification_helper: { cpe: "cpe:/o:opensuse:tumbleweed", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "traefik-2.10.7-1.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:traefik-2.10.7-1.1.aarch64", }, product_reference: "traefik-2.10.7-1.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "traefik-2.10.7-1.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:traefik-2.10.7-1.1.ppc64le", }, product_reference: "traefik-2.10.7-1.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "traefik-2.10.7-1.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:traefik-2.10.7-1.1.s390x", }, product_reference: "traefik-2.10.7-1.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "traefik-2.10.7-1.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:traefik-2.10.7-1.1.x86_64", }, product_reference: "traefik-2.10.7-1.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, ], }, vulnerabilities: [ { cve: "CVE-2023-39325", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2023-39325", }, ], notes: [ { category: "general", text: "A malicious HTTP/2 client which rapidly creates requests and immediately resets them can cause excessive server resource consumption. While the total number of requests is bounded by the http2.Server.MaxConcurrentStreams setting, resetting an in-progress request allows the attacker to create a new request while the existing one is still executing. With the fix applied, HTTP/2 servers now bound the number of simultaneously executing handler goroutines to the stream concurrency limit (MaxConcurrentStreams). New requests arriving when at the limit (which can only happen after the client has reset an existing, in-flight request) will be queued until a handler exits. If the request queue grows too large, the server will terminate the connection. This issue is also fixed in golang.org/x/net/http2 for users manually configuring HTTP/2. The default stream concurrency limit is 250 streams (requests) per HTTP/2 connection. This value may be adjusted using the golang.org/x/net/http2 package; see the Server.MaxConcurrentStreams setting and the ConfigureServer function.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:traefik-2.10.7-1.1.aarch64", "openSUSE Tumbleweed:traefik-2.10.7-1.1.ppc64le", "openSUSE Tumbleweed:traefik-2.10.7-1.1.s390x", "openSUSE Tumbleweed:traefik-2.10.7-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2023-39325", url: "https://www.suse.com/security/cve/CVE-2023-39325", }, { category: "external", summary: "SUSE Bug 1216109 for CVE-2023-39325", url: "https://bugzilla.suse.com/1216109", }, { category: "external", summary: "SUSE Bug 1230323 for CVE-2023-39325", url: "https://bugzilla.suse.com/1230323", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:traefik-2.10.7-1.1.aarch64", "openSUSE Tumbleweed:traefik-2.10.7-1.1.ppc64le", "openSUSE Tumbleweed:traefik-2.10.7-1.1.s390x", "openSUSE Tumbleweed:traefik-2.10.7-1.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7.5, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "openSUSE Tumbleweed:traefik-2.10.7-1.1.aarch64", "openSUSE Tumbleweed:traefik-2.10.7-1.1.ppc64le", "openSUSE Tumbleweed:traefik-2.10.7-1.1.s390x", "openSUSE Tumbleweed:traefik-2.10.7-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-06-15T00:00:00Z", details: "important", }, ], title: "CVE-2023-39325", }, { cve: "CVE-2023-45283", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2023-45283", }, ], notes: [ { category: "general", text: "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.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:traefik-2.10.7-1.1.aarch64", "openSUSE Tumbleweed:traefik-2.10.7-1.1.ppc64le", "openSUSE Tumbleweed:traefik-2.10.7-1.1.s390x", "openSUSE Tumbleweed:traefik-2.10.7-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2023-45283", url: "https://www.suse.com/security/cve/CVE-2023-45283", }, { category: "external", summary: "SUSE Bug 1216943 for CVE-2023-45283", url: "https://bugzilla.suse.com/1216943", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:traefik-2.10.7-1.1.aarch64", "openSUSE Tumbleweed:traefik-2.10.7-1.1.ppc64le", "openSUSE Tumbleweed:traefik-2.10.7-1.1.s390x", "openSUSE Tumbleweed:traefik-2.10.7-1.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 6.8, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N", version: "3.1", }, products: [ "openSUSE Tumbleweed:traefik-2.10.7-1.1.aarch64", "openSUSE Tumbleweed:traefik-2.10.7-1.1.ppc64le", "openSUSE Tumbleweed:traefik-2.10.7-1.1.s390x", "openSUSE Tumbleweed:traefik-2.10.7-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-06-15T00:00:00Z", details: "moderate", }, ], title: "CVE-2023-45283", }, { cve: "CVE-2023-45284", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2023-45284", }, ], notes: [ { category: "general", text: "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.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:traefik-2.10.7-1.1.aarch64", "openSUSE Tumbleweed:traefik-2.10.7-1.1.ppc64le", "openSUSE Tumbleweed:traefik-2.10.7-1.1.s390x", "openSUSE Tumbleweed:traefik-2.10.7-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2023-45284", url: "https://www.suse.com/security/cve/CVE-2023-45284", }, { category: "external", summary: "SUSE Bug 1216944 for CVE-2023-45284", url: "https://bugzilla.suse.com/1216944", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:traefik-2.10.7-1.1.aarch64", "openSUSE Tumbleweed:traefik-2.10.7-1.1.ppc64le", "openSUSE Tumbleweed:traefik-2.10.7-1.1.s390x", "openSUSE Tumbleweed:traefik-2.10.7-1.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 6.8, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N", version: "3.1", }, products: [ "openSUSE Tumbleweed:traefik-2.10.7-1.1.aarch64", "openSUSE Tumbleweed:traefik-2.10.7-1.1.ppc64le", "openSUSE Tumbleweed:traefik-2.10.7-1.1.s390x", "openSUSE Tumbleweed:traefik-2.10.7-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-06-15T00:00:00Z", details: "moderate", }, ], title: "CVE-2023-45284", }, { cve: "CVE-2023-47106", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2023-47106", }, ], notes: [ { category: "general", text: "Traefik is an open source HTTP reverse proxy and load balancer. When a request is sent to Traefik with a URL fragment, Traefik automatically URL encodes and forwards the fragment to the backend server. This violates RFC 7230 because in the origin-form the URL should only contain the absolute path and the query. When this is combined with another frontend proxy like Nginx, it can be used to bypass frontend proxy URI-based access control restrictions. This vulnerability has been addressed in versions 2.10.6 and 3.0.0-beta5. Users are advised to upgrade. There are no known workarounds for this vulnerability.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:traefik-2.10.7-1.1.aarch64", "openSUSE Tumbleweed:traefik-2.10.7-1.1.ppc64le", "openSUSE Tumbleweed:traefik-2.10.7-1.1.s390x", "openSUSE Tumbleweed:traefik-2.10.7-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2023-47106", url: "https://www.suse.com/security/cve/CVE-2023-47106", }, { category: "external", summary: "SUSE Bug 1217804 for CVE-2023-47106", url: "https://bugzilla.suse.com/1217804", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:traefik-2.10.7-1.1.aarch64", "openSUSE Tumbleweed:traefik-2.10.7-1.1.ppc64le", "openSUSE Tumbleweed:traefik-2.10.7-1.1.s390x", "openSUSE Tumbleweed:traefik-2.10.7-1.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 6.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", version: "3.1", }, products: [ "openSUSE Tumbleweed:traefik-2.10.7-1.1.aarch64", "openSUSE Tumbleweed:traefik-2.10.7-1.1.ppc64le", "openSUSE Tumbleweed:traefik-2.10.7-1.1.s390x", "openSUSE Tumbleweed:traefik-2.10.7-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-06-15T00:00:00Z", details: "moderate", }, ], title: "CVE-2023-47106", }, { cve: "CVE-2023-47124", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2023-47124", }, ], notes: [ { category: "general", text: "Traefik is an open source HTTP reverse proxy and load balancer. When Traefik is configured to use the `HTTPChallenge` to generate and renew the Let's Encrypt TLS certificates, the delay authorized to solve the challenge (50 seconds) can be exploited by attackers to achieve a `slowloris attack`. This vulnerability has been patch in version 2.10.6 and 3.0.0-beta5. Users are advised to upgrade. Users unable to upgrade should replace the `HTTPChallenge` with the `TLSChallenge` or the `DNSChallenge`.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:traefik-2.10.7-1.1.aarch64", "openSUSE Tumbleweed:traefik-2.10.7-1.1.ppc64le", "openSUSE Tumbleweed:traefik-2.10.7-1.1.s390x", "openSUSE Tumbleweed:traefik-2.10.7-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2023-47124", url: "https://www.suse.com/security/cve/CVE-2023-47124", }, { category: "external", summary: "SUSE Bug 1217806 for CVE-2023-47124", url: "https://bugzilla.suse.com/1217806", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:traefik-2.10.7-1.1.aarch64", "openSUSE Tumbleweed:traefik-2.10.7-1.1.ppc64le", "openSUSE Tumbleweed:traefik-2.10.7-1.1.s390x", "openSUSE Tumbleweed:traefik-2.10.7-1.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5.9, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "openSUSE Tumbleweed:traefik-2.10.7-1.1.aarch64", "openSUSE Tumbleweed:traefik-2.10.7-1.1.ppc64le", "openSUSE Tumbleweed:traefik-2.10.7-1.1.s390x", "openSUSE Tumbleweed:traefik-2.10.7-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-06-15T00:00:00Z", details: "moderate", }, ], title: "CVE-2023-47124", }, { cve: "CVE-2023-47633", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2023-47633", }, ], notes: [ { category: "general", text: "Traefik is an open source HTTP reverse proxy and load balancer. The traefik docker container uses 100% CPU when it serves as its own backend, which is an automatically generated route resulting from the Docker integration in the default configuration. This issue has been addressed in versions 2.10.6 and 3.0.0-beta5. Users are advised to upgrade. There are no known workarounds for this vulnerability.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:traefik-2.10.7-1.1.aarch64", "openSUSE Tumbleweed:traefik-2.10.7-1.1.ppc64le", "openSUSE Tumbleweed:traefik-2.10.7-1.1.s390x", "openSUSE Tumbleweed:traefik-2.10.7-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2023-47633", url: "https://www.suse.com/security/cve/CVE-2023-47633", }, { category: "external", summary: "SUSE Bug 1217807 for CVE-2023-47633", url: "https://bugzilla.suse.com/1217807", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:traefik-2.10.7-1.1.aarch64", "openSUSE Tumbleweed:traefik-2.10.7-1.1.ppc64le", "openSUSE Tumbleweed:traefik-2.10.7-1.1.s390x", "openSUSE Tumbleweed:traefik-2.10.7-1.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7.5, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "openSUSE Tumbleweed:traefik-2.10.7-1.1.aarch64", "openSUSE Tumbleweed:traefik-2.10.7-1.1.ppc64le", "openSUSE Tumbleweed:traefik-2.10.7-1.1.s390x", "openSUSE Tumbleweed:traefik-2.10.7-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-06-15T00:00:00Z", details: "important", }, ], title: "CVE-2023-47633", }, ], }
suse-su-2023:4472-1
Vulnerability from csaf_suse
Notes
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright 2024 SUSE LLC. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "Security update for go1.20-openssl", title: "Title of the patch", }, { category: "description", text: "This update for go1.20-openssl fixes the following issues:\n\nUpdate to version 1.20.11.1 cut from the go1.20-openssl-fips\nbranch at the revision tagged go1.20.11-1-openssl-fips.\n\n* Update to go1.20.11\n\n\ngo1.20.11 (released 2023-11-07) includes security fixes to the\npath/filepath package, as well as bug fixes to the linker and the\nnet/http package.\n\n* security: fix CVE-2023-45283 CVE-2023-45284 path/filepath: insecure parsing of Windows paths (bsc#1216943, bsc#1216944)\n* cmd/link: split text sections for arm 32-bit\n* net/http: http2 page fails on firefox/safari if pushing resources\n\n\nUpdate to version 1.20.10.1 cut from the go1.20-openssl-fips\nbranch at the revision tagged go1.20.10-1-openssl-fips.\n\n* Update to go1.20.10\n\n\ngo1.20.10 (released 2023-10-10) includes a security fix to the\nnet/http package.\n\n* security: fix CVE-2023-39325 CVE-2023-44487 net/http: rapid stream resets can cause excessive work (bsc#1216109)\n\n \ngo1.20.9 (released 2023-10-05) includes one security fixes to the\ncmd/go package, as well as bug fixes to the go command and the\nlinker.\n\n* security: fix CVE-2023-39323 cmd/go: line directives allows arbitrary execution during build (bsc#1215985)\n* cmd/link: issues with Apple's new linker in Xcode 15 beta\n", title: "Description of the patch", }, { category: "details", text: "SUSE-2023-4472,SUSE-SLE-Module-Development-Tools-15-SP4-2023-4472,SUSE-SLE-Module-Development-Tools-15-SP5-2023-4472,openSUSE-SLE-15.4-2023-4472,openSUSE-SLE-15.5-2023-4472", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2023_4472-1.json", }, { category: "self", summary: "URL for SUSE-SU-2023:4472-1", url: "https://www.suse.com/support/update/announcement/2023/suse-su-20234472-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2023:4472-1", url: "https://lists.suse.com/pipermail/sle-security-updates/2023-November/017047.html", }, { category: "self", summary: "SUSE Bug 1206346", url: "https://bugzilla.suse.com/1206346", }, { category: "self", summary: "SUSE Bug 1215985", url: "https://bugzilla.suse.com/1215985", }, { category: "self", summary: "SUSE Bug 1216109", url: "https://bugzilla.suse.com/1216109", }, { category: "self", summary: "SUSE Bug 1216943", url: "https://bugzilla.suse.com/1216943", }, { category: "self", summary: "SUSE Bug 1216944", url: "https://bugzilla.suse.com/1216944", }, { category: "self", summary: "SUSE CVE CVE-2023-39323 page", url: "https://www.suse.com/security/cve/CVE-2023-39323/", }, { category: "self", summary: "SUSE CVE CVE-2023-39325 page", url: "https://www.suse.com/security/cve/CVE-2023-39325/", }, { category: "self", summary: "SUSE CVE CVE-2023-44487 page", url: "https://www.suse.com/security/cve/CVE-2023-44487/", }, { category: "self", summary: "SUSE CVE CVE-2023-45283 page", url: "https://www.suse.com/security/cve/CVE-2023-45283/", }, { category: "self", summary: "SUSE CVE CVE-2023-45284 page", url: "https://www.suse.com/security/cve/CVE-2023-45284/", }, ], title: "Security update for go1.20-openssl", tracking: { current_release_date: "2023-11-16T18:01:39Z", generator: { date: "2023-11-16T18:01:39Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2023:4472-1", initial_release_date: "2023-11-16T18:01:39Z", revision_history: [ { date: "2023-11-16T18:01:39Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", product: { name: "go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", product_id: "go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", }, }, { category: "product_version", name: "go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", product: { name: "go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", product_id: "go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", }, }, { category: "product_version", name: "go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", product: { name: "go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", product_id: "go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "go1.20-openssl-1.20.11.1-150000.1.14.1.i586", product: { name: "go1.20-openssl-1.20.11.1-150000.1.14.1.i586", product_id: "go1.20-openssl-1.20.11.1-150000.1.14.1.i586", }, }, { category: "product_version", name: "go1.20-openssl-doc-1.20.11.1-150000.1.14.1.i586", product: { name: "go1.20-openssl-doc-1.20.11.1-150000.1.14.1.i586", product_id: "go1.20-openssl-doc-1.20.11.1-150000.1.14.1.i586", }, }, ], category: "architecture", name: "i586", }, { branches: [ { category: "product_version", name: "go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", product: { name: "go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", product_id: "go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", }, }, { category: "product_version", name: "go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", product: { name: "go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", product_id: "go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", }, }, { category: "product_version", name: "go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", product: { name: "go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", product_id: "go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", product: { name: "go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", product_id: "go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", }, }, { category: "product_version", name: "go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", product: { name: "go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", product_id: "go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", }, }, { category: "product_version", name: "go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", product: { name: "go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", product_id: "go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", product: { name: "go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", product_id: "go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", }, }, { category: "product_version", name: "go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", product: { name: "go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", product_id: "go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", }, }, { category: "product_version", name: "go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", product: { name: "go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", product_id: "go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "SUSE Linux Enterprise Module for Development Tools 15 SP4", product: { name: "SUSE Linux Enterprise Module for Development Tools 15 SP4", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP4", product_identification_helper: { cpe: "cpe:/o:suse:sle-module-development-tools:15:sp4", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Module for Development Tools 15 SP5", product: { name: "SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5", product_identification_helper: { cpe: "cpe:/o:suse:sle-module-development-tools:15:sp5", }, }, }, { category: "product_name", name: "openSUSE Leap 15.4", product: { name: "openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4", product_identification_helper: { cpe: "cpe:/o:opensuse:leap:15.4", }, }, }, { category: "product_name", name: "openSUSE Leap 15.5", product: { name: "openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5", product_identification_helper: { cpe: "cpe:/o:opensuse:leap:15.5", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", }, product_reference: "go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP4", }, { category: "default_component_of", full_product_name: { name: "go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", }, product_reference: "go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP4", }, { category: "default_component_of", full_product_name: { name: "go1.20-openssl-1.20.11.1-150000.1.14.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", }, product_reference: "go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP4", }, { category: "default_component_of", full_product_name: { name: "go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", }, product_reference: "go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP4", }, { category: "default_component_of", full_product_name: { name: "go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", }, product_reference: "go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP4", }, { category: "default_component_of", full_product_name: { name: "go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", }, product_reference: "go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP4", }, { category: "default_component_of", full_product_name: { name: "go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", }, product_reference: "go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP4", }, { category: "default_component_of", full_product_name: { name: "go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", }, product_reference: "go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP4", }, { category: "default_component_of", full_product_name: { name: "go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", }, product_reference: "go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP4", }, { category: "default_component_of", full_product_name: { name: "go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", }, product_reference: "go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP4", }, { category: "default_component_of", full_product_name: { name: "go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", }, product_reference: "go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP4", }, { category: "default_component_of", full_product_name: { name: "go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", }, product_reference: "go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP4", }, { category: "default_component_of", full_product_name: { name: "go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", }, product_reference: "go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", }, product_reference: "go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "go1.20-openssl-1.20.11.1-150000.1.14.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", }, product_reference: "go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", }, product_reference: "go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", }, product_reference: "go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", }, product_reference: "go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", }, product_reference: "go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", }, product_reference: "go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", }, product_reference: "go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", }, product_reference: "go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", }, product_reference: "go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", }, product_reference: "go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64 as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", }, product_reference: "go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", }, product_reference: "go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "go1.20-openssl-1.20.11.1-150000.1.14.1.s390x as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", }, product_reference: "go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64 as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", }, product_reference: "go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64 as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", }, product_reference: "go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", }, product_reference: "go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", }, product_reference: "go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64 as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", }, product_reference: "go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64 as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", }, product_reference: "go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", }, product_reference: "go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", }, product_reference: "go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64 as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", }, product_reference: "go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", }, product_reference: "go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", }, product_reference: "go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "go1.20-openssl-1.20.11.1-150000.1.14.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", }, product_reference: "go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", }, product_reference: "go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", }, product_reference: "go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", }, product_reference: "go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", }, product_reference: "go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", }, product_reference: "go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", }, product_reference: "go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", }, product_reference: "go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", }, product_reference: "go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", }, product_reference: "go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, ], }, vulnerabilities: [ { cve: "CVE-2023-39323", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2023-39323", }, ], notes: [ { category: "general", text: "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.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.4:go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.4:go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.4:go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.4:go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.5:go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.5:go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.5:go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.5:go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2023-39323", url: "https://www.suse.com/security/cve/CVE-2023-39323", }, { category: "external", summary: "SUSE Bug 1215985 for CVE-2023-39323", url: "https://bugzilla.suse.com/1215985", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.4:go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.4:go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.4:go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.4:go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.5:go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.5:go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.5:go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.5:go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.4:go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.4:go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.4:go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.4:go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.5:go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.5:go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.5:go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.5:go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2023-11-16T18:01:39Z", details: "important", }, ], title: "CVE-2023-39323", }, { cve: "CVE-2023-39325", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2023-39325", }, ], notes: [ { category: "general", text: "A malicious HTTP/2 client which rapidly creates requests and immediately resets them can cause excessive server resource consumption. While the total number of requests is bounded by the http2.Server.MaxConcurrentStreams setting, resetting an in-progress request allows the attacker to create a new request while the existing one is still executing. With the fix applied, HTTP/2 servers now bound the number of simultaneously executing handler goroutines to the stream concurrency limit (MaxConcurrentStreams). New requests arriving when at the limit (which can only happen after the client has reset an existing, in-flight request) will be queued until a handler exits. If the request queue grows too large, the server will terminate the connection. This issue is also fixed in golang.org/x/net/http2 for users manually configuring HTTP/2. The default stream concurrency limit is 250 streams (requests) per HTTP/2 connection. This value may be adjusted using the golang.org/x/net/http2 package; see the Server.MaxConcurrentStreams setting and the ConfigureServer function.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.4:go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.4:go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.4:go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.4:go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.5:go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.5:go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.5:go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.5:go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2023-39325", url: "https://www.suse.com/security/cve/CVE-2023-39325", }, { category: "external", summary: "SUSE Bug 1216109 for CVE-2023-39325", url: "https://bugzilla.suse.com/1216109", }, { category: "external", summary: "SUSE Bug 1230323 for CVE-2023-39325", url: "https://bugzilla.suse.com/1230323", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.4:go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.4:go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.4:go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.4:go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.5:go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.5:go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.5:go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.5:go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7.5, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.4:go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.4:go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.4:go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.4:go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.5:go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.5:go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.5:go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.5:go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2023-11-16T18:01:39Z", details: "important", }, ], title: "CVE-2023-39325", }, { cve: "CVE-2023-44487", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2023-44487", }, ], notes: [ { category: "general", text: "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.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.4:go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.4:go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.4:go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.4:go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.5:go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.5:go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.5:go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.5:go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2023-44487", url: "https://www.suse.com/security/cve/CVE-2023-44487", }, { category: "external", summary: "SUSE Bug 1216109 for CVE-2023-44487", url: "https://bugzilla.suse.com/1216109", }, { category: "external", summary: "SUSE Bug 1216123 for CVE-2023-44487", url: "https://bugzilla.suse.com/1216123", }, { category: "external", summary: "SUSE Bug 1216169 for CVE-2023-44487", url: "https://bugzilla.suse.com/1216169", }, { category: "external", summary: "SUSE Bug 1216171 for CVE-2023-44487", url: "https://bugzilla.suse.com/1216171", }, { category: "external", summary: "SUSE Bug 1216174 for CVE-2023-44487", url: "https://bugzilla.suse.com/1216174", }, { category: "external", summary: "SUSE Bug 1216176 for CVE-2023-44487", url: "https://bugzilla.suse.com/1216176", }, { category: "external", summary: "SUSE Bug 1216181 for CVE-2023-44487", url: "https://bugzilla.suse.com/1216181", }, { category: "external", summary: "SUSE Bug 1216182 for CVE-2023-44487", url: "https://bugzilla.suse.com/1216182", }, { category: "external", summary: "SUSE Bug 1216190 for CVE-2023-44487", url: "https://bugzilla.suse.com/1216190", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.4:go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.4:go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.4:go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.4:go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.5:go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.5:go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.5:go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.5:go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7.5, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.4:go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.4:go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.4:go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.4:go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.5:go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.5:go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.5:go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.5:go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2023-11-16T18:01:39Z", details: "important", }, ], title: "CVE-2023-44487", }, { cve: "CVE-2023-45283", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2023-45283", }, ], notes: [ { category: "general", text: "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.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.4:go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.4:go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.4:go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.4:go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.5:go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.5:go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.5:go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.5:go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2023-45283", url: "https://www.suse.com/security/cve/CVE-2023-45283", }, { category: "external", summary: "SUSE Bug 1216943 for CVE-2023-45283", url: "https://bugzilla.suse.com/1216943", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.4:go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.4:go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.4:go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.4:go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.5:go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.5:go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.5:go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.5:go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 6.8, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.4:go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.4:go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.4:go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.4:go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.5:go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.5:go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.5:go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.5:go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2023-11-16T18:01:39Z", details: "moderate", }, ], title: "CVE-2023-45283", }, { cve: "CVE-2023-45284", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2023-45284", }, ], notes: [ { category: "general", text: "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.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.4:go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.4:go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.4:go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.4:go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.5:go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.5:go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.5:go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.5:go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2023-45284", url: "https://www.suse.com/security/cve/CVE-2023-45284", }, { category: "external", summary: "SUSE Bug 1216944 for CVE-2023-45284", url: "https://bugzilla.suse.com/1216944", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.4:go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.4:go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.4:go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.4:go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.5:go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.5:go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.5:go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.5:go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 6.8, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.4:go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.4:go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.4:go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.4:go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.4:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.4:go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.5:go1.20-openssl-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.5:go1.20-openssl-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.5:go1.20-openssl-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.5:go1.20-openssl-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.5:go1.20-openssl-doc-1.20.11.1-150000.1.14.1.x86_64", "openSUSE Leap 15.5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.aarch64", "openSUSE Leap 15.5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.ppc64le", "openSUSE Leap 15.5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.s390x", "openSUSE Leap 15.5:go1.20-openssl-race-1.20.11.1-150000.1.14.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2023-11-16T18:01:39Z", details: "moderate", }, ], title: "CVE-2023-45284", }, ], }
suse-su-2023:4469-1
Vulnerability from csaf_suse
Notes
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright 2024 SUSE LLC. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "Security update for go1.21-openssl", title: "Title of the patch", }, { category: "description", text: "This update for go1.21-openssl fixes the following issues:\n\nUpdate to version 1.21.4.1 cut from the go1.21-openssl-fips\nbranch at the revision tagged go1.21.4-1-openssl-fips.\n\n* Update to go1.21.4\n\n\ngo1.21.4 (released 2023-11-07) includes security fixes to the\npath/filepath package, as well as bug fixes to the linker, the\nruntime, the compiler, and the go/types, net/http, and\nruntime/cgo packages.\n\n* security: fix CVE-2023-45283 CVE-2023-45284 path/filepath: insecure parsing of Windows paths (bsc#1216943, bsc#1216944)\n* spec: update unification rules\n* cmd/compile: internal compiler error: expected struct value to have type struct\n* cmd/link: split text sections for arm 32-bit\n* runtime: MADV_COLLAPSE causes production performance issues on Linux\n* go/types, x/tools/go/ssa: panic: type param without replacement encountered\n* cmd/compile: -buildmode=c-archive produces code not suitable for use in a shared object on arm64\n* net/http: http2 page fails on firefox/safari if pushing resources\n\n\nInitial package go1.21-openssl version 1.21.3.1 cut from the\ngo1.21-openssl-fips branch at the revision tagged\ngo1.21.3-1-openssl-fips. (jsc#SLE-18320)\n\n* Go upstream merged branch dev.boringcrypto in go1.19+.\n* In go1.x enable BoringCrypto via GOEXPERIMENT=boringcrypto.\n* In go1.x-openssl enable FIPS mode (or boring mode as the\n package is named) either via an environment variable\n GOLANG_FIPS=1 or by virtue of booting the host in FIPS mode.\n* When the operating system is operating in FIPS mode, Go\n applications which import crypto/tls/fipsonly limit operations\n to the FIPS ciphersuite.\n* go1.x-openssl is delivered as two large patches to go1.x\n applying necessary modifications from the golang-fips/go GitHub\n project for the Go crypto library to use OpenSSL as the\n external cryptographic library in a FIPS compliant way.\n* go1.x-openssl modifies the crypto/* packages to use OpenSSL for\n cryptographic operations.\n* go1.x-openssl uses dlopen() to call into OpenSSL.\n* SUSE RPM packaging introduces a fourth version digit go1.x.y.z\n corresponding to the golang-fips/go patchset tagged revision.\n* Patchset improvements can be updated independently of upstream\n Go maintenance releases.\n", title: "Description of the patch", }, { category: "details", text: "SUSE-2023-4469,SUSE-SLE-Module-Development-Tools-15-SP4-2023-4469,SUSE-SLE-Module-Development-Tools-15-SP5-2023-4469,openSUSE-SLE-15.4-2023-4469,openSUSE-SLE-15.5-2023-4469", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2023_4469-1.json", }, { category: "self", summary: "URL for SUSE-SU-2023:4469-1", url: "https://www.suse.com/support/update/announcement/2023/suse-su-20234469-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2023:4469-1", url: "https://lists.suse.com/pipermail/sle-security-updates/2023-November/017050.html", }, { category: "self", summary: "SUSE Bug 1212475", url: "https://bugzilla.suse.com/1212475", }, { category: "self", summary: "SUSE Bug 1212667", url: "https://bugzilla.suse.com/1212667", }, { category: "self", summary: "SUSE Bug 1212669", url: "https://bugzilla.suse.com/1212669", }, { category: "self", summary: "SUSE Bug 1215084", url: "https://bugzilla.suse.com/1215084", }, { category: "self", summary: "SUSE Bug 1215085", url: "https://bugzilla.suse.com/1215085", }, { category: "self", summary: "SUSE Bug 1215086", url: "https://bugzilla.suse.com/1215086", }, { category: "self", summary: "SUSE Bug 1215087", url: "https://bugzilla.suse.com/1215087", }, { category: "self", summary: "SUSE Bug 1215090", url: "https://bugzilla.suse.com/1215090", }, { category: "self", summary: "SUSE Bug 1215985", url: "https://bugzilla.suse.com/1215985", }, { category: "self", summary: "SUSE Bug 1216109", url: "https://bugzilla.suse.com/1216109", }, { category: "self", summary: "SUSE Bug 1216943", url: "https://bugzilla.suse.com/1216943", }, { category: "self", summary: "SUSE Bug 1216944", url: "https://bugzilla.suse.com/1216944", }, { category: "self", summary: "SUSE CVE CVE-2023-39318 page", url: "https://www.suse.com/security/cve/CVE-2023-39318/", }, { category: "self", summary: "SUSE CVE CVE-2023-39319 page", url: "https://www.suse.com/security/cve/CVE-2023-39319/", }, { category: "self", summary: "SUSE CVE CVE-2023-39320 page", url: "https://www.suse.com/security/cve/CVE-2023-39320/", }, { category: "self", summary: "SUSE CVE CVE-2023-39321 page", url: "https://www.suse.com/security/cve/CVE-2023-39321/", }, { category: "self", summary: "SUSE CVE CVE-2023-39322 page", url: "https://www.suse.com/security/cve/CVE-2023-39322/", }, { category: "self", summary: "SUSE CVE CVE-2023-39323 page", url: "https://www.suse.com/security/cve/CVE-2023-39323/", }, { category: "self", summary: "SUSE CVE CVE-2023-39325 page", url: "https://www.suse.com/security/cve/CVE-2023-39325/", }, { category: "self", summary: "SUSE CVE CVE-2023-44487 page", url: "https://www.suse.com/security/cve/CVE-2023-44487/", }, { category: "self", summary: "SUSE CVE CVE-2023-45283 page", url: "https://www.suse.com/security/cve/CVE-2023-45283/", }, { category: "self", summary: "SUSE CVE CVE-2023-45284 page", url: "https://www.suse.com/security/cve/CVE-2023-45284/", }, ], title: "Security update for go1.21-openssl", tracking: { current_release_date: "2023-11-16T17:59:49Z", generator: { date: "2023-11-16T17:59:49Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2023:4469-1", initial_release_date: "2023-11-16T17:59:49Z", revision_history: [ { date: "2023-11-16T17:59:49Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", product: { name: "go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", product_id: "go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", }, }, { category: "product_version", name: "go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", product: { name: "go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", product_id: "go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", }, }, { category: "product_version", name: "go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", product: { name: "go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", product_id: "go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "go1.21-openssl-1.21.4.1-150000.1.5.1.i586", product: { name: "go1.21-openssl-1.21.4.1-150000.1.5.1.i586", product_id: "go1.21-openssl-1.21.4.1-150000.1.5.1.i586", }, }, { category: "product_version", name: "go1.21-openssl-doc-1.21.4.1-150000.1.5.1.i586", product: { name: "go1.21-openssl-doc-1.21.4.1-150000.1.5.1.i586", product_id: "go1.21-openssl-doc-1.21.4.1-150000.1.5.1.i586", }, }, ], category: "architecture", name: "i586", }, { branches: [ { category: "product_version", name: "go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", product: { name: "go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", product_id: "go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", }, }, { category: "product_version", name: "go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", product: { name: "go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", product_id: "go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", }, }, { category: "product_version", name: "go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", product: { name: "go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", product_id: "go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", product: { name: "go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", product_id: "go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", }, }, { category: "product_version", name: "go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", product: { name: "go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", product_id: "go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", }, }, { category: "product_version", name: "go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", product: { name: "go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", product_id: "go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", product: { name: "go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", product_id: "go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", }, }, { category: "product_version", name: "go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", product: { name: "go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", product_id: "go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", }, }, { category: "product_version", name: "go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", product: { name: "go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", product_id: "go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "SUSE Linux Enterprise Module for Development Tools 15 SP4", product: { name: "SUSE Linux Enterprise Module for Development Tools 15 SP4", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP4", product_identification_helper: { cpe: "cpe:/o:suse:sle-module-development-tools:15:sp4", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Module for Development Tools 15 SP5", product: { name: "SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5", product_identification_helper: { cpe: "cpe:/o:suse:sle-module-development-tools:15:sp5", }, }, }, { category: "product_name", name: "openSUSE Leap 15.4", product: { name: "openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4", product_identification_helper: { cpe: "cpe:/o:opensuse:leap:15.4", }, }, }, { category: "product_name", name: "openSUSE Leap 15.5", product: { name: "openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5", product_identification_helper: { cpe: "cpe:/o:opensuse:leap:15.5", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", }, product_reference: "go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP4", }, { category: "default_component_of", full_product_name: { name: "go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", }, product_reference: "go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP4", }, { category: "default_component_of", full_product_name: { name: "go1.21-openssl-1.21.4.1-150000.1.5.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", }, product_reference: "go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP4", }, { category: "default_component_of", full_product_name: { name: "go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", }, product_reference: "go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP4", }, { category: "default_component_of", full_product_name: { name: "go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", }, product_reference: "go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP4", }, { category: "default_component_of", full_product_name: { name: "go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", }, product_reference: "go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP4", }, { category: "default_component_of", full_product_name: { name: "go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", }, product_reference: "go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP4", }, { category: "default_component_of", full_product_name: { name: "go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", }, product_reference: "go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP4", }, { category: "default_component_of", full_product_name: { name: "go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", }, product_reference: "go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP4", }, { category: "default_component_of", full_product_name: { name: "go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", }, product_reference: "go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP4", }, { category: "default_component_of", full_product_name: { name: "go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", }, product_reference: "go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP4", }, { category: "default_component_of", full_product_name: { name: "go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", }, product_reference: "go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP4", }, { category: "default_component_of", full_product_name: { name: "go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", }, product_reference: "go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", }, product_reference: "go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "go1.21-openssl-1.21.4.1-150000.1.5.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", }, product_reference: "go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", }, product_reference: "go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", }, product_reference: "go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", }, product_reference: "go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", }, product_reference: "go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", }, product_reference: "go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", }, product_reference: "go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", }, product_reference: "go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", }, product_reference: "go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", }, product_reference: "go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64 as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", }, product_reference: "go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", }, product_reference: "go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "go1.21-openssl-1.21.4.1-150000.1.5.1.s390x as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", }, product_reference: "go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64 as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", }, product_reference: "go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64 as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", }, product_reference: "go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", }, product_reference: "go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", }, product_reference: "go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64 as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", }, product_reference: "go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64 as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", }, product_reference: "go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", }, product_reference: "go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", }, product_reference: "go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64 as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", }, product_reference: "go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", }, product_reference: "go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", }, product_reference: "go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "go1.21-openssl-1.21.4.1-150000.1.5.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", }, product_reference: "go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", }, product_reference: "go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", }, product_reference: "go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", }, product_reference: "go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", }, product_reference: "go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", }, product_reference: "go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", }, product_reference: "go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", }, product_reference: "go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", }, product_reference: "go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", }, product_reference: "go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, ], }, vulnerabilities: [ { cve: "CVE-2023-39318", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2023-39318", }, ], notes: [ { category: "general", text: "The html/template package does not properly handle HTML-like \"\" comment tokens, nor hashbang \"#!\" comment tokens, in <script> contexts. This may cause the template parser to improperly interpret the contents of <script> contexts, causing actions to be improperly escaped. This may be leveraged to perform an XSS attack.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2023-39318", url: "https://www.suse.com/security/cve/CVE-2023-39318", }, { category: "external", summary: "SUSE Bug 1215084 for CVE-2023-39318", url: "https://bugzilla.suse.com/1215084", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 6.8, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:N", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2023-11-16T17:59:49Z", details: "moderate", }, ], title: "CVE-2023-39318", }, { cve: "CVE-2023-39319", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2023-39319", }, ], notes: [ { category: "general", text: "The html/template package does not apply the proper rules for handling occurrences of \"<script\", \"<!--\", and \"</script\" within JS literals in <script> 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.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2023-39319", url: "https://www.suse.com/security/cve/CVE-2023-39319", }, { category: "external", summary: "SUSE Bug 1215085 for CVE-2023-39319", url: "https://bugzilla.suse.com/1215085", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 6.8, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:N", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2023-11-16T17:59:49Z", details: "moderate", }, ], title: "CVE-2023-39319", }, { cve: "CVE-2023-39320", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2023-39320", }, ], notes: [ { category: "general", text: "The go.mod toolchain directive, introduced in Go 1.21, can be leveraged to execute scripts and binaries relative to the root of the module when the \"go\" command was executed within the module. This applies to modules downloaded using the \"go\" command from the module proxy, as well as modules downloaded directly using VCS software.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2023-39320", url: "https://www.suse.com/security/cve/CVE-2023-39320", }, { category: "external", summary: "SUSE Bug 1215086 for CVE-2023-39320", url: "https://bugzilla.suse.com/1215086", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7.7, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2023-11-16T17:59:49Z", details: "important", }, ], title: "CVE-2023-39320", }, { cve: "CVE-2023-39321", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2023-39321", }, ], notes: [ { category: "general", text: "Processing an incomplete post-handshake message for a QUIC connection can cause a panic.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2023-39321", url: "https://www.suse.com/security/cve/CVE-2023-39321", }, { category: "external", summary: "SUSE Bug 1215087 for CVE-2023-39321", url: "https://bugzilla.suse.com/1215087", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7.5, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2023-11-16T17:59:49Z", details: "important", }, ], title: "CVE-2023-39321", }, { cve: "CVE-2023-39322", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2023-39322", }, ], notes: [ { category: "general", text: "QUIC connections do not set an upper bound on the amount of data buffered when reading post-handshake messages, allowing a malicious QUIC connection to cause unbounded memory growth. With fix, connections now consistently reject messages larger than 65KiB in size.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2023-39322", url: "https://www.suse.com/security/cve/CVE-2023-39322", }, { category: "external", summary: "SUSE Bug 1215087 for CVE-2023-39322", url: "https://bugzilla.suse.com/1215087", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7.5, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2023-11-16T17:59:49Z", details: "important", }, ], title: "CVE-2023-39322", }, { cve: "CVE-2023-39323", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2023-39323", }, ], notes: [ { category: "general", text: "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.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2023-39323", url: "https://www.suse.com/security/cve/CVE-2023-39323", }, { category: "external", summary: "SUSE Bug 1215985 for CVE-2023-39323", url: "https://bugzilla.suse.com/1215985", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2023-11-16T17:59:49Z", details: "important", }, ], title: "CVE-2023-39323", }, { cve: "CVE-2023-39325", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2023-39325", }, ], notes: [ { category: "general", text: "A malicious HTTP/2 client which rapidly creates requests and immediately resets them can cause excessive server resource consumption. While the total number of requests is bounded by the http2.Server.MaxConcurrentStreams setting, resetting an in-progress request allows the attacker to create a new request while the existing one is still executing. With the fix applied, HTTP/2 servers now bound the number of simultaneously executing handler goroutines to the stream concurrency limit (MaxConcurrentStreams). New requests arriving when at the limit (which can only happen after the client has reset an existing, in-flight request) will be queued until a handler exits. If the request queue grows too large, the server will terminate the connection. This issue is also fixed in golang.org/x/net/http2 for users manually configuring HTTP/2. The default stream concurrency limit is 250 streams (requests) per HTTP/2 connection. This value may be adjusted using the golang.org/x/net/http2 package; see the Server.MaxConcurrentStreams setting and the ConfigureServer function.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2023-39325", url: "https://www.suse.com/security/cve/CVE-2023-39325", }, { category: "external", summary: "SUSE Bug 1216109 for CVE-2023-39325", url: "https://bugzilla.suse.com/1216109", }, { category: "external", summary: "SUSE Bug 1230323 for CVE-2023-39325", url: "https://bugzilla.suse.com/1230323", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7.5, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2023-11-16T17:59:49Z", details: "important", }, ], title: "CVE-2023-39325", }, { cve: "CVE-2023-44487", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2023-44487", }, ], notes: [ { category: "general", text: "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.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2023-44487", url: "https://www.suse.com/security/cve/CVE-2023-44487", }, { category: "external", summary: "SUSE Bug 1216109 for CVE-2023-44487", url: "https://bugzilla.suse.com/1216109", }, { category: "external", summary: "SUSE Bug 1216123 for CVE-2023-44487", url: "https://bugzilla.suse.com/1216123", }, { category: "external", summary: "SUSE Bug 1216169 for CVE-2023-44487", url: "https://bugzilla.suse.com/1216169", }, { category: "external", summary: "SUSE Bug 1216171 for CVE-2023-44487", url: "https://bugzilla.suse.com/1216171", }, { category: "external", summary: "SUSE Bug 1216174 for CVE-2023-44487", url: "https://bugzilla.suse.com/1216174", }, { category: "external", summary: "SUSE Bug 1216176 for CVE-2023-44487", url: "https://bugzilla.suse.com/1216176", }, { category: "external", summary: "SUSE Bug 1216181 for CVE-2023-44487", url: "https://bugzilla.suse.com/1216181", }, { category: "external", summary: "SUSE Bug 1216182 for CVE-2023-44487", url: "https://bugzilla.suse.com/1216182", }, { category: "external", summary: "SUSE Bug 1216190 for CVE-2023-44487", url: "https://bugzilla.suse.com/1216190", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7.5, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2023-11-16T17:59:49Z", details: "important", }, ], title: "CVE-2023-44487", }, { cve: "CVE-2023-45283", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2023-45283", }, ], notes: [ { category: "general", text: "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.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2023-45283", url: "https://www.suse.com/security/cve/CVE-2023-45283", }, { category: "external", summary: "SUSE Bug 1216943 for CVE-2023-45283", url: "https://bugzilla.suse.com/1216943", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 6.8, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2023-11-16T17:59:49Z", details: "moderate", }, ], title: "CVE-2023-45283", }, { cve: "CVE-2023-45284", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2023-45284", }, ], notes: [ { category: "general", text: "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.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2023-45284", url: "https://www.suse.com/security/cve/CVE-2023-45284", }, { category: "external", summary: "SUSE Bug 1216944 for CVE-2023-45284", url: "https://bugzilla.suse.com/1216944", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 6.8, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.4:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-doc-1.21.4.1-150000.1.5.1.x86_64", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.aarch64", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.ppc64le", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.s390x", "openSUSE Leap 15.5:go1.21-openssl-race-1.21.4.1-150000.1.5.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2023-11-16T17:59:49Z", details: "moderate", }, ], title: "CVE-2023-45284", }, ], }
suse-su-2023:4471-1
Vulnerability from csaf_suse
Notes
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright 2024 SUSE LLC. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "Security update for go1.21", title: "Title of the patch", }, { category: "description", text: "This update for go1.21 fixes the following issues:\n\ngo1.21.4 (released 2023-11-07) includes security fixes to the\npath/filepath package, as well as bug fixes to the linker, the\nruntime, the compiler, and the go/types, net/http, and\nruntime/cgo packages.\n\n* security: fix CVE-2023-45283 CVE-2023-45284 path/filepath: insecure parsing of Windows paths (bsc#1216943, bsc#1216944)\n* spec: update unification rules\n* cmd/compile: internal compiler error: expected struct value to have type struct\n* cmd/link: split text sections for arm 32-bit\n* runtime: MADV_COLLAPSE causes production performance issues on Linux\n* go/types, x/tools/go/ssa: panic: type param without replacement encountered\n* cmd/compile: -buildmode=c-archive produces code not suitable for use in a shared object on arm64\n* net/http: http2 page fails on firefox/safari if pushing resources\n", title: "Description of the patch", }, { category: "details", text: "SUSE-2023-4471,SUSE-SLE-Module-Development-Tools-15-SP4-2023-4471,SUSE-SLE-Module-Development-Tools-15-SP5-2023-4471,openSUSE-SLE-15.4-2023-4471,openSUSE-SLE-15.5-2023-4471", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2023_4471-1.json", }, { category: "self", summary: "URL for SUSE-SU-2023:4471-1", url: "https://www.suse.com/support/update/announcement/2023/suse-su-20234471-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2023:4471-1", url: "https://lists.suse.com/pipermail/sle-security-updates/2023-November/017048.html", }, { category: "self", summary: "SUSE Bug 1212475", url: "https://bugzilla.suse.com/1212475", }, { category: "self", summary: "SUSE Bug 1216943", url: "https://bugzilla.suse.com/1216943", }, { category: "self", summary: "SUSE Bug 1216944", url: "https://bugzilla.suse.com/1216944", }, { category: "self", summary: "SUSE CVE CVE-2023-45283 page", url: "https://www.suse.com/security/cve/CVE-2023-45283/", }, { category: "self", summary: "SUSE CVE CVE-2023-45284 page", url: "https://www.suse.com/security/cve/CVE-2023-45284/", }, ], title: "Security update for go1.21", tracking: { current_release_date: "2023-11-16T18:01:00Z", generator: { date: "2023-11-16T18:01:00Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2023:4471-1", initial_release_date: "2023-11-16T18:01:00Z", revision_history: [ { date: "2023-11-16T18:01:00Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "go1.21-1.21.4-150000.1.15.1.aarch64", product: { name: "go1.21-1.21.4-150000.1.15.1.aarch64", product_id: "go1.21-1.21.4-150000.1.15.1.aarch64", }, }, { category: "product_version", name: "go1.21-doc-1.21.4-150000.1.15.1.aarch64", product: { name: "go1.21-doc-1.21.4-150000.1.15.1.aarch64", product_id: "go1.21-doc-1.21.4-150000.1.15.1.aarch64", }, }, { category: "product_version", name: "go1.21-race-1.21.4-150000.1.15.1.aarch64", product: { name: "go1.21-race-1.21.4-150000.1.15.1.aarch64", product_id: "go1.21-race-1.21.4-150000.1.15.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "go1.21-1.21.4-150000.1.15.1.i586", product: { name: "go1.21-1.21.4-150000.1.15.1.i586", product_id: "go1.21-1.21.4-150000.1.15.1.i586", }, }, { category: "product_version", name: "go1.21-doc-1.21.4-150000.1.15.1.i586", product: { name: "go1.21-doc-1.21.4-150000.1.15.1.i586", product_id: "go1.21-doc-1.21.4-150000.1.15.1.i586", }, }, ], category: "architecture", name: "i586", }, { branches: [ { category: "product_version", name: "go1.21-1.21.4-150000.1.15.1.ppc64le", product: { name: "go1.21-1.21.4-150000.1.15.1.ppc64le", product_id: "go1.21-1.21.4-150000.1.15.1.ppc64le", }, }, { category: "product_version", name: "go1.21-doc-1.21.4-150000.1.15.1.ppc64le", product: { name: "go1.21-doc-1.21.4-150000.1.15.1.ppc64le", product_id: "go1.21-doc-1.21.4-150000.1.15.1.ppc64le", }, }, { category: "product_version", name: "go1.21-race-1.21.4-150000.1.15.1.ppc64le", product: { name: "go1.21-race-1.21.4-150000.1.15.1.ppc64le", product_id: "go1.21-race-1.21.4-150000.1.15.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "go1.21-1.21.4-150000.1.15.1.s390x", product: { name: "go1.21-1.21.4-150000.1.15.1.s390x", product_id: "go1.21-1.21.4-150000.1.15.1.s390x", }, }, { category: "product_version", name: "go1.21-doc-1.21.4-150000.1.15.1.s390x", product: { name: "go1.21-doc-1.21.4-150000.1.15.1.s390x", product_id: "go1.21-doc-1.21.4-150000.1.15.1.s390x", }, }, { category: "product_version", name: "go1.21-race-1.21.4-150000.1.15.1.s390x", product: { name: "go1.21-race-1.21.4-150000.1.15.1.s390x", product_id: "go1.21-race-1.21.4-150000.1.15.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "go1.21-1.21.4-150000.1.15.1.x86_64", product: { name: "go1.21-1.21.4-150000.1.15.1.x86_64", product_id: "go1.21-1.21.4-150000.1.15.1.x86_64", }, }, { category: "product_version", name: "go1.21-doc-1.21.4-150000.1.15.1.x86_64", product: { name: "go1.21-doc-1.21.4-150000.1.15.1.x86_64", product_id: "go1.21-doc-1.21.4-150000.1.15.1.x86_64", }, }, { category: "product_version", name: "go1.21-race-1.21.4-150000.1.15.1.x86_64", product: { name: "go1.21-race-1.21.4-150000.1.15.1.x86_64", product_id: "go1.21-race-1.21.4-150000.1.15.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "SUSE Linux Enterprise Module for Development Tools 15 SP4", product: { name: "SUSE Linux Enterprise Module for Development Tools 15 SP4", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP4", product_identification_helper: { cpe: "cpe:/o:suse:sle-module-development-tools:15:sp4", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Module for Development Tools 15 SP5", product: { name: "SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5", product_identification_helper: { cpe: "cpe:/o:suse:sle-module-development-tools:15:sp5", }, }, }, { category: "product_name", name: "openSUSE Leap 15.4", product: { name: "openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4", product_identification_helper: { cpe: "cpe:/o:opensuse:leap:15.4", }, }, }, { category: "product_name", name: "openSUSE Leap 15.5", product: { name: "openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5", product_identification_helper: { cpe: "cpe:/o:opensuse:leap:15.5", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "go1.21-1.21.4-150000.1.15.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-1.21.4-150000.1.15.1.aarch64", }, product_reference: "go1.21-1.21.4-150000.1.15.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP4", }, { category: "default_component_of", full_product_name: { name: "go1.21-1.21.4-150000.1.15.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-1.21.4-150000.1.15.1.ppc64le", }, product_reference: "go1.21-1.21.4-150000.1.15.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP4", }, { category: "default_component_of", full_product_name: { name: "go1.21-1.21.4-150000.1.15.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-1.21.4-150000.1.15.1.s390x", }, product_reference: "go1.21-1.21.4-150000.1.15.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP4", }, { category: "default_component_of", full_product_name: { name: "go1.21-1.21.4-150000.1.15.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-1.21.4-150000.1.15.1.x86_64", }, product_reference: "go1.21-1.21.4-150000.1.15.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP4", }, { category: "default_component_of", full_product_name: { name: "go1.21-doc-1.21.4-150000.1.15.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-doc-1.21.4-150000.1.15.1.aarch64", }, product_reference: "go1.21-doc-1.21.4-150000.1.15.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP4", }, { category: "default_component_of", full_product_name: { name: "go1.21-doc-1.21.4-150000.1.15.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-doc-1.21.4-150000.1.15.1.ppc64le", }, product_reference: "go1.21-doc-1.21.4-150000.1.15.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP4", }, { category: "default_component_of", full_product_name: { name: "go1.21-doc-1.21.4-150000.1.15.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-doc-1.21.4-150000.1.15.1.s390x", }, product_reference: "go1.21-doc-1.21.4-150000.1.15.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP4", }, { category: "default_component_of", full_product_name: { name: "go1.21-doc-1.21.4-150000.1.15.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-doc-1.21.4-150000.1.15.1.x86_64", }, product_reference: "go1.21-doc-1.21.4-150000.1.15.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP4", }, { category: "default_component_of", full_product_name: { name: "go1.21-race-1.21.4-150000.1.15.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-race-1.21.4-150000.1.15.1.aarch64", }, product_reference: "go1.21-race-1.21.4-150000.1.15.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP4", }, { category: "default_component_of", full_product_name: { name: "go1.21-race-1.21.4-150000.1.15.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-race-1.21.4-150000.1.15.1.x86_64", }, product_reference: "go1.21-race-1.21.4-150000.1.15.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP4", }, { category: "default_component_of", full_product_name: { name: "go1.21-1.21.4-150000.1.15.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-1.21.4-150000.1.15.1.aarch64", }, product_reference: "go1.21-1.21.4-150000.1.15.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "go1.21-1.21.4-150000.1.15.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-1.21.4-150000.1.15.1.ppc64le", }, product_reference: "go1.21-1.21.4-150000.1.15.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "go1.21-1.21.4-150000.1.15.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-1.21.4-150000.1.15.1.s390x", }, product_reference: "go1.21-1.21.4-150000.1.15.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "go1.21-1.21.4-150000.1.15.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-1.21.4-150000.1.15.1.x86_64", }, product_reference: "go1.21-1.21.4-150000.1.15.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "go1.21-doc-1.21.4-150000.1.15.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-doc-1.21.4-150000.1.15.1.aarch64", }, product_reference: "go1.21-doc-1.21.4-150000.1.15.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "go1.21-doc-1.21.4-150000.1.15.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-doc-1.21.4-150000.1.15.1.ppc64le", }, product_reference: "go1.21-doc-1.21.4-150000.1.15.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "go1.21-doc-1.21.4-150000.1.15.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-doc-1.21.4-150000.1.15.1.s390x", }, product_reference: "go1.21-doc-1.21.4-150000.1.15.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "go1.21-doc-1.21.4-150000.1.15.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-doc-1.21.4-150000.1.15.1.x86_64", }, product_reference: "go1.21-doc-1.21.4-150000.1.15.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "go1.21-race-1.21.4-150000.1.15.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-race-1.21.4-150000.1.15.1.aarch64", }, product_reference: "go1.21-race-1.21.4-150000.1.15.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "go1.21-race-1.21.4-150000.1.15.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-race-1.21.4-150000.1.15.1.ppc64le", }, product_reference: "go1.21-race-1.21.4-150000.1.15.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "go1.21-race-1.21.4-150000.1.15.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-race-1.21.4-150000.1.15.1.s390x", }, product_reference: "go1.21-race-1.21.4-150000.1.15.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "go1.21-race-1.21.4-150000.1.15.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-race-1.21.4-150000.1.15.1.x86_64", }, product_reference: "go1.21-race-1.21.4-150000.1.15.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "go1.21-1.21.4-150000.1.15.1.aarch64 as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:go1.21-1.21.4-150000.1.15.1.aarch64", }, product_reference: "go1.21-1.21.4-150000.1.15.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "go1.21-1.21.4-150000.1.15.1.ppc64le as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:go1.21-1.21.4-150000.1.15.1.ppc64le", }, product_reference: "go1.21-1.21.4-150000.1.15.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "go1.21-1.21.4-150000.1.15.1.s390x as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:go1.21-1.21.4-150000.1.15.1.s390x", }, product_reference: "go1.21-1.21.4-150000.1.15.1.s390x", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "go1.21-1.21.4-150000.1.15.1.x86_64 as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:go1.21-1.21.4-150000.1.15.1.x86_64", }, product_reference: "go1.21-1.21.4-150000.1.15.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "go1.21-doc-1.21.4-150000.1.15.1.aarch64 as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:go1.21-doc-1.21.4-150000.1.15.1.aarch64", }, product_reference: "go1.21-doc-1.21.4-150000.1.15.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "go1.21-doc-1.21.4-150000.1.15.1.ppc64le as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:go1.21-doc-1.21.4-150000.1.15.1.ppc64le", }, product_reference: "go1.21-doc-1.21.4-150000.1.15.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "go1.21-doc-1.21.4-150000.1.15.1.s390x as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:go1.21-doc-1.21.4-150000.1.15.1.s390x", }, product_reference: "go1.21-doc-1.21.4-150000.1.15.1.s390x", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "go1.21-doc-1.21.4-150000.1.15.1.x86_64 as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:go1.21-doc-1.21.4-150000.1.15.1.x86_64", }, product_reference: "go1.21-doc-1.21.4-150000.1.15.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "go1.21-race-1.21.4-150000.1.15.1.aarch64 as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:go1.21-race-1.21.4-150000.1.15.1.aarch64", }, product_reference: "go1.21-race-1.21.4-150000.1.15.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "go1.21-race-1.21.4-150000.1.15.1.ppc64le as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:go1.21-race-1.21.4-150000.1.15.1.ppc64le", }, product_reference: "go1.21-race-1.21.4-150000.1.15.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "go1.21-race-1.21.4-150000.1.15.1.s390x as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:go1.21-race-1.21.4-150000.1.15.1.s390x", }, product_reference: "go1.21-race-1.21.4-150000.1.15.1.s390x", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "go1.21-race-1.21.4-150000.1.15.1.x86_64 as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:go1.21-race-1.21.4-150000.1.15.1.x86_64", }, product_reference: "go1.21-race-1.21.4-150000.1.15.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "go1.21-1.21.4-150000.1.15.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:go1.21-1.21.4-150000.1.15.1.aarch64", }, product_reference: "go1.21-1.21.4-150000.1.15.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "go1.21-1.21.4-150000.1.15.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:go1.21-1.21.4-150000.1.15.1.ppc64le", }, product_reference: "go1.21-1.21.4-150000.1.15.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "go1.21-1.21.4-150000.1.15.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:go1.21-1.21.4-150000.1.15.1.s390x", }, product_reference: "go1.21-1.21.4-150000.1.15.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "go1.21-1.21.4-150000.1.15.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:go1.21-1.21.4-150000.1.15.1.x86_64", }, product_reference: "go1.21-1.21.4-150000.1.15.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "go1.21-doc-1.21.4-150000.1.15.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:go1.21-doc-1.21.4-150000.1.15.1.aarch64", }, product_reference: "go1.21-doc-1.21.4-150000.1.15.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "go1.21-doc-1.21.4-150000.1.15.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:go1.21-doc-1.21.4-150000.1.15.1.ppc64le", }, product_reference: "go1.21-doc-1.21.4-150000.1.15.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "go1.21-doc-1.21.4-150000.1.15.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:go1.21-doc-1.21.4-150000.1.15.1.s390x", }, product_reference: "go1.21-doc-1.21.4-150000.1.15.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "go1.21-doc-1.21.4-150000.1.15.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:go1.21-doc-1.21.4-150000.1.15.1.x86_64", }, product_reference: "go1.21-doc-1.21.4-150000.1.15.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "go1.21-race-1.21.4-150000.1.15.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:go1.21-race-1.21.4-150000.1.15.1.aarch64", }, product_reference: "go1.21-race-1.21.4-150000.1.15.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "go1.21-race-1.21.4-150000.1.15.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:go1.21-race-1.21.4-150000.1.15.1.ppc64le", }, product_reference: "go1.21-race-1.21.4-150000.1.15.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "go1.21-race-1.21.4-150000.1.15.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:go1.21-race-1.21.4-150000.1.15.1.s390x", }, product_reference: "go1.21-race-1.21.4-150000.1.15.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "go1.21-race-1.21.4-150000.1.15.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:go1.21-race-1.21.4-150000.1.15.1.x86_64", }, product_reference: "go1.21-race-1.21.4-150000.1.15.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, ], }, vulnerabilities: [ { cve: "CVE-2023-45283", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2023-45283", }, ], notes: [ { category: "general", text: "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.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-1.21.4-150000.1.15.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-1.21.4-150000.1.15.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-1.21.4-150000.1.15.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-1.21.4-150000.1.15.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-doc-1.21.4-150000.1.15.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-doc-1.21.4-150000.1.15.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-doc-1.21.4-150000.1.15.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-doc-1.21.4-150000.1.15.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-race-1.21.4-150000.1.15.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-race-1.21.4-150000.1.15.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-1.21.4-150000.1.15.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-1.21.4-150000.1.15.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-1.21.4-150000.1.15.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-1.21.4-150000.1.15.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-doc-1.21.4-150000.1.15.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-doc-1.21.4-150000.1.15.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-doc-1.21.4-150000.1.15.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-doc-1.21.4-150000.1.15.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-race-1.21.4-150000.1.15.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-race-1.21.4-150000.1.15.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-race-1.21.4-150000.1.15.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-race-1.21.4-150000.1.15.1.x86_64", "openSUSE Leap 15.4:go1.21-1.21.4-150000.1.15.1.aarch64", "openSUSE Leap 15.4:go1.21-1.21.4-150000.1.15.1.ppc64le", "openSUSE Leap 15.4:go1.21-1.21.4-150000.1.15.1.s390x", "openSUSE Leap 15.4:go1.21-1.21.4-150000.1.15.1.x86_64", "openSUSE Leap 15.4:go1.21-doc-1.21.4-150000.1.15.1.aarch64", "openSUSE Leap 15.4:go1.21-doc-1.21.4-150000.1.15.1.ppc64le", "openSUSE Leap 15.4:go1.21-doc-1.21.4-150000.1.15.1.s390x", "openSUSE Leap 15.4:go1.21-doc-1.21.4-150000.1.15.1.x86_64", "openSUSE Leap 15.4:go1.21-race-1.21.4-150000.1.15.1.aarch64", "openSUSE Leap 15.4:go1.21-race-1.21.4-150000.1.15.1.ppc64le", "openSUSE Leap 15.4:go1.21-race-1.21.4-150000.1.15.1.s390x", "openSUSE Leap 15.4:go1.21-race-1.21.4-150000.1.15.1.x86_64", "openSUSE Leap 15.5:go1.21-1.21.4-150000.1.15.1.aarch64", "openSUSE Leap 15.5:go1.21-1.21.4-150000.1.15.1.ppc64le", "openSUSE Leap 15.5:go1.21-1.21.4-150000.1.15.1.s390x", "openSUSE Leap 15.5:go1.21-1.21.4-150000.1.15.1.x86_64", "openSUSE Leap 15.5:go1.21-doc-1.21.4-150000.1.15.1.aarch64", "openSUSE Leap 15.5:go1.21-doc-1.21.4-150000.1.15.1.ppc64le", "openSUSE Leap 15.5:go1.21-doc-1.21.4-150000.1.15.1.s390x", "openSUSE Leap 15.5:go1.21-doc-1.21.4-150000.1.15.1.x86_64", "openSUSE Leap 15.5:go1.21-race-1.21.4-150000.1.15.1.aarch64", "openSUSE Leap 15.5:go1.21-race-1.21.4-150000.1.15.1.ppc64le", "openSUSE Leap 15.5:go1.21-race-1.21.4-150000.1.15.1.s390x", "openSUSE Leap 15.5:go1.21-race-1.21.4-150000.1.15.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2023-45283", url: "https://www.suse.com/security/cve/CVE-2023-45283", }, { category: "external", summary: "SUSE Bug 1216943 for CVE-2023-45283", url: "https://bugzilla.suse.com/1216943", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-1.21.4-150000.1.15.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-1.21.4-150000.1.15.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-1.21.4-150000.1.15.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-1.21.4-150000.1.15.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-doc-1.21.4-150000.1.15.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-doc-1.21.4-150000.1.15.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-doc-1.21.4-150000.1.15.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-doc-1.21.4-150000.1.15.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-race-1.21.4-150000.1.15.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-race-1.21.4-150000.1.15.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-1.21.4-150000.1.15.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-1.21.4-150000.1.15.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-1.21.4-150000.1.15.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-1.21.4-150000.1.15.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-doc-1.21.4-150000.1.15.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-doc-1.21.4-150000.1.15.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-doc-1.21.4-150000.1.15.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-doc-1.21.4-150000.1.15.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-race-1.21.4-150000.1.15.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-race-1.21.4-150000.1.15.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-race-1.21.4-150000.1.15.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-race-1.21.4-150000.1.15.1.x86_64", "openSUSE Leap 15.4:go1.21-1.21.4-150000.1.15.1.aarch64", "openSUSE Leap 15.4:go1.21-1.21.4-150000.1.15.1.ppc64le", "openSUSE Leap 15.4:go1.21-1.21.4-150000.1.15.1.s390x", "openSUSE Leap 15.4:go1.21-1.21.4-150000.1.15.1.x86_64", "openSUSE Leap 15.4:go1.21-doc-1.21.4-150000.1.15.1.aarch64", "openSUSE Leap 15.4:go1.21-doc-1.21.4-150000.1.15.1.ppc64le", "openSUSE Leap 15.4:go1.21-doc-1.21.4-150000.1.15.1.s390x", "openSUSE Leap 15.4:go1.21-doc-1.21.4-150000.1.15.1.x86_64", "openSUSE Leap 15.4:go1.21-race-1.21.4-150000.1.15.1.aarch64", "openSUSE Leap 15.4:go1.21-race-1.21.4-150000.1.15.1.ppc64le", "openSUSE Leap 15.4:go1.21-race-1.21.4-150000.1.15.1.s390x", "openSUSE Leap 15.4:go1.21-race-1.21.4-150000.1.15.1.x86_64", "openSUSE Leap 15.5:go1.21-1.21.4-150000.1.15.1.aarch64", "openSUSE Leap 15.5:go1.21-1.21.4-150000.1.15.1.ppc64le", "openSUSE Leap 15.5:go1.21-1.21.4-150000.1.15.1.s390x", "openSUSE Leap 15.5:go1.21-1.21.4-150000.1.15.1.x86_64", "openSUSE Leap 15.5:go1.21-doc-1.21.4-150000.1.15.1.aarch64", "openSUSE Leap 15.5:go1.21-doc-1.21.4-150000.1.15.1.ppc64le", "openSUSE Leap 15.5:go1.21-doc-1.21.4-150000.1.15.1.s390x", "openSUSE Leap 15.5:go1.21-doc-1.21.4-150000.1.15.1.x86_64", "openSUSE Leap 15.5:go1.21-race-1.21.4-150000.1.15.1.aarch64", "openSUSE Leap 15.5:go1.21-race-1.21.4-150000.1.15.1.ppc64le", "openSUSE Leap 15.5:go1.21-race-1.21.4-150000.1.15.1.s390x", "openSUSE Leap 15.5:go1.21-race-1.21.4-150000.1.15.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 6.8, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-1.21.4-150000.1.15.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-1.21.4-150000.1.15.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-1.21.4-150000.1.15.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-1.21.4-150000.1.15.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-doc-1.21.4-150000.1.15.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-doc-1.21.4-150000.1.15.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-doc-1.21.4-150000.1.15.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-doc-1.21.4-150000.1.15.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-race-1.21.4-150000.1.15.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-race-1.21.4-150000.1.15.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-1.21.4-150000.1.15.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-1.21.4-150000.1.15.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-1.21.4-150000.1.15.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-1.21.4-150000.1.15.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-doc-1.21.4-150000.1.15.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-doc-1.21.4-150000.1.15.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-doc-1.21.4-150000.1.15.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-doc-1.21.4-150000.1.15.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-race-1.21.4-150000.1.15.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-race-1.21.4-150000.1.15.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-race-1.21.4-150000.1.15.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-race-1.21.4-150000.1.15.1.x86_64", "openSUSE Leap 15.4:go1.21-1.21.4-150000.1.15.1.aarch64", "openSUSE Leap 15.4:go1.21-1.21.4-150000.1.15.1.ppc64le", "openSUSE Leap 15.4:go1.21-1.21.4-150000.1.15.1.s390x", "openSUSE Leap 15.4:go1.21-1.21.4-150000.1.15.1.x86_64", "openSUSE Leap 15.4:go1.21-doc-1.21.4-150000.1.15.1.aarch64", "openSUSE Leap 15.4:go1.21-doc-1.21.4-150000.1.15.1.ppc64le", "openSUSE Leap 15.4:go1.21-doc-1.21.4-150000.1.15.1.s390x", "openSUSE Leap 15.4:go1.21-doc-1.21.4-150000.1.15.1.x86_64", "openSUSE Leap 15.4:go1.21-race-1.21.4-150000.1.15.1.aarch64", "openSUSE Leap 15.4:go1.21-race-1.21.4-150000.1.15.1.ppc64le", "openSUSE Leap 15.4:go1.21-race-1.21.4-150000.1.15.1.s390x", "openSUSE Leap 15.4:go1.21-race-1.21.4-150000.1.15.1.x86_64", "openSUSE Leap 15.5:go1.21-1.21.4-150000.1.15.1.aarch64", "openSUSE Leap 15.5:go1.21-1.21.4-150000.1.15.1.ppc64le", "openSUSE Leap 15.5:go1.21-1.21.4-150000.1.15.1.s390x", "openSUSE Leap 15.5:go1.21-1.21.4-150000.1.15.1.x86_64", "openSUSE Leap 15.5:go1.21-doc-1.21.4-150000.1.15.1.aarch64", "openSUSE Leap 15.5:go1.21-doc-1.21.4-150000.1.15.1.ppc64le", "openSUSE Leap 15.5:go1.21-doc-1.21.4-150000.1.15.1.s390x", "openSUSE Leap 15.5:go1.21-doc-1.21.4-150000.1.15.1.x86_64", "openSUSE Leap 15.5:go1.21-race-1.21.4-150000.1.15.1.aarch64", "openSUSE Leap 15.5:go1.21-race-1.21.4-150000.1.15.1.ppc64le", "openSUSE Leap 15.5:go1.21-race-1.21.4-150000.1.15.1.s390x", "openSUSE Leap 15.5:go1.21-race-1.21.4-150000.1.15.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2023-11-16T18:01:00Z", details: "moderate", }, ], title: "CVE-2023-45283", }, { cve: "CVE-2023-45284", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2023-45284", }, ], notes: [ { category: "general", text: "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.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-1.21.4-150000.1.15.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-1.21.4-150000.1.15.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-1.21.4-150000.1.15.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-1.21.4-150000.1.15.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-doc-1.21.4-150000.1.15.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-doc-1.21.4-150000.1.15.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-doc-1.21.4-150000.1.15.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-doc-1.21.4-150000.1.15.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-race-1.21.4-150000.1.15.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-race-1.21.4-150000.1.15.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-1.21.4-150000.1.15.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-1.21.4-150000.1.15.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-1.21.4-150000.1.15.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-1.21.4-150000.1.15.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-doc-1.21.4-150000.1.15.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-doc-1.21.4-150000.1.15.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-doc-1.21.4-150000.1.15.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-doc-1.21.4-150000.1.15.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-race-1.21.4-150000.1.15.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-race-1.21.4-150000.1.15.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-race-1.21.4-150000.1.15.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-race-1.21.4-150000.1.15.1.x86_64", "openSUSE Leap 15.4:go1.21-1.21.4-150000.1.15.1.aarch64", "openSUSE Leap 15.4:go1.21-1.21.4-150000.1.15.1.ppc64le", "openSUSE Leap 15.4:go1.21-1.21.4-150000.1.15.1.s390x", "openSUSE Leap 15.4:go1.21-1.21.4-150000.1.15.1.x86_64", "openSUSE Leap 15.4:go1.21-doc-1.21.4-150000.1.15.1.aarch64", "openSUSE Leap 15.4:go1.21-doc-1.21.4-150000.1.15.1.ppc64le", "openSUSE Leap 15.4:go1.21-doc-1.21.4-150000.1.15.1.s390x", "openSUSE Leap 15.4:go1.21-doc-1.21.4-150000.1.15.1.x86_64", "openSUSE Leap 15.4:go1.21-race-1.21.4-150000.1.15.1.aarch64", "openSUSE Leap 15.4:go1.21-race-1.21.4-150000.1.15.1.ppc64le", "openSUSE Leap 15.4:go1.21-race-1.21.4-150000.1.15.1.s390x", "openSUSE Leap 15.4:go1.21-race-1.21.4-150000.1.15.1.x86_64", "openSUSE Leap 15.5:go1.21-1.21.4-150000.1.15.1.aarch64", "openSUSE Leap 15.5:go1.21-1.21.4-150000.1.15.1.ppc64le", "openSUSE Leap 15.5:go1.21-1.21.4-150000.1.15.1.s390x", "openSUSE Leap 15.5:go1.21-1.21.4-150000.1.15.1.x86_64", "openSUSE Leap 15.5:go1.21-doc-1.21.4-150000.1.15.1.aarch64", "openSUSE Leap 15.5:go1.21-doc-1.21.4-150000.1.15.1.ppc64le", "openSUSE Leap 15.5:go1.21-doc-1.21.4-150000.1.15.1.s390x", "openSUSE Leap 15.5:go1.21-doc-1.21.4-150000.1.15.1.x86_64", "openSUSE Leap 15.5:go1.21-race-1.21.4-150000.1.15.1.aarch64", "openSUSE Leap 15.5:go1.21-race-1.21.4-150000.1.15.1.ppc64le", "openSUSE Leap 15.5:go1.21-race-1.21.4-150000.1.15.1.s390x", "openSUSE Leap 15.5:go1.21-race-1.21.4-150000.1.15.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2023-45284", url: "https://www.suse.com/security/cve/CVE-2023-45284", }, { category: "external", summary: "SUSE Bug 1216944 for CVE-2023-45284", url: "https://bugzilla.suse.com/1216944", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-1.21.4-150000.1.15.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-1.21.4-150000.1.15.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-1.21.4-150000.1.15.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-1.21.4-150000.1.15.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-doc-1.21.4-150000.1.15.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-doc-1.21.4-150000.1.15.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-doc-1.21.4-150000.1.15.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-doc-1.21.4-150000.1.15.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-race-1.21.4-150000.1.15.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-race-1.21.4-150000.1.15.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-1.21.4-150000.1.15.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-1.21.4-150000.1.15.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-1.21.4-150000.1.15.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-1.21.4-150000.1.15.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-doc-1.21.4-150000.1.15.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-doc-1.21.4-150000.1.15.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-doc-1.21.4-150000.1.15.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-doc-1.21.4-150000.1.15.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-race-1.21.4-150000.1.15.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-race-1.21.4-150000.1.15.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-race-1.21.4-150000.1.15.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-race-1.21.4-150000.1.15.1.x86_64", "openSUSE Leap 15.4:go1.21-1.21.4-150000.1.15.1.aarch64", "openSUSE Leap 15.4:go1.21-1.21.4-150000.1.15.1.ppc64le", "openSUSE Leap 15.4:go1.21-1.21.4-150000.1.15.1.s390x", "openSUSE Leap 15.4:go1.21-1.21.4-150000.1.15.1.x86_64", "openSUSE Leap 15.4:go1.21-doc-1.21.4-150000.1.15.1.aarch64", "openSUSE Leap 15.4:go1.21-doc-1.21.4-150000.1.15.1.ppc64le", "openSUSE Leap 15.4:go1.21-doc-1.21.4-150000.1.15.1.s390x", "openSUSE Leap 15.4:go1.21-doc-1.21.4-150000.1.15.1.x86_64", "openSUSE Leap 15.4:go1.21-race-1.21.4-150000.1.15.1.aarch64", "openSUSE Leap 15.4:go1.21-race-1.21.4-150000.1.15.1.ppc64le", "openSUSE Leap 15.4:go1.21-race-1.21.4-150000.1.15.1.s390x", "openSUSE Leap 15.4:go1.21-race-1.21.4-150000.1.15.1.x86_64", "openSUSE Leap 15.5:go1.21-1.21.4-150000.1.15.1.aarch64", "openSUSE Leap 15.5:go1.21-1.21.4-150000.1.15.1.ppc64le", "openSUSE Leap 15.5:go1.21-1.21.4-150000.1.15.1.s390x", "openSUSE Leap 15.5:go1.21-1.21.4-150000.1.15.1.x86_64", "openSUSE Leap 15.5:go1.21-doc-1.21.4-150000.1.15.1.aarch64", "openSUSE Leap 15.5:go1.21-doc-1.21.4-150000.1.15.1.ppc64le", "openSUSE Leap 15.5:go1.21-doc-1.21.4-150000.1.15.1.s390x", "openSUSE Leap 15.5:go1.21-doc-1.21.4-150000.1.15.1.x86_64", "openSUSE Leap 15.5:go1.21-race-1.21.4-150000.1.15.1.aarch64", "openSUSE Leap 15.5:go1.21-race-1.21.4-150000.1.15.1.ppc64le", "openSUSE Leap 15.5:go1.21-race-1.21.4-150000.1.15.1.s390x", "openSUSE Leap 15.5:go1.21-race-1.21.4-150000.1.15.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 6.8, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-1.21.4-150000.1.15.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-1.21.4-150000.1.15.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-1.21.4-150000.1.15.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-1.21.4-150000.1.15.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-doc-1.21.4-150000.1.15.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-doc-1.21.4-150000.1.15.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-doc-1.21.4-150000.1.15.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-doc-1.21.4-150000.1.15.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-race-1.21.4-150000.1.15.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.21-race-1.21.4-150000.1.15.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-1.21.4-150000.1.15.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-1.21.4-150000.1.15.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-1.21.4-150000.1.15.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-1.21.4-150000.1.15.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-doc-1.21.4-150000.1.15.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-doc-1.21.4-150000.1.15.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-doc-1.21.4-150000.1.15.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-doc-1.21.4-150000.1.15.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-race-1.21.4-150000.1.15.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-race-1.21.4-150000.1.15.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-race-1.21.4-150000.1.15.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.21-race-1.21.4-150000.1.15.1.x86_64", "openSUSE Leap 15.4:go1.21-1.21.4-150000.1.15.1.aarch64", "openSUSE Leap 15.4:go1.21-1.21.4-150000.1.15.1.ppc64le", "openSUSE Leap 15.4:go1.21-1.21.4-150000.1.15.1.s390x", "openSUSE Leap 15.4:go1.21-1.21.4-150000.1.15.1.x86_64", "openSUSE Leap 15.4:go1.21-doc-1.21.4-150000.1.15.1.aarch64", "openSUSE Leap 15.4:go1.21-doc-1.21.4-150000.1.15.1.ppc64le", "openSUSE Leap 15.4:go1.21-doc-1.21.4-150000.1.15.1.s390x", "openSUSE Leap 15.4:go1.21-doc-1.21.4-150000.1.15.1.x86_64", "openSUSE Leap 15.4:go1.21-race-1.21.4-150000.1.15.1.aarch64", "openSUSE Leap 15.4:go1.21-race-1.21.4-150000.1.15.1.ppc64le", "openSUSE Leap 15.4:go1.21-race-1.21.4-150000.1.15.1.s390x", "openSUSE Leap 15.4:go1.21-race-1.21.4-150000.1.15.1.x86_64", "openSUSE Leap 15.5:go1.21-1.21.4-150000.1.15.1.aarch64", "openSUSE Leap 15.5:go1.21-1.21.4-150000.1.15.1.ppc64le", "openSUSE Leap 15.5:go1.21-1.21.4-150000.1.15.1.s390x", "openSUSE Leap 15.5:go1.21-1.21.4-150000.1.15.1.x86_64", "openSUSE Leap 15.5:go1.21-doc-1.21.4-150000.1.15.1.aarch64", "openSUSE Leap 15.5:go1.21-doc-1.21.4-150000.1.15.1.ppc64le", "openSUSE Leap 15.5:go1.21-doc-1.21.4-150000.1.15.1.s390x", "openSUSE Leap 15.5:go1.21-doc-1.21.4-150000.1.15.1.x86_64", "openSUSE Leap 15.5:go1.21-race-1.21.4-150000.1.15.1.aarch64", "openSUSE Leap 15.5:go1.21-race-1.21.4-150000.1.15.1.ppc64le", "openSUSE Leap 15.5:go1.21-race-1.21.4-150000.1.15.1.s390x", "openSUSE Leap 15.5:go1.21-race-1.21.4-150000.1.15.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2023-11-16T18:01:00Z", details: "moderate", }, ], title: "CVE-2023-45284", }, ], }
suse-su-2023:4470-1
Vulnerability from csaf_suse
Notes
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright 2024 SUSE LLC. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "Security update for go1.20", title: "Title of the patch", }, { category: "description", text: "This update for go1.20 fixes the following issues:\n\ngo1.20.11 (released 2023-11-07) includes security fixes to the\npath/filepath package, as well as bug fixes to the linker and the\nnet/http package.\n\n* security: fix CVE-2023-45283 CVE-2023-45284 path/filepath: insecure parsing of Windows paths (bsc#1216943, bsc#1216944)\n* cmd/link: split text sections for arm 32-bit\n* net/http: http2 page fails on firefox/safari if pushing resources\n", title: "Description of the patch", }, { category: "details", text: "SUSE-2023-4470,SUSE-SLE-Module-Development-Tools-15-SP4-2023-4470,SUSE-SLE-Module-Development-Tools-15-SP5-2023-4470,openSUSE-SLE-15.4-2023-4470,openSUSE-SLE-15.5-2023-4470", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2023_4470-1.json", }, { category: "self", summary: "URL for SUSE-SU-2023:4470-1", url: "https://www.suse.com/support/update/announcement/2023/suse-su-20234470-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2023:4470-1", url: "https://lists.suse.com/pipermail/sle-security-updates/2023-November/017049.html", }, { category: "self", summary: "SUSE Bug 1206346", url: "https://bugzilla.suse.com/1206346", }, { category: "self", summary: "SUSE Bug 1216943", url: "https://bugzilla.suse.com/1216943", }, { category: "self", summary: "SUSE Bug 1216944", url: "https://bugzilla.suse.com/1216944", }, { category: "self", summary: "SUSE CVE CVE-2023-45283 page", url: "https://www.suse.com/security/cve/CVE-2023-45283/", }, { category: "self", summary: "SUSE CVE CVE-2023-45284 page", url: "https://www.suse.com/security/cve/CVE-2023-45284/", }, ], title: "Security update for go1.20", tracking: { current_release_date: "2023-11-16T18:00:27Z", generator: { date: "2023-11-16T18:00:27Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2023:4470-1", initial_release_date: "2023-11-16T18:00:27Z", revision_history: [ { date: "2023-11-16T18:00:27Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "go1.20-1.20.11-150000.1.32.1.aarch64", product: { name: "go1.20-1.20.11-150000.1.32.1.aarch64", product_id: "go1.20-1.20.11-150000.1.32.1.aarch64", }, }, { category: "product_version", name: "go1.20-doc-1.20.11-150000.1.32.1.aarch64", product: { name: "go1.20-doc-1.20.11-150000.1.32.1.aarch64", product_id: "go1.20-doc-1.20.11-150000.1.32.1.aarch64", }, }, { category: "product_version", name: "go1.20-race-1.20.11-150000.1.32.1.aarch64", product: { name: "go1.20-race-1.20.11-150000.1.32.1.aarch64", product_id: "go1.20-race-1.20.11-150000.1.32.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "go1.20-1.20.11-150000.1.32.1.i586", product: { name: "go1.20-1.20.11-150000.1.32.1.i586", product_id: "go1.20-1.20.11-150000.1.32.1.i586", }, }, { category: "product_version", name: "go1.20-doc-1.20.11-150000.1.32.1.i586", product: { name: "go1.20-doc-1.20.11-150000.1.32.1.i586", product_id: "go1.20-doc-1.20.11-150000.1.32.1.i586", }, }, ], category: "architecture", name: "i586", }, { branches: [ { category: "product_version", name: "go1.20-1.20.11-150000.1.32.1.ppc64le", product: { name: "go1.20-1.20.11-150000.1.32.1.ppc64le", product_id: "go1.20-1.20.11-150000.1.32.1.ppc64le", }, }, { category: "product_version", name: "go1.20-doc-1.20.11-150000.1.32.1.ppc64le", product: { name: "go1.20-doc-1.20.11-150000.1.32.1.ppc64le", product_id: "go1.20-doc-1.20.11-150000.1.32.1.ppc64le", }, }, { category: "product_version", name: "go1.20-race-1.20.11-150000.1.32.1.ppc64le", product: { name: "go1.20-race-1.20.11-150000.1.32.1.ppc64le", product_id: "go1.20-race-1.20.11-150000.1.32.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "go1.20-1.20.11-150000.1.32.1.s390x", product: { name: "go1.20-1.20.11-150000.1.32.1.s390x", product_id: "go1.20-1.20.11-150000.1.32.1.s390x", }, }, { category: "product_version", name: "go1.20-doc-1.20.11-150000.1.32.1.s390x", product: { name: "go1.20-doc-1.20.11-150000.1.32.1.s390x", product_id: "go1.20-doc-1.20.11-150000.1.32.1.s390x", }, }, { category: "product_version", name: "go1.20-race-1.20.11-150000.1.32.1.s390x", product: { name: "go1.20-race-1.20.11-150000.1.32.1.s390x", product_id: "go1.20-race-1.20.11-150000.1.32.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "go1.20-1.20.11-150000.1.32.1.x86_64", product: { name: "go1.20-1.20.11-150000.1.32.1.x86_64", product_id: "go1.20-1.20.11-150000.1.32.1.x86_64", }, }, { category: "product_version", name: "go1.20-doc-1.20.11-150000.1.32.1.x86_64", product: { name: "go1.20-doc-1.20.11-150000.1.32.1.x86_64", product_id: "go1.20-doc-1.20.11-150000.1.32.1.x86_64", }, }, { category: "product_version", name: "go1.20-race-1.20.11-150000.1.32.1.x86_64", product: { name: "go1.20-race-1.20.11-150000.1.32.1.x86_64", product_id: "go1.20-race-1.20.11-150000.1.32.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "SUSE Linux Enterprise Module for Development Tools 15 SP4", product: { name: "SUSE Linux Enterprise Module for Development Tools 15 SP4", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP4", product_identification_helper: { cpe: "cpe:/o:suse:sle-module-development-tools:15:sp4", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Module for Development Tools 15 SP5", product: { name: "SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5", product_identification_helper: { cpe: "cpe:/o:suse:sle-module-development-tools:15:sp5", }, }, }, { category: "product_name", name: "openSUSE Leap 15.4", product: { name: "openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4", product_identification_helper: { cpe: "cpe:/o:opensuse:leap:15.4", }, }, }, { category: "product_name", name: "openSUSE Leap 15.5", product: { name: "openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5", product_identification_helper: { cpe: "cpe:/o:opensuse:leap:15.5", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "go1.20-1.20.11-150000.1.32.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.11-150000.1.32.1.aarch64", }, product_reference: "go1.20-1.20.11-150000.1.32.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP4", }, { category: "default_component_of", full_product_name: { name: "go1.20-1.20.11-150000.1.32.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.11-150000.1.32.1.ppc64le", }, product_reference: "go1.20-1.20.11-150000.1.32.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP4", }, { category: "default_component_of", full_product_name: { name: "go1.20-1.20.11-150000.1.32.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.11-150000.1.32.1.s390x", }, product_reference: "go1.20-1.20.11-150000.1.32.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP4", }, { category: "default_component_of", full_product_name: { name: "go1.20-1.20.11-150000.1.32.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.11-150000.1.32.1.x86_64", }, product_reference: "go1.20-1.20.11-150000.1.32.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP4", }, { category: "default_component_of", full_product_name: { name: "go1.20-doc-1.20.11-150000.1.32.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.11-150000.1.32.1.aarch64", }, product_reference: "go1.20-doc-1.20.11-150000.1.32.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP4", }, { category: "default_component_of", full_product_name: { name: "go1.20-doc-1.20.11-150000.1.32.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.11-150000.1.32.1.ppc64le", }, product_reference: "go1.20-doc-1.20.11-150000.1.32.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP4", }, { category: "default_component_of", full_product_name: { name: "go1.20-doc-1.20.11-150000.1.32.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.11-150000.1.32.1.s390x", }, product_reference: "go1.20-doc-1.20.11-150000.1.32.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP4", }, { category: "default_component_of", full_product_name: { name: "go1.20-doc-1.20.11-150000.1.32.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.11-150000.1.32.1.x86_64", }, product_reference: "go1.20-doc-1.20.11-150000.1.32.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP4", }, { category: "default_component_of", full_product_name: { name: "go1.20-race-1.20.11-150000.1.32.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.11-150000.1.32.1.aarch64", }, product_reference: "go1.20-race-1.20.11-150000.1.32.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP4", }, { category: "default_component_of", full_product_name: { name: "go1.20-race-1.20.11-150000.1.32.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.11-150000.1.32.1.x86_64", }, product_reference: "go1.20-race-1.20.11-150000.1.32.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP4", }, { category: "default_component_of", full_product_name: { name: "go1.20-1.20.11-150000.1.32.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-1.20.11-150000.1.32.1.aarch64", }, product_reference: "go1.20-1.20.11-150000.1.32.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "go1.20-1.20.11-150000.1.32.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-1.20.11-150000.1.32.1.ppc64le", }, product_reference: "go1.20-1.20.11-150000.1.32.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "go1.20-1.20.11-150000.1.32.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-1.20.11-150000.1.32.1.s390x", }, product_reference: "go1.20-1.20.11-150000.1.32.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "go1.20-1.20.11-150000.1.32.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-1.20.11-150000.1.32.1.x86_64", }, product_reference: "go1.20-1.20.11-150000.1.32.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "go1.20-doc-1.20.11-150000.1.32.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-doc-1.20.11-150000.1.32.1.aarch64", }, product_reference: "go1.20-doc-1.20.11-150000.1.32.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "go1.20-doc-1.20.11-150000.1.32.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-doc-1.20.11-150000.1.32.1.ppc64le", }, product_reference: "go1.20-doc-1.20.11-150000.1.32.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "go1.20-doc-1.20.11-150000.1.32.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-doc-1.20.11-150000.1.32.1.s390x", }, product_reference: "go1.20-doc-1.20.11-150000.1.32.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "go1.20-doc-1.20.11-150000.1.32.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-doc-1.20.11-150000.1.32.1.x86_64", }, product_reference: "go1.20-doc-1.20.11-150000.1.32.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "go1.20-race-1.20.11-150000.1.32.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-race-1.20.11-150000.1.32.1.aarch64", }, product_reference: "go1.20-race-1.20.11-150000.1.32.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "go1.20-race-1.20.11-150000.1.32.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-race-1.20.11-150000.1.32.1.ppc64le", }, product_reference: "go1.20-race-1.20.11-150000.1.32.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "go1.20-race-1.20.11-150000.1.32.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-race-1.20.11-150000.1.32.1.s390x", }, product_reference: "go1.20-race-1.20.11-150000.1.32.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "go1.20-race-1.20.11-150000.1.32.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-race-1.20.11-150000.1.32.1.x86_64", }, product_reference: "go1.20-race-1.20.11-150000.1.32.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "go1.20-1.20.11-150000.1.32.1.aarch64 as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:go1.20-1.20.11-150000.1.32.1.aarch64", }, product_reference: "go1.20-1.20.11-150000.1.32.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "go1.20-1.20.11-150000.1.32.1.ppc64le as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:go1.20-1.20.11-150000.1.32.1.ppc64le", }, product_reference: "go1.20-1.20.11-150000.1.32.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "go1.20-1.20.11-150000.1.32.1.s390x as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:go1.20-1.20.11-150000.1.32.1.s390x", }, product_reference: "go1.20-1.20.11-150000.1.32.1.s390x", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "go1.20-1.20.11-150000.1.32.1.x86_64 as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:go1.20-1.20.11-150000.1.32.1.x86_64", }, product_reference: "go1.20-1.20.11-150000.1.32.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "go1.20-doc-1.20.11-150000.1.32.1.aarch64 as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:go1.20-doc-1.20.11-150000.1.32.1.aarch64", }, product_reference: "go1.20-doc-1.20.11-150000.1.32.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "go1.20-doc-1.20.11-150000.1.32.1.ppc64le as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:go1.20-doc-1.20.11-150000.1.32.1.ppc64le", }, product_reference: "go1.20-doc-1.20.11-150000.1.32.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "go1.20-doc-1.20.11-150000.1.32.1.s390x as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:go1.20-doc-1.20.11-150000.1.32.1.s390x", }, product_reference: "go1.20-doc-1.20.11-150000.1.32.1.s390x", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "go1.20-doc-1.20.11-150000.1.32.1.x86_64 as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:go1.20-doc-1.20.11-150000.1.32.1.x86_64", }, product_reference: "go1.20-doc-1.20.11-150000.1.32.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "go1.20-race-1.20.11-150000.1.32.1.aarch64 as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:go1.20-race-1.20.11-150000.1.32.1.aarch64", }, product_reference: "go1.20-race-1.20.11-150000.1.32.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "go1.20-race-1.20.11-150000.1.32.1.ppc64le as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:go1.20-race-1.20.11-150000.1.32.1.ppc64le", }, product_reference: "go1.20-race-1.20.11-150000.1.32.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "go1.20-race-1.20.11-150000.1.32.1.s390x as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:go1.20-race-1.20.11-150000.1.32.1.s390x", }, product_reference: "go1.20-race-1.20.11-150000.1.32.1.s390x", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "go1.20-race-1.20.11-150000.1.32.1.x86_64 as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:go1.20-race-1.20.11-150000.1.32.1.x86_64", }, product_reference: "go1.20-race-1.20.11-150000.1.32.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "go1.20-1.20.11-150000.1.32.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:go1.20-1.20.11-150000.1.32.1.aarch64", }, product_reference: "go1.20-1.20.11-150000.1.32.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "go1.20-1.20.11-150000.1.32.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:go1.20-1.20.11-150000.1.32.1.ppc64le", }, product_reference: "go1.20-1.20.11-150000.1.32.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "go1.20-1.20.11-150000.1.32.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:go1.20-1.20.11-150000.1.32.1.s390x", }, product_reference: "go1.20-1.20.11-150000.1.32.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "go1.20-1.20.11-150000.1.32.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:go1.20-1.20.11-150000.1.32.1.x86_64", }, product_reference: "go1.20-1.20.11-150000.1.32.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "go1.20-doc-1.20.11-150000.1.32.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:go1.20-doc-1.20.11-150000.1.32.1.aarch64", }, product_reference: "go1.20-doc-1.20.11-150000.1.32.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "go1.20-doc-1.20.11-150000.1.32.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:go1.20-doc-1.20.11-150000.1.32.1.ppc64le", }, product_reference: "go1.20-doc-1.20.11-150000.1.32.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "go1.20-doc-1.20.11-150000.1.32.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:go1.20-doc-1.20.11-150000.1.32.1.s390x", }, product_reference: "go1.20-doc-1.20.11-150000.1.32.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "go1.20-doc-1.20.11-150000.1.32.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:go1.20-doc-1.20.11-150000.1.32.1.x86_64", }, product_reference: "go1.20-doc-1.20.11-150000.1.32.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "go1.20-race-1.20.11-150000.1.32.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:go1.20-race-1.20.11-150000.1.32.1.aarch64", }, product_reference: "go1.20-race-1.20.11-150000.1.32.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "go1.20-race-1.20.11-150000.1.32.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:go1.20-race-1.20.11-150000.1.32.1.ppc64le", }, product_reference: "go1.20-race-1.20.11-150000.1.32.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "go1.20-race-1.20.11-150000.1.32.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:go1.20-race-1.20.11-150000.1.32.1.s390x", }, product_reference: "go1.20-race-1.20.11-150000.1.32.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "go1.20-race-1.20.11-150000.1.32.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:go1.20-race-1.20.11-150000.1.32.1.x86_64", }, product_reference: "go1.20-race-1.20.11-150000.1.32.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, ], }, vulnerabilities: [ { cve: "CVE-2023-45283", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2023-45283", }, ], notes: [ { category: "general", text: "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.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.11-150000.1.32.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.11-150000.1.32.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.11-150000.1.32.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.11-150000.1.32.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.11-150000.1.32.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.11-150000.1.32.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.11-150000.1.32.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.11-150000.1.32.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.11-150000.1.32.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.11-150000.1.32.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-1.20.11-150000.1.32.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-1.20.11-150000.1.32.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-1.20.11-150000.1.32.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-1.20.11-150000.1.32.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-doc-1.20.11-150000.1.32.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-doc-1.20.11-150000.1.32.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-doc-1.20.11-150000.1.32.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-doc-1.20.11-150000.1.32.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-race-1.20.11-150000.1.32.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-race-1.20.11-150000.1.32.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-race-1.20.11-150000.1.32.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-race-1.20.11-150000.1.32.1.x86_64", "openSUSE Leap 15.4:go1.20-1.20.11-150000.1.32.1.aarch64", "openSUSE Leap 15.4:go1.20-1.20.11-150000.1.32.1.ppc64le", "openSUSE Leap 15.4:go1.20-1.20.11-150000.1.32.1.s390x", "openSUSE Leap 15.4:go1.20-1.20.11-150000.1.32.1.x86_64", "openSUSE Leap 15.4:go1.20-doc-1.20.11-150000.1.32.1.aarch64", "openSUSE Leap 15.4:go1.20-doc-1.20.11-150000.1.32.1.ppc64le", "openSUSE Leap 15.4:go1.20-doc-1.20.11-150000.1.32.1.s390x", "openSUSE Leap 15.4:go1.20-doc-1.20.11-150000.1.32.1.x86_64", "openSUSE Leap 15.4:go1.20-race-1.20.11-150000.1.32.1.aarch64", "openSUSE Leap 15.4:go1.20-race-1.20.11-150000.1.32.1.ppc64le", "openSUSE Leap 15.4:go1.20-race-1.20.11-150000.1.32.1.s390x", "openSUSE Leap 15.4:go1.20-race-1.20.11-150000.1.32.1.x86_64", "openSUSE Leap 15.5:go1.20-1.20.11-150000.1.32.1.aarch64", "openSUSE Leap 15.5:go1.20-1.20.11-150000.1.32.1.ppc64le", "openSUSE Leap 15.5:go1.20-1.20.11-150000.1.32.1.s390x", "openSUSE Leap 15.5:go1.20-1.20.11-150000.1.32.1.x86_64", "openSUSE Leap 15.5:go1.20-doc-1.20.11-150000.1.32.1.aarch64", "openSUSE Leap 15.5:go1.20-doc-1.20.11-150000.1.32.1.ppc64le", "openSUSE Leap 15.5:go1.20-doc-1.20.11-150000.1.32.1.s390x", "openSUSE Leap 15.5:go1.20-doc-1.20.11-150000.1.32.1.x86_64", "openSUSE Leap 15.5:go1.20-race-1.20.11-150000.1.32.1.aarch64", "openSUSE Leap 15.5:go1.20-race-1.20.11-150000.1.32.1.ppc64le", "openSUSE Leap 15.5:go1.20-race-1.20.11-150000.1.32.1.s390x", "openSUSE Leap 15.5:go1.20-race-1.20.11-150000.1.32.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2023-45283", url: "https://www.suse.com/security/cve/CVE-2023-45283", }, { category: "external", summary: "SUSE Bug 1216943 for CVE-2023-45283", url: "https://bugzilla.suse.com/1216943", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.11-150000.1.32.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.11-150000.1.32.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.11-150000.1.32.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.11-150000.1.32.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.11-150000.1.32.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.11-150000.1.32.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.11-150000.1.32.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.11-150000.1.32.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.11-150000.1.32.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.11-150000.1.32.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-1.20.11-150000.1.32.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-1.20.11-150000.1.32.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-1.20.11-150000.1.32.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-1.20.11-150000.1.32.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-doc-1.20.11-150000.1.32.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-doc-1.20.11-150000.1.32.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-doc-1.20.11-150000.1.32.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-doc-1.20.11-150000.1.32.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-race-1.20.11-150000.1.32.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-race-1.20.11-150000.1.32.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-race-1.20.11-150000.1.32.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-race-1.20.11-150000.1.32.1.x86_64", "openSUSE Leap 15.4:go1.20-1.20.11-150000.1.32.1.aarch64", "openSUSE Leap 15.4:go1.20-1.20.11-150000.1.32.1.ppc64le", "openSUSE Leap 15.4:go1.20-1.20.11-150000.1.32.1.s390x", "openSUSE Leap 15.4:go1.20-1.20.11-150000.1.32.1.x86_64", "openSUSE Leap 15.4:go1.20-doc-1.20.11-150000.1.32.1.aarch64", "openSUSE Leap 15.4:go1.20-doc-1.20.11-150000.1.32.1.ppc64le", "openSUSE Leap 15.4:go1.20-doc-1.20.11-150000.1.32.1.s390x", "openSUSE Leap 15.4:go1.20-doc-1.20.11-150000.1.32.1.x86_64", "openSUSE Leap 15.4:go1.20-race-1.20.11-150000.1.32.1.aarch64", "openSUSE Leap 15.4:go1.20-race-1.20.11-150000.1.32.1.ppc64le", "openSUSE Leap 15.4:go1.20-race-1.20.11-150000.1.32.1.s390x", "openSUSE Leap 15.4:go1.20-race-1.20.11-150000.1.32.1.x86_64", "openSUSE Leap 15.5:go1.20-1.20.11-150000.1.32.1.aarch64", "openSUSE Leap 15.5:go1.20-1.20.11-150000.1.32.1.ppc64le", "openSUSE Leap 15.5:go1.20-1.20.11-150000.1.32.1.s390x", "openSUSE Leap 15.5:go1.20-1.20.11-150000.1.32.1.x86_64", "openSUSE Leap 15.5:go1.20-doc-1.20.11-150000.1.32.1.aarch64", "openSUSE Leap 15.5:go1.20-doc-1.20.11-150000.1.32.1.ppc64le", "openSUSE Leap 15.5:go1.20-doc-1.20.11-150000.1.32.1.s390x", "openSUSE Leap 15.5:go1.20-doc-1.20.11-150000.1.32.1.x86_64", "openSUSE Leap 15.5:go1.20-race-1.20.11-150000.1.32.1.aarch64", "openSUSE Leap 15.5:go1.20-race-1.20.11-150000.1.32.1.ppc64le", "openSUSE Leap 15.5:go1.20-race-1.20.11-150000.1.32.1.s390x", "openSUSE Leap 15.5:go1.20-race-1.20.11-150000.1.32.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 6.8, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.11-150000.1.32.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.11-150000.1.32.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.11-150000.1.32.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.11-150000.1.32.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.11-150000.1.32.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.11-150000.1.32.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.11-150000.1.32.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.11-150000.1.32.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.11-150000.1.32.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.11-150000.1.32.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-1.20.11-150000.1.32.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-1.20.11-150000.1.32.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-1.20.11-150000.1.32.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-1.20.11-150000.1.32.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-doc-1.20.11-150000.1.32.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-doc-1.20.11-150000.1.32.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-doc-1.20.11-150000.1.32.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-doc-1.20.11-150000.1.32.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-race-1.20.11-150000.1.32.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-race-1.20.11-150000.1.32.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-race-1.20.11-150000.1.32.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-race-1.20.11-150000.1.32.1.x86_64", "openSUSE Leap 15.4:go1.20-1.20.11-150000.1.32.1.aarch64", "openSUSE Leap 15.4:go1.20-1.20.11-150000.1.32.1.ppc64le", "openSUSE Leap 15.4:go1.20-1.20.11-150000.1.32.1.s390x", "openSUSE Leap 15.4:go1.20-1.20.11-150000.1.32.1.x86_64", "openSUSE Leap 15.4:go1.20-doc-1.20.11-150000.1.32.1.aarch64", "openSUSE Leap 15.4:go1.20-doc-1.20.11-150000.1.32.1.ppc64le", "openSUSE Leap 15.4:go1.20-doc-1.20.11-150000.1.32.1.s390x", "openSUSE Leap 15.4:go1.20-doc-1.20.11-150000.1.32.1.x86_64", "openSUSE Leap 15.4:go1.20-race-1.20.11-150000.1.32.1.aarch64", "openSUSE Leap 15.4:go1.20-race-1.20.11-150000.1.32.1.ppc64le", "openSUSE Leap 15.4:go1.20-race-1.20.11-150000.1.32.1.s390x", "openSUSE Leap 15.4:go1.20-race-1.20.11-150000.1.32.1.x86_64", "openSUSE Leap 15.5:go1.20-1.20.11-150000.1.32.1.aarch64", "openSUSE Leap 15.5:go1.20-1.20.11-150000.1.32.1.ppc64le", "openSUSE Leap 15.5:go1.20-1.20.11-150000.1.32.1.s390x", "openSUSE Leap 15.5:go1.20-1.20.11-150000.1.32.1.x86_64", "openSUSE Leap 15.5:go1.20-doc-1.20.11-150000.1.32.1.aarch64", "openSUSE Leap 15.5:go1.20-doc-1.20.11-150000.1.32.1.ppc64le", "openSUSE Leap 15.5:go1.20-doc-1.20.11-150000.1.32.1.s390x", "openSUSE Leap 15.5:go1.20-doc-1.20.11-150000.1.32.1.x86_64", "openSUSE Leap 15.5:go1.20-race-1.20.11-150000.1.32.1.aarch64", "openSUSE Leap 15.5:go1.20-race-1.20.11-150000.1.32.1.ppc64le", "openSUSE Leap 15.5:go1.20-race-1.20.11-150000.1.32.1.s390x", "openSUSE Leap 15.5:go1.20-race-1.20.11-150000.1.32.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2023-11-16T18:00:27Z", details: "moderate", }, ], title: "CVE-2023-45283", }, { cve: "CVE-2023-45284", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2023-45284", }, ], notes: [ { category: "general", text: "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.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.11-150000.1.32.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.11-150000.1.32.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.11-150000.1.32.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.11-150000.1.32.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.11-150000.1.32.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.11-150000.1.32.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.11-150000.1.32.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.11-150000.1.32.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.11-150000.1.32.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.11-150000.1.32.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-1.20.11-150000.1.32.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-1.20.11-150000.1.32.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-1.20.11-150000.1.32.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-1.20.11-150000.1.32.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-doc-1.20.11-150000.1.32.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-doc-1.20.11-150000.1.32.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-doc-1.20.11-150000.1.32.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-doc-1.20.11-150000.1.32.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-race-1.20.11-150000.1.32.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-race-1.20.11-150000.1.32.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-race-1.20.11-150000.1.32.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-race-1.20.11-150000.1.32.1.x86_64", "openSUSE Leap 15.4:go1.20-1.20.11-150000.1.32.1.aarch64", "openSUSE Leap 15.4:go1.20-1.20.11-150000.1.32.1.ppc64le", "openSUSE Leap 15.4:go1.20-1.20.11-150000.1.32.1.s390x", "openSUSE Leap 15.4:go1.20-1.20.11-150000.1.32.1.x86_64", "openSUSE Leap 15.4:go1.20-doc-1.20.11-150000.1.32.1.aarch64", "openSUSE Leap 15.4:go1.20-doc-1.20.11-150000.1.32.1.ppc64le", "openSUSE Leap 15.4:go1.20-doc-1.20.11-150000.1.32.1.s390x", "openSUSE Leap 15.4:go1.20-doc-1.20.11-150000.1.32.1.x86_64", "openSUSE Leap 15.4:go1.20-race-1.20.11-150000.1.32.1.aarch64", "openSUSE Leap 15.4:go1.20-race-1.20.11-150000.1.32.1.ppc64le", "openSUSE Leap 15.4:go1.20-race-1.20.11-150000.1.32.1.s390x", "openSUSE Leap 15.4:go1.20-race-1.20.11-150000.1.32.1.x86_64", "openSUSE Leap 15.5:go1.20-1.20.11-150000.1.32.1.aarch64", "openSUSE Leap 15.5:go1.20-1.20.11-150000.1.32.1.ppc64le", "openSUSE Leap 15.5:go1.20-1.20.11-150000.1.32.1.s390x", "openSUSE Leap 15.5:go1.20-1.20.11-150000.1.32.1.x86_64", "openSUSE Leap 15.5:go1.20-doc-1.20.11-150000.1.32.1.aarch64", "openSUSE Leap 15.5:go1.20-doc-1.20.11-150000.1.32.1.ppc64le", "openSUSE Leap 15.5:go1.20-doc-1.20.11-150000.1.32.1.s390x", "openSUSE Leap 15.5:go1.20-doc-1.20.11-150000.1.32.1.x86_64", "openSUSE Leap 15.5:go1.20-race-1.20.11-150000.1.32.1.aarch64", "openSUSE Leap 15.5:go1.20-race-1.20.11-150000.1.32.1.ppc64le", "openSUSE Leap 15.5:go1.20-race-1.20.11-150000.1.32.1.s390x", "openSUSE Leap 15.5:go1.20-race-1.20.11-150000.1.32.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2023-45284", url: "https://www.suse.com/security/cve/CVE-2023-45284", }, { category: "external", summary: "SUSE Bug 1216944 for CVE-2023-45284", url: "https://bugzilla.suse.com/1216944", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.11-150000.1.32.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.11-150000.1.32.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.11-150000.1.32.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.11-150000.1.32.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.11-150000.1.32.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.11-150000.1.32.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.11-150000.1.32.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.11-150000.1.32.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.11-150000.1.32.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.11-150000.1.32.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-1.20.11-150000.1.32.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-1.20.11-150000.1.32.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-1.20.11-150000.1.32.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-1.20.11-150000.1.32.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-doc-1.20.11-150000.1.32.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-doc-1.20.11-150000.1.32.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-doc-1.20.11-150000.1.32.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-doc-1.20.11-150000.1.32.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-race-1.20.11-150000.1.32.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-race-1.20.11-150000.1.32.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-race-1.20.11-150000.1.32.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-race-1.20.11-150000.1.32.1.x86_64", "openSUSE Leap 15.4:go1.20-1.20.11-150000.1.32.1.aarch64", "openSUSE Leap 15.4:go1.20-1.20.11-150000.1.32.1.ppc64le", "openSUSE Leap 15.4:go1.20-1.20.11-150000.1.32.1.s390x", "openSUSE Leap 15.4:go1.20-1.20.11-150000.1.32.1.x86_64", "openSUSE Leap 15.4:go1.20-doc-1.20.11-150000.1.32.1.aarch64", "openSUSE Leap 15.4:go1.20-doc-1.20.11-150000.1.32.1.ppc64le", "openSUSE Leap 15.4:go1.20-doc-1.20.11-150000.1.32.1.s390x", "openSUSE Leap 15.4:go1.20-doc-1.20.11-150000.1.32.1.x86_64", "openSUSE Leap 15.4:go1.20-race-1.20.11-150000.1.32.1.aarch64", "openSUSE Leap 15.4:go1.20-race-1.20.11-150000.1.32.1.ppc64le", "openSUSE Leap 15.4:go1.20-race-1.20.11-150000.1.32.1.s390x", "openSUSE Leap 15.4:go1.20-race-1.20.11-150000.1.32.1.x86_64", "openSUSE Leap 15.5:go1.20-1.20.11-150000.1.32.1.aarch64", "openSUSE Leap 15.5:go1.20-1.20.11-150000.1.32.1.ppc64le", "openSUSE Leap 15.5:go1.20-1.20.11-150000.1.32.1.s390x", "openSUSE Leap 15.5:go1.20-1.20.11-150000.1.32.1.x86_64", "openSUSE Leap 15.5:go1.20-doc-1.20.11-150000.1.32.1.aarch64", "openSUSE Leap 15.5:go1.20-doc-1.20.11-150000.1.32.1.ppc64le", "openSUSE Leap 15.5:go1.20-doc-1.20.11-150000.1.32.1.s390x", "openSUSE Leap 15.5:go1.20-doc-1.20.11-150000.1.32.1.x86_64", "openSUSE Leap 15.5:go1.20-race-1.20.11-150000.1.32.1.aarch64", "openSUSE Leap 15.5:go1.20-race-1.20.11-150000.1.32.1.ppc64le", "openSUSE Leap 15.5:go1.20-race-1.20.11-150000.1.32.1.s390x", "openSUSE Leap 15.5:go1.20-race-1.20.11-150000.1.32.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 6.8, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.11-150000.1.32.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.11-150000.1.32.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.11-150000.1.32.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.11-150000.1.32.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.11-150000.1.32.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.11-150000.1.32.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.11-150000.1.32.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.11-150000.1.32.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.11-150000.1.32.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.11-150000.1.32.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-1.20.11-150000.1.32.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-1.20.11-150000.1.32.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-1.20.11-150000.1.32.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-1.20.11-150000.1.32.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-doc-1.20.11-150000.1.32.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-doc-1.20.11-150000.1.32.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-doc-1.20.11-150000.1.32.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-doc-1.20.11-150000.1.32.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-race-1.20.11-150000.1.32.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-race-1.20.11-150000.1.32.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-race-1.20.11-150000.1.32.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-race-1.20.11-150000.1.32.1.x86_64", "openSUSE Leap 15.4:go1.20-1.20.11-150000.1.32.1.aarch64", "openSUSE Leap 15.4:go1.20-1.20.11-150000.1.32.1.ppc64le", "openSUSE Leap 15.4:go1.20-1.20.11-150000.1.32.1.s390x", "openSUSE Leap 15.4:go1.20-1.20.11-150000.1.32.1.x86_64", "openSUSE Leap 15.4:go1.20-doc-1.20.11-150000.1.32.1.aarch64", "openSUSE Leap 15.4:go1.20-doc-1.20.11-150000.1.32.1.ppc64le", "openSUSE Leap 15.4:go1.20-doc-1.20.11-150000.1.32.1.s390x", "openSUSE Leap 15.4:go1.20-doc-1.20.11-150000.1.32.1.x86_64", "openSUSE Leap 15.4:go1.20-race-1.20.11-150000.1.32.1.aarch64", "openSUSE Leap 15.4:go1.20-race-1.20.11-150000.1.32.1.ppc64le", "openSUSE Leap 15.4:go1.20-race-1.20.11-150000.1.32.1.s390x", "openSUSE Leap 15.4:go1.20-race-1.20.11-150000.1.32.1.x86_64", "openSUSE Leap 15.5:go1.20-1.20.11-150000.1.32.1.aarch64", "openSUSE Leap 15.5:go1.20-1.20.11-150000.1.32.1.ppc64le", "openSUSE Leap 15.5:go1.20-1.20.11-150000.1.32.1.s390x", "openSUSE Leap 15.5:go1.20-1.20.11-150000.1.32.1.x86_64", "openSUSE Leap 15.5:go1.20-doc-1.20.11-150000.1.32.1.aarch64", "openSUSE Leap 15.5:go1.20-doc-1.20.11-150000.1.32.1.ppc64le", "openSUSE Leap 15.5:go1.20-doc-1.20.11-150000.1.32.1.s390x", "openSUSE Leap 15.5:go1.20-doc-1.20.11-150000.1.32.1.x86_64", "openSUSE Leap 15.5:go1.20-race-1.20.11-150000.1.32.1.aarch64", "openSUSE Leap 15.5:go1.20-race-1.20.11-150000.1.32.1.ppc64le", "openSUSE Leap 15.5:go1.20-race-1.20.11-150000.1.32.1.s390x", "openSUSE Leap 15.5:go1.20-race-1.20.11-150000.1.32.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2023-11-16T18:00:27Z", details: "moderate", }, ], title: "CVE-2023-45284", }, ], }
ghsa-vvjp-q62m-2vph
Vulnerability from github
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.
{ affected: [], aliases: [ "CVE-2023-45283", ], database_specific: { cwe_ids: [ "CWE-22", ], github_reviewed: false, github_reviewed_at: null, nvd_published_at: "2023-11-09T17:15:08Z", severity: "HIGH", }, details: "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.", id: "GHSA-vvjp-q62m-2vph", modified: "2023-11-17T18:30:49Z", published: "2023-11-09T18:34:55Z", references: [ { type: "ADVISORY", url: "https://nvd.nist.gov/vuln/detail/CVE-2023-45283", }, { type: "WEB", url: "https://go.dev/cl/540277", }, { type: "WEB", url: "https://go.dev/cl/541175", }, { type: "WEB", url: "https://go.dev/issue/63713", }, { type: "WEB", url: "https://go.dev/issue/64028", }, { type: "WEB", url: "https://groups.google.com/g/golang-announce/c/4tU8LZfBFkY", }, { type: "WEB", url: "https://groups.google.com/g/golang-dev/c/6ypN5EjibjM/m/KmLVYH_uAgAJ", }, { type: "WEB", url: "https://pkg.go.dev/vuln/GO-2023-2185", }, { type: "WEB", url: "https://security.netapp.com/advisory/ntap-20231214-0008", }, { type: "WEB", url: "http://www.openwall.com/lists/oss-security/2023/12/05/2", }, ], schema_version: "1.4.0", severity: [ { score: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", type: "CVSS_V3", }, ], }
Log in or create an account to share your comment.
This schema specifies the format of a comment related to a security advisory.
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.