Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-0913 (GCVE-0-2025-0913)
Vulnerability from cvelistv5
Published
2025-06-11 17:17
Modified
2025-06-11 17:37
Severity ?
VLAI Severity ?
EPSS score ?
Summary
os.OpenFile(path, os.O_CREATE|O_EXCL) behaved differently on Unix and Windows systems when the target path was a dangling symlink. On Unix systems, OpenFile with O_CREATE and O_EXCL flags never follows symlinks. On Windows, when the target path was a symlink to a nonexistent location, OpenFile would create a file in that location. OpenFile now always returns an error when the O_CREATE and O_EXCL flags are both set and the target path is a symlink.
References
► | URL | Tags | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Impacted products
Vendor | Product | Version | |||||||
---|---|---|---|---|---|---|---|---|---|
► | Go standard library | syscall |
Version: 0 ≤ Version: 1.24.0-0 ≤ |
||||||
|
{ "containers": { "adp": [ { "metrics": [ { "cvssV3_1": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 5.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" } }, { "other": { "content": { "id": "CVE-2025-0913", "options": [ { "Exploitation": "none" }, { "Automatable": "no" }, { "Technical Impact": "partial" } ], "role": "CISA Coordinator", "timestamp": "2025-06-11T17:35:44.313980Z", "version": "2.0.3" }, "type": "ssvc" } } ], "providerMetadata": { "dateUpdated": "2025-06-11T17:37:52.111Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "title": "CISA ADP Vulnrichment" } ], "cna": { "affected": [ { "collectionURL": "https://pkg.go.dev", "defaultStatus": "unaffected", "packageName": "syscall", "platforms": [ "windows" ], "product": "syscall", "programRoutines": [ { "name": "Open" } ], "vendor": "Go standard library", "versions": [ { "lessThan": "1.23.10", "status": "affected", "version": "0", "versionType": "semver" }, { "lessThan": "1.24.4", "status": "affected", "version": "1.24.0-0", "versionType": "semver" } ] }, { "collectionURL": "https://pkg.go.dev", "defaultStatus": "unaffected", "packageName": "os", "platforms": [ "windows" ], "product": "os", "programRoutines": [ { "name": "OpenFile" }, { "name": "Root.OpenFile" }, { "name": "Chdir" }, { "name": "Chmod" }, { "name": "Chown" }, { "name": "CopyFS" }, { "name": "Create" }, { "name": "CreateTemp" }, { "name": "File.ReadDir" }, { "name": "File.Readdir" }, { "name": "File.Readdirnames" }, { "name": "Getwd" }, { "name": "Lchown" }, { "name": "Link" }, { "name": "Lstat" }, { "name": "Mkdir" }, { "name": "MkdirAll" }, { "name": "MkdirTemp" }, { "name": "NewFile" }, { "name": "Open" }, { "name": "OpenInRoot" }, { "name": "OpenRoot" }, { "name": "Pipe" }, { "name": "ReadDir" }, { "name": "ReadFile" }, { "name": "Remove" }, { "name": "RemoveAll" }, { "name": "Rename" }, { "name": "Root.Create" }, { "name": "Root.Lstat" }, { "name": "Root.Mkdir" }, { "name": "Root.Open" }, { "name": "Root.OpenRoot" }, { "name": "Root.Remove" }, { "name": "Root.Stat" }, { "name": "StartProcess" }, { "name": "Stat" }, { "name": "Symlink" }, { "name": "Truncate" }, { "name": "WriteFile" }, { "name": "dirFS.Open" }, { "name": "dirFS.ReadDir" }, { "name": "dirFS.ReadFile" }, { "name": "dirFS.Stat" }, { "name": "rootFS.Open" }, { "name": "rootFS.ReadDir" }, { "name": "rootFS.ReadFile" }, { "name": "rootFS.Stat" }, { "name": "unixDirent.Info" } ], "vendor": "Go standard library", "versions": [ { "lessThan": "1.23.10", "status": "affected", "version": "0", "versionType": "semver" }, { "lessThan": "1.24.4", "status": "affected", "version": "1.24.0-0", "versionType": "semver" } ] } ], "credits": [ { "lang": "en", "value": "Junyoung Park and Dong-uk Kim of KAIST Hacking Lab" } ], "descriptions": [ { "lang": "en", "value": "os.OpenFile(path, os.O_CREATE|O_EXCL) behaved differently on Unix and Windows systems when the target path was a dangling symlink. On Unix systems, OpenFile with O_CREATE and O_EXCL flags never follows symlinks. On Windows, when the target path was a symlink to a nonexistent location, OpenFile would create a file in that location. OpenFile now always returns an error when the O_CREATE and O_EXCL flags are both set and the target path is a symlink." } ], "problemTypes": [ { "descriptions": [ { "description": "CWE-59: Improper Link Resolution Before File Access (\u0027Link Following\u0027)", "lang": "en" } ] } ], "providerMetadata": { "dateUpdated": "2025-06-11T17:17:25.606Z", "orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc", "shortName": "Go" }, "references": [ { "url": "https://go.dev/cl/672396" }, { "url": "https://go.dev/issue/73702" }, { "url": "https://groups.google.com/g/golang-announce/c/ufZ8WpEsA3A" }, { "url": "https://pkg.go.dev/vuln/GO-2025-3750" } ], "title": "Inconsistent handling of O_CREATE|O_EXCL on Unix and Windows in os in syscall" } }, "cveMetadata": { "assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc", "assignerShortName": "Go", "cveId": "CVE-2025-0913", "datePublished": "2025-06-11T17:17:25.606Z", "dateReserved": "2025-01-30T21:52:33.447Z", "dateUpdated": "2025-06-11T17:37:52.111Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "vulnerability-lookup:meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2025-0913\",\"sourceIdentifier\":\"security@golang.org\",\"published\":\"2025-06-11T18:15:24.627\",\"lastModified\":\"2025-08-08T14:53:03.550\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"os.OpenFile(path, os.O_CREATE|O_EXCL) behaved differently on Unix and Windows systems when the target path was a dangling symlink. On Unix systems, OpenFile with O_CREATE and O_EXCL flags never follows symlinks. On Windows, when the target path was a symlink to a nonexistent location, OpenFile would create a file in that location. OpenFile now always returns an error when the O_CREATE and O_EXCL flags are both set and the target path is a symlink.\"},{\"lang\":\"es\",\"value\":\"os.OpenFile(path, os.O_CREATE|O_EXCL) se comportaba de forma diferente en sistemas Unix y Windows cuando la ruta de destino era un enlace simb\u00f3lico pendiente. En sistemas Unix, OpenFile con los indicadores O_CREATE y O_EXCL nunca sigue enlaces simb\u00f3licos. En Windows, cuando la ruta de destino era un enlace simb\u00f3lico a una ubicaci\u00f3n inexistente, OpenFile creaba un archivo en esa ubicaci\u00f3n. OpenFile ahora siempre devuelve un error cuando los indicadores O_CREATE y O_EXCL est\u00e1n activados y la ruta de destino es un enlace simb\u00f3lico.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N\",\"baseScore\":5.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":1.8,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-59\"}]}],\"configurations\":[{\"operator\":\"AND\",\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"1.23.10\",\"matchCriteriaId\":\"E629E4E8-C3BF-4BCA-969A-7F88BB968232\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"1.24.0\",\"versionEndExcluding\":\"1.24.4\",\"matchCriteriaId\":\"0925799A-339C-4155-ABC6-E772A0EB73B4\"}]},{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":false,\"criteria\":\"cpe:2.3:o:microsoft:windows:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"A2572D17-1DE6-457B-99CC-64AFD54487EA\"}]}]}],\"references\":[{\"url\":\"https://go.dev/cl/672396\",\"source\":\"security@golang.org\",\"tags\":[\"Issue Tracking\"]},{\"url\":\"https://go.dev/issue/73702\",\"source\":\"security@golang.org\",\"tags\":[\"Issue Tracking\"]},{\"url\":\"https://groups.google.com/g/golang-announce/c/ufZ8WpEsA3A\",\"source\":\"security@golang.org\",\"tags\":[\"Mailing List\"]},{\"url\":\"https://pkg.go.dev/vuln/GO-2025-3750\",\"source\":\"security@golang.org\",\"tags\":[\"Vendor Advisory\"]}]}}", "vulnrichment": { "containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 5.5, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"LOW\", \"confidentialityImpact\": \"NONE\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-0913\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-06-11T17:35:44.313980Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-06-11T17:37:22.578Z\"}}], \"cna\": {\"title\": \"Inconsistent handling of O_CREATE|O_EXCL on Unix and Windows in os in syscall\", \"credits\": [{\"lang\": \"en\", \"value\": \"Junyoung Park and Dong-uk Kim of KAIST Hacking Lab\"}], \"affected\": [{\"vendor\": \"Go standard library\", \"product\": \"syscall\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"1.23.10\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"1.24.0-0\", \"lessThan\": \"1.24.4\", \"versionType\": \"semver\"}], \"platforms\": [\"windows\"], \"packageName\": \"syscall\", \"collectionURL\": \"https://pkg.go.dev\", \"defaultStatus\": \"unaffected\", \"programRoutines\": [{\"name\": \"Open\"}]}, {\"vendor\": \"Go standard library\", \"product\": \"os\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"1.23.10\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"1.24.0-0\", \"lessThan\": \"1.24.4\", \"versionType\": \"semver\"}], \"platforms\": [\"windows\"], \"packageName\": \"os\", \"collectionURL\": \"https://pkg.go.dev\", \"defaultStatus\": \"unaffected\", \"programRoutines\": [{\"name\": \"OpenFile\"}, {\"name\": \"Root.OpenFile\"}, {\"name\": \"Chdir\"}, {\"name\": \"Chmod\"}, {\"name\": \"Chown\"}, {\"name\": \"CopyFS\"}, {\"name\": \"Create\"}, {\"name\": \"CreateTemp\"}, {\"name\": \"File.ReadDir\"}, {\"name\": \"File.Readdir\"}, {\"name\": \"File.Readdirnames\"}, {\"name\": \"Getwd\"}, {\"name\": \"Lchown\"}, {\"name\": \"Link\"}, {\"name\": \"Lstat\"}, {\"name\": \"Mkdir\"}, {\"name\": \"MkdirAll\"}, {\"name\": \"MkdirTemp\"}, {\"name\": \"NewFile\"}, {\"name\": \"Open\"}, {\"name\": \"OpenInRoot\"}, {\"name\": \"OpenRoot\"}, {\"name\": \"Pipe\"}, {\"name\": \"ReadDir\"}, {\"name\": \"ReadFile\"}, {\"name\": \"Remove\"}, {\"name\": \"RemoveAll\"}, {\"name\": \"Rename\"}, {\"name\": \"Root.Create\"}, {\"name\": \"Root.Lstat\"}, {\"name\": \"Root.Mkdir\"}, {\"name\": \"Root.Open\"}, {\"name\": \"Root.OpenRoot\"}, {\"name\": \"Root.Remove\"}, {\"name\": \"Root.Stat\"}, {\"name\": \"StartProcess\"}, {\"name\": \"Stat\"}, {\"name\": \"Symlink\"}, {\"name\": \"Truncate\"}, {\"name\": \"WriteFile\"}, {\"name\": \"dirFS.Open\"}, {\"name\": \"dirFS.ReadDir\"}, {\"name\": \"dirFS.ReadFile\"}, {\"name\": \"dirFS.Stat\"}, {\"name\": \"rootFS.Open\"}, {\"name\": \"rootFS.ReadDir\"}, {\"name\": \"rootFS.ReadFile\"}, {\"name\": \"rootFS.Stat\"}, {\"name\": \"unixDirent.Info\"}]}], \"references\": [{\"url\": \"https://go.dev/cl/672396\"}, {\"url\": \"https://go.dev/issue/73702\"}, {\"url\": \"https://groups.google.com/g/golang-announce/c/ufZ8WpEsA3A\"}, {\"url\": \"https://pkg.go.dev/vuln/GO-2025-3750\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"os.OpenFile(path, os.O_CREATE|O_EXCL) behaved differently on Unix and Windows systems when the target path was a dangling symlink. On Unix systems, OpenFile with O_CREATE and O_EXCL flags never follows symlinks. On Windows, when the target path was a symlink to a nonexistent location, OpenFile would create a file in that location. OpenFile now always returns an error when the O_CREATE and O_EXCL flags are both set and the target path is a symlink.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"description\": \"CWE-59: Improper Link Resolution Before File Access (\u0027Link Following\u0027)\"}]}], \"providerMetadata\": {\"orgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"shortName\": \"Go\", \"dateUpdated\": \"2025-06-11T17:17:25.606Z\"}}}", "cveMetadata": "{\"cveId\": \"CVE-2025-0913\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-06-11T17:37:52.111Z\", \"dateReserved\": \"2025-01-30T21:52:33.447Z\", \"assignerOrgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"datePublished\": \"2025-06-11T17:17:25.606Z\", \"assignerShortName\": \"Go\"}", "dataType": "CVE_RECORD", "dataVersion": "5.1" } } }
opensuse-su-2025:15224-1
Vulnerability from csaf_opensuse
Published
2025-07-03 00:00
Modified
2025-07-03 00:00
Summary
go1.24-1.24.4-1.1 on GA media
Notes
Title of the patch
go1.24-1.24.4-1.1 on GA media
Description of the patch
These are all security issues fixed in the go1.24-1.24.4-1.1 package on the GA media of openSUSE Tumbleweed.
Patchnames
openSUSE-Tumbleweed-2025-15224
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "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.24-1.24.4-1.1 on GA media", "title": "Title of the patch" }, { "category": "description", "text": "These are all security issues fixed in the go1.24-1.24.4-1.1 package on the GA media of openSUSE Tumbleweed.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-Tumbleweed-2025-15224", "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-2025_15224-1.json" }, { "category": "self", "summary": "SUSE CVE CVE-2025-0913 page", "url": "https://www.suse.com/security/cve/CVE-2025-0913/" }, { "category": "self", "summary": "SUSE CVE CVE-2025-22874 page", "url": "https://www.suse.com/security/cve/CVE-2025-22874/" }, { "category": "self", "summary": "SUSE CVE CVE-2025-4673 page", "url": "https://www.suse.com/security/cve/CVE-2025-4673/" } ], "title": "go1.24-1.24.4-1.1 on GA media", "tracking": { "current_release_date": "2025-07-03T00:00:00Z", "generator": { "date": "2025-07-03T00:00:00Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2025:15224-1", "initial_release_date": "2025-07-03T00:00:00Z", "revision_history": [ { "date": "2025-07-03T00:00:00Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "go1.24-1.24.4-1.1.aarch64", "product": { "name": "go1.24-1.24.4-1.1.aarch64", "product_id": "go1.24-1.24.4-1.1.aarch64" } }, { "category": "product_version", "name": "go1.24-doc-1.24.4-1.1.aarch64", "product": { "name": "go1.24-doc-1.24.4-1.1.aarch64", "product_id": "go1.24-doc-1.24.4-1.1.aarch64" } }, { "category": "product_version", "name": "go1.24-libstd-1.24.4-1.1.aarch64", "product": { "name": "go1.24-libstd-1.24.4-1.1.aarch64", "product_id": "go1.24-libstd-1.24.4-1.1.aarch64" } }, { "category": "product_version", "name": "go1.24-race-1.24.4-1.1.aarch64", "product": { "name": "go1.24-race-1.24.4-1.1.aarch64", "product_id": "go1.24-race-1.24.4-1.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "go1.24-1.24.4-1.1.ppc64le", "product": { "name": "go1.24-1.24.4-1.1.ppc64le", "product_id": "go1.24-1.24.4-1.1.ppc64le" } }, { "category": "product_version", "name": "go1.24-doc-1.24.4-1.1.ppc64le", "product": { "name": "go1.24-doc-1.24.4-1.1.ppc64le", "product_id": "go1.24-doc-1.24.4-1.1.ppc64le" } }, { "category": "product_version", "name": "go1.24-libstd-1.24.4-1.1.ppc64le", "product": { "name": "go1.24-libstd-1.24.4-1.1.ppc64le", "product_id": "go1.24-libstd-1.24.4-1.1.ppc64le" } }, { "category": "product_version", "name": "go1.24-race-1.24.4-1.1.ppc64le", "product": { "name": "go1.24-race-1.24.4-1.1.ppc64le", "product_id": "go1.24-race-1.24.4-1.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "go1.24-1.24.4-1.1.s390x", "product": { "name": "go1.24-1.24.4-1.1.s390x", "product_id": "go1.24-1.24.4-1.1.s390x" } }, { "category": "product_version", "name": "go1.24-doc-1.24.4-1.1.s390x", "product": { "name": "go1.24-doc-1.24.4-1.1.s390x", "product_id": "go1.24-doc-1.24.4-1.1.s390x" } }, { "category": "product_version", "name": "go1.24-libstd-1.24.4-1.1.s390x", "product": { "name": "go1.24-libstd-1.24.4-1.1.s390x", "product_id": "go1.24-libstd-1.24.4-1.1.s390x" } }, { "category": "product_version", "name": "go1.24-race-1.24.4-1.1.s390x", "product": { "name": "go1.24-race-1.24.4-1.1.s390x", "product_id": "go1.24-race-1.24.4-1.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "go1.24-1.24.4-1.1.x86_64", "product": { "name": "go1.24-1.24.4-1.1.x86_64", "product_id": "go1.24-1.24.4-1.1.x86_64" } }, { "category": "product_version", "name": "go1.24-doc-1.24.4-1.1.x86_64", "product": { "name": "go1.24-doc-1.24.4-1.1.x86_64", "product_id": "go1.24-doc-1.24.4-1.1.x86_64" } }, { "category": "product_version", "name": "go1.24-libstd-1.24.4-1.1.x86_64", "product": { "name": "go1.24-libstd-1.24.4-1.1.x86_64", "product_id": "go1.24-libstd-1.24.4-1.1.x86_64" } }, { "category": "product_version", "name": "go1.24-race-1.24.4-1.1.x86_64", "product": { "name": "go1.24-race-1.24.4-1.1.x86_64", "product_id": "go1.24-race-1.24.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.24-1.24.4-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:go1.24-1.24.4-1.1.aarch64" }, "product_reference": "go1.24-1.24.4-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-1.24.4-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:go1.24-1.24.4-1.1.ppc64le" }, "product_reference": "go1.24-1.24.4-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-1.24.4-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:go1.24-1.24.4-1.1.s390x" }, "product_reference": "go1.24-1.24.4-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-1.24.4-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:go1.24-1.24.4-1.1.x86_64" }, "product_reference": "go1.24-1.24.4-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-doc-1.24.4-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:go1.24-doc-1.24.4-1.1.aarch64" }, "product_reference": "go1.24-doc-1.24.4-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-doc-1.24.4-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:go1.24-doc-1.24.4-1.1.ppc64le" }, "product_reference": "go1.24-doc-1.24.4-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-doc-1.24.4-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:go1.24-doc-1.24.4-1.1.s390x" }, "product_reference": "go1.24-doc-1.24.4-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-doc-1.24.4-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:go1.24-doc-1.24.4-1.1.x86_64" }, "product_reference": "go1.24-doc-1.24.4-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-libstd-1.24.4-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:go1.24-libstd-1.24.4-1.1.aarch64" }, "product_reference": "go1.24-libstd-1.24.4-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-libstd-1.24.4-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:go1.24-libstd-1.24.4-1.1.ppc64le" }, "product_reference": "go1.24-libstd-1.24.4-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-libstd-1.24.4-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:go1.24-libstd-1.24.4-1.1.s390x" }, "product_reference": "go1.24-libstd-1.24.4-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-libstd-1.24.4-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:go1.24-libstd-1.24.4-1.1.x86_64" }, "product_reference": "go1.24-libstd-1.24.4-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-race-1.24.4-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:go1.24-race-1.24.4-1.1.aarch64" }, "product_reference": "go1.24-race-1.24.4-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-race-1.24.4-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:go1.24-race-1.24.4-1.1.ppc64le" }, "product_reference": "go1.24-race-1.24.4-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-race-1.24.4-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:go1.24-race-1.24.4-1.1.s390x" }, "product_reference": "go1.24-race-1.24.4-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-race-1.24.4-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:go1.24-race-1.24.4-1.1.x86_64" }, "product_reference": "go1.24-race-1.24.4-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" } ] }, "vulnerabilities": [ { "cve": "CVE-2025-0913", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-0913" } ], "notes": [ { "category": "general", "text": "os.OpenFile(path, os.O_CREATE|O_EXCL) behaved differently on Unix and Windows systems when the target path was a dangling symlink. On Unix systems, OpenFile with O_CREATE and O_EXCL flags never follows symlinks. On Windows, when the target path was a symlink to a nonexistent location, OpenFile would create a file in that location. OpenFile now always returns an error when the O_CREATE and O_EXCL flags are both set and the target path is a symlink.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:go1.24-1.24.4-1.1.aarch64", "openSUSE Tumbleweed:go1.24-1.24.4-1.1.ppc64le", "openSUSE Tumbleweed:go1.24-1.24.4-1.1.s390x", "openSUSE Tumbleweed:go1.24-1.24.4-1.1.x86_64", "openSUSE Tumbleweed:go1.24-doc-1.24.4-1.1.aarch64", "openSUSE Tumbleweed:go1.24-doc-1.24.4-1.1.ppc64le", "openSUSE Tumbleweed:go1.24-doc-1.24.4-1.1.s390x", "openSUSE Tumbleweed:go1.24-doc-1.24.4-1.1.x86_64", "openSUSE Tumbleweed:go1.24-libstd-1.24.4-1.1.aarch64", "openSUSE Tumbleweed:go1.24-libstd-1.24.4-1.1.ppc64le", "openSUSE Tumbleweed:go1.24-libstd-1.24.4-1.1.s390x", "openSUSE Tumbleweed:go1.24-libstd-1.24.4-1.1.x86_64", "openSUSE Tumbleweed:go1.24-race-1.24.4-1.1.aarch64", "openSUSE Tumbleweed:go1.24-race-1.24.4-1.1.ppc64le", "openSUSE Tumbleweed:go1.24-race-1.24.4-1.1.s390x", "openSUSE Tumbleweed:go1.24-race-1.24.4-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-0913", "url": "https://www.suse.com/security/cve/CVE-2025-0913" }, { "category": "external", "summary": "SUSE Bug 1244157 for CVE-2025-0913", "url": "https://bugzilla.suse.com/1244157" } ], "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.24-1.24.4-1.1.aarch64", "openSUSE Tumbleweed:go1.24-1.24.4-1.1.ppc64le", "openSUSE Tumbleweed:go1.24-1.24.4-1.1.s390x", "openSUSE Tumbleweed:go1.24-1.24.4-1.1.x86_64", "openSUSE Tumbleweed:go1.24-doc-1.24.4-1.1.aarch64", "openSUSE Tumbleweed:go1.24-doc-1.24.4-1.1.ppc64le", "openSUSE Tumbleweed:go1.24-doc-1.24.4-1.1.s390x", "openSUSE Tumbleweed:go1.24-doc-1.24.4-1.1.x86_64", "openSUSE Tumbleweed:go1.24-libstd-1.24.4-1.1.aarch64", "openSUSE Tumbleweed:go1.24-libstd-1.24.4-1.1.ppc64le", "openSUSE Tumbleweed:go1.24-libstd-1.24.4-1.1.s390x", "openSUSE Tumbleweed:go1.24-libstd-1.24.4-1.1.x86_64", "openSUSE Tumbleweed:go1.24-race-1.24.4-1.1.aarch64", "openSUSE Tumbleweed:go1.24-race-1.24.4-1.1.ppc64le", "openSUSE Tumbleweed:go1.24-race-1.24.4-1.1.s390x", "openSUSE Tumbleweed:go1.24-race-1.24.4-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:go1.24-1.24.4-1.1.aarch64", "openSUSE Tumbleweed:go1.24-1.24.4-1.1.ppc64le", "openSUSE Tumbleweed:go1.24-1.24.4-1.1.s390x", "openSUSE Tumbleweed:go1.24-1.24.4-1.1.x86_64", "openSUSE Tumbleweed:go1.24-doc-1.24.4-1.1.aarch64", "openSUSE Tumbleweed:go1.24-doc-1.24.4-1.1.ppc64le", "openSUSE Tumbleweed:go1.24-doc-1.24.4-1.1.s390x", "openSUSE Tumbleweed:go1.24-doc-1.24.4-1.1.x86_64", "openSUSE Tumbleweed:go1.24-libstd-1.24.4-1.1.aarch64", "openSUSE Tumbleweed:go1.24-libstd-1.24.4-1.1.ppc64le", "openSUSE Tumbleweed:go1.24-libstd-1.24.4-1.1.s390x", "openSUSE Tumbleweed:go1.24-libstd-1.24.4-1.1.x86_64", "openSUSE Tumbleweed:go1.24-race-1.24.4-1.1.aarch64", "openSUSE Tumbleweed:go1.24-race-1.24.4-1.1.ppc64le", "openSUSE Tumbleweed:go1.24-race-1.24.4-1.1.s390x", "openSUSE Tumbleweed:go1.24-race-1.24.4-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-07-03T00:00:00Z", "details": "moderate" } ], "title": "CVE-2025-0913" }, { "cve": "CVE-2025-22874", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-22874" } ], "notes": [ { "category": "general", "text": "Calling Verify with a VerifyOptions.KeyUsages that contains ExtKeyUsageAny unintentionally disabledpolicy validation. This only affected certificate chains which contain policy graphs, which are rather uncommon.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:go1.24-1.24.4-1.1.aarch64", "openSUSE Tumbleweed:go1.24-1.24.4-1.1.ppc64le", "openSUSE Tumbleweed:go1.24-1.24.4-1.1.s390x", "openSUSE Tumbleweed:go1.24-1.24.4-1.1.x86_64", "openSUSE Tumbleweed:go1.24-doc-1.24.4-1.1.aarch64", "openSUSE Tumbleweed:go1.24-doc-1.24.4-1.1.ppc64le", "openSUSE Tumbleweed:go1.24-doc-1.24.4-1.1.s390x", "openSUSE Tumbleweed:go1.24-doc-1.24.4-1.1.x86_64", "openSUSE Tumbleweed:go1.24-libstd-1.24.4-1.1.aarch64", "openSUSE Tumbleweed:go1.24-libstd-1.24.4-1.1.ppc64le", "openSUSE Tumbleweed:go1.24-libstd-1.24.4-1.1.s390x", "openSUSE Tumbleweed:go1.24-libstd-1.24.4-1.1.x86_64", "openSUSE Tumbleweed:go1.24-race-1.24.4-1.1.aarch64", "openSUSE Tumbleweed:go1.24-race-1.24.4-1.1.ppc64le", "openSUSE Tumbleweed:go1.24-race-1.24.4-1.1.s390x", "openSUSE Tumbleweed:go1.24-race-1.24.4-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-22874", "url": "https://www.suse.com/security/cve/CVE-2025-22874" }, { "category": "external", "summary": "SUSE Bug 1244158 for CVE-2025-22874", "url": "https://bugzilla.suse.com/1244158" } ], "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.24-1.24.4-1.1.aarch64", "openSUSE Tumbleweed:go1.24-1.24.4-1.1.ppc64le", "openSUSE Tumbleweed:go1.24-1.24.4-1.1.s390x", "openSUSE Tumbleweed:go1.24-1.24.4-1.1.x86_64", "openSUSE Tumbleweed:go1.24-doc-1.24.4-1.1.aarch64", "openSUSE Tumbleweed:go1.24-doc-1.24.4-1.1.ppc64le", "openSUSE Tumbleweed:go1.24-doc-1.24.4-1.1.s390x", "openSUSE Tumbleweed:go1.24-doc-1.24.4-1.1.x86_64", "openSUSE Tumbleweed:go1.24-libstd-1.24.4-1.1.aarch64", "openSUSE Tumbleweed:go1.24-libstd-1.24.4-1.1.ppc64le", "openSUSE Tumbleweed:go1.24-libstd-1.24.4-1.1.s390x", "openSUSE Tumbleweed:go1.24-libstd-1.24.4-1.1.x86_64", "openSUSE Tumbleweed:go1.24-race-1.24.4-1.1.aarch64", "openSUSE Tumbleweed:go1.24-race-1.24.4-1.1.ppc64le", "openSUSE Tumbleweed:go1.24-race-1.24.4-1.1.s390x", "openSUSE Tumbleweed:go1.24-race-1.24.4-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:H/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:go1.24-1.24.4-1.1.aarch64", "openSUSE Tumbleweed:go1.24-1.24.4-1.1.ppc64le", "openSUSE Tumbleweed:go1.24-1.24.4-1.1.s390x", "openSUSE Tumbleweed:go1.24-1.24.4-1.1.x86_64", "openSUSE Tumbleweed:go1.24-doc-1.24.4-1.1.aarch64", "openSUSE Tumbleweed:go1.24-doc-1.24.4-1.1.ppc64le", "openSUSE Tumbleweed:go1.24-doc-1.24.4-1.1.s390x", "openSUSE Tumbleweed:go1.24-doc-1.24.4-1.1.x86_64", "openSUSE Tumbleweed:go1.24-libstd-1.24.4-1.1.aarch64", "openSUSE Tumbleweed:go1.24-libstd-1.24.4-1.1.ppc64le", "openSUSE Tumbleweed:go1.24-libstd-1.24.4-1.1.s390x", "openSUSE Tumbleweed:go1.24-libstd-1.24.4-1.1.x86_64", "openSUSE Tumbleweed:go1.24-race-1.24.4-1.1.aarch64", "openSUSE Tumbleweed:go1.24-race-1.24.4-1.1.ppc64le", "openSUSE Tumbleweed:go1.24-race-1.24.4-1.1.s390x", "openSUSE Tumbleweed:go1.24-race-1.24.4-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-07-03T00:00:00Z", "details": "important" } ], "title": "CVE-2025-22874" }, { "cve": "CVE-2025-4673", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-4673" } ], "notes": [ { "category": "general", "text": "Proxy-Authorization and Proxy-Authenticate headers persisted on cross-origin redirects potentially leaking sensitive information.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:go1.24-1.24.4-1.1.aarch64", "openSUSE Tumbleweed:go1.24-1.24.4-1.1.ppc64le", "openSUSE Tumbleweed:go1.24-1.24.4-1.1.s390x", "openSUSE Tumbleweed:go1.24-1.24.4-1.1.x86_64", "openSUSE Tumbleweed:go1.24-doc-1.24.4-1.1.aarch64", "openSUSE Tumbleweed:go1.24-doc-1.24.4-1.1.ppc64le", "openSUSE Tumbleweed:go1.24-doc-1.24.4-1.1.s390x", "openSUSE Tumbleweed:go1.24-doc-1.24.4-1.1.x86_64", "openSUSE Tumbleweed:go1.24-libstd-1.24.4-1.1.aarch64", "openSUSE Tumbleweed:go1.24-libstd-1.24.4-1.1.ppc64le", "openSUSE Tumbleweed:go1.24-libstd-1.24.4-1.1.s390x", "openSUSE Tumbleweed:go1.24-libstd-1.24.4-1.1.x86_64", "openSUSE Tumbleweed:go1.24-race-1.24.4-1.1.aarch64", "openSUSE Tumbleweed:go1.24-race-1.24.4-1.1.ppc64le", "openSUSE Tumbleweed:go1.24-race-1.24.4-1.1.s390x", "openSUSE Tumbleweed:go1.24-race-1.24.4-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-4673", "url": "https://www.suse.com/security/cve/CVE-2025-4673" }, { "category": "external", "summary": "SUSE Bug 1244156 for CVE-2025-4673", "url": "https://bugzilla.suse.com/1244156" } ], "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.24-1.24.4-1.1.aarch64", "openSUSE Tumbleweed:go1.24-1.24.4-1.1.ppc64le", "openSUSE Tumbleweed:go1.24-1.24.4-1.1.s390x", "openSUSE Tumbleweed:go1.24-1.24.4-1.1.x86_64", "openSUSE Tumbleweed:go1.24-doc-1.24.4-1.1.aarch64", "openSUSE Tumbleweed:go1.24-doc-1.24.4-1.1.ppc64le", "openSUSE Tumbleweed:go1.24-doc-1.24.4-1.1.s390x", "openSUSE Tumbleweed:go1.24-doc-1.24.4-1.1.x86_64", "openSUSE Tumbleweed:go1.24-libstd-1.24.4-1.1.aarch64", "openSUSE Tumbleweed:go1.24-libstd-1.24.4-1.1.ppc64le", "openSUSE Tumbleweed:go1.24-libstd-1.24.4-1.1.s390x", "openSUSE Tumbleweed:go1.24-libstd-1.24.4-1.1.x86_64", "openSUSE Tumbleweed:go1.24-race-1.24.4-1.1.aarch64", "openSUSE Tumbleweed:go1.24-race-1.24.4-1.1.ppc64le", "openSUSE Tumbleweed:go1.24-race-1.24.4-1.1.s390x", "openSUSE Tumbleweed:go1.24-race-1.24.4-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.8, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:N/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:go1.24-1.24.4-1.1.aarch64", "openSUSE Tumbleweed:go1.24-1.24.4-1.1.ppc64le", "openSUSE Tumbleweed:go1.24-1.24.4-1.1.s390x", "openSUSE Tumbleweed:go1.24-1.24.4-1.1.x86_64", "openSUSE Tumbleweed:go1.24-doc-1.24.4-1.1.aarch64", "openSUSE Tumbleweed:go1.24-doc-1.24.4-1.1.ppc64le", "openSUSE Tumbleweed:go1.24-doc-1.24.4-1.1.s390x", "openSUSE Tumbleweed:go1.24-doc-1.24.4-1.1.x86_64", "openSUSE Tumbleweed:go1.24-libstd-1.24.4-1.1.aarch64", "openSUSE Tumbleweed:go1.24-libstd-1.24.4-1.1.ppc64le", "openSUSE Tumbleweed:go1.24-libstd-1.24.4-1.1.s390x", "openSUSE Tumbleweed:go1.24-libstd-1.24.4-1.1.x86_64", "openSUSE Tumbleweed:go1.24-race-1.24.4-1.1.aarch64", "openSUSE Tumbleweed:go1.24-race-1.24.4-1.1.ppc64le", "openSUSE Tumbleweed:go1.24-race-1.24.4-1.1.s390x", "openSUSE Tumbleweed:go1.24-race-1.24.4-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-07-03T00:00:00Z", "details": "moderate" } ], "title": "CVE-2025-4673" } ] }
opensuse-su-2025:15223-1
Vulnerability from csaf_opensuse
Published
2025-07-03 00:00
Modified
2025-07-03 00:00
Summary
go1.23-1.23.10-1.1 on GA media
Notes
Title of the patch
go1.23-1.23.10-1.1 on GA media
Description of the patch
These are all security issues fixed in the go1.23-1.23.10-1.1 package on the GA media of openSUSE Tumbleweed.
Patchnames
openSUSE-Tumbleweed-2025-15223
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "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.23-1.23.10-1.1 on GA media", "title": "Title of the patch" }, { "category": "description", "text": "These are all security issues fixed in the go1.23-1.23.10-1.1 package on the GA media of openSUSE Tumbleweed.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-Tumbleweed-2025-15223", "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-2025_15223-1.json" }, { "category": "self", "summary": "SUSE CVE CVE-2025-0913 page", "url": "https://www.suse.com/security/cve/CVE-2025-0913/" }, { "category": "self", "summary": "SUSE CVE CVE-2025-4673 page", "url": "https://www.suse.com/security/cve/CVE-2025-4673/" } ], "title": "go1.23-1.23.10-1.1 on GA media", "tracking": { "current_release_date": "2025-07-03T00:00:00Z", "generator": { "date": "2025-07-03T00:00:00Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2025:15223-1", "initial_release_date": "2025-07-03T00:00:00Z", "revision_history": [ { "date": "2025-07-03T00:00:00Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "go1.23-1.23.10-1.1.aarch64", "product": { "name": "go1.23-1.23.10-1.1.aarch64", "product_id": "go1.23-1.23.10-1.1.aarch64" } }, { "category": "product_version", "name": "go1.23-doc-1.23.10-1.1.aarch64", "product": { "name": "go1.23-doc-1.23.10-1.1.aarch64", "product_id": "go1.23-doc-1.23.10-1.1.aarch64" } }, { "category": "product_version", "name": "go1.23-libstd-1.23.10-1.1.aarch64", "product": { "name": "go1.23-libstd-1.23.10-1.1.aarch64", "product_id": "go1.23-libstd-1.23.10-1.1.aarch64" } }, { "category": "product_version", "name": "go1.23-race-1.23.10-1.1.aarch64", "product": { "name": "go1.23-race-1.23.10-1.1.aarch64", "product_id": "go1.23-race-1.23.10-1.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "go1.23-1.23.10-1.1.ppc64le", "product": { "name": "go1.23-1.23.10-1.1.ppc64le", "product_id": "go1.23-1.23.10-1.1.ppc64le" } }, { "category": "product_version", "name": "go1.23-doc-1.23.10-1.1.ppc64le", "product": { "name": "go1.23-doc-1.23.10-1.1.ppc64le", "product_id": "go1.23-doc-1.23.10-1.1.ppc64le" } }, { "category": "product_version", "name": "go1.23-libstd-1.23.10-1.1.ppc64le", "product": { "name": "go1.23-libstd-1.23.10-1.1.ppc64le", "product_id": "go1.23-libstd-1.23.10-1.1.ppc64le" } }, { "category": "product_version", "name": "go1.23-race-1.23.10-1.1.ppc64le", "product": { "name": "go1.23-race-1.23.10-1.1.ppc64le", "product_id": "go1.23-race-1.23.10-1.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "go1.23-1.23.10-1.1.s390x", "product": { "name": "go1.23-1.23.10-1.1.s390x", "product_id": "go1.23-1.23.10-1.1.s390x" } }, { "category": "product_version", "name": "go1.23-doc-1.23.10-1.1.s390x", "product": { "name": "go1.23-doc-1.23.10-1.1.s390x", "product_id": "go1.23-doc-1.23.10-1.1.s390x" } }, { "category": "product_version", "name": "go1.23-libstd-1.23.10-1.1.s390x", "product": { "name": "go1.23-libstd-1.23.10-1.1.s390x", "product_id": "go1.23-libstd-1.23.10-1.1.s390x" } }, { "category": "product_version", "name": "go1.23-race-1.23.10-1.1.s390x", "product": { "name": "go1.23-race-1.23.10-1.1.s390x", "product_id": "go1.23-race-1.23.10-1.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "go1.23-1.23.10-1.1.x86_64", "product": { "name": "go1.23-1.23.10-1.1.x86_64", "product_id": "go1.23-1.23.10-1.1.x86_64" } }, { "category": "product_version", "name": "go1.23-doc-1.23.10-1.1.x86_64", "product": { "name": "go1.23-doc-1.23.10-1.1.x86_64", "product_id": "go1.23-doc-1.23.10-1.1.x86_64" } }, { "category": "product_version", "name": "go1.23-libstd-1.23.10-1.1.x86_64", "product": { "name": "go1.23-libstd-1.23.10-1.1.x86_64", "product_id": "go1.23-libstd-1.23.10-1.1.x86_64" } }, { "category": "product_version", "name": "go1.23-race-1.23.10-1.1.x86_64", "product": { "name": "go1.23-race-1.23.10-1.1.x86_64", "product_id": "go1.23-race-1.23.10-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.23-1.23.10-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:go1.23-1.23.10-1.1.aarch64" }, "product_reference": "go1.23-1.23.10-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-1.23.10-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:go1.23-1.23.10-1.1.ppc64le" }, "product_reference": "go1.23-1.23.10-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-1.23.10-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:go1.23-1.23.10-1.1.s390x" }, "product_reference": "go1.23-1.23.10-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-1.23.10-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:go1.23-1.23.10-1.1.x86_64" }, "product_reference": "go1.23-1.23.10-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-doc-1.23.10-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:go1.23-doc-1.23.10-1.1.aarch64" }, "product_reference": "go1.23-doc-1.23.10-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-doc-1.23.10-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:go1.23-doc-1.23.10-1.1.ppc64le" }, "product_reference": "go1.23-doc-1.23.10-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-doc-1.23.10-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:go1.23-doc-1.23.10-1.1.s390x" }, "product_reference": "go1.23-doc-1.23.10-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-doc-1.23.10-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:go1.23-doc-1.23.10-1.1.x86_64" }, "product_reference": "go1.23-doc-1.23.10-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-libstd-1.23.10-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:go1.23-libstd-1.23.10-1.1.aarch64" }, "product_reference": "go1.23-libstd-1.23.10-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-libstd-1.23.10-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:go1.23-libstd-1.23.10-1.1.ppc64le" }, "product_reference": "go1.23-libstd-1.23.10-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-libstd-1.23.10-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:go1.23-libstd-1.23.10-1.1.s390x" }, "product_reference": "go1.23-libstd-1.23.10-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-libstd-1.23.10-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:go1.23-libstd-1.23.10-1.1.x86_64" }, "product_reference": "go1.23-libstd-1.23.10-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-race-1.23.10-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:go1.23-race-1.23.10-1.1.aarch64" }, "product_reference": "go1.23-race-1.23.10-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-race-1.23.10-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:go1.23-race-1.23.10-1.1.ppc64le" }, "product_reference": "go1.23-race-1.23.10-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-race-1.23.10-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:go1.23-race-1.23.10-1.1.s390x" }, "product_reference": "go1.23-race-1.23.10-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-race-1.23.10-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:go1.23-race-1.23.10-1.1.x86_64" }, "product_reference": "go1.23-race-1.23.10-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" } ] }, "vulnerabilities": [ { "cve": "CVE-2025-0913", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-0913" } ], "notes": [ { "category": "general", "text": "os.OpenFile(path, os.O_CREATE|O_EXCL) behaved differently on Unix and Windows systems when the target path was a dangling symlink. On Unix systems, OpenFile with O_CREATE and O_EXCL flags never follows symlinks. On Windows, when the target path was a symlink to a nonexistent location, OpenFile would create a file in that location. OpenFile now always returns an error when the O_CREATE and O_EXCL flags are both set and the target path is a symlink.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:go1.23-1.23.10-1.1.aarch64", "openSUSE Tumbleweed:go1.23-1.23.10-1.1.ppc64le", "openSUSE Tumbleweed:go1.23-1.23.10-1.1.s390x", "openSUSE Tumbleweed:go1.23-1.23.10-1.1.x86_64", "openSUSE Tumbleweed:go1.23-doc-1.23.10-1.1.aarch64", "openSUSE Tumbleweed:go1.23-doc-1.23.10-1.1.ppc64le", "openSUSE Tumbleweed:go1.23-doc-1.23.10-1.1.s390x", "openSUSE Tumbleweed:go1.23-doc-1.23.10-1.1.x86_64", "openSUSE Tumbleweed:go1.23-libstd-1.23.10-1.1.aarch64", "openSUSE Tumbleweed:go1.23-libstd-1.23.10-1.1.ppc64le", "openSUSE Tumbleweed:go1.23-libstd-1.23.10-1.1.s390x", "openSUSE Tumbleweed:go1.23-libstd-1.23.10-1.1.x86_64", "openSUSE Tumbleweed:go1.23-race-1.23.10-1.1.aarch64", "openSUSE Tumbleweed:go1.23-race-1.23.10-1.1.ppc64le", "openSUSE Tumbleweed:go1.23-race-1.23.10-1.1.s390x", "openSUSE Tumbleweed:go1.23-race-1.23.10-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-0913", "url": "https://www.suse.com/security/cve/CVE-2025-0913" }, { "category": "external", "summary": "SUSE Bug 1244157 for CVE-2025-0913", "url": "https://bugzilla.suse.com/1244157" } ], "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.23-1.23.10-1.1.aarch64", "openSUSE Tumbleweed:go1.23-1.23.10-1.1.ppc64le", "openSUSE Tumbleweed:go1.23-1.23.10-1.1.s390x", "openSUSE Tumbleweed:go1.23-1.23.10-1.1.x86_64", "openSUSE Tumbleweed:go1.23-doc-1.23.10-1.1.aarch64", "openSUSE Tumbleweed:go1.23-doc-1.23.10-1.1.ppc64le", "openSUSE Tumbleweed:go1.23-doc-1.23.10-1.1.s390x", "openSUSE Tumbleweed:go1.23-doc-1.23.10-1.1.x86_64", "openSUSE Tumbleweed:go1.23-libstd-1.23.10-1.1.aarch64", "openSUSE Tumbleweed:go1.23-libstd-1.23.10-1.1.ppc64le", "openSUSE Tumbleweed:go1.23-libstd-1.23.10-1.1.s390x", "openSUSE Tumbleweed:go1.23-libstd-1.23.10-1.1.x86_64", "openSUSE Tumbleweed:go1.23-race-1.23.10-1.1.aarch64", "openSUSE Tumbleweed:go1.23-race-1.23.10-1.1.ppc64le", "openSUSE Tumbleweed:go1.23-race-1.23.10-1.1.s390x", "openSUSE Tumbleweed:go1.23-race-1.23.10-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:go1.23-1.23.10-1.1.aarch64", "openSUSE Tumbleweed:go1.23-1.23.10-1.1.ppc64le", "openSUSE Tumbleweed:go1.23-1.23.10-1.1.s390x", "openSUSE Tumbleweed:go1.23-1.23.10-1.1.x86_64", "openSUSE Tumbleweed:go1.23-doc-1.23.10-1.1.aarch64", "openSUSE Tumbleweed:go1.23-doc-1.23.10-1.1.ppc64le", "openSUSE Tumbleweed:go1.23-doc-1.23.10-1.1.s390x", "openSUSE Tumbleweed:go1.23-doc-1.23.10-1.1.x86_64", "openSUSE Tumbleweed:go1.23-libstd-1.23.10-1.1.aarch64", "openSUSE Tumbleweed:go1.23-libstd-1.23.10-1.1.ppc64le", "openSUSE Tumbleweed:go1.23-libstd-1.23.10-1.1.s390x", "openSUSE Tumbleweed:go1.23-libstd-1.23.10-1.1.x86_64", "openSUSE Tumbleweed:go1.23-race-1.23.10-1.1.aarch64", "openSUSE Tumbleweed:go1.23-race-1.23.10-1.1.ppc64le", "openSUSE Tumbleweed:go1.23-race-1.23.10-1.1.s390x", "openSUSE Tumbleweed:go1.23-race-1.23.10-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-07-03T00:00:00Z", "details": "moderate" } ], "title": "CVE-2025-0913" }, { "cve": "CVE-2025-4673", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-4673" } ], "notes": [ { "category": "general", "text": "Proxy-Authorization and Proxy-Authenticate headers persisted on cross-origin redirects potentially leaking sensitive information.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:go1.23-1.23.10-1.1.aarch64", "openSUSE Tumbleweed:go1.23-1.23.10-1.1.ppc64le", "openSUSE Tumbleweed:go1.23-1.23.10-1.1.s390x", "openSUSE Tumbleweed:go1.23-1.23.10-1.1.x86_64", "openSUSE Tumbleweed:go1.23-doc-1.23.10-1.1.aarch64", "openSUSE Tumbleweed:go1.23-doc-1.23.10-1.1.ppc64le", "openSUSE Tumbleweed:go1.23-doc-1.23.10-1.1.s390x", "openSUSE Tumbleweed:go1.23-doc-1.23.10-1.1.x86_64", "openSUSE Tumbleweed:go1.23-libstd-1.23.10-1.1.aarch64", "openSUSE Tumbleweed:go1.23-libstd-1.23.10-1.1.ppc64le", "openSUSE Tumbleweed:go1.23-libstd-1.23.10-1.1.s390x", "openSUSE Tumbleweed:go1.23-libstd-1.23.10-1.1.x86_64", "openSUSE Tumbleweed:go1.23-race-1.23.10-1.1.aarch64", "openSUSE Tumbleweed:go1.23-race-1.23.10-1.1.ppc64le", "openSUSE Tumbleweed:go1.23-race-1.23.10-1.1.s390x", "openSUSE Tumbleweed:go1.23-race-1.23.10-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-4673", "url": "https://www.suse.com/security/cve/CVE-2025-4673" }, { "category": "external", "summary": "SUSE Bug 1244156 for CVE-2025-4673", "url": "https://bugzilla.suse.com/1244156" } ], "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.23-1.23.10-1.1.aarch64", "openSUSE Tumbleweed:go1.23-1.23.10-1.1.ppc64le", "openSUSE Tumbleweed:go1.23-1.23.10-1.1.s390x", "openSUSE Tumbleweed:go1.23-1.23.10-1.1.x86_64", "openSUSE Tumbleweed:go1.23-doc-1.23.10-1.1.aarch64", "openSUSE Tumbleweed:go1.23-doc-1.23.10-1.1.ppc64le", "openSUSE Tumbleweed:go1.23-doc-1.23.10-1.1.s390x", "openSUSE Tumbleweed:go1.23-doc-1.23.10-1.1.x86_64", "openSUSE Tumbleweed:go1.23-libstd-1.23.10-1.1.aarch64", "openSUSE Tumbleweed:go1.23-libstd-1.23.10-1.1.ppc64le", "openSUSE Tumbleweed:go1.23-libstd-1.23.10-1.1.s390x", "openSUSE Tumbleweed:go1.23-libstd-1.23.10-1.1.x86_64", "openSUSE Tumbleweed:go1.23-race-1.23.10-1.1.aarch64", "openSUSE Tumbleweed:go1.23-race-1.23.10-1.1.ppc64le", "openSUSE Tumbleweed:go1.23-race-1.23.10-1.1.s390x", "openSUSE Tumbleweed:go1.23-race-1.23.10-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.8, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:N/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:go1.23-1.23.10-1.1.aarch64", "openSUSE Tumbleweed:go1.23-1.23.10-1.1.ppc64le", "openSUSE Tumbleweed:go1.23-1.23.10-1.1.s390x", "openSUSE Tumbleweed:go1.23-1.23.10-1.1.x86_64", "openSUSE Tumbleweed:go1.23-doc-1.23.10-1.1.aarch64", "openSUSE Tumbleweed:go1.23-doc-1.23.10-1.1.ppc64le", "openSUSE Tumbleweed:go1.23-doc-1.23.10-1.1.s390x", "openSUSE Tumbleweed:go1.23-doc-1.23.10-1.1.x86_64", "openSUSE Tumbleweed:go1.23-libstd-1.23.10-1.1.aarch64", "openSUSE Tumbleweed:go1.23-libstd-1.23.10-1.1.ppc64le", "openSUSE Tumbleweed:go1.23-libstd-1.23.10-1.1.s390x", "openSUSE Tumbleweed:go1.23-libstd-1.23.10-1.1.x86_64", "openSUSE Tumbleweed:go1.23-race-1.23.10-1.1.aarch64", "openSUSE Tumbleweed:go1.23-race-1.23.10-1.1.ppc64le", "openSUSE Tumbleweed:go1.23-race-1.23.10-1.1.s390x", "openSUSE Tumbleweed:go1.23-race-1.23.10-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-07-03T00:00:00Z", "details": "moderate" } ], "title": "CVE-2025-4673" } ] }
opensuse-su-2025:15225-1
Vulnerability from csaf_opensuse
Published
2025-07-03 00:00
Modified
2025-07-03 00:00
Summary
govulncheck-vulndb-0.0.20250612T141001-1.1 on GA media
Notes
Title of the patch
govulncheck-vulndb-0.0.20250612T141001-1.1 on GA media
Description of the patch
These are all security issues fixed in the govulncheck-vulndb-0.0.20250612T141001-1.1 package on the GA media of openSUSE Tumbleweed.
Patchnames
openSUSE-Tumbleweed-2025-15225
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "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": "govulncheck-vulndb-0.0.20250612T141001-1.1 on GA media", "title": "Title of the patch" }, { "category": "description", "text": "These are all security issues fixed in the govulncheck-vulndb-0.0.20250612T141001-1.1 package on the GA media of openSUSE Tumbleweed.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-Tumbleweed-2025-15225", "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-2025_15225-1.json" }, { "category": "self", "summary": "SUSE CVE CVE-2020-36846 page", "url": "https://www.suse.com/security/cve/CVE-2020-36846/" }, { "category": "self", "summary": "SUSE CVE CVE-2022-31022 page", "url": "https://www.suse.com/security/cve/CVE-2022-31022/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-42818 page", "url": "https://www.suse.com/security/cve/CVE-2023-42818/" }, { "category": "self", "summary": "SUSE CVE CVE-2025-0913 page", "url": "https://www.suse.com/security/cve/CVE-2025-0913/" }, { "category": "self", "summary": "SUSE CVE CVE-2025-1792 page", "url": "https://www.suse.com/security/cve/CVE-2025-1792/" }, { "category": "self", "summary": "SUSE CVE CVE-2025-22874 page", "url": "https://www.suse.com/security/cve/CVE-2025-22874/" }, { "category": "self", "summary": "SUSE CVE CVE-2025-25207 page", "url": "https://www.suse.com/security/cve/CVE-2025-25207/" }, { "category": "self", "summary": "SUSE CVE CVE-2025-25208 page", "url": "https://www.suse.com/security/cve/CVE-2025-25208/" }, { "category": "self", "summary": "SUSE CVE CVE-2025-2571 page", "url": "https://www.suse.com/security/cve/CVE-2025-2571/" }, { "category": "self", "summary": "SUSE CVE CVE-2025-29785 page", "url": "https://www.suse.com/security/cve/CVE-2025-29785/" }, { "category": "self", "summary": "SUSE CVE CVE-2025-3230 page", "url": "https://www.suse.com/security/cve/CVE-2025-3230/" }, { "category": "self", "summary": "SUSE CVE CVE-2025-3260 page", "url": "https://www.suse.com/security/cve/CVE-2025-3260/" }, { "category": "self", "summary": "SUSE CVE CVE-2025-3454 page", "url": "https://www.suse.com/security/cve/CVE-2025-3454/" }, { "category": "self", "summary": "SUSE CVE CVE-2025-3611 page", "url": "https://www.suse.com/security/cve/CVE-2025-3611/" }, { "category": "self", "summary": "SUSE CVE CVE-2025-3913 page", "url": "https://www.suse.com/security/cve/CVE-2025-3913/" }, { "category": "self", "summary": "SUSE CVE CVE-2025-4128 page", "url": "https://www.suse.com/security/cve/CVE-2025-4128/" }, { "category": "self", "summary": "SUSE CVE CVE-2025-4573 page", "url": "https://www.suse.com/security/cve/CVE-2025-4573/" }, { "category": "self", "summary": "SUSE CVE CVE-2025-4673 page", "url": "https://www.suse.com/security/cve/CVE-2025-4673/" }, { "category": "self", "summary": "SUSE CVE CVE-2025-47950 page", "url": "https://www.suse.com/security/cve/CVE-2025-47950/" }, { "category": "self", "summary": "SUSE CVE CVE-2025-48494 page", "url": "https://www.suse.com/security/cve/CVE-2025-48494/" }, { "category": "self", "summary": "SUSE CVE CVE-2025-48495 page", "url": "https://www.suse.com/security/cve/CVE-2025-48495/" }, { "category": "self", "summary": "SUSE CVE CVE-2025-48710 page", "url": "https://www.suse.com/security/cve/CVE-2025-48710/" }, { "category": "self", "summary": "SUSE CVE CVE-2025-48865 page", "url": "https://www.suse.com/security/cve/CVE-2025-48865/" }, { "category": "self", "summary": "SUSE CVE CVE-2025-48938 page", "url": "https://www.suse.com/security/cve/CVE-2025-48938/" }, { "category": "self", "summary": "SUSE CVE CVE-2025-48948 page", "url": "https://www.suse.com/security/cve/CVE-2025-48948/" }, { "category": "self", "summary": "SUSE CVE CVE-2025-48949 page", "url": "https://www.suse.com/security/cve/CVE-2025-48949/" }, { "category": "self", "summary": "SUSE CVE CVE-2025-49011 page", "url": "https://www.suse.com/security/cve/CVE-2025-49011/" }, { "category": "self", "summary": "SUSE CVE CVE-2025-49136 page", "url": "https://www.suse.com/security/cve/CVE-2025-49136/" }, { "category": "self", "summary": "SUSE CVE CVE-2025-49140 page", "url": "https://www.suse.com/security/cve/CVE-2025-49140/" } ], "title": "govulncheck-vulndb-0.0.20250612T141001-1.1 on GA media", "tracking": { "current_release_date": "2025-07-03T00:00:00Z", "generator": { "date": "2025-07-03T00:00:00Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2025:15225-1", "initial_release_date": "2025-07-03T00:00:00Z", "revision_history": [ { "date": "2025-07-03T00:00:00Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "product": { "name": "govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "product_id": "govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "product": { "name": "govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "product_id": "govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "product": { "name": "govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "product_id": "govulncheck-vulndb-0.0.20250612T141001-1.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "govulncheck-vulndb-0.0.20250612T141001-1.1.x86_64", "product": { "name": "govulncheck-vulndb-0.0.20250612T141001-1.1.x86_64", "product_id": "govulncheck-vulndb-0.0.20250612T141001-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": "govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64" }, "product_reference": "govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le" }, "product_reference": "govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "govulncheck-vulndb-0.0.20250612T141001-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.s390x" }, "product_reference": "govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "govulncheck-vulndb-0.0.20250612T141001-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.x86_64" }, "product_reference": "govulncheck-vulndb-0.0.20250612T141001-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" } ] }, "vulnerabilities": [ { "cve": "CVE-2020-36846", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-36846" } ], "notes": [ { "category": "general", "text": "A buffer overflow, as described in CVE-2020-8927, exists in the embedded Brotli library. Versions of IO::Compress::Brotli prior to 0.007 included a version of the brotli library prior to version 1.0.8, where an attacker controlling the input length of a \"one-shot\" decompression request to a script can trigger a crash, which happens when copying over chunks of data larger than 2 GiB. It is recommended to update your IO::Compress::Brotli module to 0.007 or later. If one cannot update, we recommend to use the \"streaming\" API as opposed to the \"one-shot\" API, and impose chunk size limits.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-36846", "url": "https://www.suse.com/security/cve/CVE-2020-36846" }, { "category": "external", "summary": "SUSE Bug 1175825 for CVE-2020-36846", "url": "https://bugzilla.suse.com/1175825" } ], "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:govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-07-03T00:00:00Z", "details": "critical" } ], "title": "CVE-2020-36846" }, { "cve": "CVE-2022-31022", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2022-31022" } ], "notes": [ { "category": "general", "text": "Bleve is a text indexing library for go. Bleve includes HTTP utilities under bleve/http package, that are used by its sample application. These HTTP methods pave way for exploitation of a node\u0027s filesystem where the bleve index resides, if the user has used bleve\u0027s own HTTP (bleve/http) handlers for exposing the access to the indexes. For instance, the CreateIndexHandler (`http/index_create.go`) and DeleteIndexHandler (`http/index_delete.go`) enable an attacker to create a bleve index (directory structure) anywhere where the user running the server has the write permissions and to delete recursively any directory owned by the same user account. Users who have used the bleve/http package for exposing access to bleve index without the explicit \nhandling for the Role Based Access Controls(RBAC) of the index assets would be impacted by this issue. Version 2.5.0 relocated the `http/` dir used _only_ by bleve-explorer to `blevesearch/bleve-explorer`, thereby addressing the issue. However, the http package is purely intended to be used for demonstration purposes. Bleve was never designed handle the RBACs, nor it was ever advertised to be used in that way. The collaborators of this project have decided to stay away from adding any authentication or authorization to bleve project at the moment. The bleve/http package is mainly for demonstration purposes and it lacks exhaustive validation of the user inputs as well as any authentication and authorization measures. It is recommended to not use bleve/http in production use cases.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2022-31022", "url": "https://www.suse.com/security/cve/CVE-2022-31022" } ], "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:govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-07-03T00:00:00Z", "details": "moderate" } ], "title": "CVE-2022-31022" }, { "cve": "CVE-2023-42818", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-42818" } ], "notes": [ { "category": "general", "text": "JumpServer is an open source bastion host. When users enable MFA and use a public key for authentication, the Koko SSH server does not verify the corresponding SSH private key. An attacker could exploit a vulnerability by utilizing a disclosed public key to attempt brute-force authentication against the SSH service This issue has been patched in versions 3.6.5 and 3.5.6. Users are advised to upgrade. There are no known workarounds for this issue.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-42818", "url": "https://www.suse.com/security/cve/CVE-2023-42818" } ], "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:govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-07-03T00:00:00Z", "details": "critical" } ], "title": "CVE-2023-42818" }, { "cve": "CVE-2025-0913", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-0913" } ], "notes": [ { "category": "general", "text": "os.OpenFile(path, os.O_CREATE|O_EXCL) behaved differently on Unix and Windows systems when the target path was a dangling symlink. On Unix systems, OpenFile with O_CREATE and O_EXCL flags never follows symlinks. On Windows, when the target path was a symlink to a nonexistent location, OpenFile would create a file in that location. OpenFile now always returns an error when the O_CREATE and O_EXCL flags are both set and the target path is a symlink.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-0913", "url": "https://www.suse.com/security/cve/CVE-2025-0913" }, { "category": "external", "summary": "SUSE Bug 1244157 for CVE-2025-0913", "url": "https://bugzilla.suse.com/1244157" } ], "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:govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-07-03T00:00:00Z", "details": "moderate" } ], "title": "CVE-2025-0913" }, { "cve": "CVE-2025-1792", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-1792" } ], "notes": [ { "category": "general", "text": "Mattermost versions 10.7.x \u003c= 10.7.0, 10.5.x \u003c= 10.5.3, 9.11.x \u003c= 9.11.12 fail to properly enforce access controls for guest users accessing channel member information, allowing authenticated guest users to view metadata about members of public channels via the channel members API endpoint.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-1792", "url": "https://www.suse.com/security/cve/CVE-2025-1792" } ], "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:govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-07-03T00:00:00Z", "details": "low" } ], "title": "CVE-2025-1792" }, { "cve": "CVE-2025-22874", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-22874" } ], "notes": [ { "category": "general", "text": "Calling Verify with a VerifyOptions.KeyUsages that contains ExtKeyUsageAny unintentionally disabledpolicy validation. This only affected certificate chains which contain policy graphs, which are rather uncommon.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-22874", "url": "https://www.suse.com/security/cve/CVE-2025-22874" }, { "category": "external", "summary": "SUSE Bug 1244158 for CVE-2025-22874", "url": "https://bugzilla.suse.com/1244158" } ], "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:govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-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:H/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-07-03T00:00:00Z", "details": "important" } ], "title": "CVE-2025-22874" }, { "cve": "CVE-2025-25207", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-25207" } ], "notes": [ { "category": "general", "text": "The Authorino service in the Red Hat Connectivity Link is the authorization service for zero trust API security. Authorino allows the users with developer persona to add callbacks to be executed to HTTP endpoints once the authorization process is completed. It was found that an attacker with developer persona access can add a large number of those callbacks to be executed by Authorino and as the authentication policy is enforced by a single instance of the service, this leada to a Denial of Service in Authorino while processing the post-authorization callbacks.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-25207", "url": "https://www.suse.com/security/cve/CVE-2025-25207" } ], "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:govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-07-03T00:00:00Z", "details": "moderate" } ], "title": "CVE-2025-25207" }, { "cve": "CVE-2025-25208", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-25208" } ], "notes": [ { "category": "general", "text": "A Developer persona can bring down the Authorino service, preventing the evaluation of all AuthPolicies on the cluster", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-25208", "url": "https://www.suse.com/security/cve/CVE-2025-25208" } ], "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:govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-07-03T00:00:00Z", "details": "moderate" } ], "title": "CVE-2025-25208" }, { "cve": "CVE-2025-2571", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-2571" } ], "notes": [ { "category": "general", "text": "Mattermost versions 10.7.x \u003c= 10.7.0, 10.6.x \u003c= 10.6.2, 10.5.x \u003c= 10.5.3, 9.11.x \u003c= 9.11.12 fail to clear Google OAuth credentials when converting user accounts to bot accounts, allowing attackers to gain unauthorized access to bot accounts via the Google OAuth signup flow.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-2571", "url": "https://www.suse.com/security/cve/CVE-2025-2571" } ], "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:govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-07-03T00:00:00Z", "details": "moderate" } ], "title": "CVE-2025-2571" }, { "cve": "CVE-2025-29785", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-29785" } ], "notes": [ { "category": "general", "text": "quic-go is an implementation of the QUIC protocol in Go. The loss recovery logic for path probe packets that was added in the v0.50.0 release can be used to trigger a nil-pointer dereference by a malicious QUIC client. In order to do so, the attacker first sends valid QUIC packets from different remote addresses (thereby triggering the newly added path validation logic: the server sends path probe packets), and then sending ACKs for packets received from the server specifically crafted to trigger the nil-pointer dereference. v0.50.1 contains a patch that fixes the vulnerability. This release contains a test that generates random sequences of sent packets (both regular and path probe packets), that was used to verify that the patch actually covers all corner cases. No known workarounds are available.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-29785", "url": "https://www.suse.com/security/cve/CVE-2025-29785" }, { "category": "external", "summary": "SUSE Bug 1243936 for CVE-2025-29785", "url": "https://bugzilla.suse.com/1243936" } ], "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:govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-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:govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-07-03T00:00:00Z", "details": "important" } ], "title": "CVE-2025-29785" }, { "cve": "CVE-2025-3230", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-3230" } ], "notes": [ { "category": "general", "text": "Mattermost versions 10.7.x \u003c= 10.7.0, 10.6.x \u003c= 10.6.2, 10.5.x \u003c= 10.5.3, 9.11.x \u003c= 9.11.12 fails to properly invalidate personal access tokens upon user deactivation, allowing deactivated users to maintain full system access by exploiting access token validation flaws via continued usage of previously issued tokens.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-3230", "url": "https://www.suse.com/security/cve/CVE-2025-3230" } ], "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:govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-07-03T00:00:00Z", "details": "moderate" } ], "title": "CVE-2025-3230" }, { "cve": "CVE-2025-3260", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-3260" } ], "notes": [ { "category": "general", "text": "A security vulnerability in the /apis/dashboard.grafana.app/* endpoints allows authenticated users to bypass dashboard and folder permissions. The vulnerability affects all API versions (v0alpha1, v1alpha1, v2alpha1).\n\nImpact:\n\n- Viewers can view all dashboards/folders regardless of permissions\n\n- Editors can view/edit/delete all dashboards/folders regardless of permissions\n\n- Editors can create dashboards in any folder regardless of permissions\n\n- Anonymous users with viewer/editor roles are similarly affected\n\nOrganization isolation boundaries remain intact. The vulnerability only affects dashboard access and does not grant access to datasources.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-3260", "url": "https://www.suse.com/security/cve/CVE-2025-3260" } ], "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:govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-07-03T00:00:00Z", "details": "important" } ], "title": "CVE-2025-3260" }, { "cve": "CVE-2025-3454", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-3454" } ], "notes": [ { "category": "general", "text": "This vulnerability in Grafana\u0027s datasource proxy API allows authorization checks to be bypassed by adding an extra slash character in the URL path.\n\nUsers with minimal permissions could gain unauthorized read access to GET endpoints in Alertmanager and Prometheus datasources.\n\nThe issue primarily affects datasources that implement route-specific permissions, including Alertmanager and certain Prometheus-based datasources.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-3454", "url": "https://www.suse.com/security/cve/CVE-2025-3454" }, { "category": "external", "summary": "SUSE Bug 1241683 for CVE-2025-3454", "url": "https://bugzilla.suse.com/1241683" } ], "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:govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-07-03T00:00:00Z", "details": "moderate" } ], "title": "CVE-2025-3454" }, { "cve": "CVE-2025-3611", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-3611" } ], "notes": [ { "category": "general", "text": "Mattermost versions 10.7.x \u003c= 10.7.0, 10.5.x \u003c= 10.5.3, 9.11.x \u003c= 9.11.12 fails to properly enforce access control restrictions for System Manager roles, allowing authenticated users with System Manager privileges to view team details they should not have access to via direct API requests to team endpoints, even when explicitly configured with \u0027No access\u0027 to Teams in the System Console.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-3611", "url": "https://www.suse.com/security/cve/CVE-2025-3611" } ], "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:govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-07-03T00:00:00Z", "details": "low" } ], "title": "CVE-2025-3611" }, { "cve": "CVE-2025-3913", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-3913" } ], "notes": [ { "category": "general", "text": "Mattermost versions 10.7.x \u003c= 10.7.0, 10.6.x \u003c= 10.6.2, 10.5.x \u003c= 10.5.3, 9.11.x \u003c= 9.11.12 fail to properly validate permissions when changing team privacy settings, allowing team administrators without the \u0027invite user\u0027 permission to access and modify team invite IDs via the /api/v4/teams/:teamId/privacy endpoint.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-3913", "url": "https://www.suse.com/security/cve/CVE-2025-3913" } ], "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:govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-07-03T00:00:00Z", "details": "moderate" } ], "title": "CVE-2025-3913" }, { "cve": "CVE-2025-4128", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-4128" } ], "notes": [ { "category": "general", "text": "Mattermost versions 10.5.x \u003c= 10.5.4, 9.11.x \u003c= 9.11.13 fail to properly restrict API access to team information, allowing guest users to bypass permissions and view information about public teams they are not members of via a direct API call to /api/v4/teams/{team_id}.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-4128", "url": "https://www.suse.com/security/cve/CVE-2025-4128" } ], "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:govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-07-03T00:00:00Z", "details": "low" } ], "title": "CVE-2025-4128" }, { "cve": "CVE-2025-4573", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-4573" } ], "notes": [ { "category": "general", "text": "Mattermost versions 10.7.x \u003c= 10.7.1, 10.6.x \u003c= 10.6.3, 10.5.x \u003c= 10.5.4, 9.11.x \u003c= 9.11.13 fail to properly validate LDAP group ID attributes, allowing an authenticated administrator with PermissionSysconsoleWriteUserManagementGroups permission to execute LDAP search filter injection via the PUT /api/v4/ldap/groups/{remote_id}/link API when objectGUID is configured as the Group ID Attribute.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-4573", "url": "https://www.suse.com/security/cve/CVE-2025-4573" } ], "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:govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-07-03T00:00:00Z", "details": "moderate" } ], "title": "CVE-2025-4573" }, { "cve": "CVE-2025-4673", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-4673" } ], "notes": [ { "category": "general", "text": "Proxy-Authorization and Proxy-Authenticate headers persisted on cross-origin redirects potentially leaking sensitive information.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-4673", "url": "https://www.suse.com/security/cve/CVE-2025-4673" }, { "category": "external", "summary": "SUSE Bug 1244156 for CVE-2025-4673", "url": "https://bugzilla.suse.com/1244156" } ], "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:govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.8, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:N/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-07-03T00:00:00Z", "details": "moderate" } ], "title": "CVE-2025-4673" }, { "cve": "CVE-2025-47950", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-47950" } ], "notes": [ { "category": "general", "text": "CoreDNS is a DNS server that chains plugins. In versions prior to 1.12.2, a Denial of Service (DoS) vulnerability exists in the CoreDNS DNS-over-QUIC (DoQ) server implementation. The server previously created a new goroutine for every incoming QUIC stream without imposing any limits on the number of concurrent streams or goroutines. A remote, unauthenticated attacker could open a large number of streams, leading to uncontrolled memory consumption and eventually causing an Out Of Memory (OOM) crash \u2014 especially in containerized or memory-constrained environments. The patch in version 1.12.2 introduces two key mitigation mechanisms: `max_streams`, which caps the number of concurrent QUIC streams per connection with a default value of `256`; and `worker_pool_size`, which Introduces a server-wide, bounded worker pool to process incoming streams with a default value of `1024`. This eliminates the 1:1 stream-to-goroutine model and ensures that CoreDNS remains resilient under high concurrency. Some workarounds are available for those who are unable to upgrade. Disable QUIC support by removing or commenting out the `quic://` block in the Corefile, use container runtime resource limits to detect and isolate excessive memory usage, and/or monitor QUIC connection patterns and alert on anomalies.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-47950", "url": "https://www.suse.com/security/cve/CVE-2025-47950" }, { "category": "external", "summary": "SUSE Bug 1244331 for CVE-2025-47950", "url": "https://bugzilla.suse.com/1244331" } ], "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:govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-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:govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-07-03T00:00:00Z", "details": "moderate" } ], "title": "CVE-2025-47950" }, { "cve": "CVE-2025-48494", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-48494" } ], "notes": [ { "category": "general", "text": "Gokapi is a self-hosted file sharing server with automatic expiration and encryption support. When using end-to-end encryption, a stored cross-site scripting vulnerability can be exploited by uploading a file with JavaScript code embedded in the filename. After upload and every time someone opens the upload list, the script is then parsed. Prior to version 2.0.0, there was no user permission system implemented, therefore all authenticated users were already able to see and modify all resources, even if end-to-end encrypted, as the encryption key had to be the same for all users using a version prior to 2.0.0. If a user is the only authenticated user using Gokapi, they are not affected. This issue has been fixed in v2.0.0. A possible workaround would be to disable end-to-end encryption.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-48494", "url": "https://www.suse.com/security/cve/CVE-2025-48494" } ], "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:govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-07-03T00:00:00Z", "details": "moderate" } ], "title": "CVE-2025-48494" }, { "cve": "CVE-2025-48495", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-48495" } ], "notes": [ { "category": "general", "text": "Gokapi is a self-hosted file sharing server with automatic expiration and encryption support. By renaming the friendly name of an API key, an authenticated user could inject JS into the API key overview, which would also be executed when another user clicks on his API tab. Prior to version 2.0.0, there was no user permission system implemented, therefore all authenticated users were already able to see and modify all resources, even if end-to-end encrypted, as the encryption key had to be the same for all users of versions prior to 2.0.0. If a user is the only authenticated user using Gokapi, they are not affected. This issue has been fixed in v2.0.0. A workaround would be to not open the API page if it is possible that another user might have injected code.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-48495", "url": "https://www.suse.com/security/cve/CVE-2025-48495" } ], "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:govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-07-03T00:00:00Z", "details": "moderate" } ], "title": "CVE-2025-48495" }, { "cve": "CVE-2025-48710", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-48710" } ], "notes": [ { "category": "general", "text": "kro (Kube Resource Orchestrator) 0.1.0 before 0.2.1 allows users (with permission to create or modify ResourceGraphDefinition resources) to supply arbitrary container images. This can lead to a confused-deputy scenario where kro\u0027s controllers deploy and run attacker-controlled images, resulting in unauthenticated remote code execution on cluster nodes.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-48710", "url": "https://www.suse.com/security/cve/CVE-2025-48710" } ], "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:govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-07-03T00:00:00Z", "details": "moderate" } ], "title": "CVE-2025-48710" }, { "cve": "CVE-2025-48865", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-48865" } ], "notes": [ { "category": "general", "text": "Fabio is an HTTP(S) and TCP router for deploying applications managed by consul. Prior to version 1.6.6, Fabio allows clients to remove X-Forwarded headers (except X-Forwarded-For) due to a vulnerability in how it processes hop-by-hop headers. Fabio adds HTTP headers like X-Forwarded-Host and X-Forwarded-Port when routing requests to backend applications. Since the receiving application should trust these headers, allowing HTTP clients to remove or modify them creates potential security vulnerabilities. Some of these custom headers can be removed and, in certain cases, manipulated. The attack relies on the behavior that headers can be defined as hop-by-hop via the HTTP Connection header. This issue has been patched in version 1.6.6.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-48865", "url": "https://www.suse.com/security/cve/CVE-2025-48865" } ], "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:govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 9.1, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-07-03T00:00:00Z", "details": "critical" } ], "title": "CVE-2025-48865" }, { "cve": "CVE-2025-48938", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-48938" } ], "notes": [ { "category": "general", "text": "go-gh is a collection of Go modules to make authoring GitHub CLI extensions easier. A security vulnerability has been identified in versions prior to 2.12.1 where an attacker-controlled GitHub Enterprise Server could result in executing arbitrary commands on a user\u0027s machine by replacing HTTP URLs provided by GitHub with local file paths for browsing. In `2.12.1`, `Browser.Browse()` has been enhanced to allow and disallow a variety of scenarios to avoid opening or executing files on the filesystem without unduly impacting HTTP URLs. No known workarounds are available other than upgrading.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-48938", "url": "https://www.suse.com/security/cve/CVE-2025-48938" }, { "category": "external", "summary": "SUSE Bug 1243930 for CVE-2025-48938", "url": "https://bugzilla.suse.com/1243930" } ], "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:govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-07-03T00:00:00Z", "details": "low" } ], "title": "CVE-2025-48938" }, { "cve": "CVE-2025-48948", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-48948" } ], "notes": [ { "category": "general", "text": "Navidrome is an open source web-based music collection server and streamer. A permission verification flaw in versions prior to 0.56.0 allows any authenticated regular user to bypass authorization checks and perform administrator-only transcoding configuration operations, including creating, modifying, and deleting transcoding settings. In the threat model where administrators are trusted but regular users are not, this vulnerability represents a significant security risk when transcoding is enabled. Version 0.56.0 patches the issue.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-48948", "url": "https://www.suse.com/security/cve/CVE-2025-48948" } ], "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:govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-07-03T00:00:00Z", "details": "important" } ], "title": "CVE-2025-48948" }, { "cve": "CVE-2025-48949", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-48949" } ], "notes": [ { "category": "general", "text": "Navidrome is an open source web-based music collection server and streamer. Versions 0.55.0 through 0.55.2 have a vulnerability due to improper input validation on the `role` parameter within the API endpoint `/api/artist`. Attackers can exploit this flaw to inject arbitrary SQL queries, potentially gaining unauthorized access to the backend database and compromising sensitive user information. Version 0.56.0 contains a patch for the issue.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-48949", "url": "https://www.suse.com/security/cve/CVE-2025-48949" } ], "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:govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-07-03T00:00:00Z", "details": "important" } ], "title": "CVE-2025-48949" }, { "cve": "CVE-2025-49011", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-49011" } ], "notes": [ { "category": "general", "text": "SpiceDB is an open source database for storing and querying fine-grained authorization data. Prior to version 1.44.2, on schemas involving arrows with caveats on the arrow\u0027ed relation, when the path to resolve a CheckPermission request involves the evaluation of multiple caveated branches, requests may return a negative response when a positive response is expected. Version 1.44.2 fixes the issue. As a workaround, do not use caveats in the schema over an arrow\u0027ed relation.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-49011", "url": "https://www.suse.com/security/cve/CVE-2025-49011" } ], "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:govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-07-03T00:00:00Z", "details": "low" } ], "title": "CVE-2025-49011" }, { "cve": "CVE-2025-49136", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-49136" } ], "notes": [ { "category": "general", "text": "listmonk is a standalone, self-hosted, newsletter and mailing list manager. Starting in version 4.0.0 and prior to version 5.0.2, the `env` and `expandenv` template functions which is enabled by default in Sprig enables capturing of env variables on host. While this may not be a problem on single-user (super admin) installations, on multi-user installations, this allows non-super-admin users with campaign or template permissions to use the `{{ env }}` template expression to capture sensitive environment variables. Users should upgrade to v5.0.2 to mitigate the issue.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-49136", "url": "https://www.suse.com/security/cve/CVE-2025-49136" } ], "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:govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-07-03T00:00:00Z", "details": "important" } ], "title": "CVE-2025-49136" }, { "cve": "CVE-2025-49140", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-49140" } ], "notes": [ { "category": "general", "text": "Pion Interceptor is a framework for building RTP/RTCP communication software. Versions v0.1.36 through v0.1.38 contain a bug in a RTP packet factory that can be exploited to trigger a panic with Pion based SFU via crafted RTP packets, This only affect users that use pion/interceptor. Users should upgrade to v0.1.39 or later, which validates that: `padLen \u003e 0 \u0026\u0026 padLen \u003c= payloadLength` and return error on overflow, avoiding panic. If upgrading is not possible, apply the patch from the pull request manually or drop packets whose P-bit is set but whose padLen is zero or larger than the remaining payload.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-49140", "url": "https://www.suse.com/security/cve/CVE-2025-49140" } ], "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:govulncheck-vulndb-0.0.20250612T141001-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250612T141001-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-07-03T00:00:00Z", "details": "important" } ], "title": "CVE-2025-49140" } ] }
suse-su-2025:02120-1
Vulnerability from csaf_suse
Published
2025-06-26 08:22
Modified
2025-06-26 08:22
Summary
Security update for go1.24-openssl
Notes
Title of the patch
Security update for go1.24-openssl
Description of the patch
This update for go1.24-openssl fixes the following issues:
Update to version 1.24.4 (bsc#1236217):
- CVE-2025-22874 crypto/x509: ExtKeyUsageAny bypasses policy validation (bsc#1244158).
- CVE-2025-0913 os: inconsistent handling of O_CREATE|O_EXCL on Unix and Windows (bsc#1244157).
- CVE-2025-4673 net/http: sensitive headers not cleared on cross-origin redirect (bsc#1244156).
Patchnames
SUSE-2025-2120,SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-2120,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-2120,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-2120,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-2120,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-2120,SUSE-SLE-Product-SLES-15-SP3-LTSS-2025-2120,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-2120,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-2120,SUSE-SLE-Product-SLES_SAP-15-SP3-2025-2120,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-2120,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-2120,SUSE-Storage-7.1-2025-2120
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "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.24-openssl", "title": "Title of the patch" }, { "category": "description", "text": "This update for go1.24-openssl fixes the following issues:\n\nUpdate to version 1.24.4 (bsc#1236217):\n\n- CVE-2025-22874 crypto/x509: ExtKeyUsageAny bypasses policy validation (bsc#1244158).\n- CVE-2025-0913 os: inconsistent handling of O_CREATE|O_EXCL on Unix and Windows (bsc#1244157).\n- CVE-2025-4673 net/http: sensitive headers not cleared on cross-origin redirect (bsc#1244156).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2025-2120,SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-2120,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-2120,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-2120,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-2120,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-2120,SUSE-SLE-Product-SLES-15-SP3-LTSS-2025-2120,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-2120,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-2120,SUSE-SLE-Product-SLES_SAP-15-SP3-2025-2120,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-2120,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-2120,SUSE-Storage-7.1-2025-2120", "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-2025_02120-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2025:02120-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202502120-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2025:02120-1", "url": "https://lists.suse.com/pipermail/sle-updates/2025-June/040493.html" }, { "category": "self", "summary": "SUSE Bug 1236217", "url": "https://bugzilla.suse.com/1236217" }, { "category": "self", "summary": "SUSE Bug 1244156", "url": "https://bugzilla.suse.com/1244156" }, { "category": "self", "summary": "SUSE Bug 1244157", "url": "https://bugzilla.suse.com/1244157" }, { "category": "self", "summary": "SUSE Bug 1244158", "url": "https://bugzilla.suse.com/1244158" }, { "category": "self", "summary": "SUSE CVE CVE-2025-0913 page", "url": "https://www.suse.com/security/cve/CVE-2025-0913/" }, { "category": "self", "summary": "SUSE CVE CVE-2025-22874 page", "url": "https://www.suse.com/security/cve/CVE-2025-22874/" }, { "category": "self", "summary": "SUSE CVE CVE-2025-4673 page", "url": "https://www.suse.com/security/cve/CVE-2025-4673/" } ], "title": "Security update for go1.24-openssl", "tracking": { "current_release_date": "2025-06-26T08:22:45Z", "generator": { "date": "2025-06-26T08:22:45Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2025:02120-1", "initial_release_date": "2025-06-26T08:22:45Z", "revision_history": [ { "date": "2025-06-26T08:22:45Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "product": { "name": "go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "product_id": "go1.24-openssl-1.24.4-150000.1.9.1.aarch64" } }, { "category": "product_version", "name": "go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "product": { "name": "go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "product_id": "go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64" } }, { "category": "product_version", "name": "go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "product": { "name": "go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "product_id": "go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "go1.24-openssl-1.24.4-150000.1.9.1.i586", "product": { "name": "go1.24-openssl-1.24.4-150000.1.9.1.i586", "product_id": "go1.24-openssl-1.24.4-150000.1.9.1.i586" } }, { "category": "product_version", "name": "go1.24-openssl-doc-1.24.4-150000.1.9.1.i586", "product": { "name": "go1.24-openssl-doc-1.24.4-150000.1.9.1.i586", "product_id": "go1.24-openssl-doc-1.24.4-150000.1.9.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "go1.24-openssl-1.24.4-150000.1.9.1.ppc64le", "product": { "name": "go1.24-openssl-1.24.4-150000.1.9.1.ppc64le", "product_id": "go1.24-openssl-1.24.4-150000.1.9.1.ppc64le" } }, { "category": "product_version", "name": "go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le", "product": { "name": "go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le", "product_id": "go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le" } }, { "category": "product_version", "name": "go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le", "product": { "name": "go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le", "product_id": "go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "go1.24-openssl-1.24.4-150000.1.9.1.s390x", "product": { "name": "go1.24-openssl-1.24.4-150000.1.9.1.s390x", "product_id": "go1.24-openssl-1.24.4-150000.1.9.1.s390x" } }, { "category": "product_version", "name": "go1.24-openssl-doc-1.24.4-150000.1.9.1.s390x", "product": { "name": "go1.24-openssl-doc-1.24.4-150000.1.9.1.s390x", "product_id": "go1.24-openssl-doc-1.24.4-150000.1.9.1.s390x" } }, { "category": "product_version", "name": "go1.24-openssl-race-1.24.4-150000.1.9.1.s390x", "product": { "name": "go1.24-openssl-race-1.24.4-150000.1.9.1.s390x", "product_id": "go1.24-openssl-race-1.24.4-150000.1.9.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "product": { "name": "go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "product_id": "go1.24-openssl-1.24.4-150000.1.9.1.x86_64" } }, { "category": "product_version", "name": "go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "product": { "name": "go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "product_id": "go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64" } }, { "category": "product_version", "name": "go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "product": { "name": "go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "product_id": "go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP4-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP5-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp5" } } }, { "category": "product_name", "name": "SUSE Enterprise Storage 7.1", "product": { "name": "SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1", "product_identification_helper": { "cpe": "cpe:/o:suse:ses:7.1" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-1.24.4-150000.1.9.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64" }, "product_reference": "go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-1.24.4-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64" }, "product_reference": "go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64" }, "product_reference": "go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64" }, "product_reference": "go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64" }, "product_reference": "go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64" }, "product_reference": "go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-1.24.4-150000.1.9.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64" }, "product_reference": "go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-1.24.4-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64" }, "product_reference": "go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64" }, "product_reference": "go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64" }, "product_reference": "go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64" }, "product_reference": "go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64" }, "product_reference": "go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-1.24.4-150000.1.9.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64" }, "product_reference": "go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-1.24.4-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64" }, "product_reference": "go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64" }, "product_reference": "go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64" }, "product_reference": "go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64" }, "product_reference": "go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64" }, "product_reference": "go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-1.24.4-150000.1.9.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64" }, "product_reference": "go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-1.24.4-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64" }, "product_reference": "go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64" }, "product_reference": "go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64" }, "product_reference": "go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64" }, "product_reference": "go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64" }, "product_reference": "go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-1.24.4-150000.1.9.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64" }, "product_reference": "go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-1.24.4-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64" }, "product_reference": "go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64" }, "product_reference": "go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64" }, "product_reference": "go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64" }, "product_reference": "go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64" }, "product_reference": "go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-1.24.4-150000.1.9.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64" }, "product_reference": "go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-1.24.4-150000.1.9.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.ppc64le" }, "product_reference": "go1.24-openssl-1.24.4-150000.1.9.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-1.24.4-150000.1.9.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.s390x" }, "product_reference": "go1.24-openssl-1.24.4-150000.1.9.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-1.24.4-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64" }, "product_reference": "go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64" }, "product_reference": "go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le" }, "product_reference": "go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-doc-1.24.4-150000.1.9.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.s390x" }, "product_reference": "go1.24-openssl-doc-1.24.4-150000.1.9.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64" }, "product_reference": "go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64" }, "product_reference": "go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le" }, "product_reference": "go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-race-1.24.4-150000.1.9.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.s390x" }, "product_reference": "go1.24-openssl-race-1.24.4-150000.1.9.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64" }, "product_reference": "go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-1.24.4-150000.1.9.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64" }, "product_reference": "go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-1.24.4-150000.1.9.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.ppc64le" }, "product_reference": "go1.24-openssl-1.24.4-150000.1.9.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-1.24.4-150000.1.9.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.s390x" }, "product_reference": "go1.24-openssl-1.24.4-150000.1.9.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-1.24.4-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64" }, "product_reference": "go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64" }, "product_reference": "go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le" }, "product_reference": "go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-doc-1.24.4-150000.1.9.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.s390x" }, "product_reference": "go1.24-openssl-doc-1.24.4-150000.1.9.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64" }, "product_reference": "go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64" }, "product_reference": "go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le" }, "product_reference": "go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-race-1.24.4-150000.1.9.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.s390x" }, "product_reference": "go1.24-openssl-race-1.24.4-150000.1.9.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64" }, "product_reference": "go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-1.24.4-150000.1.9.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64" }, "product_reference": "go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-1.24.4-150000.1.9.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.ppc64le" }, "product_reference": "go1.24-openssl-1.24.4-150000.1.9.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-1.24.4-150000.1.9.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.s390x" }, "product_reference": "go1.24-openssl-1.24.4-150000.1.9.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-1.24.4-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64" }, "product_reference": "go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64" }, "product_reference": "go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le" }, "product_reference": "go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-doc-1.24.4-150000.1.9.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.s390x" }, "product_reference": "go1.24-openssl-doc-1.24.4-150000.1.9.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64" }, "product_reference": "go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64" }, "product_reference": "go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le" }, "product_reference": "go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-race-1.24.4-150000.1.9.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.s390x" }, "product_reference": "go1.24-openssl-race-1.24.4-150000.1.9.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64" }, "product_reference": "go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-1.24.4-150000.1.9.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-1.24.4-150000.1.9.1.ppc64le" }, "product_reference": "go1.24-openssl-1.24.4-150000.1.9.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-1.24.4-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-1.24.4-150000.1.9.1.x86_64" }, "product_reference": "go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le" }, "product_reference": "go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64" }, "product_reference": "go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le" }, "product_reference": "go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64" }, "product_reference": "go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-1.24.4-150000.1.9.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-1.24.4-150000.1.9.1.ppc64le" }, "product_reference": "go1.24-openssl-1.24.4-150000.1.9.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-1.24.4-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-1.24.4-150000.1.9.1.x86_64" }, "product_reference": "go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le" }, "product_reference": "go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64" }, "product_reference": "go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le" }, "product_reference": "go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64" }, "product_reference": "go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-1.24.4-150000.1.9.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-1.24.4-150000.1.9.1.ppc64le" }, "product_reference": "go1.24-openssl-1.24.4-150000.1.9.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-1.24.4-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-1.24.4-150000.1.9.1.x86_64" }, "product_reference": "go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le" }, "product_reference": "go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64" }, "product_reference": "go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le" }, "product_reference": "go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64" }, "product_reference": "go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-1.24.4-150000.1.9.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:go1.24-openssl-1.24.4-150000.1.9.1.aarch64" }, "product_reference": "go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-1.24.4-150000.1.9.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:go1.24-openssl-1.24.4-150000.1.9.1.x86_64" }, "product_reference": "go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64" }, "product_reference": "go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64" }, "product_reference": "go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64" }, "product_reference": "go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64" }, "product_reference": "go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" } ] }, "vulnerabilities": [ { "cve": "CVE-2025-0913", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-0913" } ], "notes": [ { "category": "general", "text": "os.OpenFile(path, os.O_CREATE|O_EXCL) behaved differently on Unix and Windows systems when the target path was a dangling symlink. On Unix systems, OpenFile with O_CREATE and O_EXCL flags never follows symlinks. On Windows, when the target path was a symlink to a nonexistent location, OpenFile would create a file in that location. OpenFile now always returns an error when the O_CREATE and O_EXCL flags are both set and the target path is a symlink.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Enterprise Storage 7.1:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Enterprise Storage 7.1:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Enterprise Storage 7.1:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Enterprise Storage 7.1:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Enterprise Storage 7.1:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-0913", "url": "https://www.suse.com/security/cve/CVE-2025-0913" }, { "category": "external", "summary": "SUSE Bug 1244157 for CVE-2025-0913", "url": "https://bugzilla.suse.com/1244157" } ], "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 Enterprise Storage 7.1:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Enterprise Storage 7.1:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Enterprise Storage 7.1:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Enterprise Storage 7.1:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Enterprise Storage 7.1:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Enterprise Storage 7.1:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Enterprise Storage 7.1:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Enterprise Storage 7.1:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Enterprise Storage 7.1:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Enterprise Storage 7.1:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Enterprise Storage 7.1:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-06-26T08:22:45Z", "details": "moderate" } ], "title": "CVE-2025-0913" }, { "cve": "CVE-2025-22874", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-22874" } ], "notes": [ { "category": "general", "text": "Calling Verify with a VerifyOptions.KeyUsages that contains ExtKeyUsageAny unintentionally disabledpolicy validation. This only affected certificate chains which contain policy graphs, which are rather uncommon.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Enterprise Storage 7.1:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Enterprise Storage 7.1:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Enterprise Storage 7.1:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Enterprise Storage 7.1:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Enterprise Storage 7.1:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-22874", "url": "https://www.suse.com/security/cve/CVE-2025-22874" }, { "category": "external", "summary": "SUSE Bug 1244158 for CVE-2025-22874", "url": "https://bugzilla.suse.com/1244158" } ], "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 Enterprise Storage 7.1:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Enterprise Storage 7.1:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Enterprise Storage 7.1:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Enterprise Storage 7.1:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Enterprise Storage 7.1:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Enterprise Storage 7.1:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-race-1.24.4-150000.1.9.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:H/A:N", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Enterprise Storage 7.1:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Enterprise Storage 7.1:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Enterprise Storage 7.1:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Enterprise Storage 7.1:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Enterprise Storage 7.1:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-06-26T08:22:45Z", "details": "important" } ], "title": "CVE-2025-22874" }, { "cve": "CVE-2025-4673", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-4673" } ], "notes": [ { "category": "general", "text": "Proxy-Authorization and Proxy-Authenticate headers persisted on cross-origin redirects potentially leaking sensitive information.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Enterprise Storage 7.1:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Enterprise Storage 7.1:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Enterprise Storage 7.1:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Enterprise Storage 7.1:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Enterprise Storage 7.1:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-4673", "url": "https://www.suse.com/security/cve/CVE-2025-4673" }, { "category": "external", "summary": "SUSE Bug 1244156 for CVE-2025-4673", "url": "https://bugzilla.suse.com/1244156" } ], "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 Enterprise Storage 7.1:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Enterprise Storage 7.1:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Enterprise Storage 7.1:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Enterprise Storage 7.1:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Enterprise Storage 7.1:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Enterprise Storage 7.1:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.8, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:N/A:N", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Enterprise Storage 7.1:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Enterprise Storage 7.1:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Enterprise Storage 7.1:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Enterprise Storage 7.1:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Enterprise Storage 7.1:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-doc-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-doc-1.24.4-150000.1.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-race-1.24.4-150000.1.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-race-1.24.4-150000.1.9.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-06-26T08:22:45Z", "details": "moderate" } ], "title": "CVE-2025-4673" } ] }
suse-su-2025:01848-1
Vulnerability from csaf_suse
Published
2025-06-09 18:35
Modified
2025-06-09 18:35
Summary
Security update for go1.23
Notes
Title of the patch
Security update for go1.23
Description of the patch
This update for go1.23 fixes the following issues:
go1.23.10 (released 2025-06-05) includes security fixes to the
/http and os packages, as well as bug fixes to the linker.
(bsc#1229122 go1.23 release tracking CVE-2025-0913 CVE-2025-4673)
* CVE-2025-0913: os: inconsistent handling of O_CREATE|O_EXCL on Unix and Windows (bsc#1244157)
* CVE-2025-4673: net/http: sensitive headers not cleared on cross-origin redirect (bsc#1244156)
* runtime/debug: BuildSetting does not document DefaultGODEBUG
* cmd/link: Go 1.24.3 and 1.23.9 regression - duplicated definition of symbol dlopen
Patchnames
SUSE-2025-1848,SUSE-SLE-Module-Development-Tools-15-SP6-2025-1848,SUSE-SLE-Module-Development-Tools-15-SP7-2025-1848,SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-1848,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-1848,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-1848,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-1848,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-1848,SUSE-SLE-Product-SLES-15-SP3-LTSS-2025-1848,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-1848,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-1848,SUSE-SLE-Product-SLES_SAP-15-SP3-2025-1848,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-1848,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-1848,SUSE-Storage-7.1-2025-1848,openSUSE-SLE-15.6-2025-1848
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "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.23", "title": "Title of the patch" }, { "category": "description", "text": "This update for go1.23 fixes the following issues:\n\ngo1.23.10 (released 2025-06-05) includes security fixes to the\n/http and os packages, as well as bug fixes to the linker.\n(bsc#1229122 go1.23 release tracking CVE-2025-0913 CVE-2025-4673)\n\n* CVE-2025-0913: os: inconsistent handling of O_CREATE|O_EXCL on Unix and Windows (bsc#1244157)\n* CVE-2025-4673: net/http: sensitive headers not cleared on cross-origin redirect (bsc#1244156)\n\n * runtime/debug: BuildSetting does not document DefaultGODEBUG\n * cmd/link: Go 1.24.3 and 1.23.9 regression - duplicated definition of symbol dlopen\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2025-1848,SUSE-SLE-Module-Development-Tools-15-SP6-2025-1848,SUSE-SLE-Module-Development-Tools-15-SP7-2025-1848,SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-1848,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-1848,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-1848,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-1848,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-1848,SUSE-SLE-Product-SLES-15-SP3-LTSS-2025-1848,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-1848,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-1848,SUSE-SLE-Product-SLES_SAP-15-SP3-2025-1848,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-1848,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-1848,SUSE-Storage-7.1-2025-1848,openSUSE-SLE-15.6-2025-1848", "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-2025_01848-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2025:01848-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501848-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2025:01848-1", "url": "https://lists.suse.com/pipermail/sle-updates/2025-June/040189.html" }, { "category": "self", "summary": "SUSE Bug 1229122", "url": "https://bugzilla.suse.com/1229122" }, { "category": "self", "summary": "SUSE Bug 1244156", "url": "https://bugzilla.suse.com/1244156" }, { "category": "self", "summary": "SUSE Bug 1244157", "url": "https://bugzilla.suse.com/1244157" }, { "category": "self", "summary": "SUSE CVE CVE-2025-0913 page", "url": "https://www.suse.com/security/cve/CVE-2025-0913/" }, { "category": "self", "summary": "SUSE CVE CVE-2025-4673 page", "url": "https://www.suse.com/security/cve/CVE-2025-4673/" } ], "title": "Security update for go1.23", "tracking": { "current_release_date": "2025-06-09T18:35:17Z", "generator": { "date": "2025-06-09T18:35:17Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2025:01848-1", "initial_release_date": "2025-06-09T18:35:17Z", "revision_history": [ { "date": "2025-06-09T18:35:17Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "go1.23-1.23.10-150000.1.34.1.aarch64", "product": { "name": "go1.23-1.23.10-150000.1.34.1.aarch64", "product_id": "go1.23-1.23.10-150000.1.34.1.aarch64" } }, { "category": "product_version", "name": "go1.23-doc-1.23.10-150000.1.34.1.aarch64", "product": { "name": "go1.23-doc-1.23.10-150000.1.34.1.aarch64", "product_id": "go1.23-doc-1.23.10-150000.1.34.1.aarch64" } }, { "category": "product_version", "name": "go1.23-race-1.23.10-150000.1.34.1.aarch64", "product": { "name": "go1.23-race-1.23.10-150000.1.34.1.aarch64", "product_id": "go1.23-race-1.23.10-150000.1.34.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "go1.23-1.23.10-150000.1.34.1.i586", "product": { "name": "go1.23-1.23.10-150000.1.34.1.i586", "product_id": "go1.23-1.23.10-150000.1.34.1.i586" } }, { "category": "product_version", "name": "go1.23-doc-1.23.10-150000.1.34.1.i586", "product": { "name": "go1.23-doc-1.23.10-150000.1.34.1.i586", "product_id": "go1.23-doc-1.23.10-150000.1.34.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "go1.23-1.23.10-150000.1.34.1.ppc64le", "product": { "name": "go1.23-1.23.10-150000.1.34.1.ppc64le", "product_id": "go1.23-1.23.10-150000.1.34.1.ppc64le" } }, { "category": "product_version", "name": "go1.23-doc-1.23.10-150000.1.34.1.ppc64le", "product": { "name": "go1.23-doc-1.23.10-150000.1.34.1.ppc64le", "product_id": "go1.23-doc-1.23.10-150000.1.34.1.ppc64le" } }, { "category": "product_version", "name": "go1.23-race-1.23.10-150000.1.34.1.ppc64le", "product": { "name": "go1.23-race-1.23.10-150000.1.34.1.ppc64le", "product_id": "go1.23-race-1.23.10-150000.1.34.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "go1.23-1.23.10-150000.1.34.1.s390x", "product": { "name": "go1.23-1.23.10-150000.1.34.1.s390x", "product_id": "go1.23-1.23.10-150000.1.34.1.s390x" } }, { "category": "product_version", "name": "go1.23-doc-1.23.10-150000.1.34.1.s390x", "product": { "name": "go1.23-doc-1.23.10-150000.1.34.1.s390x", "product_id": "go1.23-doc-1.23.10-150000.1.34.1.s390x" } }, { "category": "product_version", "name": "go1.23-race-1.23.10-150000.1.34.1.s390x", "product": { "name": "go1.23-race-1.23.10-150000.1.34.1.s390x", "product_id": "go1.23-race-1.23.10-150000.1.34.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "go1.23-1.23.10-150000.1.34.1.x86_64", "product": { "name": "go1.23-1.23.10-150000.1.34.1.x86_64", "product_id": "go1.23-1.23.10-150000.1.34.1.x86_64" } }, { "category": "product_version", "name": "go1.23-doc-1.23.10-150000.1.34.1.x86_64", "product": { "name": "go1.23-doc-1.23.10-150000.1.34.1.x86_64", "product_id": "go1.23-doc-1.23.10-150000.1.34.1.x86_64" } }, { "category": "product_version", "name": "go1.23-race-1.23.10-150000.1.34.1.x86_64", "product": { "name": "go1.23-race-1.23.10-150000.1.34.1.x86_64", "product_id": "go1.23-race-1.23.10-150000.1.34.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Module for Development Tools 15 SP6", "product": { "name": "SUSE Linux Enterprise Module for Development Tools 15 SP6", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-development-tools:15:sp6" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Development Tools 15 SP7", "product": { "name": "SUSE Linux Enterprise Module for Development Tools 15 SP7", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-development-tools:15:sp7" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP4-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP5-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp5" } } }, { "category": "product_name", "name": "SUSE Enterprise Storage 7.1", "product": { "name": "SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1", "product_identification_helper": { "cpe": "cpe:/o:suse:ses:7.1" } } }, { "category": "product_name", "name": "openSUSE Leap 15.6", "product": { "name": "openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.6" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "go1.23-1.23.10-150000.1.34.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.10-150000.1.34.1.aarch64" }, "product_reference": "go1.23-1.23.10-150000.1.34.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-1.23.10-150000.1.34.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.10-150000.1.34.1.ppc64le" }, "product_reference": "go1.23-1.23.10-150000.1.34.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-1.23.10-150000.1.34.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.10-150000.1.34.1.s390x" }, "product_reference": "go1.23-1.23.10-150000.1.34.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-1.23.10-150000.1.34.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.10-150000.1.34.1.x86_64" }, "product_reference": "go1.23-1.23.10-150000.1.34.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-doc-1.23.10-150000.1.34.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.10-150000.1.34.1.aarch64" }, "product_reference": "go1.23-doc-1.23.10-150000.1.34.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-doc-1.23.10-150000.1.34.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.10-150000.1.34.1.ppc64le" }, "product_reference": "go1.23-doc-1.23.10-150000.1.34.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-doc-1.23.10-150000.1.34.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.10-150000.1.34.1.s390x" }, "product_reference": "go1.23-doc-1.23.10-150000.1.34.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-doc-1.23.10-150000.1.34.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.10-150000.1.34.1.x86_64" }, "product_reference": "go1.23-doc-1.23.10-150000.1.34.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-race-1.23.10-150000.1.34.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.10-150000.1.34.1.aarch64" }, "product_reference": "go1.23-race-1.23.10-150000.1.34.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-race-1.23.10-150000.1.34.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.10-150000.1.34.1.ppc64le" }, "product_reference": "go1.23-race-1.23.10-150000.1.34.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-race-1.23.10-150000.1.34.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.10-150000.1.34.1.s390x" }, "product_reference": "go1.23-race-1.23.10-150000.1.34.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-race-1.23.10-150000.1.34.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.10-150000.1.34.1.x86_64" }, "product_reference": "go1.23-race-1.23.10-150000.1.34.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-1.23.10-150000.1.34.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-1.23.10-150000.1.34.1.aarch64" }, "product_reference": "go1.23-1.23.10-150000.1.34.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-1.23.10-150000.1.34.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP7", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-1.23.10-150000.1.34.1.ppc64le" }, "product_reference": "go1.23-1.23.10-150000.1.34.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-1.23.10-150000.1.34.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP7", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-1.23.10-150000.1.34.1.s390x" }, "product_reference": "go1.23-1.23.10-150000.1.34.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-1.23.10-150000.1.34.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-1.23.10-150000.1.34.1.x86_64" }, "product_reference": "go1.23-1.23.10-150000.1.34.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-doc-1.23.10-150000.1.34.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-doc-1.23.10-150000.1.34.1.aarch64" }, "product_reference": "go1.23-doc-1.23.10-150000.1.34.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-doc-1.23.10-150000.1.34.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP7", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-doc-1.23.10-150000.1.34.1.ppc64le" }, "product_reference": "go1.23-doc-1.23.10-150000.1.34.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-doc-1.23.10-150000.1.34.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP7", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-doc-1.23.10-150000.1.34.1.s390x" }, "product_reference": "go1.23-doc-1.23.10-150000.1.34.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-doc-1.23.10-150000.1.34.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-doc-1.23.10-150000.1.34.1.x86_64" }, "product_reference": "go1.23-doc-1.23.10-150000.1.34.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-race-1.23.10-150000.1.34.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-race-1.23.10-150000.1.34.1.aarch64" }, "product_reference": "go1.23-race-1.23.10-150000.1.34.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-race-1.23.10-150000.1.34.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP7", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-race-1.23.10-150000.1.34.1.ppc64le" }, "product_reference": "go1.23-race-1.23.10-150000.1.34.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-race-1.23.10-150000.1.34.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP7", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-race-1.23.10-150000.1.34.1.s390x" }, "product_reference": "go1.23-race-1.23.10-150000.1.34.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-race-1.23.10-150000.1.34.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-race-1.23.10-150000.1.34.1.x86_64" }, "product_reference": "go1.23-race-1.23.10-150000.1.34.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-1.23.10-150000.1.34.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-1.23.10-150000.1.34.1.aarch64" }, "product_reference": "go1.23-1.23.10-150000.1.34.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-1.23.10-150000.1.34.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-1.23.10-150000.1.34.1.x86_64" }, "product_reference": "go1.23-1.23.10-150000.1.34.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-doc-1.23.10-150000.1.34.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-doc-1.23.10-150000.1.34.1.aarch64" }, "product_reference": "go1.23-doc-1.23.10-150000.1.34.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-doc-1.23.10-150000.1.34.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-doc-1.23.10-150000.1.34.1.x86_64" }, "product_reference": "go1.23-doc-1.23.10-150000.1.34.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-race-1.23.10-150000.1.34.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-race-1.23.10-150000.1.34.1.aarch64" }, "product_reference": "go1.23-race-1.23.10-150000.1.34.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-race-1.23.10-150000.1.34.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-race-1.23.10-150000.1.34.1.x86_64" }, "product_reference": "go1.23-race-1.23.10-150000.1.34.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-1.23.10-150000.1.34.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-1.23.10-150000.1.34.1.aarch64" }, "product_reference": "go1.23-1.23.10-150000.1.34.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-1.23.10-150000.1.34.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-1.23.10-150000.1.34.1.x86_64" }, "product_reference": "go1.23-1.23.10-150000.1.34.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-doc-1.23.10-150000.1.34.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-doc-1.23.10-150000.1.34.1.aarch64" }, "product_reference": "go1.23-doc-1.23.10-150000.1.34.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-doc-1.23.10-150000.1.34.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-doc-1.23.10-150000.1.34.1.x86_64" }, "product_reference": "go1.23-doc-1.23.10-150000.1.34.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-race-1.23.10-150000.1.34.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-race-1.23.10-150000.1.34.1.aarch64" }, "product_reference": "go1.23-race-1.23.10-150000.1.34.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-race-1.23.10-150000.1.34.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-race-1.23.10-150000.1.34.1.x86_64" }, "product_reference": "go1.23-race-1.23.10-150000.1.34.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-1.23.10-150000.1.34.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-1.23.10-150000.1.34.1.aarch64" }, "product_reference": "go1.23-1.23.10-150000.1.34.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-1.23.10-150000.1.34.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-1.23.10-150000.1.34.1.x86_64" }, "product_reference": "go1.23-1.23.10-150000.1.34.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-doc-1.23.10-150000.1.34.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-doc-1.23.10-150000.1.34.1.aarch64" }, "product_reference": "go1.23-doc-1.23.10-150000.1.34.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-doc-1.23.10-150000.1.34.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-doc-1.23.10-150000.1.34.1.x86_64" }, "product_reference": "go1.23-doc-1.23.10-150000.1.34.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-race-1.23.10-150000.1.34.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-race-1.23.10-150000.1.34.1.aarch64" }, "product_reference": "go1.23-race-1.23.10-150000.1.34.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-race-1.23.10-150000.1.34.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-race-1.23.10-150000.1.34.1.x86_64" }, "product_reference": "go1.23-race-1.23.10-150000.1.34.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-1.23.10-150000.1.34.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-1.23.10-150000.1.34.1.aarch64" }, "product_reference": "go1.23-1.23.10-150000.1.34.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-1.23.10-150000.1.34.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-1.23.10-150000.1.34.1.x86_64" }, "product_reference": "go1.23-1.23.10-150000.1.34.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-doc-1.23.10-150000.1.34.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-doc-1.23.10-150000.1.34.1.aarch64" }, "product_reference": "go1.23-doc-1.23.10-150000.1.34.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-doc-1.23.10-150000.1.34.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-doc-1.23.10-150000.1.34.1.x86_64" }, "product_reference": "go1.23-doc-1.23.10-150000.1.34.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-race-1.23.10-150000.1.34.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-race-1.23.10-150000.1.34.1.aarch64" }, "product_reference": "go1.23-race-1.23.10-150000.1.34.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-race-1.23.10-150000.1.34.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-race-1.23.10-150000.1.34.1.x86_64" }, "product_reference": "go1.23-race-1.23.10-150000.1.34.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-1.23.10-150000.1.34.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-1.23.10-150000.1.34.1.aarch64" }, "product_reference": "go1.23-1.23.10-150000.1.34.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-1.23.10-150000.1.34.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-1.23.10-150000.1.34.1.x86_64" }, "product_reference": "go1.23-1.23.10-150000.1.34.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-doc-1.23.10-150000.1.34.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-doc-1.23.10-150000.1.34.1.aarch64" }, "product_reference": "go1.23-doc-1.23.10-150000.1.34.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-doc-1.23.10-150000.1.34.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-doc-1.23.10-150000.1.34.1.x86_64" }, "product_reference": "go1.23-doc-1.23.10-150000.1.34.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-race-1.23.10-150000.1.34.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-race-1.23.10-150000.1.34.1.aarch64" }, "product_reference": "go1.23-race-1.23.10-150000.1.34.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-race-1.23.10-150000.1.34.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-race-1.23.10-150000.1.34.1.x86_64" }, "product_reference": "go1.23-race-1.23.10-150000.1.34.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-1.23.10-150000.1.34.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.10-150000.1.34.1.aarch64" }, "product_reference": "go1.23-1.23.10-150000.1.34.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-1.23.10-150000.1.34.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.10-150000.1.34.1.ppc64le" }, "product_reference": "go1.23-1.23.10-150000.1.34.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-1.23.10-150000.1.34.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.10-150000.1.34.1.s390x" }, "product_reference": "go1.23-1.23.10-150000.1.34.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-1.23.10-150000.1.34.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.10-150000.1.34.1.x86_64" }, "product_reference": "go1.23-1.23.10-150000.1.34.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-doc-1.23.10-150000.1.34.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.10-150000.1.34.1.aarch64" }, "product_reference": "go1.23-doc-1.23.10-150000.1.34.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-doc-1.23.10-150000.1.34.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.10-150000.1.34.1.ppc64le" }, "product_reference": "go1.23-doc-1.23.10-150000.1.34.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-doc-1.23.10-150000.1.34.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.10-150000.1.34.1.s390x" }, "product_reference": "go1.23-doc-1.23.10-150000.1.34.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-doc-1.23.10-150000.1.34.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.10-150000.1.34.1.x86_64" }, "product_reference": "go1.23-doc-1.23.10-150000.1.34.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-race-1.23.10-150000.1.34.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.10-150000.1.34.1.aarch64" }, "product_reference": "go1.23-race-1.23.10-150000.1.34.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-race-1.23.10-150000.1.34.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.10-150000.1.34.1.ppc64le" }, "product_reference": "go1.23-race-1.23.10-150000.1.34.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-race-1.23.10-150000.1.34.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.10-150000.1.34.1.s390x" }, "product_reference": "go1.23-race-1.23.10-150000.1.34.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-race-1.23.10-150000.1.34.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.10-150000.1.34.1.x86_64" }, "product_reference": "go1.23-race-1.23.10-150000.1.34.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-1.23.10-150000.1.34.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.10-150000.1.34.1.aarch64" }, "product_reference": "go1.23-1.23.10-150000.1.34.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-1.23.10-150000.1.34.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.10-150000.1.34.1.ppc64le" }, "product_reference": "go1.23-1.23.10-150000.1.34.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-1.23.10-150000.1.34.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.10-150000.1.34.1.s390x" }, "product_reference": "go1.23-1.23.10-150000.1.34.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-1.23.10-150000.1.34.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.10-150000.1.34.1.x86_64" }, "product_reference": "go1.23-1.23.10-150000.1.34.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-doc-1.23.10-150000.1.34.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.10-150000.1.34.1.aarch64" }, "product_reference": "go1.23-doc-1.23.10-150000.1.34.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-doc-1.23.10-150000.1.34.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.10-150000.1.34.1.ppc64le" }, "product_reference": "go1.23-doc-1.23.10-150000.1.34.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-doc-1.23.10-150000.1.34.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.10-150000.1.34.1.s390x" }, "product_reference": "go1.23-doc-1.23.10-150000.1.34.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-doc-1.23.10-150000.1.34.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.10-150000.1.34.1.x86_64" }, "product_reference": "go1.23-doc-1.23.10-150000.1.34.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-race-1.23.10-150000.1.34.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.10-150000.1.34.1.aarch64" }, "product_reference": "go1.23-race-1.23.10-150000.1.34.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-race-1.23.10-150000.1.34.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.10-150000.1.34.1.ppc64le" }, "product_reference": "go1.23-race-1.23.10-150000.1.34.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-race-1.23.10-150000.1.34.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.10-150000.1.34.1.s390x" }, "product_reference": "go1.23-race-1.23.10-150000.1.34.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-race-1.23.10-150000.1.34.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.10-150000.1.34.1.x86_64" }, "product_reference": "go1.23-race-1.23.10-150000.1.34.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-1.23.10-150000.1.34.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.10-150000.1.34.1.aarch64" }, "product_reference": "go1.23-1.23.10-150000.1.34.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-1.23.10-150000.1.34.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.10-150000.1.34.1.ppc64le" }, "product_reference": "go1.23-1.23.10-150000.1.34.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-1.23.10-150000.1.34.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.10-150000.1.34.1.s390x" }, "product_reference": "go1.23-1.23.10-150000.1.34.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-1.23.10-150000.1.34.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.10-150000.1.34.1.x86_64" }, "product_reference": "go1.23-1.23.10-150000.1.34.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-doc-1.23.10-150000.1.34.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.10-150000.1.34.1.aarch64" }, "product_reference": "go1.23-doc-1.23.10-150000.1.34.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-doc-1.23.10-150000.1.34.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.10-150000.1.34.1.ppc64le" }, "product_reference": "go1.23-doc-1.23.10-150000.1.34.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-doc-1.23.10-150000.1.34.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.10-150000.1.34.1.s390x" }, "product_reference": "go1.23-doc-1.23.10-150000.1.34.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-doc-1.23.10-150000.1.34.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.10-150000.1.34.1.x86_64" }, "product_reference": "go1.23-doc-1.23.10-150000.1.34.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-race-1.23.10-150000.1.34.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.10-150000.1.34.1.aarch64" }, "product_reference": "go1.23-race-1.23.10-150000.1.34.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-race-1.23.10-150000.1.34.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.10-150000.1.34.1.ppc64le" }, "product_reference": "go1.23-race-1.23.10-150000.1.34.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-race-1.23.10-150000.1.34.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.10-150000.1.34.1.s390x" }, "product_reference": "go1.23-race-1.23.10-150000.1.34.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-race-1.23.10-150000.1.34.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.10-150000.1.34.1.x86_64" }, "product_reference": "go1.23-race-1.23.10-150000.1.34.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-1.23.10-150000.1.34.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-1.23.10-150000.1.34.1.ppc64le" }, "product_reference": "go1.23-1.23.10-150000.1.34.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-1.23.10-150000.1.34.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-1.23.10-150000.1.34.1.x86_64" }, "product_reference": "go1.23-1.23.10-150000.1.34.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-doc-1.23.10-150000.1.34.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-doc-1.23.10-150000.1.34.1.ppc64le" }, "product_reference": "go1.23-doc-1.23.10-150000.1.34.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-doc-1.23.10-150000.1.34.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-doc-1.23.10-150000.1.34.1.x86_64" }, "product_reference": "go1.23-doc-1.23.10-150000.1.34.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-race-1.23.10-150000.1.34.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-race-1.23.10-150000.1.34.1.ppc64le" }, "product_reference": "go1.23-race-1.23.10-150000.1.34.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-race-1.23.10-150000.1.34.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-race-1.23.10-150000.1.34.1.x86_64" }, "product_reference": "go1.23-race-1.23.10-150000.1.34.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-1.23.10-150000.1.34.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-1.23.10-150000.1.34.1.ppc64le" }, "product_reference": "go1.23-1.23.10-150000.1.34.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-1.23.10-150000.1.34.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-1.23.10-150000.1.34.1.x86_64" }, "product_reference": "go1.23-1.23.10-150000.1.34.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-doc-1.23.10-150000.1.34.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-doc-1.23.10-150000.1.34.1.ppc64le" }, "product_reference": "go1.23-doc-1.23.10-150000.1.34.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-doc-1.23.10-150000.1.34.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-doc-1.23.10-150000.1.34.1.x86_64" }, "product_reference": "go1.23-doc-1.23.10-150000.1.34.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-race-1.23.10-150000.1.34.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-race-1.23.10-150000.1.34.1.ppc64le" }, "product_reference": "go1.23-race-1.23.10-150000.1.34.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-race-1.23.10-150000.1.34.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-race-1.23.10-150000.1.34.1.x86_64" }, "product_reference": "go1.23-race-1.23.10-150000.1.34.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-1.23.10-150000.1.34.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-1.23.10-150000.1.34.1.ppc64le" }, "product_reference": "go1.23-1.23.10-150000.1.34.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-1.23.10-150000.1.34.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-1.23.10-150000.1.34.1.x86_64" }, "product_reference": "go1.23-1.23.10-150000.1.34.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-doc-1.23.10-150000.1.34.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-doc-1.23.10-150000.1.34.1.ppc64le" }, "product_reference": "go1.23-doc-1.23.10-150000.1.34.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-doc-1.23.10-150000.1.34.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-doc-1.23.10-150000.1.34.1.x86_64" }, "product_reference": "go1.23-doc-1.23.10-150000.1.34.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-race-1.23.10-150000.1.34.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-race-1.23.10-150000.1.34.1.ppc64le" }, "product_reference": "go1.23-race-1.23.10-150000.1.34.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-race-1.23.10-150000.1.34.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-race-1.23.10-150000.1.34.1.x86_64" }, "product_reference": "go1.23-race-1.23.10-150000.1.34.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-1.23.10-150000.1.34.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:go1.23-1.23.10-150000.1.34.1.aarch64" }, "product_reference": "go1.23-1.23.10-150000.1.34.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-1.23.10-150000.1.34.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:go1.23-1.23.10-150000.1.34.1.x86_64" }, "product_reference": "go1.23-1.23.10-150000.1.34.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-doc-1.23.10-150000.1.34.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:go1.23-doc-1.23.10-150000.1.34.1.aarch64" }, "product_reference": "go1.23-doc-1.23.10-150000.1.34.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-doc-1.23.10-150000.1.34.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:go1.23-doc-1.23.10-150000.1.34.1.x86_64" }, "product_reference": "go1.23-doc-1.23.10-150000.1.34.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-race-1.23.10-150000.1.34.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:go1.23-race-1.23.10-150000.1.34.1.aarch64" }, "product_reference": "go1.23-race-1.23.10-150000.1.34.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-race-1.23.10-150000.1.34.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:go1.23-race-1.23.10-150000.1.34.1.x86_64" }, "product_reference": "go1.23-race-1.23.10-150000.1.34.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-1.23.10-150000.1.34.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:go1.23-1.23.10-150000.1.34.1.aarch64" }, "product_reference": "go1.23-1.23.10-150000.1.34.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-1.23.10-150000.1.34.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:go1.23-1.23.10-150000.1.34.1.ppc64le" }, "product_reference": "go1.23-1.23.10-150000.1.34.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-1.23.10-150000.1.34.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:go1.23-1.23.10-150000.1.34.1.s390x" }, "product_reference": "go1.23-1.23.10-150000.1.34.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-1.23.10-150000.1.34.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:go1.23-1.23.10-150000.1.34.1.x86_64" }, "product_reference": "go1.23-1.23.10-150000.1.34.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-doc-1.23.10-150000.1.34.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:go1.23-doc-1.23.10-150000.1.34.1.aarch64" }, "product_reference": "go1.23-doc-1.23.10-150000.1.34.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-doc-1.23.10-150000.1.34.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:go1.23-doc-1.23.10-150000.1.34.1.ppc64le" }, "product_reference": "go1.23-doc-1.23.10-150000.1.34.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-doc-1.23.10-150000.1.34.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:go1.23-doc-1.23.10-150000.1.34.1.s390x" }, "product_reference": "go1.23-doc-1.23.10-150000.1.34.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-doc-1.23.10-150000.1.34.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:go1.23-doc-1.23.10-150000.1.34.1.x86_64" }, "product_reference": "go1.23-doc-1.23.10-150000.1.34.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-race-1.23.10-150000.1.34.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:go1.23-race-1.23.10-150000.1.34.1.aarch64" }, "product_reference": "go1.23-race-1.23.10-150000.1.34.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-race-1.23.10-150000.1.34.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:go1.23-race-1.23.10-150000.1.34.1.ppc64le" }, "product_reference": "go1.23-race-1.23.10-150000.1.34.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-race-1.23.10-150000.1.34.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:go1.23-race-1.23.10-150000.1.34.1.s390x" }, "product_reference": "go1.23-race-1.23.10-150000.1.34.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "go1.23-race-1.23.10-150000.1.34.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:go1.23-race-1.23.10-150000.1.34.1.x86_64" }, "product_reference": "go1.23-race-1.23.10-150000.1.34.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" } ] }, "vulnerabilities": [ { "cve": "CVE-2025-0913", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-0913" } ], "notes": [ { "category": "general", "text": "os.OpenFile(path, os.O_CREATE|O_EXCL) behaved differently on Unix and Windows systems when the target path was a dangling symlink. On Unix systems, OpenFile with O_CREATE and O_EXCL flags never follows symlinks. On Windows, when the target path was a symlink to a nonexistent location, OpenFile would create a file in that location. OpenFile now always returns an error when the O_CREATE and O_EXCL flags are both set and the target path is a symlink.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:go1.23-1.23.10-150000.1.34.1.aarch64", "SUSE Enterprise Storage 7.1:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Enterprise Storage 7.1:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "SUSE Enterprise Storage 7.1:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Enterprise Storage 7.1:go1.23-race-1.23.10-150000.1.34.1.aarch64", "SUSE Enterprise Storage 7.1:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-race-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-race-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-race-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-race-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-race-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-doc-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-doc-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-race-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-race-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-race-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-doc-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-race-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-doc-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-race-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-doc-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-race-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-race-1.23.10-150000.1.34.1.x86_64", "openSUSE Leap 15.6:go1.23-1.23.10-150000.1.34.1.aarch64", "openSUSE Leap 15.6:go1.23-1.23.10-150000.1.34.1.ppc64le", "openSUSE Leap 15.6:go1.23-1.23.10-150000.1.34.1.s390x", "openSUSE Leap 15.6:go1.23-1.23.10-150000.1.34.1.x86_64", "openSUSE Leap 15.6:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "openSUSE Leap 15.6:go1.23-doc-1.23.10-150000.1.34.1.ppc64le", "openSUSE Leap 15.6:go1.23-doc-1.23.10-150000.1.34.1.s390x", "openSUSE Leap 15.6:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "openSUSE Leap 15.6:go1.23-race-1.23.10-150000.1.34.1.aarch64", "openSUSE Leap 15.6:go1.23-race-1.23.10-150000.1.34.1.ppc64le", "openSUSE Leap 15.6:go1.23-race-1.23.10-150000.1.34.1.s390x", "openSUSE Leap 15.6:go1.23-race-1.23.10-150000.1.34.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-0913", "url": "https://www.suse.com/security/cve/CVE-2025-0913" }, { "category": "external", "summary": "SUSE Bug 1244157 for CVE-2025-0913", "url": "https://bugzilla.suse.com/1244157" } ], "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 Enterprise Storage 7.1:go1.23-1.23.10-150000.1.34.1.aarch64", "SUSE Enterprise Storage 7.1:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Enterprise Storage 7.1:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "SUSE Enterprise Storage 7.1:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Enterprise Storage 7.1:go1.23-race-1.23.10-150000.1.34.1.aarch64", "SUSE Enterprise Storage 7.1:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-race-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-race-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-race-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-race-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-race-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-doc-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-doc-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-race-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-race-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-race-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-doc-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-race-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-doc-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-race-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-doc-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-race-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-race-1.23.10-150000.1.34.1.x86_64", "openSUSE Leap 15.6:go1.23-1.23.10-150000.1.34.1.aarch64", "openSUSE Leap 15.6:go1.23-1.23.10-150000.1.34.1.ppc64le", "openSUSE Leap 15.6:go1.23-1.23.10-150000.1.34.1.s390x", "openSUSE Leap 15.6:go1.23-1.23.10-150000.1.34.1.x86_64", "openSUSE Leap 15.6:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "openSUSE Leap 15.6:go1.23-doc-1.23.10-150000.1.34.1.ppc64le", "openSUSE Leap 15.6:go1.23-doc-1.23.10-150000.1.34.1.s390x", "openSUSE Leap 15.6:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "openSUSE Leap 15.6:go1.23-race-1.23.10-150000.1.34.1.aarch64", "openSUSE Leap 15.6:go1.23-race-1.23.10-150000.1.34.1.ppc64le", "openSUSE Leap 15.6:go1.23-race-1.23.10-150000.1.34.1.s390x", "openSUSE Leap 15.6:go1.23-race-1.23.10-150000.1.34.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:go1.23-1.23.10-150000.1.34.1.aarch64", "SUSE Enterprise Storage 7.1:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Enterprise Storage 7.1:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "SUSE Enterprise Storage 7.1:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Enterprise Storage 7.1:go1.23-race-1.23.10-150000.1.34.1.aarch64", "SUSE Enterprise Storage 7.1:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-race-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-race-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-race-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-race-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-race-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-doc-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-doc-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-race-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-race-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-race-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-doc-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-race-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-doc-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-race-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-doc-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-race-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-race-1.23.10-150000.1.34.1.x86_64", "openSUSE Leap 15.6:go1.23-1.23.10-150000.1.34.1.aarch64", "openSUSE Leap 15.6:go1.23-1.23.10-150000.1.34.1.ppc64le", "openSUSE Leap 15.6:go1.23-1.23.10-150000.1.34.1.s390x", "openSUSE Leap 15.6:go1.23-1.23.10-150000.1.34.1.x86_64", "openSUSE Leap 15.6:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "openSUSE Leap 15.6:go1.23-doc-1.23.10-150000.1.34.1.ppc64le", "openSUSE Leap 15.6:go1.23-doc-1.23.10-150000.1.34.1.s390x", "openSUSE Leap 15.6:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "openSUSE Leap 15.6:go1.23-race-1.23.10-150000.1.34.1.aarch64", "openSUSE Leap 15.6:go1.23-race-1.23.10-150000.1.34.1.ppc64le", "openSUSE Leap 15.6:go1.23-race-1.23.10-150000.1.34.1.s390x", "openSUSE Leap 15.6:go1.23-race-1.23.10-150000.1.34.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-06-09T18:35:17Z", "details": "moderate" } ], "title": "CVE-2025-0913" }, { "cve": "CVE-2025-4673", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-4673" } ], "notes": [ { "category": "general", "text": "Proxy-Authorization and Proxy-Authenticate headers persisted on cross-origin redirects potentially leaking sensitive information.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:go1.23-1.23.10-150000.1.34.1.aarch64", "SUSE Enterprise Storage 7.1:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Enterprise Storage 7.1:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "SUSE Enterprise Storage 7.1:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Enterprise Storage 7.1:go1.23-race-1.23.10-150000.1.34.1.aarch64", "SUSE Enterprise Storage 7.1:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-race-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-race-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-race-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-race-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-race-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-doc-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-doc-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-race-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-race-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-race-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-doc-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-race-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-doc-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-race-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-doc-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-race-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-race-1.23.10-150000.1.34.1.x86_64", "openSUSE Leap 15.6:go1.23-1.23.10-150000.1.34.1.aarch64", "openSUSE Leap 15.6:go1.23-1.23.10-150000.1.34.1.ppc64le", "openSUSE Leap 15.6:go1.23-1.23.10-150000.1.34.1.s390x", "openSUSE Leap 15.6:go1.23-1.23.10-150000.1.34.1.x86_64", "openSUSE Leap 15.6:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "openSUSE Leap 15.6:go1.23-doc-1.23.10-150000.1.34.1.ppc64le", "openSUSE Leap 15.6:go1.23-doc-1.23.10-150000.1.34.1.s390x", "openSUSE Leap 15.6:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "openSUSE Leap 15.6:go1.23-race-1.23.10-150000.1.34.1.aarch64", "openSUSE Leap 15.6:go1.23-race-1.23.10-150000.1.34.1.ppc64le", "openSUSE Leap 15.6:go1.23-race-1.23.10-150000.1.34.1.s390x", "openSUSE Leap 15.6:go1.23-race-1.23.10-150000.1.34.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-4673", "url": "https://www.suse.com/security/cve/CVE-2025-4673" }, { "category": "external", "summary": "SUSE Bug 1244156 for CVE-2025-4673", "url": "https://bugzilla.suse.com/1244156" } ], "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 Enterprise Storage 7.1:go1.23-1.23.10-150000.1.34.1.aarch64", "SUSE Enterprise Storage 7.1:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Enterprise Storage 7.1:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "SUSE Enterprise Storage 7.1:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Enterprise Storage 7.1:go1.23-race-1.23.10-150000.1.34.1.aarch64", "SUSE Enterprise Storage 7.1:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-race-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-race-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-race-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-race-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-race-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-doc-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-doc-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-race-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-race-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-race-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-doc-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-race-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-doc-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-race-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-doc-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-race-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-race-1.23.10-150000.1.34.1.x86_64", "openSUSE Leap 15.6:go1.23-1.23.10-150000.1.34.1.aarch64", "openSUSE Leap 15.6:go1.23-1.23.10-150000.1.34.1.ppc64le", "openSUSE Leap 15.6:go1.23-1.23.10-150000.1.34.1.s390x", "openSUSE Leap 15.6:go1.23-1.23.10-150000.1.34.1.x86_64", "openSUSE Leap 15.6:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "openSUSE Leap 15.6:go1.23-doc-1.23.10-150000.1.34.1.ppc64le", "openSUSE Leap 15.6:go1.23-doc-1.23.10-150000.1.34.1.s390x", "openSUSE Leap 15.6:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "openSUSE Leap 15.6:go1.23-race-1.23.10-150000.1.34.1.aarch64", "openSUSE Leap 15.6:go1.23-race-1.23.10-150000.1.34.1.ppc64le", "openSUSE Leap 15.6:go1.23-race-1.23.10-150000.1.34.1.s390x", "openSUSE Leap 15.6:go1.23-race-1.23.10-150000.1.34.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.8, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:N/A:N", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:go1.23-1.23.10-150000.1.34.1.aarch64", "SUSE Enterprise Storage 7.1:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Enterprise Storage 7.1:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "SUSE Enterprise Storage 7.1:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Enterprise Storage 7.1:go1.23-race-1.23.10-150000.1.34.1.aarch64", "SUSE Enterprise Storage 7.1:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-race-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-race-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-race-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-race-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-race-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-doc-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-doc-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-race-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-race-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-race-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.10-150000.1.34.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.10-150000.1.34.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-doc-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-race-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-doc-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-race-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-race-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-doc-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-race-1.23.10-150000.1.34.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-race-1.23.10-150000.1.34.1.x86_64", "openSUSE Leap 15.6:go1.23-1.23.10-150000.1.34.1.aarch64", "openSUSE Leap 15.6:go1.23-1.23.10-150000.1.34.1.ppc64le", "openSUSE Leap 15.6:go1.23-1.23.10-150000.1.34.1.s390x", "openSUSE Leap 15.6:go1.23-1.23.10-150000.1.34.1.x86_64", "openSUSE Leap 15.6:go1.23-doc-1.23.10-150000.1.34.1.aarch64", "openSUSE Leap 15.6:go1.23-doc-1.23.10-150000.1.34.1.ppc64le", "openSUSE Leap 15.6:go1.23-doc-1.23.10-150000.1.34.1.s390x", "openSUSE Leap 15.6:go1.23-doc-1.23.10-150000.1.34.1.x86_64", "openSUSE Leap 15.6:go1.23-race-1.23.10-150000.1.34.1.aarch64", "openSUSE Leap 15.6:go1.23-race-1.23.10-150000.1.34.1.ppc64le", "openSUSE Leap 15.6:go1.23-race-1.23.10-150000.1.34.1.s390x", "openSUSE Leap 15.6:go1.23-race-1.23.10-150000.1.34.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-06-09T18:35:17Z", "details": "moderate" } ], "title": "CVE-2025-4673" } ] }
suse-su-2025:01846-1
Vulnerability from csaf_suse
Published
2025-06-09 18:34
Modified
2025-06-09 18:34
Summary
Security update for go1.24
Notes
Title of the patch
Security update for go1.24
Description of the patch
This update for go1.24 fixes the following issues:
go1.24.4 (released 2025-06-05) includes security fixes to the
crypto/x509, net/http, and os packages, as well as bug fixes to
the linker, the go command, and the hash/maphash and os packages.
( bsc#1236217 go1.24 release tracking CVE-2025-22874 CVE-2025-0913 CVE-2025-4673)
* CVE-2025-22874: crypto/x509: ExtKeyUsageAny bypasses policy validation (bsc#1244158)
* CVE-2025-0913: os: inconsistent handling of O_CREATE|O_EXCL on Unix and Windows (bsc#1244157)
* CVE-2025-4673: net/http: sensitive headers not cleared on cross-origin redirect (bsc#1244156)
* os: Root.Mkdir creates directories with zero permissions on OpenBSD
* hash/maphash: hashing channels with purego impl. of maphash.Comparable panics
* runtime/debug: BuildSetting does not document DefaultGODEBUG
* cmd/go: add fips140 module selection mechanism
* cmd/link: Go 1.24.3 and 1.23.9 regression - duplicated definition of symbol dlopen
* CVE-2025-22873: os: Root permits access to parent directory
Patchnames
SUSE-2025-1846,SUSE-SLE-Module-Development-Tools-15-SP6-2025-1846,SUSE-SLE-Module-Development-Tools-15-SP7-2025-1846,SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-1846,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-1846,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-1846,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-1846,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-1846,SUSE-SLE-Product-SLES-15-SP3-LTSS-2025-1846,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-1846,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-1846,SUSE-SLE-Product-SLES_SAP-15-SP3-2025-1846,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-1846,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-1846,SUSE-Storage-7.1-2025-1846,openSUSE-SLE-15.6-2025-1846
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "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.24", "title": "Title of the patch" }, { "category": "description", "text": "This update for go1.24 fixes the following issues:\n\ngo1.24.4 (released 2025-06-05) includes security fixes to the\ncrypto/x509, net/http, and os packages, as well as bug fixes to\nthe linker, the go command, and the hash/maphash and os packages.\n( bsc#1236217 go1.24 release tracking CVE-2025-22874 CVE-2025-0913 CVE-2025-4673)\n\n* CVE-2025-22874: crypto/x509: ExtKeyUsageAny bypasses policy validation (bsc#1244158)\n* CVE-2025-0913: os: inconsistent handling of O_CREATE|O_EXCL on Unix and Windows (bsc#1244157)\n* CVE-2025-4673: net/http: sensitive headers not cleared on cross-origin redirect (bsc#1244156)\n* os: Root.Mkdir creates directories with zero permissions on OpenBSD\n* hash/maphash: hashing channels with purego impl. of maphash.Comparable panics\n* runtime/debug: BuildSetting does not document DefaultGODEBUG\n* cmd/go: add fips140 module selection mechanism\n* cmd/link: Go 1.24.3 and 1.23.9 regression - duplicated definition of symbol dlopen\n* CVE-2025-22873: os: Root permits access to parent directory", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2025-1846,SUSE-SLE-Module-Development-Tools-15-SP6-2025-1846,SUSE-SLE-Module-Development-Tools-15-SP7-2025-1846,SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-1846,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-1846,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-1846,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-1846,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-1846,SUSE-SLE-Product-SLES-15-SP3-LTSS-2025-1846,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-1846,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-1846,SUSE-SLE-Product-SLES_SAP-15-SP3-2025-1846,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-1846,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-1846,SUSE-Storage-7.1-2025-1846,openSUSE-SLE-15.6-2025-1846", "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-2025_01846-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2025:01846-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501846-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2025:01846-1", "url": "https://lists.suse.com/pipermail/sle-updates/2025-June/040191.html" }, { "category": "self", "summary": "SUSE Bug 1236217", "url": "https://bugzilla.suse.com/1236217" }, { "category": "self", "summary": "SUSE Bug 1242715", "url": "https://bugzilla.suse.com/1242715" }, { "category": "self", "summary": "SUSE Bug 1244156", "url": "https://bugzilla.suse.com/1244156" }, { "category": "self", "summary": "SUSE Bug 1244157", "url": "https://bugzilla.suse.com/1244157" }, { "category": "self", "summary": "SUSE Bug 1244158", "url": "https://bugzilla.suse.com/1244158" }, { "category": "self", "summary": "SUSE CVE CVE-2025-0913 page", "url": "https://www.suse.com/security/cve/CVE-2025-0913/" }, { "category": "self", "summary": "SUSE CVE CVE-2025-22873 page", "url": "https://www.suse.com/security/cve/CVE-2025-22873/" }, { "category": "self", "summary": "SUSE CVE CVE-2025-22874 page", "url": "https://www.suse.com/security/cve/CVE-2025-22874/" }, { "category": "self", "summary": "SUSE CVE CVE-2025-4673 page", "url": "https://www.suse.com/security/cve/CVE-2025-4673/" } ], "title": "Security update for go1.24", "tracking": { "current_release_date": "2025-06-09T18:34:01Z", "generator": { "date": "2025-06-09T18:34:01Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2025:01846-1", "initial_release_date": "2025-06-09T18:34:01Z", "revision_history": [ { "date": "2025-06-09T18:34:01Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "go1.24-1.24.4-150000.1.26.1.aarch64", "product": { "name": "go1.24-1.24.4-150000.1.26.1.aarch64", "product_id": "go1.24-1.24.4-150000.1.26.1.aarch64" } }, { "category": "product_version", "name": "go1.24-doc-1.24.4-150000.1.26.1.aarch64", "product": { "name": "go1.24-doc-1.24.4-150000.1.26.1.aarch64", "product_id": "go1.24-doc-1.24.4-150000.1.26.1.aarch64" } }, { "category": "product_version", "name": "go1.24-race-1.24.4-150000.1.26.1.aarch64", "product": { "name": "go1.24-race-1.24.4-150000.1.26.1.aarch64", "product_id": "go1.24-race-1.24.4-150000.1.26.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "go1.24-1.24.4-150000.1.26.1.i586", "product": { "name": "go1.24-1.24.4-150000.1.26.1.i586", "product_id": "go1.24-1.24.4-150000.1.26.1.i586" } }, { "category": "product_version", "name": "go1.24-doc-1.24.4-150000.1.26.1.i586", "product": { "name": "go1.24-doc-1.24.4-150000.1.26.1.i586", "product_id": "go1.24-doc-1.24.4-150000.1.26.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "go1.24-1.24.4-150000.1.26.1.ppc64le", "product": { "name": "go1.24-1.24.4-150000.1.26.1.ppc64le", "product_id": "go1.24-1.24.4-150000.1.26.1.ppc64le" } }, { "category": "product_version", "name": "go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "product": { "name": "go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "product_id": "go1.24-doc-1.24.4-150000.1.26.1.ppc64le" } }, { "category": "product_version", "name": "go1.24-race-1.24.4-150000.1.26.1.ppc64le", "product": { "name": "go1.24-race-1.24.4-150000.1.26.1.ppc64le", "product_id": "go1.24-race-1.24.4-150000.1.26.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "go1.24-1.24.4-150000.1.26.1.s390x", "product": { "name": "go1.24-1.24.4-150000.1.26.1.s390x", "product_id": "go1.24-1.24.4-150000.1.26.1.s390x" } }, { "category": "product_version", "name": "go1.24-doc-1.24.4-150000.1.26.1.s390x", "product": { "name": "go1.24-doc-1.24.4-150000.1.26.1.s390x", "product_id": "go1.24-doc-1.24.4-150000.1.26.1.s390x" } }, { "category": "product_version", "name": "go1.24-race-1.24.4-150000.1.26.1.s390x", "product": { "name": "go1.24-race-1.24.4-150000.1.26.1.s390x", "product_id": "go1.24-race-1.24.4-150000.1.26.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "go1.24-1.24.4-150000.1.26.1.x86_64", "product": { "name": "go1.24-1.24.4-150000.1.26.1.x86_64", "product_id": "go1.24-1.24.4-150000.1.26.1.x86_64" } }, { "category": "product_version", "name": "go1.24-doc-1.24.4-150000.1.26.1.x86_64", "product": { "name": "go1.24-doc-1.24.4-150000.1.26.1.x86_64", "product_id": "go1.24-doc-1.24.4-150000.1.26.1.x86_64" } }, { "category": "product_version", "name": "go1.24-race-1.24.4-150000.1.26.1.x86_64", "product": { "name": "go1.24-race-1.24.4-150000.1.26.1.x86_64", "product_id": "go1.24-race-1.24.4-150000.1.26.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Module for Development Tools 15 SP6", "product": { "name": "SUSE Linux Enterprise Module for Development Tools 15 SP6", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-development-tools:15:sp6" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Development Tools 15 SP7", "product": { "name": "SUSE Linux Enterprise Module for Development Tools 15 SP7", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-development-tools:15:sp7" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP4-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP5-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp5" } } }, { "category": "product_name", "name": "SUSE Enterprise Storage 7.1", "product": { "name": "SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1", "product_identification_helper": { "cpe": "cpe:/o:suse:ses:7.1" } } }, { "category": "product_name", "name": "openSUSE Leap 15.6", "product": { "name": "openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.6" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "go1.24-1.24.4-150000.1.26.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.4-150000.1.26.1.aarch64" }, "product_reference": "go1.24-1.24.4-150000.1.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-1.24.4-150000.1.26.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.4-150000.1.26.1.ppc64le" }, "product_reference": "go1.24-1.24.4-150000.1.26.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-1.24.4-150000.1.26.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.4-150000.1.26.1.s390x" }, "product_reference": "go1.24-1.24.4-150000.1.26.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-1.24.4-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.4-150000.1.26.1.x86_64" }, "product_reference": "go1.24-1.24.4-150000.1.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-doc-1.24.4-150000.1.26.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.4-150000.1.26.1.aarch64" }, "product_reference": "go1.24-doc-1.24.4-150000.1.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-doc-1.24.4-150000.1.26.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.4-150000.1.26.1.ppc64le" }, "product_reference": "go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-doc-1.24.4-150000.1.26.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.4-150000.1.26.1.s390x" }, "product_reference": "go1.24-doc-1.24.4-150000.1.26.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-doc-1.24.4-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.4-150000.1.26.1.x86_64" }, "product_reference": "go1.24-doc-1.24.4-150000.1.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-race-1.24.4-150000.1.26.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.4-150000.1.26.1.aarch64" }, "product_reference": "go1.24-race-1.24.4-150000.1.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-race-1.24.4-150000.1.26.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.4-150000.1.26.1.ppc64le" }, "product_reference": "go1.24-race-1.24.4-150000.1.26.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-race-1.24.4-150000.1.26.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.4-150000.1.26.1.s390x" }, "product_reference": "go1.24-race-1.24.4-150000.1.26.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-race-1.24.4-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.4-150000.1.26.1.x86_64" }, "product_reference": "go1.24-race-1.24.4-150000.1.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-1.24.4-150000.1.26.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.4-150000.1.26.1.aarch64" }, "product_reference": "go1.24-1.24.4-150000.1.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-1.24.4-150000.1.26.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP7", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.4-150000.1.26.1.ppc64le" }, "product_reference": "go1.24-1.24.4-150000.1.26.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-1.24.4-150000.1.26.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP7", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.4-150000.1.26.1.s390x" }, "product_reference": "go1.24-1.24.4-150000.1.26.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-1.24.4-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.4-150000.1.26.1.x86_64" }, "product_reference": "go1.24-1.24.4-150000.1.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-doc-1.24.4-150000.1.26.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.4-150000.1.26.1.aarch64" }, "product_reference": "go1.24-doc-1.24.4-150000.1.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-doc-1.24.4-150000.1.26.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP7", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.4-150000.1.26.1.ppc64le" }, "product_reference": "go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-doc-1.24.4-150000.1.26.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP7", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.4-150000.1.26.1.s390x" }, "product_reference": "go1.24-doc-1.24.4-150000.1.26.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-doc-1.24.4-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.4-150000.1.26.1.x86_64" }, "product_reference": "go1.24-doc-1.24.4-150000.1.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-race-1.24.4-150000.1.26.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.4-150000.1.26.1.aarch64" }, "product_reference": "go1.24-race-1.24.4-150000.1.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-race-1.24.4-150000.1.26.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP7", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.4-150000.1.26.1.ppc64le" }, "product_reference": "go1.24-race-1.24.4-150000.1.26.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-race-1.24.4-150000.1.26.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP7", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.4-150000.1.26.1.s390x" }, "product_reference": "go1.24-race-1.24.4-150000.1.26.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-race-1.24.4-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.4-150000.1.26.1.x86_64" }, "product_reference": "go1.24-race-1.24.4-150000.1.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-1.24.4-150000.1.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64" }, "product_reference": "go1.24-1.24.4-150000.1.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-1.24.4-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64" }, "product_reference": "go1.24-1.24.4-150000.1.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-doc-1.24.4-150000.1.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64" }, "product_reference": "go1.24-doc-1.24.4-150000.1.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-doc-1.24.4-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64" }, "product_reference": "go1.24-doc-1.24.4-150000.1.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-race-1.24.4-150000.1.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64" }, "product_reference": "go1.24-race-1.24.4-150000.1.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-race-1.24.4-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64" }, "product_reference": "go1.24-race-1.24.4-150000.1.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-1.24.4-150000.1.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.4-150000.1.26.1.aarch64" }, "product_reference": "go1.24-1.24.4-150000.1.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-1.24.4-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.4-150000.1.26.1.x86_64" }, "product_reference": "go1.24-1.24.4-150000.1.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-doc-1.24.4-150000.1.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.4-150000.1.26.1.aarch64" }, "product_reference": "go1.24-doc-1.24.4-150000.1.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-doc-1.24.4-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.4-150000.1.26.1.x86_64" }, "product_reference": "go1.24-doc-1.24.4-150000.1.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-race-1.24.4-150000.1.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.4-150000.1.26.1.aarch64" }, "product_reference": "go1.24-race-1.24.4-150000.1.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-race-1.24.4-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.4-150000.1.26.1.x86_64" }, "product_reference": "go1.24-race-1.24.4-150000.1.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-1.24.4-150000.1.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64" }, "product_reference": "go1.24-1.24.4-150000.1.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-1.24.4-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64" }, "product_reference": "go1.24-1.24.4-150000.1.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-doc-1.24.4-150000.1.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64" }, "product_reference": "go1.24-doc-1.24.4-150000.1.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-doc-1.24.4-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64" }, "product_reference": "go1.24-doc-1.24.4-150000.1.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-race-1.24.4-150000.1.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64" }, "product_reference": "go1.24-race-1.24.4-150000.1.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-race-1.24.4-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64" }, "product_reference": "go1.24-race-1.24.4-150000.1.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-1.24.4-150000.1.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.4-150000.1.26.1.aarch64" }, "product_reference": "go1.24-1.24.4-150000.1.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-1.24.4-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.4-150000.1.26.1.x86_64" }, "product_reference": "go1.24-1.24.4-150000.1.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-doc-1.24.4-150000.1.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.4-150000.1.26.1.aarch64" }, "product_reference": "go1.24-doc-1.24.4-150000.1.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-doc-1.24.4-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.4-150000.1.26.1.x86_64" }, "product_reference": "go1.24-doc-1.24.4-150000.1.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-race-1.24.4-150000.1.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.4-150000.1.26.1.aarch64" }, "product_reference": "go1.24-race-1.24.4-150000.1.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-race-1.24.4-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.4-150000.1.26.1.x86_64" }, "product_reference": "go1.24-race-1.24.4-150000.1.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-1.24.4-150000.1.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64" }, "product_reference": "go1.24-1.24.4-150000.1.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-1.24.4-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64" }, "product_reference": "go1.24-1.24.4-150000.1.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-doc-1.24.4-150000.1.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64" }, "product_reference": "go1.24-doc-1.24.4-150000.1.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-doc-1.24.4-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64" }, "product_reference": "go1.24-doc-1.24.4-150000.1.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-race-1.24.4-150000.1.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64" }, "product_reference": "go1.24-race-1.24.4-150000.1.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-race-1.24.4-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64" }, "product_reference": "go1.24-race-1.24.4-150000.1.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-1.24.4-150000.1.26.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64" }, "product_reference": "go1.24-1.24.4-150000.1.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-1.24.4-150000.1.26.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.ppc64le" }, "product_reference": "go1.24-1.24.4-150000.1.26.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-1.24.4-150000.1.26.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.s390x" }, "product_reference": "go1.24-1.24.4-150000.1.26.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-1.24.4-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64" }, "product_reference": "go1.24-1.24.4-150000.1.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-doc-1.24.4-150000.1.26.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64" }, "product_reference": "go1.24-doc-1.24.4-150000.1.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-doc-1.24.4-150000.1.26.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.ppc64le" }, "product_reference": "go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-doc-1.24.4-150000.1.26.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.s390x" }, "product_reference": "go1.24-doc-1.24.4-150000.1.26.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-doc-1.24.4-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64" }, "product_reference": "go1.24-doc-1.24.4-150000.1.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-race-1.24.4-150000.1.26.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64" }, "product_reference": "go1.24-race-1.24.4-150000.1.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-race-1.24.4-150000.1.26.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.ppc64le" }, "product_reference": "go1.24-race-1.24.4-150000.1.26.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-race-1.24.4-150000.1.26.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.s390x" }, "product_reference": "go1.24-race-1.24.4-150000.1.26.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-race-1.24.4-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64" }, "product_reference": "go1.24-race-1.24.4-150000.1.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-1.24.4-150000.1.26.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64" }, "product_reference": "go1.24-1.24.4-150000.1.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-1.24.4-150000.1.26.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.ppc64le" }, "product_reference": "go1.24-1.24.4-150000.1.26.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-1.24.4-150000.1.26.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.s390x" }, "product_reference": "go1.24-1.24.4-150000.1.26.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-1.24.4-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64" }, "product_reference": "go1.24-1.24.4-150000.1.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-doc-1.24.4-150000.1.26.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64" }, "product_reference": "go1.24-doc-1.24.4-150000.1.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-doc-1.24.4-150000.1.26.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.ppc64le" }, "product_reference": "go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-doc-1.24.4-150000.1.26.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.s390x" }, "product_reference": "go1.24-doc-1.24.4-150000.1.26.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-doc-1.24.4-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64" }, "product_reference": "go1.24-doc-1.24.4-150000.1.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-race-1.24.4-150000.1.26.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64" }, "product_reference": "go1.24-race-1.24.4-150000.1.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-race-1.24.4-150000.1.26.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.ppc64le" }, "product_reference": "go1.24-race-1.24.4-150000.1.26.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-race-1.24.4-150000.1.26.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.s390x" }, "product_reference": "go1.24-race-1.24.4-150000.1.26.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-race-1.24.4-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64" }, "product_reference": "go1.24-race-1.24.4-150000.1.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-1.24.4-150000.1.26.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64" }, "product_reference": "go1.24-1.24.4-150000.1.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-1.24.4-150000.1.26.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.ppc64le" }, "product_reference": "go1.24-1.24.4-150000.1.26.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-1.24.4-150000.1.26.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.s390x" }, "product_reference": "go1.24-1.24.4-150000.1.26.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-1.24.4-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64" }, "product_reference": "go1.24-1.24.4-150000.1.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-doc-1.24.4-150000.1.26.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64" }, "product_reference": "go1.24-doc-1.24.4-150000.1.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-doc-1.24.4-150000.1.26.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.ppc64le" }, "product_reference": "go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-doc-1.24.4-150000.1.26.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.s390x" }, "product_reference": "go1.24-doc-1.24.4-150000.1.26.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-doc-1.24.4-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64" }, "product_reference": "go1.24-doc-1.24.4-150000.1.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-race-1.24.4-150000.1.26.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64" }, "product_reference": "go1.24-race-1.24.4-150000.1.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-race-1.24.4-150000.1.26.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.ppc64le" }, "product_reference": "go1.24-race-1.24.4-150000.1.26.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-race-1.24.4-150000.1.26.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.s390x" }, "product_reference": "go1.24-race-1.24.4-150000.1.26.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-race-1.24.4-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64" }, "product_reference": "go1.24-race-1.24.4-150000.1.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-1.24.4-150000.1.26.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.4-150000.1.26.1.ppc64le" }, "product_reference": "go1.24-1.24.4-150000.1.26.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-1.24.4-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.4-150000.1.26.1.x86_64" }, "product_reference": "go1.24-1.24.4-150000.1.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-doc-1.24.4-150000.1.26.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.4-150000.1.26.1.ppc64le" }, "product_reference": "go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-doc-1.24.4-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.4-150000.1.26.1.x86_64" }, "product_reference": "go1.24-doc-1.24.4-150000.1.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-race-1.24.4-150000.1.26.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.4-150000.1.26.1.ppc64le" }, "product_reference": "go1.24-race-1.24.4-150000.1.26.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-race-1.24.4-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.4-150000.1.26.1.x86_64" }, "product_reference": "go1.24-race-1.24.4-150000.1.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-1.24.4-150000.1.26.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.4-150000.1.26.1.ppc64le" }, "product_reference": "go1.24-1.24.4-150000.1.26.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-1.24.4-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.4-150000.1.26.1.x86_64" }, "product_reference": "go1.24-1.24.4-150000.1.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-doc-1.24.4-150000.1.26.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.4-150000.1.26.1.ppc64le" }, "product_reference": "go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-doc-1.24.4-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.4-150000.1.26.1.x86_64" }, "product_reference": "go1.24-doc-1.24.4-150000.1.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-race-1.24.4-150000.1.26.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.4-150000.1.26.1.ppc64le" }, "product_reference": "go1.24-race-1.24.4-150000.1.26.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-race-1.24.4-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.4-150000.1.26.1.x86_64" }, "product_reference": "go1.24-race-1.24.4-150000.1.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-1.24.4-150000.1.26.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.4-150000.1.26.1.ppc64le" }, "product_reference": "go1.24-1.24.4-150000.1.26.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-1.24.4-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.4-150000.1.26.1.x86_64" }, "product_reference": "go1.24-1.24.4-150000.1.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-doc-1.24.4-150000.1.26.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.4-150000.1.26.1.ppc64le" }, "product_reference": "go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-doc-1.24.4-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.4-150000.1.26.1.x86_64" }, "product_reference": "go1.24-doc-1.24.4-150000.1.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-race-1.24.4-150000.1.26.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.4-150000.1.26.1.ppc64le" }, "product_reference": "go1.24-race-1.24.4-150000.1.26.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-race-1.24.4-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.4-150000.1.26.1.x86_64" }, "product_reference": "go1.24-race-1.24.4-150000.1.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-1.24.4-150000.1.26.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:go1.24-1.24.4-150000.1.26.1.aarch64" }, "product_reference": "go1.24-1.24.4-150000.1.26.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-1.24.4-150000.1.26.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:go1.24-1.24.4-150000.1.26.1.x86_64" }, "product_reference": "go1.24-1.24.4-150000.1.26.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-doc-1.24.4-150000.1.26.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:go1.24-doc-1.24.4-150000.1.26.1.aarch64" }, "product_reference": "go1.24-doc-1.24.4-150000.1.26.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-doc-1.24.4-150000.1.26.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:go1.24-doc-1.24.4-150000.1.26.1.x86_64" }, "product_reference": "go1.24-doc-1.24.4-150000.1.26.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-race-1.24.4-150000.1.26.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:go1.24-race-1.24.4-150000.1.26.1.aarch64" }, "product_reference": "go1.24-race-1.24.4-150000.1.26.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-race-1.24.4-150000.1.26.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:go1.24-race-1.24.4-150000.1.26.1.x86_64" }, "product_reference": "go1.24-race-1.24.4-150000.1.26.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-1.24.4-150000.1.26.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:go1.24-1.24.4-150000.1.26.1.aarch64" }, "product_reference": "go1.24-1.24.4-150000.1.26.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-1.24.4-150000.1.26.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:go1.24-1.24.4-150000.1.26.1.ppc64le" }, "product_reference": "go1.24-1.24.4-150000.1.26.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-1.24.4-150000.1.26.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:go1.24-1.24.4-150000.1.26.1.s390x" }, "product_reference": "go1.24-1.24.4-150000.1.26.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-1.24.4-150000.1.26.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:go1.24-1.24.4-150000.1.26.1.x86_64" }, "product_reference": "go1.24-1.24.4-150000.1.26.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-doc-1.24.4-150000.1.26.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:go1.24-doc-1.24.4-150000.1.26.1.aarch64" }, "product_reference": "go1.24-doc-1.24.4-150000.1.26.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-doc-1.24.4-150000.1.26.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:go1.24-doc-1.24.4-150000.1.26.1.ppc64le" }, "product_reference": "go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-doc-1.24.4-150000.1.26.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:go1.24-doc-1.24.4-150000.1.26.1.s390x" }, "product_reference": "go1.24-doc-1.24.4-150000.1.26.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-doc-1.24.4-150000.1.26.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:go1.24-doc-1.24.4-150000.1.26.1.x86_64" }, "product_reference": "go1.24-doc-1.24.4-150000.1.26.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-race-1.24.4-150000.1.26.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:go1.24-race-1.24.4-150000.1.26.1.aarch64" }, "product_reference": "go1.24-race-1.24.4-150000.1.26.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-race-1.24.4-150000.1.26.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:go1.24-race-1.24.4-150000.1.26.1.ppc64le" }, "product_reference": "go1.24-race-1.24.4-150000.1.26.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-race-1.24.4-150000.1.26.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:go1.24-race-1.24.4-150000.1.26.1.s390x" }, "product_reference": "go1.24-race-1.24.4-150000.1.26.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "go1.24-race-1.24.4-150000.1.26.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:go1.24-race-1.24.4-150000.1.26.1.x86_64" }, "product_reference": "go1.24-race-1.24.4-150000.1.26.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" } ] }, "vulnerabilities": [ { "cve": "CVE-2025-0913", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-0913" } ], "notes": [ { "category": "general", "text": "os.OpenFile(path, os.O_CREATE|O_EXCL) behaved differently on Unix and Windows systems when the target path was a dangling symlink. On Unix systems, OpenFile with O_CREATE and O_EXCL flags never follows symlinks. On Windows, when the target path was a symlink to a nonexistent location, OpenFile would create a file in that location. OpenFile now always returns an error when the O_CREATE and O_EXCL flags are both set and the target path is a symlink.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Enterprise Storage 7.1:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Enterprise Storage 7.1:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Enterprise Storage 7.1:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Enterprise Storage 7.1:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Enterprise Storage 7.1:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.4-150000.1.26.1.x86_64", "openSUSE Leap 15.6:go1.24-1.24.4-150000.1.26.1.aarch64", "openSUSE Leap 15.6:go1.24-1.24.4-150000.1.26.1.ppc64le", "openSUSE Leap 15.6:go1.24-1.24.4-150000.1.26.1.s390x", "openSUSE Leap 15.6:go1.24-1.24.4-150000.1.26.1.x86_64", "openSUSE Leap 15.6:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "openSUSE Leap 15.6:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "openSUSE Leap 15.6:go1.24-doc-1.24.4-150000.1.26.1.s390x", "openSUSE Leap 15.6:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "openSUSE Leap 15.6:go1.24-race-1.24.4-150000.1.26.1.aarch64", "openSUSE Leap 15.6:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "openSUSE Leap 15.6:go1.24-race-1.24.4-150000.1.26.1.s390x", "openSUSE Leap 15.6:go1.24-race-1.24.4-150000.1.26.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-0913", "url": "https://www.suse.com/security/cve/CVE-2025-0913" }, { "category": "external", "summary": "SUSE Bug 1244157 for CVE-2025-0913", "url": "https://bugzilla.suse.com/1244157" } ], "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 Enterprise Storage 7.1:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Enterprise Storage 7.1:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Enterprise Storage 7.1:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Enterprise Storage 7.1:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Enterprise Storage 7.1:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Enterprise Storage 7.1:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.4-150000.1.26.1.x86_64", "openSUSE Leap 15.6:go1.24-1.24.4-150000.1.26.1.aarch64", "openSUSE Leap 15.6:go1.24-1.24.4-150000.1.26.1.ppc64le", "openSUSE Leap 15.6:go1.24-1.24.4-150000.1.26.1.s390x", "openSUSE Leap 15.6:go1.24-1.24.4-150000.1.26.1.x86_64", "openSUSE Leap 15.6:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "openSUSE Leap 15.6:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "openSUSE Leap 15.6:go1.24-doc-1.24.4-150000.1.26.1.s390x", "openSUSE Leap 15.6:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "openSUSE Leap 15.6:go1.24-race-1.24.4-150000.1.26.1.aarch64", "openSUSE Leap 15.6:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "openSUSE Leap 15.6:go1.24-race-1.24.4-150000.1.26.1.s390x", "openSUSE Leap 15.6:go1.24-race-1.24.4-150000.1.26.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Enterprise Storage 7.1:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Enterprise Storage 7.1:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Enterprise Storage 7.1:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Enterprise Storage 7.1:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Enterprise Storage 7.1:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.4-150000.1.26.1.x86_64", "openSUSE Leap 15.6:go1.24-1.24.4-150000.1.26.1.aarch64", "openSUSE Leap 15.6:go1.24-1.24.4-150000.1.26.1.ppc64le", "openSUSE Leap 15.6:go1.24-1.24.4-150000.1.26.1.s390x", "openSUSE Leap 15.6:go1.24-1.24.4-150000.1.26.1.x86_64", "openSUSE Leap 15.6:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "openSUSE Leap 15.6:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "openSUSE Leap 15.6:go1.24-doc-1.24.4-150000.1.26.1.s390x", "openSUSE Leap 15.6:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "openSUSE Leap 15.6:go1.24-race-1.24.4-150000.1.26.1.aarch64", "openSUSE Leap 15.6:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "openSUSE Leap 15.6:go1.24-race-1.24.4-150000.1.26.1.s390x", "openSUSE Leap 15.6:go1.24-race-1.24.4-150000.1.26.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-06-09T18:34:01Z", "details": "moderate" } ], "title": "CVE-2025-0913" }, { "cve": "CVE-2025-22873", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-22873" } ], "notes": [ { "category": "general", "text": "unknown", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Enterprise Storage 7.1:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Enterprise Storage 7.1:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Enterprise Storage 7.1:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Enterprise Storage 7.1:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Enterprise Storage 7.1:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.4-150000.1.26.1.x86_64", "openSUSE Leap 15.6:go1.24-1.24.4-150000.1.26.1.aarch64", "openSUSE Leap 15.6:go1.24-1.24.4-150000.1.26.1.ppc64le", "openSUSE Leap 15.6:go1.24-1.24.4-150000.1.26.1.s390x", "openSUSE Leap 15.6:go1.24-1.24.4-150000.1.26.1.x86_64", "openSUSE Leap 15.6:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "openSUSE Leap 15.6:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "openSUSE Leap 15.6:go1.24-doc-1.24.4-150000.1.26.1.s390x", "openSUSE Leap 15.6:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "openSUSE Leap 15.6:go1.24-race-1.24.4-150000.1.26.1.aarch64", "openSUSE Leap 15.6:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "openSUSE Leap 15.6:go1.24-race-1.24.4-150000.1.26.1.s390x", "openSUSE Leap 15.6:go1.24-race-1.24.4-150000.1.26.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-22873", "url": "https://www.suse.com/security/cve/CVE-2025-22873" }, { "category": "external", "summary": "SUSE Bug 1242715 for CVE-2025-22873", "url": "https://bugzilla.suse.com/1242715" } ], "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 Enterprise Storage 7.1:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Enterprise Storage 7.1:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Enterprise Storage 7.1:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Enterprise Storage 7.1:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Enterprise Storage 7.1:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Enterprise Storage 7.1:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.4-150000.1.26.1.x86_64", "openSUSE Leap 15.6:go1.24-1.24.4-150000.1.26.1.aarch64", "openSUSE Leap 15.6:go1.24-1.24.4-150000.1.26.1.ppc64le", "openSUSE Leap 15.6:go1.24-1.24.4-150000.1.26.1.s390x", "openSUSE Leap 15.6:go1.24-1.24.4-150000.1.26.1.x86_64", "openSUSE Leap 15.6:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "openSUSE Leap 15.6:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "openSUSE Leap 15.6:go1.24-doc-1.24.4-150000.1.26.1.s390x", "openSUSE Leap 15.6:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "openSUSE Leap 15.6:go1.24-race-1.24.4-150000.1.26.1.aarch64", "openSUSE Leap 15.6:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "openSUSE Leap 15.6:go1.24-race-1.24.4-150000.1.26.1.s390x", "openSUSE Leap 15.6:go1.24-race-1.24.4-150000.1.26.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Enterprise Storage 7.1:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Enterprise Storage 7.1:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Enterprise Storage 7.1:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Enterprise Storage 7.1:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Enterprise Storage 7.1:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.4-150000.1.26.1.x86_64", "openSUSE Leap 15.6:go1.24-1.24.4-150000.1.26.1.aarch64", "openSUSE Leap 15.6:go1.24-1.24.4-150000.1.26.1.ppc64le", "openSUSE Leap 15.6:go1.24-1.24.4-150000.1.26.1.s390x", "openSUSE Leap 15.6:go1.24-1.24.4-150000.1.26.1.x86_64", "openSUSE Leap 15.6:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "openSUSE Leap 15.6:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "openSUSE Leap 15.6:go1.24-doc-1.24.4-150000.1.26.1.s390x", "openSUSE Leap 15.6:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "openSUSE Leap 15.6:go1.24-race-1.24.4-150000.1.26.1.aarch64", "openSUSE Leap 15.6:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "openSUSE Leap 15.6:go1.24-race-1.24.4-150000.1.26.1.s390x", "openSUSE Leap 15.6:go1.24-race-1.24.4-150000.1.26.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-06-09T18:34:01Z", "details": "moderate" } ], "title": "CVE-2025-22873" }, { "cve": "CVE-2025-22874", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-22874" } ], "notes": [ { "category": "general", "text": "Calling Verify with a VerifyOptions.KeyUsages that contains ExtKeyUsageAny unintentionally disabledpolicy validation. This only affected certificate chains which contain policy graphs, which are rather uncommon.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Enterprise Storage 7.1:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Enterprise Storage 7.1:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Enterprise Storage 7.1:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Enterprise Storage 7.1:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Enterprise Storage 7.1:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.4-150000.1.26.1.x86_64", "openSUSE Leap 15.6:go1.24-1.24.4-150000.1.26.1.aarch64", "openSUSE Leap 15.6:go1.24-1.24.4-150000.1.26.1.ppc64le", "openSUSE Leap 15.6:go1.24-1.24.4-150000.1.26.1.s390x", "openSUSE Leap 15.6:go1.24-1.24.4-150000.1.26.1.x86_64", "openSUSE Leap 15.6:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "openSUSE Leap 15.6:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "openSUSE Leap 15.6:go1.24-doc-1.24.4-150000.1.26.1.s390x", "openSUSE Leap 15.6:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "openSUSE Leap 15.6:go1.24-race-1.24.4-150000.1.26.1.aarch64", "openSUSE Leap 15.6:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "openSUSE Leap 15.6:go1.24-race-1.24.4-150000.1.26.1.s390x", "openSUSE Leap 15.6:go1.24-race-1.24.4-150000.1.26.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-22874", "url": "https://www.suse.com/security/cve/CVE-2025-22874" }, { "category": "external", "summary": "SUSE Bug 1244158 for CVE-2025-22874", "url": "https://bugzilla.suse.com/1244158" } ], "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 Enterprise Storage 7.1:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Enterprise Storage 7.1:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Enterprise Storage 7.1:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Enterprise Storage 7.1:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Enterprise Storage 7.1:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Enterprise Storage 7.1:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.4-150000.1.26.1.x86_64", "openSUSE Leap 15.6:go1.24-1.24.4-150000.1.26.1.aarch64", "openSUSE Leap 15.6:go1.24-1.24.4-150000.1.26.1.ppc64le", "openSUSE Leap 15.6:go1.24-1.24.4-150000.1.26.1.s390x", "openSUSE Leap 15.6:go1.24-1.24.4-150000.1.26.1.x86_64", "openSUSE Leap 15.6:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "openSUSE Leap 15.6:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "openSUSE Leap 15.6:go1.24-doc-1.24.4-150000.1.26.1.s390x", "openSUSE Leap 15.6:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "openSUSE Leap 15.6:go1.24-race-1.24.4-150000.1.26.1.aarch64", "openSUSE Leap 15.6:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "openSUSE Leap 15.6:go1.24-race-1.24.4-150000.1.26.1.s390x", "openSUSE Leap 15.6:go1.24-race-1.24.4-150000.1.26.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:H/A:N", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Enterprise Storage 7.1:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Enterprise Storage 7.1:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Enterprise Storage 7.1:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Enterprise Storage 7.1:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Enterprise Storage 7.1:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.4-150000.1.26.1.x86_64", "openSUSE Leap 15.6:go1.24-1.24.4-150000.1.26.1.aarch64", "openSUSE Leap 15.6:go1.24-1.24.4-150000.1.26.1.ppc64le", "openSUSE Leap 15.6:go1.24-1.24.4-150000.1.26.1.s390x", "openSUSE Leap 15.6:go1.24-1.24.4-150000.1.26.1.x86_64", "openSUSE Leap 15.6:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "openSUSE Leap 15.6:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "openSUSE Leap 15.6:go1.24-doc-1.24.4-150000.1.26.1.s390x", "openSUSE Leap 15.6:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "openSUSE Leap 15.6:go1.24-race-1.24.4-150000.1.26.1.aarch64", "openSUSE Leap 15.6:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "openSUSE Leap 15.6:go1.24-race-1.24.4-150000.1.26.1.s390x", "openSUSE Leap 15.6:go1.24-race-1.24.4-150000.1.26.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-06-09T18:34:01Z", "details": "important" } ], "title": "CVE-2025-22874" }, { "cve": "CVE-2025-4673", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-4673" } ], "notes": [ { "category": "general", "text": "Proxy-Authorization and Proxy-Authenticate headers persisted on cross-origin redirects potentially leaking sensitive information.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Enterprise Storage 7.1:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Enterprise Storage 7.1:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Enterprise Storage 7.1:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Enterprise Storage 7.1:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Enterprise Storage 7.1:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.4-150000.1.26.1.x86_64", "openSUSE Leap 15.6:go1.24-1.24.4-150000.1.26.1.aarch64", "openSUSE Leap 15.6:go1.24-1.24.4-150000.1.26.1.ppc64le", "openSUSE Leap 15.6:go1.24-1.24.4-150000.1.26.1.s390x", "openSUSE Leap 15.6:go1.24-1.24.4-150000.1.26.1.x86_64", "openSUSE Leap 15.6:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "openSUSE Leap 15.6:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "openSUSE Leap 15.6:go1.24-doc-1.24.4-150000.1.26.1.s390x", "openSUSE Leap 15.6:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "openSUSE Leap 15.6:go1.24-race-1.24.4-150000.1.26.1.aarch64", "openSUSE Leap 15.6:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "openSUSE Leap 15.6:go1.24-race-1.24.4-150000.1.26.1.s390x", "openSUSE Leap 15.6:go1.24-race-1.24.4-150000.1.26.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-4673", "url": "https://www.suse.com/security/cve/CVE-2025-4673" }, { "category": "external", "summary": "SUSE Bug 1244156 for CVE-2025-4673", "url": "https://bugzilla.suse.com/1244156" } ], "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 Enterprise Storage 7.1:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Enterprise Storage 7.1:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Enterprise Storage 7.1:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Enterprise Storage 7.1:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Enterprise Storage 7.1:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Enterprise Storage 7.1:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.4-150000.1.26.1.x86_64", "openSUSE Leap 15.6:go1.24-1.24.4-150000.1.26.1.aarch64", "openSUSE Leap 15.6:go1.24-1.24.4-150000.1.26.1.ppc64le", "openSUSE Leap 15.6:go1.24-1.24.4-150000.1.26.1.s390x", "openSUSE Leap 15.6:go1.24-1.24.4-150000.1.26.1.x86_64", "openSUSE Leap 15.6:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "openSUSE Leap 15.6:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "openSUSE Leap 15.6:go1.24-doc-1.24.4-150000.1.26.1.s390x", "openSUSE Leap 15.6:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "openSUSE Leap 15.6:go1.24-race-1.24.4-150000.1.26.1.aarch64", "openSUSE Leap 15.6:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "openSUSE Leap 15.6:go1.24-race-1.24.4-150000.1.26.1.s390x", "openSUSE Leap 15.6:go1.24-race-1.24.4-150000.1.26.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.8, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:N/A:N", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Enterprise Storage 7.1:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Enterprise Storage 7.1:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Enterprise Storage 7.1:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Enterprise Storage 7.1:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Enterprise Storage 7.1:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.4-150000.1.26.1.x86_64", "openSUSE Leap 15.6:go1.24-1.24.4-150000.1.26.1.aarch64", "openSUSE Leap 15.6:go1.24-1.24.4-150000.1.26.1.ppc64le", "openSUSE Leap 15.6:go1.24-1.24.4-150000.1.26.1.s390x", "openSUSE Leap 15.6:go1.24-1.24.4-150000.1.26.1.x86_64", "openSUSE Leap 15.6:go1.24-doc-1.24.4-150000.1.26.1.aarch64", "openSUSE Leap 15.6:go1.24-doc-1.24.4-150000.1.26.1.ppc64le", "openSUSE Leap 15.6:go1.24-doc-1.24.4-150000.1.26.1.s390x", "openSUSE Leap 15.6:go1.24-doc-1.24.4-150000.1.26.1.x86_64", "openSUSE Leap 15.6:go1.24-race-1.24.4-150000.1.26.1.aarch64", "openSUSE Leap 15.6:go1.24-race-1.24.4-150000.1.26.1.ppc64le", "openSUSE Leap 15.6:go1.24-race-1.24.4-150000.1.26.1.s390x", "openSUSE Leap 15.6:go1.24-race-1.24.4-150000.1.26.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-06-09T18:34:01Z", "details": "moderate" } ], "title": "CVE-2025-4673" } ] }
ghsa-jw54-c8rr-pjpq
Vulnerability from github
Published
2025-06-11 18:35
Modified
2025-06-11 18:35
Severity ?
VLAI Severity ?
Details
os.OpenFile(path, os.O_CREATE|O_EXCL) behaved differently on Unix and Windows systems when the target path was a dangling symlink. On Unix systems, OpenFile with O_CREATE and O_EXCL flags never follows symlinks. On Windows, when the target path was a symlink to a nonexistent location, OpenFile would create a file in that location. OpenFile now always returns an error when the O_CREATE and O_EXCL flags are both set and the target path is a symlink.
{ "affected": [], "aliases": [ "CVE-2025-0913" ], "database_specific": { "cwe_ids": [ "CWE-59" ], "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2025-06-11T18:15:24Z", "severity": "MODERATE" }, "details": "os.OpenFile(path, os.O_CREATE|O_EXCL) behaved differently on Unix and Windows systems when the target path was a dangling symlink. On Unix systems, OpenFile with O_CREATE and O_EXCL flags never follows symlinks. On Windows, when the target path was a symlink to a nonexistent location, OpenFile would create a file in that location. OpenFile now always returns an error when the O_CREATE and O_EXCL flags are both set and the target path is a symlink.", "id": "GHSA-jw54-c8rr-pjpq", "modified": "2025-06-11T18:35:43Z", "published": "2025-06-11T18:35:43Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-0913" }, { "type": "WEB", "url": "https://go.dev/cl/672396" }, { "type": "WEB", "url": "https://go.dev/issue/73702" }, { "type": "WEB", "url": "https://groups.google.com/g/golang-announce/c/ufZ8WpEsA3A" }, { "type": "WEB", "url": "https://pkg.go.dev/vuln/GO-2025-3750" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N", "type": "CVSS_V3" } ] }
wid-sec-w-2025-1205
Vulnerability from csaf_certbund
Published
2025-06-01 22:00
Modified
2025-08-14 22:00
Summary
Golang Go: Mehrere Schwachstellen
Notes
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.
Produktbeschreibung
Go ist eine quelloffene Programmiersprache.
Angriff
Ein Angreifer kann mehrere Schwachstellen in Golang Go ausnutzen, um Sicherheitsvorkehrungen zu umgehen oder weitere nicht spezifizierte Auswirkungen zu erziehlen.
Betroffene Betriebssysteme
- Linux
- Sonstiges
- UNIX
- Windows
{ "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\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "Go ist eine quelloffene Programmiersprache.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein Angreifer kann mehrere Schwachstellen in Golang Go ausnutzen, um Sicherheitsvorkehrungen zu umgehen oder weitere nicht spezifizierte Auswirkungen zu erziehlen.", "title": "Angriff" }, { "category": "general", "text": "- Linux\n- Sonstiges\n- UNIX\n- Windows", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2025-1205 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-1205.json" }, { "category": "self", "summary": "WID-SEC-2025-1205 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-1205" }, { "category": "external", "summary": "Go 1.24.4 and Go 1.23.10 pre-announcement vom 2025-06-01", "url": "https://groups.google.com/g/Golang-Nuts/c/T9FCA0Vz5DU" }, { "category": "external", "summary": "Golang GitHub vom 2025-06-01", "url": "https://github.com/golang/go/commit/adcad7bea9f6933a219c7b05d8173cf8a4586092" }, { "category": "external", "summary": "Golang GitHub vom 2025-06-01", "url": "https://github.com/golang/go/commit/9bba799955e68972041c4f340ee4ea2d267e5c0e" }, { "category": "external", "summary": "Golang GitHub vom 2025-06-01", "url": "https://github.com/golang/go/issues/73816" }, { "category": "external", "summary": "Golang Announce", "url": "https://groups.google.com/g/golang-announce/c/ufZ8WpEsA3A/m/XDxq7uidAgAJ" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:01848-1 vom 2025-06-09", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021439.html" }, { "category": "external", "summary": "Arch Linux Security Advisory ASA-202506-4 vom 2025-06-07", "url": "https://security.archlinux.org/ASA-202506-4" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:01846-1 vom 2025-06-09", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021440.html" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7574-1 vom 2025-06-19", "url": "https://ubuntu.com/security/notices/USN-7574-1" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS-2025-2900 vom 2025-06-24", "url": "https://alas.aws.amazon.com/AL2/ALAS-2025-2900.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:02120-1 vom 2025-06-26", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021667.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS2-2025-2900 vom 2025-06-30", "url": "https://alas.aws.amazon.com/AL2/ALAS2-2025-2900.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:10676 vom 2025-07-09", "url": "https://access.redhat.com/errata/RHSA-2025:10676" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:10672 vom 2025-07-09", "url": "https://access.redhat.com/errata/RHSA-2025:10672" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:10677 vom 2025-07-09", "url": "https://access.redhat.com/errata/RHSA-2025:10677" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2025-10676 vom 2025-07-09", "url": "https://linux.oracle.com/errata/ELSA-2025-10676.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:10735 vom 2025-07-09", "url": "https://access.redhat.com/errata/RHSA-2025:10735" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS2-2025-2922 vom 2025-07-10", "url": "https://alas.aws.amazon.com/AL2/ALAS2-2025-2922.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS2DOCKER-2025-073 vom 2025-07-10", "url": "https://alas.aws.amazon.com/AL2/ALAS2DOCKER-2025-073.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS2DOCKER-2025-075 vom 2025-07-10", "url": "https://alas.aws.amazon.com/AL2/ALAS2DOCKER-2025-075.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS2DOCKER-2025-072 vom 2025-07-10", "url": "https://alas.aws.amazon.com/AL2/ALAS2DOCKER-2025-072.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS2DOCKER-2025-074 vom 2025-07-10", "url": "https://alas.aws.amazon.com/AL2/ALAS2DOCKER-2025-074.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS2-2025-2921 vom 2025-07-10", "url": "https://alas.aws.amazon.com/AL2/ALAS2-2025-2921.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS2NITRO-ENCLAVES-2025-067 vom 2025-07-10", "url": "https://alas.aws.amazon.com/AL2/ALAS2NITRO-ENCLAVES-2025-067.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS2NITRO-ENCLAVES-2025-069 vom 2025-07-10", "url": "https://alas.aws.amazon.com/AL2/ALAS2NITRO-ENCLAVES-2025-069.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS2DOCKER-2025-070 vom 2025-07-10", "url": "https://alas.aws.amazon.com/AL2/ALAS2DOCKER-2025-070.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS2DOCKER-2025-071 vom 2025-07-10", "url": "https://alas.aws.amazon.com/AL2/ALAS2DOCKER-2025-071.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS2NITRO-ENCLAVES-2025-066 vom 2025-07-10", "url": "https://alas.aws.amazon.com/AL2/ALAS2NITRO-ENCLAVES-2025-066.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2025-10677 vom 2025-07-10", "url": "https://linux.oracle.com/errata/ELSA-2025-10677.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS2NITRO-ENCLAVES-2025-068 vom 2025-07-10", "url": "https://alas.aws.amazon.com/AL2/ALAS2NITRO-ENCLAVES-2025-068.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2025-10672 vom 2025-07-16", "url": "https://linux.oracle.com/errata/ELSA-2025-10672.html" }, { "category": "external", "summary": "openSUSE Security Update OPENSUSE-SU-2025:15379-1 vom 2025-07-25", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/OXBEI4HV3ZI5QUREZ6X2EFASXDURBHCX/" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS2ECS-2025-072 vom 2025-07-30", "url": "https://alas.aws.amazon.com/AL2/ALAS2ECS-2025-072.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS2ECS-2025-074 vom 2025-07-30", "url": "https://alas.aws.amazon.com/AL2/ALAS2ECS-2025-074.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS2ECS-2025-073 vom 2025-07-30", "url": "https://alas.aws.amazon.com/AL2/ALAS2ECS-2025-073.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS2ECS-2025-071 vom 2025-07-30", "url": "https://alas.aws.amazon.com/AL2/ALAS2ECS-2025-071.html" }, { "category": "external", "summary": "IBM Security Bulletin 7241536 vom 2025-08-06", "url": "https://www.ibm.com/support/pages/node/7241536" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:13931 vom 2025-08-15", "url": "https://access.redhat.com/errata/RHSA-2025:13931" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:13932 vom 2025-08-15", "url": "https://access.redhat.com/errata/RHSA-2025:13932" } ], "source_lang": "en-US", "title": "Golang Go: Mehrere Schwachstellen", "tracking": { "current_release_date": "2025-08-14T22:00:00.000+00:00", "generator": { "date": "2025-08-15T07:22:13.177+00:00", "engine": { "name": "BSI-WID", "version": "1.4.0" } }, "id": "WID-SEC-W-2025-1205", "initial_release_date": "2025-06-01T22:00:00.000+00:00", "revision_history": [ { "date": "2025-06-01T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2025-06-05T22:00:00.000+00:00", "number": "2", "summary": "Neue Updates aufgenommen" }, { "date": "2025-06-09T22:00:00.000+00:00", "number": "3", "summary": "Neue Updates von SUSE und Arch Linux aufgenommen" }, { "date": "2025-06-11T22:00:00.000+00:00", "number": "4", "summary": "Referenz(en) aufgenommen: GO-2025-3750, GO-2025-3749, GO-2025-3751" }, { "date": "2025-06-19T22:00:00.000+00:00", "number": "5", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2025-06-24T22:00:00.000+00:00", "number": "6", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2025-06-26T22:00:00.000+00:00", "number": "7", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2025-06-30T22:00:00.000+00:00", "number": "8", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2025-07-08T22:00:00.000+00:00", "number": "9", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2025-07-09T22:00:00.000+00:00", "number": "10", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2025-07-10T22:00:00.000+00:00", "number": "11", "summary": "Neue Updates von Amazon und Oracle Linux aufgenommen" }, { "date": "2025-07-15T22:00:00.000+00:00", "number": "12", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2025-07-27T22:00:00.000+00:00", "number": "13", "summary": "Neue Updates von openSUSE aufgenommen" }, { "date": "2025-07-30T22:00:00.000+00:00", "number": "14", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2025-08-06T22:00:00.000+00:00", "number": "15", "summary": "Neue Updates von IBM aufgenommen" }, { "date": "2025-08-14T22:00:00.000+00:00", "number": "16", "summary": "Neue Updates von Red Hat aufgenommen" } ], "status": "final", "version": "16" } }, "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": [ { "branches": [ { "category": "product_name", "name": "Golang Go", "product": { "name": "Golang Go", "product_id": "T029035", "product_identification_helper": { "cpe": "cpe:/a:golang:go:-" } } }, { "category": "product_version_range", "name": "\u003c1.24.4", "product": { "name": "Golang Go \u003c1.24.4", "product_id": "T044243" } }, { "category": "product_version", "name": "1.24.4", "product": { "name": "Golang Go 1.24.4", "product_id": "T044243-fixed", "product_identification_helper": { "cpe": "cpe:/a:golang:go:1.24.4" } } }, { "category": "product_version_range", "name": "\u003c1.23.10", "product": { "name": "Golang Go \u003c1.23.10", "product_id": "T044244" } }, { "category": "product_version", "name": "1.23.10", "product": { "name": "Golang Go 1.23.10", "product_id": "T044244-fixed", "product_identification_helper": { "cpe": "cpe:/a:golang:go:1.23.10" } } } ], "category": "product_name", "name": "Go" } ], "category": "vendor", "name": "Golang" }, { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003c12.14.0", "product": { "name": "IBM App Connect Enterprise \u003c12.14.0", "product_id": "T045927" } }, { "category": "product_version", "name": "12.14.0", "product": { "name": "IBM App Connect Enterprise 12.14.0", "product_id": "T045927-fixed", "product_identification_helper": { "cpe": "cpe:/a:ibm:app_connect_enterprise:12.14.0" } } }, { "category": "product_version_range", "name": "\u003cLTS 12.0.14", "product": { "name": "IBM App Connect Enterprise \u003cLTS 12.0.14", "product_id": "T045928" } }, { "category": "product_version", "name": "LTS 12.0.14", "product": { "name": "IBM App Connect Enterprise LTS 12.0.14", "product_id": "T045928-fixed", "product_identification_helper": { "cpe": "cpe:/a:ibm:app_connect_enterprise:lts_12.0.14" } } } ], "category": "product_name", "name": "App Connect Enterprise" } ], "category": "vendor", "name": "IBM" }, { "branches": [ { "category": "product_name", "name": "Open Source Arch Linux", "product": { "name": "Open Source Arch Linux", "product_id": "T013312", "product_identification_helper": { "cpe": "cpe:/o:archlinux:archlinux:-" } } } ], "category": "vendor", "name": "Open Source" }, { "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": [ { "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": "Builds 1.5.1", "product": { "name": "Red Hat OpenShift Builds 1.5.1", "product_id": "T046264", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:builds_1.5.1" } } } ], "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": "product_name", "name": "SUSE openSUSE", "product": { "name": "SUSE openSUSE", "product_id": "T027843", "product_identification_helper": { "cpe": "cpe:/o:suse:opensuse:-" } } } ], "category": "vendor", "name": "SUSE" }, { "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-2025-0913", "product_status": { "known_affected": [ "T029035", "67646", "T013312", "T045927", "T045928", "T004914", "T002207", "T000126", "T027843", "T046264", "398363", "T044243", "T044244" ] }, "release_date": "2025-06-01T22:00:00.000+00:00", "title": "CVE-2025-0913" }, { "cve": "CVE-2025-22874", "product_status": { "known_affected": [ "T029035", "67646", "T013312", "T045927", "T045928", "T004914", "T002207", "T000126", "T027843", "T046264", "398363", "T044243", "T044244" ] }, "release_date": "2025-06-01T22:00:00.000+00:00", "title": "CVE-2025-22874" }, { "cve": "CVE-2025-4673", "product_status": { "known_affected": [ "T029035", "67646", "T013312", "T045927", "T045928", "T004914", "T002207", "T000126", "T027843", "T046264", "398363", "T044243", "T044244" ] }, "release_date": "2025-06-01T22:00:00.000+00:00", "title": "CVE-2025-4673" } ] }
fkie_cve-2025-0913
Vulnerability from fkie_nvd
Published
2025-06-11 18:15
Modified
2025-08-08 14:53
Severity ?
Summary
os.OpenFile(path, os.O_CREATE|O_EXCL) behaved differently on Unix and Windows systems when the target path was a dangling symlink. On Unix systems, OpenFile with O_CREATE and O_EXCL flags never follows symlinks. On Windows, when the target path was a symlink to a nonexistent location, OpenFile would create a file in that location. OpenFile now always returns an error when the O_CREATE and O_EXCL flags are both set and the target path is a symlink.
References
▶ | URL | Tags | |
---|---|---|---|
security@golang.org | https://go.dev/cl/672396 | Issue Tracking | |
security@golang.org | https://go.dev/issue/73702 | Issue Tracking | |
security@golang.org | https://groups.google.com/g/golang-announce/c/ufZ8WpEsA3A | Mailing List | |
security@golang.org | https://pkg.go.dev/vuln/GO-2025-3750 | Vendor Advisory |
{ "configurations": [ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*", "matchCriteriaId": "E629E4E8-C3BF-4BCA-969A-7F88BB968232", "versionEndExcluding": "1.23.10", "vulnerable": true }, { "criteria": "cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*", "matchCriteriaId": "0925799A-339C-4155-ABC6-E772A0EB73B4", "versionEndExcluding": "1.24.4", "versionStartIncluding": "1.24.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": "os.OpenFile(path, os.O_CREATE|O_EXCL) behaved differently on Unix and Windows systems when the target path was a dangling symlink. On Unix systems, OpenFile with O_CREATE and O_EXCL flags never follows symlinks. On Windows, when the target path was a symlink to a nonexistent location, OpenFile would create a file in that location. OpenFile now always returns an error when the O_CREATE and O_EXCL flags are both set and the target path is a symlink." }, { "lang": "es", "value": "os.OpenFile(path, os.O_CREATE|O_EXCL) se comportaba de forma diferente en sistemas Unix y Windows cuando la ruta de destino era un enlace simb\u00f3lico pendiente. En sistemas Unix, OpenFile con los indicadores O_CREATE y O_EXCL nunca sigue enlaces simb\u00f3licos. En Windows, cuando la ruta de destino era un enlace simb\u00f3lico a una ubicaci\u00f3n inexistente, OpenFile creaba un archivo en esa ubicaci\u00f3n. OpenFile ahora siempre devuelve un error cuando los indicadores O_CREATE y O_EXCL est\u00e1n activados y la ruta de destino es un enlace simb\u00f3lico." } ], "id": "CVE-2025-0913", "lastModified": "2025-08-08T14:53:03.550", "metrics": { "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 5.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "exploitabilityScore": 1.8, "impactScore": 3.6, "source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary" } ] }, "published": "2025-06-11T18:15:24.627", "references": [ { "source": "security@golang.org", "tags": [ "Issue Tracking" ], "url": "https://go.dev/cl/672396" }, { "source": "security@golang.org", "tags": [ "Issue Tracking" ], "url": "https://go.dev/issue/73702" }, { "source": "security@golang.org", "tags": [ "Mailing List" ], "url": "https://groups.google.com/g/golang-announce/c/ufZ8WpEsA3A" }, { "source": "security@golang.org", "tags": [ "Vendor Advisory" ], "url": "https://pkg.go.dev/vuln/GO-2025-3750" } ], "sourceIdentifier": "security@golang.org", "vulnStatus": "Analyzed", "weaknesses": [ { "description": [ { "lang": "en", "value": "CWE-59" } ], "source": "nvd@nist.gov", "type": "Primary" } ] }
Loading…
Loading…
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.
Loading…
Loading…