Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-22870 (GCVE-0-2025-22870)
Vulnerability from cvelistv5 – Published: 2025-03-12 18:27 – Updated: 2026-04-16 22:39
VLAI
EPSS
Title
HTTP Proxy bypass using IPv6 Zone IDs in golang.org/x/net
Summary
Matching of hosts against proxy patterns can improperly treat an IPv6 zone ID as a hostname component. For example, when the NO_PROXY environment variable is set to "*.example.com", a request to "[::1%25.example.com]:80` will incorrectly match and not be proxied.
Severity
4.4 (Medium)
Assigner
References
Impacted products
3 products
| Vendor | Product | Version | |
|---|---|---|---|
| Go standard library | net/http |
Affected:
0 , < 1.23.7
(semver)
Affected: 1.24.0-0 , < 1.24.1 (semver) |
|
| golang.org/x/net | golang.org/x/net/http/httpproxy |
Affected:
0 , < 0.36.0
(semver)
|
|
| golang.org/x/net | golang.org/x/net/proxy |
Affected:
0 , < 0.36.0
(semver)
|
Credits
Juho Forsén of Mattermost
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2025-05-09T20:03:37.043Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "http://www.openwall.com/lists/oss-security/2025/03/07/2"
},
{
"url": "https://security.netapp.com/advisory/ntap-20250509-0007/"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2025-22870",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-03-18T16:31:16.493335Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-115",
"description": "CWE-115 Misinterpretation of Input",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-03-18T16:32:14.847Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://pkg.go.dev",
"defaultStatus": "unaffected",
"packageName": "net/http",
"product": "net/http",
"programRoutines": [
{
"name": "envProxyFunc"
},
{
"name": "ProxyFromEnvironment"
}
],
"vendor": "Go standard library",
"versions": [
{
"lessThan": "1.23.7",
"status": "affected",
"version": "0",
"versionType": "semver"
},
{
"lessThan": "1.24.1",
"status": "affected",
"version": "1.24.0-0",
"versionType": "semver"
}
]
},
{
"collectionURL": "https://pkg.go.dev",
"defaultStatus": "unaffected",
"packageName": "golang.org/x/net/http/httpproxy",
"product": "golang.org/x/net/http/httpproxy",
"programRoutines": [
{
"name": "config.useProxy"
},
{
"name": "domainMatch.match"
}
],
"vendor": "golang.org/x/net",
"versions": [
{
"lessThan": "0.36.0",
"status": "affected",
"version": "0",
"versionType": "semver"
}
]
},
{
"collectionURL": "https://pkg.go.dev",
"defaultStatus": "unaffected",
"packageName": "golang.org/x/net/proxy",
"product": "golang.org/x/net/proxy",
"programRoutines": [
{
"name": "PerHost.dialerForRequest"
},
{
"name": "PerHost.AddFromString"
},
{
"name": "Dial"
},
{
"name": "FromEnvironment"
},
{
"name": "FromEnvironmentUsing"
},
{
"name": "PerHost.Dial"
},
{
"name": "PerHost.DialContext"
}
],
"vendor": "golang.org/x/net",
"versions": [
{
"lessThan": "0.36.0",
"status": "affected",
"version": "0",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"value": "Juho Fors\u00e9n of Mattermost"
}
],
"descriptions": [
{
"lang": "en",
"value": "Matching of hosts against proxy patterns can improperly treat an IPv6 zone ID as a hostname component. For example, when the NO_PROXY environment variable is set to \"*.example.com\", a request to \"[::1%25.example.com]:80` will incorrectly match and not be proxied."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "CWE-115 Misinterpretation of Input",
"lang": "en"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-04-16T22:39:33.619Z",
"orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"shortName": "Go"
},
"references": [
{
"url": "https://go.dev/cl/654697"
},
{
"url": "https://go.dev/issue/71984"
},
{
"url": "https://groups.google.com/g/golang-announce/c/4t3lzH3I0eI/m/b42ImqrBAQAJ"
},
{
"url": "https://pkg.go.dev/vuln/GO-2025-3503"
}
],
"title": "HTTP Proxy bypass using IPv6 Zone IDs in golang.org/x/net"
}
},
"cveMetadata": {
"assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"assignerShortName": "Go",
"cveId": "CVE-2025-22870",
"datePublished": "2025-03-12T18:27:59.376Z",
"dateReserved": "2025-01-08T19:11:42.834Z",
"dateUpdated": "2026-04-16T22:39:33.619Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2025-22870",
"date": "2026-05-29",
"epss": "0.00024",
"percentile": "0.07241"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-22870\",\"sourceIdentifier\":\"security@golang.org\",\"published\":\"2025-03-12T19:15:38.310\",\"lastModified\":\"2026-04-16T23:16:32.860\",\"vulnStatus\":\"Deferred\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Matching of hosts against proxy patterns can improperly treat an IPv6 zone ID as a hostname component. For example, when the NO_PROXY environment variable is set to \\\"*.example.com\\\", a request to \\\"[::1%25.example.com]:80` will incorrectly match and not be proxied.\"},{\"lang\":\"es\",\"value\":\"La coincidencia de hosts con patrones de proxy puede tratar incorrectamente un ID de zona IPv6 como un componente de nombre de host. Por ejemplo, si la variable de entorno NO_PROXY se establece en \\\"*.example.com\\\", una solicitud a \\\"[::1%25.example.com]:80` coincidir\u00e1 incorrectamente y no se procesar\u00e1 mediante proxy.\"}],\"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:L/I:N/A:L\",\"baseScore\":4.4,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":1.8,\"impactScore\":2.5}]},\"weaknesses\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-115\"}]}],\"references\":[{\"url\":\"https://go.dev/cl/654697\",\"source\":\"security@golang.org\"},{\"url\":\"https://go.dev/issue/71984\",\"source\":\"security@golang.org\"},{\"url\":\"https://groups.google.com/g/golang-announce/c/4t3lzH3I0eI/m/b42ImqrBAQAJ\",\"source\":\"security@golang.org\"},{\"url\":\"https://pkg.go.dev/vuln/GO-2025-3503\",\"source\":\"security@golang.org\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2025/03/07/2\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://security.netapp.com/advisory/ntap-20250509-0007/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"http://www.openwall.com/lists/oss-security/2025/03/07/2\"}, {\"url\": \"https://security.netapp.com/advisory/ntap-20250509-0007/\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-05-09T20:03:37.043Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 4.4, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"LOW\", \"privilegesRequired\": \"LOW\", \"confidentialityImpact\": \"LOW\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-22870\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-03-18T16:31:16.493335Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-115\", \"description\": \"CWE-115 Misinterpretation of Input\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-03-18T16:31:44.113Z\"}}], \"cna\": {\"title\": \"HTTP Proxy bypass using IPv6 Zone IDs in golang.org/x/net\", \"credits\": [{\"lang\": \"en\", \"value\": \"Juho Fors\\u00e9n of Mattermost\"}], \"affected\": [{\"vendor\": \"Go standard library\", \"product\": \"net/http\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"1.23.7\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"1.24.0-0\", \"lessThan\": \"1.24.1\", \"versionType\": \"semver\"}], \"packageName\": \"net/http\", \"collectionURL\": \"https://pkg.go.dev\", \"defaultStatus\": \"unaffected\", \"programRoutines\": [{\"name\": \"envProxyFunc\"}, {\"name\": \"ProxyFromEnvironment\"}]}, {\"vendor\": \"golang.org/x/net\", \"product\": \"golang.org/x/net/http/httpproxy\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"0.36.0\", \"versionType\": \"semver\"}], \"packageName\": \"golang.org/x/net/http/httpproxy\", \"collectionURL\": \"https://pkg.go.dev\", \"defaultStatus\": \"unaffected\", \"programRoutines\": [{\"name\": \"config.useProxy\"}, {\"name\": \"domainMatch.match\"}]}, {\"vendor\": \"golang.org/x/net\", \"product\": \"golang.org/x/net/proxy\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"0.36.0\", \"versionType\": \"semver\"}], \"packageName\": \"golang.org/x/net/proxy\", \"collectionURL\": \"https://pkg.go.dev\", \"defaultStatus\": \"unaffected\", \"programRoutines\": [{\"name\": \"PerHost.dialerForRequest\"}, {\"name\": \"PerHost.AddFromString\"}, {\"name\": \"Dial\"}, {\"name\": \"FromEnvironment\"}, {\"name\": \"FromEnvironmentUsing\"}, {\"name\": \"PerHost.Dial\"}, {\"name\": \"PerHost.DialContext\"}]}], \"references\": [{\"url\": \"https://go.dev/cl/654697\"}, {\"url\": \"https://go.dev/issue/71984\"}, {\"url\": \"https://groups.google.com/g/golang-announce/c/4t3lzH3I0eI/m/b42ImqrBAQAJ\"}, {\"url\": \"https://pkg.go.dev/vuln/GO-2025-3503\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Matching of hosts against proxy patterns can improperly treat an IPv6 zone ID as a hostname component. For example, when the NO_PROXY environment variable is set to \\\"*.example.com\\\", a request to \\\"[::1%25.example.com]:80` will incorrectly match and not be proxied.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"description\": \"CWE-115 Misinterpretation of Input\"}]}], \"providerMetadata\": {\"orgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"shortName\": \"Go\", \"dateUpdated\": \"2026-04-16T22:39:33.619Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-22870\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-04-16T22:39:33.619Z\", \"dateReserved\": \"2025-01-08T19:11:42.834Z\", \"assignerOrgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"datePublished\": \"2025-03-12T18:27:59.376Z\", \"assignerShortName\": \"Go\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
SUSE-SU-2025:0866-1
Vulnerability from csaf_suse - Published: 2025-03-14 09:32 - Updated: 2025-03-14 09:32Summary
Security update for amazon-ssm-agent
Severity
Moderate
Notes
Title of the patch: Security update for amazon-ssm-agent
Description of the patch: This update for amazon-ssm-agent fixes the following issues:
- CVE-2025-22870: golang.org/x/net/proxy: Fixed proxy bypass using IPv6 zone IDs (bsc#1238702)
Patchnames: SUSE-2025-866,SUSE-SLE-Module-Public-Cloud-12-2025-866
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
4.4 (Medium)
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.1611.0-4.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.1611.0-4.39.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
9 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for amazon-ssm-agent",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for amazon-ssm-agent fixes the following issues:\n\n- CVE-2025-22870: golang.org/x/net/proxy: Fixed proxy bypass using IPv6 zone IDs (bsc#1238702)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-866,SUSE-SLE-Module-Public-Cloud-12-2025-866",
"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_0866-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:0866-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250866-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:0866-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-March/020515.html"
},
{
"category": "self",
"summary": "SUSE Bug 1238702",
"url": "https://bugzilla.suse.com/1238702"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22870 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22870/"
}
],
"title": "Security update for amazon-ssm-agent",
"tracking": {
"current_release_date": "2025-03-14T09:32:08Z",
"generator": {
"date": "2025-03-14T09:32:08Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:0866-1",
"initial_release_date": "2025-03-14T09:32:08Z",
"revision_history": [
{
"date": "2025-03-14T09:32:08Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "amazon-ssm-agent-3.3.1611.0-4.39.1.aarch64",
"product": {
"name": "amazon-ssm-agent-3.3.1611.0-4.39.1.aarch64",
"product_id": "amazon-ssm-agent-3.3.1611.0-4.39.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "amazon-ssm-agent-3.3.1611.0-4.39.1.x86_64",
"product": {
"name": "amazon-ssm-agent-3.3.1611.0-4.39.1.x86_64",
"product_id": "amazon-ssm-agent-3.3.1611.0-4.39.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Public Cloud 12",
"product": {
"name": "SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 12",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-public-cloud:12"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "amazon-ssm-agent-3.3.1611.0-4.39.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.1611.0-4.39.1.aarch64"
},
"product_reference": "amazon-ssm-agent-3.3.1611.0-4.39.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amazon-ssm-agent-3.3.1611.0-4.39.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.1611.0-4.39.1.x86_64"
},
"product_reference": "amazon-ssm-agent-3.3.1611.0-4.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 12"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22870",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22870"
}
],
"notes": [
{
"category": "general",
"text": "Matching of hosts against proxy patterns can improperly treat an IPv6 zone ID as a hostname component. For example, when the NO_PROXY environment variable is set to \"*.example.com\", a request to \"[::1%25.example.com]:80` will incorrectly match and not be proxied.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.1611.0-4.39.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.1611.0-4.39.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22870",
"url": "https://www.suse.com/security/cve/CVE-2025-22870"
},
{
"category": "external",
"summary": "SUSE Bug 1238572 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238572"
},
{
"category": "external",
"summary": "SUSE Bug 1238611 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238611"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.1611.0-4.39.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.1611.0-4.39.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.1611.0-4.39.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.1611.0-4.39.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-14T09:32:08Z",
"details": "moderate"
}
],
"title": "CVE-2025-22870"
}
]
}
SUSE-SU-2025:0873-1
Vulnerability from csaf_suse - Published: 2025-03-14 12:51 - Updated: 2025-03-14 12:51Summary
Security update for amazon-ssm-agent
Severity
Moderate
Notes
Title of the patch: Security update for amazon-ssm-agent
Description of the patch: This update for amazon-ssm-agent fixes the following issues:
- CVE-2025-22870: golang.org/x/net/proxy: Fixed proxy bypass using IPv6 zone IDs (bsc#1238702)
Patchnames: SUSE-2025-873,SUSE-SLE-Module-Public-Cloud-15-SP3-2025-873,SUSE-SLE-Module-Public-Cloud-15-SP4-2025-873,SUSE-SLE-Module-Public-Cloud-15-SP5-2025-873,SUSE-SLE-Module-Public-Cloud-15-SP6-2025-873,openSUSE-SLE-15.6-2025-873
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
4.4 (Medium)
Affected products
Recommended
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP3:amazon-ssm-agent-3.3.1611.0-150000.5.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP3:amazon-ssm-agent-3.3.1611.0-150000.5.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:amazon-ssm-agent-3.3.1611.0-150000.5.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:amazon-ssm-agent-3.3.1611.0-150000.5.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP5:amazon-ssm-agent-3.3.1611.0-150000.5.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP5:amazon-ssm-agent-3.3.1611.0-150000.5.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP6:amazon-ssm-agent-3.3.1611.0-150000.5.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP6:amazon-ssm-agent-3.3.1611.0-150000.5.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:amazon-ssm-agent-3.3.1611.0-150000.5.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:amazon-ssm-agent-3.3.1611.0-150000.5.23.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
9 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for amazon-ssm-agent",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for amazon-ssm-agent fixes the following issues:\n\n- CVE-2025-22870: golang.org/x/net/proxy: Fixed proxy bypass using IPv6 zone IDs (bsc#1238702)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-873,SUSE-SLE-Module-Public-Cloud-15-SP3-2025-873,SUSE-SLE-Module-Public-Cloud-15-SP4-2025-873,SUSE-SLE-Module-Public-Cloud-15-SP5-2025-873,SUSE-SLE-Module-Public-Cloud-15-SP6-2025-873,openSUSE-SLE-15.6-2025-873",
"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_0873-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:0873-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250873-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:0873-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-March/020519.html"
},
{
"category": "self",
"summary": "SUSE Bug 1238702",
"url": "https://bugzilla.suse.com/1238702"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22870 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22870/"
}
],
"title": "Security update for amazon-ssm-agent",
"tracking": {
"current_release_date": "2025-03-14T12:51:01Z",
"generator": {
"date": "2025-03-14T12:51:01Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:0873-1",
"initial_release_date": "2025-03-14T12:51:01Z",
"revision_history": [
{
"date": "2025-03-14T12:51:01Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "amazon-ssm-agent-3.3.1611.0-150000.5.23.1.aarch64",
"product": {
"name": "amazon-ssm-agent-3.3.1611.0-150000.5.23.1.aarch64",
"product_id": "amazon-ssm-agent-3.3.1611.0-150000.5.23.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "amazon-ssm-agent-3.3.1611.0-150000.5.23.1.x86_64",
"product": {
"name": "amazon-ssm-agent-3.3.1611.0-150000.5.23.1.x86_64",
"product_id": "amazon-ssm-agent-3.3.1611.0-150000.5.23.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-public-cloud:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-public-cloud:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-public-cloud:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-public-cloud:15:sp6"
}
}
},
{
"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": "amazon-ssm-agent-3.3.1611.0-150000.5.23.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP3:amazon-ssm-agent-3.3.1611.0-150000.5.23.1.aarch64"
},
"product_reference": "amazon-ssm-agent-3.3.1611.0-150000.5.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amazon-ssm-agent-3.3.1611.0-150000.5.23.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP3:amazon-ssm-agent-3.3.1611.0-150000.5.23.1.x86_64"
},
"product_reference": "amazon-ssm-agent-3.3.1611.0-150000.5.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amazon-ssm-agent-3.3.1611.0-150000.5.23.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:amazon-ssm-agent-3.3.1611.0-150000.5.23.1.aarch64"
},
"product_reference": "amazon-ssm-agent-3.3.1611.0-150000.5.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amazon-ssm-agent-3.3.1611.0-150000.5.23.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:amazon-ssm-agent-3.3.1611.0-150000.5.23.1.x86_64"
},
"product_reference": "amazon-ssm-agent-3.3.1611.0-150000.5.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amazon-ssm-agent-3.3.1611.0-150000.5.23.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP5:amazon-ssm-agent-3.3.1611.0-150000.5.23.1.aarch64"
},
"product_reference": "amazon-ssm-agent-3.3.1611.0-150000.5.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amazon-ssm-agent-3.3.1611.0-150000.5.23.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP5:amazon-ssm-agent-3.3.1611.0-150000.5.23.1.x86_64"
},
"product_reference": "amazon-ssm-agent-3.3.1611.0-150000.5.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amazon-ssm-agent-3.3.1611.0-150000.5.23.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP6:amazon-ssm-agent-3.3.1611.0-150000.5.23.1.aarch64"
},
"product_reference": "amazon-ssm-agent-3.3.1611.0-150000.5.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amazon-ssm-agent-3.3.1611.0-150000.5.23.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP6:amazon-ssm-agent-3.3.1611.0-150000.5.23.1.x86_64"
},
"product_reference": "amazon-ssm-agent-3.3.1611.0-150000.5.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amazon-ssm-agent-3.3.1611.0-150000.5.23.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:amazon-ssm-agent-3.3.1611.0-150000.5.23.1.aarch64"
},
"product_reference": "amazon-ssm-agent-3.3.1611.0-150000.5.23.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amazon-ssm-agent-3.3.1611.0-150000.5.23.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:amazon-ssm-agent-3.3.1611.0-150000.5.23.1.x86_64"
},
"product_reference": "amazon-ssm-agent-3.3.1611.0-150000.5.23.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22870",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22870"
}
],
"notes": [
{
"category": "general",
"text": "Matching of hosts against proxy patterns can improperly treat an IPv6 zone ID as a hostname component. For example, when the NO_PROXY environment variable is set to \"*.example.com\", a request to \"[::1%25.example.com]:80` will incorrectly match and not be proxied.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:amazon-ssm-agent-3.3.1611.0-150000.5.23.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:amazon-ssm-agent-3.3.1611.0-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:amazon-ssm-agent-3.3.1611.0-150000.5.23.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:amazon-ssm-agent-3.3.1611.0-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:amazon-ssm-agent-3.3.1611.0-150000.5.23.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:amazon-ssm-agent-3.3.1611.0-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:amazon-ssm-agent-3.3.1611.0-150000.5.23.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:amazon-ssm-agent-3.3.1611.0-150000.5.23.1.x86_64",
"openSUSE Leap 15.6:amazon-ssm-agent-3.3.1611.0-150000.5.23.1.aarch64",
"openSUSE Leap 15.6:amazon-ssm-agent-3.3.1611.0-150000.5.23.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22870",
"url": "https://www.suse.com/security/cve/CVE-2025-22870"
},
{
"category": "external",
"summary": "SUSE Bug 1238572 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238572"
},
{
"category": "external",
"summary": "SUSE Bug 1238611 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238611"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:amazon-ssm-agent-3.3.1611.0-150000.5.23.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:amazon-ssm-agent-3.3.1611.0-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:amazon-ssm-agent-3.3.1611.0-150000.5.23.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:amazon-ssm-agent-3.3.1611.0-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:amazon-ssm-agent-3.3.1611.0-150000.5.23.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:amazon-ssm-agent-3.3.1611.0-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:amazon-ssm-agent-3.3.1611.0-150000.5.23.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:amazon-ssm-agent-3.3.1611.0-150000.5.23.1.x86_64",
"openSUSE Leap 15.6:amazon-ssm-agent-3.3.1611.0-150000.5.23.1.aarch64",
"openSUSE Leap 15.6:amazon-ssm-agent-3.3.1611.0-150000.5.23.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:amazon-ssm-agent-3.3.1611.0-150000.5.23.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:amazon-ssm-agent-3.3.1611.0-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:amazon-ssm-agent-3.3.1611.0-150000.5.23.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:amazon-ssm-agent-3.3.1611.0-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:amazon-ssm-agent-3.3.1611.0-150000.5.23.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:amazon-ssm-agent-3.3.1611.0-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:amazon-ssm-agent-3.3.1611.0-150000.5.23.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:amazon-ssm-agent-3.3.1611.0-150000.5.23.1.x86_64",
"openSUSE Leap 15.6:amazon-ssm-agent-3.3.1611.0-150000.5.23.1.aarch64",
"openSUSE Leap 15.6:amazon-ssm-agent-3.3.1611.0-150000.5.23.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-14T12:51:01Z",
"details": "moderate"
}
],
"title": "CVE-2025-22870"
}
]
}
SUSE-SU-2025:0980-1
Vulnerability from csaf_suse - Published: 2025-03-21 14:15 - Updated: 2025-03-21 14:15Summary
Security update for apptainer
Severity
Critical
Notes
Title of the patch: Security update for apptainer
Description of the patch: This update for apptainer fixes the following issues:
- CVE-2025-27144: Fixed Denial of Service in Go JOSE's Parsing (bsc#1237679).
- CVE-2024-45338: Fixed denial of service due to non-linear parsing of case-insensitive content (bsc#1234794).
- CVE-2024-45337: Fixed Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto (bsc#1234595).
- CVE-2025-22870: Fixed proxy bypass using IPv6 zone IDs (bsc#1238611).
- CVE-2025-22869: Fixed Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (bsc#1239341).
- CVE-2024-41110: Fixed Authz zero length regression (bsc#1228324).
Patchnames: SUSE-2025-980,SUSE-SLE-Module-HPC-15-SP6-2025-980,openSUSE-SLE-15.6-2025-980
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
9.9 (Critical)
Affected products
Recommended
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apptainer-leap-1.3.6-150600.4.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apptainer-sle15_5-1.3.6-150600.4.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch | — |
Vendor Fix
|
Threats
Impact
critical
8.1 (High)
Affected products
Recommended
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apptainer-leap-1.3.6-150600.4.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apptainer-sle15_5-1.3.6-150600.4.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
5.9 (Medium)
Affected products
Recommended
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apptainer-leap-1.3.6-150600.4.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apptainer-sle15_5-1.3.6-150600.4.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
7.5 (High)
Affected products
Recommended
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apptainer-leap-1.3.6-150600.4.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apptainer-sle15_5-1.3.6-150600.4.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
4.4 (Medium)
Affected products
Recommended
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apptainer-leap-1.3.6-150600.4.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apptainer-sle15_5-1.3.6-150600.4.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
7.5 (High)
Affected products
Recommended
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apptainer-leap-1.3.6-150600.4.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apptainer-sle15_5-1.3.6-150600.4.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
References
30 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "critical"
},
"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 apptainer",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for apptainer fixes the following issues:\n\n- CVE-2025-27144: Fixed Denial of Service in Go JOSE\u0027s Parsing (bsc#1237679).\n- CVE-2024-45338: Fixed denial of service due to non-linear parsing of case-insensitive content (bsc#1234794).\n- CVE-2024-45337: Fixed Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto (bsc#1234595).\n- CVE-2025-22870: Fixed proxy bypass using IPv6 zone IDs (bsc#1238611).\n- CVE-2025-22869: Fixed Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (bsc#1239341).\n- CVE-2024-41110: Fixed Authz zero length regression (bsc#1228324).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-980,SUSE-SLE-Module-HPC-15-SP6-2025-980,openSUSE-SLE-15.6-2025-980",
"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_0980-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:0980-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250980-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:0980-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-March/020574.html"
},
{
"category": "self",
"summary": "SUSE Bug 1228324",
"url": "https://bugzilla.suse.com/1228324"
},
{
"category": "self",
"summary": "SUSE Bug 1234595",
"url": "https://bugzilla.suse.com/1234595"
},
{
"category": "self",
"summary": "SUSE Bug 1234794",
"url": "https://bugzilla.suse.com/1234794"
},
{
"category": "self",
"summary": "SUSE Bug 1237679",
"url": "https://bugzilla.suse.com/1237679"
},
{
"category": "self",
"summary": "SUSE Bug 1238611",
"url": "https://bugzilla.suse.com/1238611"
},
{
"category": "self",
"summary": "SUSE Bug 1239341",
"url": "https://bugzilla.suse.com/1239341"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-41110 page",
"url": "https://www.suse.com/security/cve/CVE-2024-41110/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-45337 page",
"url": "https://www.suse.com/security/cve/CVE-2024-45337/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-45338 page",
"url": "https://www.suse.com/security/cve/CVE-2024-45338/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22870 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22870/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-27144 page",
"url": "https://www.suse.com/security/cve/CVE-2025-27144/"
}
],
"title": "Security update for apptainer",
"tracking": {
"current_release_date": "2025-03-21T14:15:19Z",
"generator": {
"date": "2025-03-21T14:15:19Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:0980-1",
"initial_release_date": "2025-03-21T14:15:19Z",
"revision_history": [
{
"date": "2025-03-21T14:15:19Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "apptainer-1.3.6-150600.4.9.1.aarch64",
"product": {
"name": "apptainer-1.3.6-150600.4.9.1.aarch64",
"product_id": "apptainer-1.3.6-150600.4.9.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "apptainer-leap-1.3.6-150600.4.9.1.noarch",
"product": {
"name": "apptainer-leap-1.3.6-150600.4.9.1.noarch",
"product_id": "apptainer-leap-1.3.6-150600.4.9.1.noarch"
}
},
{
"category": "product_version",
"name": "apptainer-sle15_5-1.3.6-150600.4.9.1.noarch",
"product": {
"name": "apptainer-sle15_5-1.3.6-150600.4.9.1.noarch",
"product_id": "apptainer-sle15_5-1.3.6-150600.4.9.1.noarch"
}
},
{
"category": "product_version",
"name": "apptainer-sle15_6-1.3.6-150600.4.9.1.noarch",
"product": {
"name": "apptainer-sle15_6-1.3.6-150600.4.9.1.noarch",
"product_id": "apptainer-sle15_6-1.3.6-150600.4.9.1.noarch"
}
},
{
"category": "product_version",
"name": "apptainer-sle15_7-1.3.6-150600.4.9.1.noarch",
"product": {
"name": "apptainer-sle15_7-1.3.6-150600.4.9.1.noarch",
"product_id": "apptainer-sle15_7-1.3.6-150600.4.9.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "apptainer-1.3.6-150600.4.9.1.x86_64",
"product": {
"name": "apptainer-1.3.6-150600.4.9.1.x86_64",
"product_id": "apptainer-1.3.6-150600.4.9.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for HPC 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for HPC 15 SP6",
"product_id": "SUSE Linux Enterprise Module for HPC 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-hpc:15:sp6"
}
}
},
{
"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": "apptainer-1.3.6-150600.4.9.1.aarch64 as component of SUSE Linux Enterprise Module for HPC 15 SP6",
"product_id": "SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.aarch64"
},
"product_reference": "apptainer-1.3.6-150600.4.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for HPC 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apptainer-1.3.6-150600.4.9.1.x86_64 as component of SUSE Linux Enterprise Module for HPC 15 SP6",
"product_id": "SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.x86_64"
},
"product_reference": "apptainer-1.3.6-150600.4.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for HPC 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apptainer-sle15_6-1.3.6-150600.4.9.1.noarch as component of SUSE Linux Enterprise Module for HPC 15 SP6",
"product_id": "SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch"
},
"product_reference": "apptainer-sle15_6-1.3.6-150600.4.9.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for HPC 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apptainer-1.3.6-150600.4.9.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.aarch64"
},
"product_reference": "apptainer-1.3.6-150600.4.9.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apptainer-1.3.6-150600.4.9.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.x86_64"
},
"product_reference": "apptainer-1.3.6-150600.4.9.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apptainer-leap-1.3.6-150600.4.9.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:apptainer-leap-1.3.6-150600.4.9.1.noarch"
},
"product_reference": "apptainer-leap-1.3.6-150600.4.9.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apptainer-sle15_5-1.3.6-150600.4.9.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:apptainer-sle15_5-1.3.6-150600.4.9.1.noarch"
},
"product_reference": "apptainer-sle15_5-1.3.6-150600.4.9.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apptainer-sle15_6-1.3.6-150600.4.9.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch"
},
"product_reference": "apptainer-sle15_6-1.3.6-150600.4.9.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-41110",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-41110"
}
],
"notes": [
{
"category": "general",
"text": "Moby is an open-source project created by Docker for software containerization. A security vulnerability has been detected in certain versions of Docker Engine, which could allow an attacker to bypass authorization plugins (AuthZ) under specific circumstances. The base likelihood of this being exploited is low.\n\nUsing a specially-crafted API request, an Engine API client could make the daemon forward the request or response to an authorization plugin without the body. In certain circumstances, the authorization plugin may allow a request which it would have otherwise denied if the body had been forwarded to it.\n\nA security issue was discovered In 2018, where an attacker could bypass AuthZ plugins using a specially crafted API request. This could lead to unauthorized actions, including privilege escalation. Although this issue was fixed in Docker Engine v18.09.1 in January 2019, the fix was not carried forward to later major versions, resulting in a regression. Anyone who depends on authorization plugins that introspect the request and/or response body to make access control decisions is potentially impacted.\n\nDocker EE v19.03.x and all versions of Mirantis Container Runtime are not vulnerable.\n\ndocker-ce v27.1.1 containes patches to fix the vulnerability. Patches have also been merged into the master, 19.03, 20.0, 23.0, 24.0, 25.0, 26.0, and 26.1 release branches. If one is unable to upgrade immediately, avoid using AuthZ plugins and/or restrict access to the Docker API to trusted parties, following the principle of least privilege.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.aarch64",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.x86_64",
"openSUSE Leap 15.6:apptainer-leap-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_5-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-41110",
"url": "https://www.suse.com/security/cve/CVE-2024-41110"
},
{
"category": "external",
"summary": "SUSE Bug 1228324 for CVE-2024-41110",
"url": "https://bugzilla.suse.com/1228324"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.aarch64",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.x86_64",
"openSUSE Leap 15.6:apptainer-leap-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_5-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.9,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.aarch64",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.x86_64",
"openSUSE Leap 15.6:apptainer-leap-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_5-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-21T14:15:19Z",
"details": "critical"
}
],
"title": "CVE-2024-41110"
},
{
"cve": "CVE-2024-45337",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-45337"
}
],
"notes": [
{
"category": "general",
"text": "Applications and libraries which misuse connection.serverAuthenticate (via callback field ServerConfig.PublicKeyCallback) may be susceptible to an authorization bypass. The documentation for ServerConfig.PublicKeyCallback says that \"A call to this function does not guarantee that the key offered is in fact used to authenticate.\" Specifically, the SSH protocol allows clients to inquire about whether a public key is acceptable before proving control of the corresponding private key. PublicKeyCallback may be called with multiple keys, and the order in which the keys were provided cannot be used to infer which key the client successfully authenticated with, if any. Some applications, which store the key(s) passed to PublicKeyCallback (or derived information) and make security relevant determinations based on it once the connection is established, may make incorrect assumptions. For example, an attacker may send public keys A and B, and then authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B for which the attacker does not actually control the private key. Since this API is widely misused, as a partial mitigation golang.org/x/cry...@v0.31.0 enforces the property that, when successfully authenticating via public key, the last key passed to ServerConfig.PublicKeyCallback will be the key used to authenticate the connection. PublicKeyCallback will now be called multiple times with the same key, if necessary. Note that the client may still not control the last key passed to PublicKeyCallback if the connection is then authenticated with a different method, such as PasswordCallback, KeyboardInteractiveCallback, or NoClientAuth. Users should be using the Extensions field of the Permissions return value from the various authentication callbacks to record data associated with the authentication attempt instead of referencing external state. Once the connection is established the state corresponding to the successful authentication attempt can be retrieved via the ServerConn.Permissions field. Note that some third-party libraries misuse the Permissions type by sharing it across authentication attempts; users of third-party libraries should refer to the relevant projects for guidance.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.aarch64",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.x86_64",
"openSUSE Leap 15.6:apptainer-leap-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_5-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-45337",
"url": "https://www.suse.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "SUSE Bug 1234482 for CVE-2024-45337",
"url": "https://bugzilla.suse.com/1234482"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.aarch64",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.x86_64",
"openSUSE Leap 15.6:apptainer-leap-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_5-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.aarch64",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.x86_64",
"openSUSE Leap 15.6:apptainer-leap-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_5-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-21T14:15:19Z",
"details": "important"
}
],
"title": "CVE-2024-45337"
},
{
"cve": "CVE-2024-45338",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-45338"
}
],
"notes": [
{
"category": "general",
"text": "An attacker can craft an input to the Parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This could cause a denial of service.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.aarch64",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.x86_64",
"openSUSE Leap 15.6:apptainer-leap-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_5-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-45338",
"url": "https://www.suse.com/security/cve/CVE-2024-45338"
},
{
"category": "external",
"summary": "SUSE Bug 1234794 for CVE-2024-45338",
"url": "https://bugzilla.suse.com/1234794"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.aarch64",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.x86_64",
"openSUSE Leap 15.6:apptainer-leap-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_5-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.aarch64",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.x86_64",
"openSUSE Leap 15.6:apptainer-leap-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_5-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-21T14:15:19Z",
"details": "moderate"
}
],
"title": "CVE-2024-45338"
},
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.aarch64",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.x86_64",
"openSUSE Leap 15.6:apptainer-leap-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_5-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.aarch64",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.x86_64",
"openSUSE Leap 15.6:apptainer-leap-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_5-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.aarch64",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.x86_64",
"openSUSE Leap 15.6:apptainer-leap-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_5-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-21T14:15:19Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-22870",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22870"
}
],
"notes": [
{
"category": "general",
"text": "Matching of hosts against proxy patterns can improperly treat an IPv6 zone ID as a hostname component. For example, when the NO_PROXY environment variable is set to \"*.example.com\", a request to \"[::1%25.example.com]:80` will incorrectly match and not be proxied.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.aarch64",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.x86_64",
"openSUSE Leap 15.6:apptainer-leap-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_5-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22870",
"url": "https://www.suse.com/security/cve/CVE-2025-22870"
},
{
"category": "external",
"summary": "SUSE Bug 1238572 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238572"
},
{
"category": "external",
"summary": "SUSE Bug 1238611 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238611"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.aarch64",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.x86_64",
"openSUSE Leap 15.6:apptainer-leap-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_5-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.aarch64",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.x86_64",
"openSUSE Leap 15.6:apptainer-leap-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_5-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-21T14:15:19Z",
"details": "moderate"
}
],
"title": "CVE-2025-22870"
},
{
"cve": "CVE-2025-27144",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-27144"
}
],
"notes": [
{
"category": "general",
"text": "Go JOSE provides an implementation of the Javascript Object Signing and Encryption set of standards in Go, including support for JSON Web Encryption (JWE), JSON Web Signature (JWS), and JSON Web Token (JWT) standards. In versions on the 4.x branch prior to version 4.0.5, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code used strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service. Version 4.0.5 fixes this issue. As a workaround, applications could pre-validate that payloads passed to Go JOSE do not contain an excessive number of `.` characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.aarch64",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.x86_64",
"openSUSE Leap 15.6:apptainer-leap-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_5-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-27144",
"url": "https://www.suse.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "SUSE Bug 1237608 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237608"
},
{
"category": "external",
"summary": "SUSE Bug 1237609 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237609"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.aarch64",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.x86_64",
"openSUSE Leap 15.6:apptainer-leap-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_5-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.aarch64",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.x86_64",
"openSUSE Leap 15.6:apptainer-leap-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_5-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-21T14:15:19Z",
"details": "important"
}
],
"title": "CVE-2025-27144"
}
]
}
SUSE-SU-2025:1007-1
Vulnerability from csaf_suse - Published: 2025-03-25 08:44 - Updated: 2025-03-25 08:44Summary
Security update for helm
Severity
Moderate
Notes
Title of the patch: Security update for helm
Description of the patch: This update for helm fixes the following issues:
- CVE-2025-22870: Fixed proxy bypass using IPv6 zone IDs (bsc#1238688).
Other fixes:
- Updated to version 3.17.2
- Updated to 0.37.0 for x/net
Patchnames: SUSE-2025-1007,SUSE-SLE-Micro-5.5-2025-1007,SUSE-SLE-Module-Containers-15-SP6-2025-1007,SUSE-SLE-Module-Packagehub-Subpackages-15-SP6-2025-1007,openSUSE-SLE-15.6-2025-1007
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
4.4 (Medium)
Affected products
Recommended
19 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:helm-3.17.2-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:helm-3.17.2-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:helm-3.17.2-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:helm-3.17.2-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:helm-bash-completion-3.17.2-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:helm-3.17.2-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:helm-3.17.2-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:helm-3.17.2-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:helm-3.17.2-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:helm-bash-completion-3.17.2-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:helm-zsh-completion-3.17.2-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:helm-fish-completion-3.17.2-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:helm-3.17.2-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:helm-3.17.2-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:helm-3.17.2-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:helm-3.17.2-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:helm-bash-completion-3.17.2-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:helm-fish-completion-3.17.2-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:helm-zsh-completion-3.17.2-150000.1.44.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
References
9 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for helm",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for helm fixes the following issues:\n\n- CVE-2025-22870: Fixed proxy bypass using IPv6 zone IDs (bsc#1238688).\n\nOther fixes:\n- Updated to version 3.17.2\n- Updated to 0.37.0 for x/net\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-1007,SUSE-SLE-Micro-5.5-2025-1007,SUSE-SLE-Module-Containers-15-SP6-2025-1007,SUSE-SLE-Module-Packagehub-Subpackages-15-SP6-2025-1007,openSUSE-SLE-15.6-2025-1007",
"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_1007-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:1007-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251007-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:1007-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-March/020591.html"
},
{
"category": "self",
"summary": "SUSE Bug 1238688",
"url": "https://bugzilla.suse.com/1238688"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22870 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22870/"
}
],
"title": "Security update for helm",
"tracking": {
"current_release_date": "2025-03-25T08:44:44Z",
"generator": {
"date": "2025-03-25T08:44:44Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:1007-1",
"initial_release_date": "2025-03-25T08:44:44Z",
"revision_history": [
{
"date": "2025-03-25T08:44:44Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "helm-3.17.2-150000.1.44.1.aarch64",
"product": {
"name": "helm-3.17.2-150000.1.44.1.aarch64",
"product_id": "helm-3.17.2-150000.1.44.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "helm-3.17.2-150000.1.44.1.i586",
"product": {
"name": "helm-3.17.2-150000.1.44.1.i586",
"product_id": "helm-3.17.2-150000.1.44.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "helm-bash-completion-3.17.2-150000.1.44.1.noarch",
"product": {
"name": "helm-bash-completion-3.17.2-150000.1.44.1.noarch",
"product_id": "helm-bash-completion-3.17.2-150000.1.44.1.noarch"
}
},
{
"category": "product_version",
"name": "helm-fish-completion-3.17.2-150000.1.44.1.noarch",
"product": {
"name": "helm-fish-completion-3.17.2-150000.1.44.1.noarch",
"product_id": "helm-fish-completion-3.17.2-150000.1.44.1.noarch"
}
},
{
"category": "product_version",
"name": "helm-zsh-completion-3.17.2-150000.1.44.1.noarch",
"product": {
"name": "helm-zsh-completion-3.17.2-150000.1.44.1.noarch",
"product_id": "helm-zsh-completion-3.17.2-150000.1.44.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "helm-3.17.2-150000.1.44.1.ppc64le",
"product": {
"name": "helm-3.17.2-150000.1.44.1.ppc64le",
"product_id": "helm-3.17.2-150000.1.44.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "helm-3.17.2-150000.1.44.1.s390x",
"product": {
"name": "helm-3.17.2-150000.1.44.1.s390x",
"product_id": "helm-3.17.2-150000.1.44.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "helm-3.17.2-150000.1.44.1.x86_64",
"product": {
"name": "helm-3.17.2-150000.1.44.1.x86_64",
"product_id": "helm-3.17.2-150000.1.44.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.5",
"product": {
"name": "SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Containers 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-containers:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:packagehub:15:sp6"
}
}
},
{
"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": "helm-3.17.2-150000.1.44.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:helm-3.17.2-150000.1.44.1.aarch64"
},
"product_reference": "helm-3.17.2-150000.1.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "helm-3.17.2-150000.1.44.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:helm-3.17.2-150000.1.44.1.ppc64le"
},
"product_reference": "helm-3.17.2-150000.1.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "helm-3.17.2-150000.1.44.1.s390x as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:helm-3.17.2-150000.1.44.1.s390x"
},
"product_reference": "helm-3.17.2-150000.1.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "helm-3.17.2-150000.1.44.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:helm-3.17.2-150000.1.44.1.x86_64"
},
"product_reference": "helm-3.17.2-150000.1.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "helm-bash-completion-3.17.2-150000.1.44.1.noarch as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:helm-bash-completion-3.17.2-150000.1.44.1.noarch"
},
"product_reference": "helm-bash-completion-3.17.2-150000.1.44.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "helm-3.17.2-150000.1.44.1.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:helm-3.17.2-150000.1.44.1.aarch64"
},
"product_reference": "helm-3.17.2-150000.1.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "helm-3.17.2-150000.1.44.1.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:helm-3.17.2-150000.1.44.1.ppc64le"
},
"product_reference": "helm-3.17.2-150000.1.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "helm-3.17.2-150000.1.44.1.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:helm-3.17.2-150000.1.44.1.s390x"
},
"product_reference": "helm-3.17.2-150000.1.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "helm-3.17.2-150000.1.44.1.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:helm-3.17.2-150000.1.44.1.x86_64"
},
"product_reference": "helm-3.17.2-150000.1.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "helm-bash-completion-3.17.2-150000.1.44.1.noarch as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:helm-bash-completion-3.17.2-150000.1.44.1.noarch"
},
"product_reference": "helm-bash-completion-3.17.2-150000.1.44.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "helm-zsh-completion-3.17.2-150000.1.44.1.noarch as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:helm-zsh-completion-3.17.2-150000.1.44.1.noarch"
},
"product_reference": "helm-zsh-completion-3.17.2-150000.1.44.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "helm-fish-completion-3.17.2-150000.1.44.1.noarch as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:helm-fish-completion-3.17.2-150000.1.44.1.noarch"
},
"product_reference": "helm-fish-completion-3.17.2-150000.1.44.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "helm-3.17.2-150000.1.44.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:helm-3.17.2-150000.1.44.1.aarch64"
},
"product_reference": "helm-3.17.2-150000.1.44.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "helm-3.17.2-150000.1.44.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:helm-3.17.2-150000.1.44.1.ppc64le"
},
"product_reference": "helm-3.17.2-150000.1.44.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "helm-3.17.2-150000.1.44.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:helm-3.17.2-150000.1.44.1.s390x"
},
"product_reference": "helm-3.17.2-150000.1.44.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "helm-3.17.2-150000.1.44.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:helm-3.17.2-150000.1.44.1.x86_64"
},
"product_reference": "helm-3.17.2-150000.1.44.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "helm-bash-completion-3.17.2-150000.1.44.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:helm-bash-completion-3.17.2-150000.1.44.1.noarch"
},
"product_reference": "helm-bash-completion-3.17.2-150000.1.44.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "helm-fish-completion-3.17.2-150000.1.44.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:helm-fish-completion-3.17.2-150000.1.44.1.noarch"
},
"product_reference": "helm-fish-completion-3.17.2-150000.1.44.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "helm-zsh-completion-3.17.2-150000.1.44.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:helm-zsh-completion-3.17.2-150000.1.44.1.noarch"
},
"product_reference": "helm-zsh-completion-3.17.2-150000.1.44.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22870",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22870"
}
],
"notes": [
{
"category": "general",
"text": "Matching of hosts against proxy patterns can improperly treat an IPv6 zone ID as a hostname component. For example, when the NO_PROXY environment variable is set to \"*.example.com\", a request to \"[::1%25.example.com]:80` will incorrectly match and not be proxied.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:helm-3.17.2-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:helm-3.17.2-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:helm-3.17.2-150000.1.44.1.s390x",
"SUSE Linux Enterprise Micro 5.5:helm-3.17.2-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:helm-bash-completion-3.17.2-150000.1.44.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:helm-3.17.2-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:helm-3.17.2-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:helm-3.17.2-150000.1.44.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:helm-3.17.2-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:helm-bash-completion-3.17.2-150000.1.44.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:helm-zsh-completion-3.17.2-150000.1.44.1.noarch",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:helm-fish-completion-3.17.2-150000.1.44.1.noarch",
"openSUSE Leap 15.6:helm-3.17.2-150000.1.44.1.aarch64",
"openSUSE Leap 15.6:helm-3.17.2-150000.1.44.1.ppc64le",
"openSUSE Leap 15.6:helm-3.17.2-150000.1.44.1.s390x",
"openSUSE Leap 15.6:helm-3.17.2-150000.1.44.1.x86_64",
"openSUSE Leap 15.6:helm-bash-completion-3.17.2-150000.1.44.1.noarch",
"openSUSE Leap 15.6:helm-fish-completion-3.17.2-150000.1.44.1.noarch",
"openSUSE Leap 15.6:helm-zsh-completion-3.17.2-150000.1.44.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22870",
"url": "https://www.suse.com/security/cve/CVE-2025-22870"
},
{
"category": "external",
"summary": "SUSE Bug 1238572 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238572"
},
{
"category": "external",
"summary": "SUSE Bug 1238611 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238611"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Micro 5.5:helm-3.17.2-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:helm-3.17.2-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:helm-3.17.2-150000.1.44.1.s390x",
"SUSE Linux Enterprise Micro 5.5:helm-3.17.2-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:helm-bash-completion-3.17.2-150000.1.44.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:helm-3.17.2-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:helm-3.17.2-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:helm-3.17.2-150000.1.44.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:helm-3.17.2-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:helm-bash-completion-3.17.2-150000.1.44.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:helm-zsh-completion-3.17.2-150000.1.44.1.noarch",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:helm-fish-completion-3.17.2-150000.1.44.1.noarch",
"openSUSE Leap 15.6:helm-3.17.2-150000.1.44.1.aarch64",
"openSUSE Leap 15.6:helm-3.17.2-150000.1.44.1.ppc64le",
"openSUSE Leap 15.6:helm-3.17.2-150000.1.44.1.s390x",
"openSUSE Leap 15.6:helm-3.17.2-150000.1.44.1.x86_64",
"openSUSE Leap 15.6:helm-bash-completion-3.17.2-150000.1.44.1.noarch",
"openSUSE Leap 15.6:helm-fish-completion-3.17.2-150000.1.44.1.noarch",
"openSUSE Leap 15.6:helm-zsh-completion-3.17.2-150000.1.44.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.5:helm-3.17.2-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:helm-3.17.2-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:helm-3.17.2-150000.1.44.1.s390x",
"SUSE Linux Enterprise Micro 5.5:helm-3.17.2-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:helm-bash-completion-3.17.2-150000.1.44.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:helm-3.17.2-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:helm-3.17.2-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:helm-3.17.2-150000.1.44.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:helm-3.17.2-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:helm-bash-completion-3.17.2-150000.1.44.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:helm-zsh-completion-3.17.2-150000.1.44.1.noarch",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:helm-fish-completion-3.17.2-150000.1.44.1.noarch",
"openSUSE Leap 15.6:helm-3.17.2-150000.1.44.1.aarch64",
"openSUSE Leap 15.6:helm-3.17.2-150000.1.44.1.ppc64le",
"openSUSE Leap 15.6:helm-3.17.2-150000.1.44.1.s390x",
"openSUSE Leap 15.6:helm-3.17.2-150000.1.44.1.x86_64",
"openSUSE Leap 15.6:helm-bash-completion-3.17.2-150000.1.44.1.noarch",
"openSUSE Leap 15.6:helm-fish-completion-3.17.2-150000.1.44.1.noarch",
"openSUSE Leap 15.6:helm-zsh-completion-3.17.2-150000.1.44.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-25T08:44:44Z",
"details": "moderate"
}
],
"title": "CVE-2025-22870"
}
]
}
SUSE-SU-2025:1055-1
Vulnerability from csaf_suse - Published: 2025-03-28 16:55 - Updated: 2025-03-28 16:55Summary
Security update for skopeo
Severity
Moderate
Notes
Title of the patch: Security update for skopeo
Description of the patch: This update for skopeo fixes the following issues:
- CVE-2025-22870: Fixed proxy bypass using IPv6 zone IDs (bsc#1238685).
Patchnames: SUSE-2025-1055,SUSE-SLE-Micro-5.5-2025-1055,SUSE-SLE-Module-Basesystem-15-SP6-2025-1055,openSUSE-SLE-15.6-2025-1055
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
4.4 (Medium)
Affected products
Recommended
17 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:skopeo-1.14.4-150300.11.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:skopeo-1.14.4-150300.11.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:skopeo-1.14.4-150300.11.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:skopeo-1.14.4-150300.11.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:skopeo-1.14.4-150300.11.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:skopeo-1.14.4-150300.11.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:skopeo-1.14.4-150300.11.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:skopeo-1.14.4-150300.11.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:skopeo-bash-completion-1.14.4-150300.11.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:skopeo-zsh-completion-1.14.4-150300.11.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:skopeo-1.14.4-150300.11.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:skopeo-1.14.4-150300.11.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:skopeo-1.14.4-150300.11.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:skopeo-1.14.4-150300.11.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:skopeo-bash-completion-1.14.4-150300.11.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:skopeo-fish-completion-1.14.4-150300.11.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:skopeo-zsh-completion-1.14.4-150300.11.22.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
References
9 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for skopeo",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for skopeo fixes the following issues:\n\n- CVE-2025-22870: Fixed proxy bypass using IPv6 zone IDs (bsc#1238685).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-1055,SUSE-SLE-Micro-5.5-2025-1055,SUSE-SLE-Module-Basesystem-15-SP6-2025-1055,openSUSE-SLE-15.6-2025-1055",
"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_1055-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:1055-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251055-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:1055-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-March/020623.html"
},
{
"category": "self",
"summary": "SUSE Bug 1238685",
"url": "https://bugzilla.suse.com/1238685"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22870 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22870/"
}
],
"title": "Security update for skopeo",
"tracking": {
"current_release_date": "2025-03-28T16:55:49Z",
"generator": {
"date": "2025-03-28T16:55:49Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:1055-1",
"initial_release_date": "2025-03-28T16:55:49Z",
"revision_history": [
{
"date": "2025-03-28T16:55:49Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "skopeo-1.14.4-150300.11.22.1.aarch64",
"product": {
"name": "skopeo-1.14.4-150300.11.22.1.aarch64",
"product_id": "skopeo-1.14.4-150300.11.22.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-1.14.4-150300.11.22.1.i586",
"product": {
"name": "skopeo-1.14.4-150300.11.22.1.i586",
"product_id": "skopeo-1.14.4-150300.11.22.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-bash-completion-1.14.4-150300.11.22.1.noarch",
"product": {
"name": "skopeo-bash-completion-1.14.4-150300.11.22.1.noarch",
"product_id": "skopeo-bash-completion-1.14.4-150300.11.22.1.noarch"
}
},
{
"category": "product_version",
"name": "skopeo-fish-completion-1.14.4-150300.11.22.1.noarch",
"product": {
"name": "skopeo-fish-completion-1.14.4-150300.11.22.1.noarch",
"product_id": "skopeo-fish-completion-1.14.4-150300.11.22.1.noarch"
}
},
{
"category": "product_version",
"name": "skopeo-zsh-completion-1.14.4-150300.11.22.1.noarch",
"product": {
"name": "skopeo-zsh-completion-1.14.4-150300.11.22.1.noarch",
"product_id": "skopeo-zsh-completion-1.14.4-150300.11.22.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-1.14.4-150300.11.22.1.ppc64le",
"product": {
"name": "skopeo-1.14.4-150300.11.22.1.ppc64le",
"product_id": "skopeo-1.14.4-150300.11.22.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-1.14.4-150300.11.22.1.s390x",
"product": {
"name": "skopeo-1.14.4-150300.11.22.1.s390x",
"product_id": "skopeo-1.14.4-150300.11.22.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-1.14.4-150300.11.22.1.x86_64",
"product": {
"name": "skopeo-1.14.4-150300.11.22.1.x86_64",
"product_id": "skopeo-1.14.4-150300.11.22.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.5",
"product": {
"name": "SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp6"
}
}
},
{
"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": "skopeo-1.14.4-150300.11.22.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:skopeo-1.14.4-150300.11.22.1.aarch64"
},
"product_reference": "skopeo-1.14.4-150300.11.22.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1.14.4-150300.11.22.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:skopeo-1.14.4-150300.11.22.1.ppc64le"
},
"product_reference": "skopeo-1.14.4-150300.11.22.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1.14.4-150300.11.22.1.s390x as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:skopeo-1.14.4-150300.11.22.1.s390x"
},
"product_reference": "skopeo-1.14.4-150300.11.22.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1.14.4-150300.11.22.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:skopeo-1.14.4-150300.11.22.1.x86_64"
},
"product_reference": "skopeo-1.14.4-150300.11.22.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1.14.4-150300.11.22.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:skopeo-1.14.4-150300.11.22.1.aarch64"
},
"product_reference": "skopeo-1.14.4-150300.11.22.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1.14.4-150300.11.22.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:skopeo-1.14.4-150300.11.22.1.ppc64le"
},
"product_reference": "skopeo-1.14.4-150300.11.22.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1.14.4-150300.11.22.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:skopeo-1.14.4-150300.11.22.1.s390x"
},
"product_reference": "skopeo-1.14.4-150300.11.22.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1.14.4-150300.11.22.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:skopeo-1.14.4-150300.11.22.1.x86_64"
},
"product_reference": "skopeo-1.14.4-150300.11.22.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-bash-completion-1.14.4-150300.11.22.1.noarch as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:skopeo-bash-completion-1.14.4-150300.11.22.1.noarch"
},
"product_reference": "skopeo-bash-completion-1.14.4-150300.11.22.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-zsh-completion-1.14.4-150300.11.22.1.noarch as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:skopeo-zsh-completion-1.14.4-150300.11.22.1.noarch"
},
"product_reference": "skopeo-zsh-completion-1.14.4-150300.11.22.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1.14.4-150300.11.22.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:skopeo-1.14.4-150300.11.22.1.aarch64"
},
"product_reference": "skopeo-1.14.4-150300.11.22.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1.14.4-150300.11.22.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:skopeo-1.14.4-150300.11.22.1.ppc64le"
},
"product_reference": "skopeo-1.14.4-150300.11.22.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1.14.4-150300.11.22.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:skopeo-1.14.4-150300.11.22.1.s390x"
},
"product_reference": "skopeo-1.14.4-150300.11.22.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1.14.4-150300.11.22.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:skopeo-1.14.4-150300.11.22.1.x86_64"
},
"product_reference": "skopeo-1.14.4-150300.11.22.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-bash-completion-1.14.4-150300.11.22.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:skopeo-bash-completion-1.14.4-150300.11.22.1.noarch"
},
"product_reference": "skopeo-bash-completion-1.14.4-150300.11.22.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-fish-completion-1.14.4-150300.11.22.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:skopeo-fish-completion-1.14.4-150300.11.22.1.noarch"
},
"product_reference": "skopeo-fish-completion-1.14.4-150300.11.22.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-zsh-completion-1.14.4-150300.11.22.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:skopeo-zsh-completion-1.14.4-150300.11.22.1.noarch"
},
"product_reference": "skopeo-zsh-completion-1.14.4-150300.11.22.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22870",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22870"
}
],
"notes": [
{
"category": "general",
"text": "Matching of hosts against proxy patterns can improperly treat an IPv6 zone ID as a hostname component. For example, when the NO_PROXY environment variable is set to \"*.example.com\", a request to \"[::1%25.example.com]:80` will incorrectly match and not be proxied.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:skopeo-1.14.4-150300.11.22.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:skopeo-1.14.4-150300.11.22.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:skopeo-1.14.4-150300.11.22.1.s390x",
"SUSE Linux Enterprise Micro 5.5:skopeo-1.14.4-150300.11.22.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:skopeo-1.14.4-150300.11.22.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:skopeo-1.14.4-150300.11.22.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:skopeo-1.14.4-150300.11.22.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:skopeo-1.14.4-150300.11.22.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:skopeo-bash-completion-1.14.4-150300.11.22.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:skopeo-zsh-completion-1.14.4-150300.11.22.1.noarch",
"openSUSE Leap 15.6:skopeo-1.14.4-150300.11.22.1.aarch64",
"openSUSE Leap 15.6:skopeo-1.14.4-150300.11.22.1.ppc64le",
"openSUSE Leap 15.6:skopeo-1.14.4-150300.11.22.1.s390x",
"openSUSE Leap 15.6:skopeo-1.14.4-150300.11.22.1.x86_64",
"openSUSE Leap 15.6:skopeo-bash-completion-1.14.4-150300.11.22.1.noarch",
"openSUSE Leap 15.6:skopeo-fish-completion-1.14.4-150300.11.22.1.noarch",
"openSUSE Leap 15.6:skopeo-zsh-completion-1.14.4-150300.11.22.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22870",
"url": "https://www.suse.com/security/cve/CVE-2025-22870"
},
{
"category": "external",
"summary": "SUSE Bug 1238572 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238572"
},
{
"category": "external",
"summary": "SUSE Bug 1238611 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238611"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Micro 5.5:skopeo-1.14.4-150300.11.22.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:skopeo-1.14.4-150300.11.22.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:skopeo-1.14.4-150300.11.22.1.s390x",
"SUSE Linux Enterprise Micro 5.5:skopeo-1.14.4-150300.11.22.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:skopeo-1.14.4-150300.11.22.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:skopeo-1.14.4-150300.11.22.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:skopeo-1.14.4-150300.11.22.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:skopeo-1.14.4-150300.11.22.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:skopeo-bash-completion-1.14.4-150300.11.22.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:skopeo-zsh-completion-1.14.4-150300.11.22.1.noarch",
"openSUSE Leap 15.6:skopeo-1.14.4-150300.11.22.1.aarch64",
"openSUSE Leap 15.6:skopeo-1.14.4-150300.11.22.1.ppc64le",
"openSUSE Leap 15.6:skopeo-1.14.4-150300.11.22.1.s390x",
"openSUSE Leap 15.6:skopeo-1.14.4-150300.11.22.1.x86_64",
"openSUSE Leap 15.6:skopeo-bash-completion-1.14.4-150300.11.22.1.noarch",
"openSUSE Leap 15.6:skopeo-fish-completion-1.14.4-150300.11.22.1.noarch",
"openSUSE Leap 15.6:skopeo-zsh-completion-1.14.4-150300.11.22.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.5:skopeo-1.14.4-150300.11.22.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:skopeo-1.14.4-150300.11.22.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:skopeo-1.14.4-150300.11.22.1.s390x",
"SUSE Linux Enterprise Micro 5.5:skopeo-1.14.4-150300.11.22.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:skopeo-1.14.4-150300.11.22.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:skopeo-1.14.4-150300.11.22.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:skopeo-1.14.4-150300.11.22.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:skopeo-1.14.4-150300.11.22.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:skopeo-bash-completion-1.14.4-150300.11.22.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:skopeo-zsh-completion-1.14.4-150300.11.22.1.noarch",
"openSUSE Leap 15.6:skopeo-1.14.4-150300.11.22.1.aarch64",
"openSUSE Leap 15.6:skopeo-1.14.4-150300.11.22.1.ppc64le",
"openSUSE Leap 15.6:skopeo-1.14.4-150300.11.22.1.s390x",
"openSUSE Leap 15.6:skopeo-1.14.4-150300.11.22.1.x86_64",
"openSUSE Leap 15.6:skopeo-bash-completion-1.14.4-150300.11.22.1.noarch",
"openSUSE Leap 15.6:skopeo-fish-completion-1.14.4-150300.11.22.1.noarch",
"openSUSE Leap 15.6:skopeo-zsh-completion-1.14.4-150300.11.22.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-28T16:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2025-22870"
}
]
}
SUSE-SU-2025:1094-1
Vulnerability from csaf_suse - Published: 2025-04-02 03:37 - Updated: 2025-04-02 03:37Summary
Security update for warewulf4
Severity
Important
Notes
Title of the patch: Security update for warewulf4
Description of the patch: This update for warewulf4 fixes the following issues:
warewulf4 was updated from version 4.5.8 to 4.6.0:
- Security issues fixed for version 4.6.0:
* CVE-2025-22869: Fixed Denial of Service vulnerability in the Key Exchange of golang.org/x/crypto/ssh (bsc#1239322)
* CVE-2025-22870: Fixed proxy bypass using IPv6 zone IDs (bsc#1238611)
- User visible changes:
* Default values `nodes.conf`:
+ The default values for `kernel command line`, `init parameters` and `root` are now set in the `default` profile
and this profileshould be included in every profile.
During the installation of an update an upgrade is done to `nodes.conf` which updates the database accordingly.
* Overlay split up:
+ The overlays `wwinit` and `runtime` are now split up in different overlays named according to their role.
The upgrade process will update the node database and replace the overlays `wwinit` and `runtime` with a list
of overlays with same role.
* Site and distribution overlays:
+ The overlays in `/var/lib/warewulf/overlays` should not be changed by the user any more.
Site specific overlays are now sorted under `/etc/warewulf/overlays`.
On upgrade, changed overlays are stored with the `rpmsave` suffix and move to
`/etc/warewulf/overlays/$OVERLAYNAME`.
- Other changes and bugs fixed:
* Fixed udev issue with assigning device names (bsc#1226654)
* Implemented new package `warewulf-reference-doc` with the reference documentation for Warewulf 4 as PDF
* The configuation files nodes.conf and warewulf.conf will be updated on upgrade and the unmodified configuration
files will be saved as nodes.conf.4.5.x and warewulf.conf.4.5.x
- Summary of upstream changes:
* New configuration upgrade system
* Changes to the default profile
* Renamed containers to (node) images
* New kernel management system
* Parallel overlay builds
* Sprig functions in overlay templates
* Improved network overlays
* Nested profiles
* Arbitrary 'resources' data in nodes.conf
* NFS client configuration in nodes.conf
* Emphatically optional syncuser
* Improved network boot observability
* Particularly significant changes, especially those affecting the user interface,
are described in the release notes:
+ https://warewulf.org/docs/v4.6.x/release/v4.6.0.html
Patchnames: SUSE-2025-1094,SUSE-SLE-Module-HPC-15-SP6-2025-1094,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-1094,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-1094,openSUSE-SLE-15.6-2025-1094
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.5 (High)
Affected products
Recommended
32 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-4.6.0-150500.6.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-4.6.0-150500.6.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-dracut-4.6.0-150500.6.34.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-man-4.6.0-150500.6.34.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-4.6.0-150500.6.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-4.6.0-150500.6.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-dracut-4.6.0-150500.6.34.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-man-4.6.0-150500.6.34.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-4.6.0-150500.6.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-4.6.0-150500.6.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-dracut-4.6.0-150500.6.34.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-man-4.6.0-150500.6.34.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:warewulf4-4.6.0-150500.6.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:warewulf4-4.6.0-150500.6.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:warewulf4-dracut-4.6.0-150500.6.34.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:warewulf4-man-4.6.0-150500.6.34.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
4.4 (Medium)
Affected products
Recommended
32 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-4.6.0-150500.6.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-4.6.0-150500.6.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-dracut-4.6.0-150500.6.34.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-man-4.6.0-150500.6.34.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-4.6.0-150500.6.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-4.6.0-150500.6.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-dracut-4.6.0-150500.6.34.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-man-4.6.0-150500.6.34.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-4.6.0-150500.6.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-4.6.0-150500.6.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-dracut-4.6.0-150500.6.34.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-man-4.6.0-150500.6.34.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:warewulf4-4.6.0-150500.6.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:warewulf4-4.6.0-150500.6.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:warewulf4-dracut-4.6.0-150500.6.34.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:warewulf4-man-4.6.0-150500.6.34.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
References
14 references
{
"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 warewulf4",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for warewulf4 fixes the following issues:\n\nwarewulf4 was updated from version 4.5.8 to 4.6.0:\n\n- Security issues fixed for version 4.6.0:\n\n * CVE-2025-22869: Fixed Denial of Service vulnerability in the Key Exchange of golang.org/x/crypto/ssh (bsc#1239322)\n * CVE-2025-22870: Fixed proxy bypass using IPv6 zone IDs (bsc#1238611)\n\n- User visible changes:\n\n * Default values `nodes.conf`:\n \n + The default values for `kernel command line`, `init parameters` and `root` are now set in the `default` profile\n and this profileshould be included in every profile.\n During the installation of an update an upgrade is done to `nodes.conf` which updates the database accordingly.\n\n * Overlay split up:\n\n + The overlays `wwinit` and `runtime` are now split up in different overlays named according to their role.\n The upgrade process will update the node database and replace the overlays `wwinit` and `runtime` with a list\n of overlays with same role.\n\n * Site and distribution overlays:\n\n + The overlays in `/var/lib/warewulf/overlays` should not be changed by the user any more. \n Site specific overlays are now sorted under `/etc/warewulf/overlays`.\n On upgrade, changed overlays are stored with the `rpmsave` suffix and move to \n `/etc/warewulf/overlays/$OVERLAYNAME`.\n \n- Other changes and bugs fixed:\n\n * Fixed udev issue with assigning device names (bsc#1226654)\n * Implemented new package `warewulf-reference-doc` with the reference documentation for Warewulf 4 as PDF\n * The configuation files nodes.conf and warewulf.conf will be updated on upgrade and the unmodified configuration\n files will be saved as nodes.conf.4.5.x and warewulf.conf.4.5.x\n\n- Summary of upstream changes:\n\n * New configuration upgrade system\n * Changes to the default profile\n * Renamed containers to (node) images\n * New kernel management system\n * Parallel overlay builds\n * Sprig functions in overlay templates\n * Improved network overlays\n * Nested profiles\n * Arbitrary \u0027resources\u0027 data in nodes.conf\n * NFS client configuration in nodes.conf\n * Emphatically optional syncuser\n * Improved network boot observability\n * Particularly significant changes, especially those affecting the user interface, \n are described in the release notes:\n\n + https://warewulf.org/docs/v4.6.x/release/v4.6.0.html\n \n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-1094,SUSE-SLE-Module-HPC-15-SP6-2025-1094,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-1094,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-1094,openSUSE-SLE-15.6-2025-1094",
"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_1094-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:1094-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251094-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:1094-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-April/038880.html"
},
{
"category": "self",
"summary": "SUSE Bug 1226654",
"url": "https://bugzilla.suse.com/1226654"
},
{
"category": "self",
"summary": "SUSE Bug 1238611",
"url": "https://bugzilla.suse.com/1238611"
},
{
"category": "self",
"summary": "SUSE Bug 1239322",
"url": "https://bugzilla.suse.com/1239322"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22870 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22870/"
}
],
"title": "Security update for warewulf4",
"tracking": {
"current_release_date": "2025-04-02T03:37:36Z",
"generator": {
"date": "2025-04-02T03:37:36Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:1094-1",
"initial_release_date": "2025-04-02T03:37:36Z",
"revision_history": [
{
"date": "2025-04-02T03:37:36Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "warewulf4-4.6.0-150500.6.34.1.aarch64",
"product": {
"name": "warewulf4-4.6.0-150500.6.34.1.aarch64",
"product_id": "warewulf4-4.6.0-150500.6.34.1.aarch64"
}
},
{
"category": "product_version",
"name": "warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"product": {
"name": "warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"product_id": "warewulf4-overlay-4.6.0-150500.6.34.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"product": {
"name": "warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"product_id": "warewulf4-dracut-4.6.0-150500.6.34.1.noarch"
}
},
{
"category": "product_version",
"name": "warewulf4-man-4.6.0-150500.6.34.1.noarch",
"product": {
"name": "warewulf4-man-4.6.0-150500.6.34.1.noarch",
"product_id": "warewulf4-man-4.6.0-150500.6.34.1.noarch"
}
},
{
"category": "product_version",
"name": "warewulf4-overlay-rke2-4.6.0-150500.6.34.1.noarch",
"product": {
"name": "warewulf4-overlay-rke2-4.6.0-150500.6.34.1.noarch",
"product_id": "warewulf4-overlay-rke2-4.6.0-150500.6.34.1.noarch"
}
},
{
"category": "product_version",
"name": "warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"product": {
"name": "warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"product_id": "warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch"
}
},
{
"category": "product_version",
"name": "warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"product": {
"name": "warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"product_id": "warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "warewulf4-4.6.0-150500.6.34.1.x86_64",
"product": {
"name": "warewulf4-4.6.0-150500.6.34.1.x86_64",
"product_id": "warewulf4-4.6.0-150500.6.34.1.x86_64"
}
},
{
"category": "product_version",
"name": "warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"product": {
"name": "warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"product_id": "warewulf4-overlay-4.6.0-150500.6.34.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for HPC 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for HPC 15 SP6",
"product_id": "SUSE Linux Enterprise Module for HPC 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-hpc:15:sp6"
}
}
},
{
"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": "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": "warewulf4-4.6.0-150500.6.34.1.aarch64 as component of SUSE Linux Enterprise Module for HPC 15 SP6",
"product_id": "SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-4.6.0-150500.6.34.1.aarch64"
},
"product_reference": "warewulf4-4.6.0-150500.6.34.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for HPC 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-4.6.0-150500.6.34.1.x86_64 as component of SUSE Linux Enterprise Module for HPC 15 SP6",
"product_id": "SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-4.6.0-150500.6.34.1.x86_64"
},
"product_reference": "warewulf4-4.6.0-150500.6.34.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for HPC 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-dracut-4.6.0-150500.6.34.1.noarch as component of SUSE Linux Enterprise Module for HPC 15 SP6",
"product_id": "SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-dracut-4.6.0-150500.6.34.1.noarch"
},
"product_reference": "warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for HPC 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-man-4.6.0-150500.6.34.1.noarch as component of SUSE Linux Enterprise Module for HPC 15 SP6",
"product_id": "SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-man-4.6.0-150500.6.34.1.noarch"
},
"product_reference": "warewulf4-man-4.6.0-150500.6.34.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for HPC 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-overlay-4.6.0-150500.6.34.1.aarch64 as component of SUSE Linux Enterprise Module for HPC 15 SP6",
"product_id": "SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64"
},
"product_reference": "warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for HPC 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-overlay-4.6.0-150500.6.34.1.x86_64 as component of SUSE Linux Enterprise Module for HPC 15 SP6",
"product_id": "SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64"
},
"product_reference": "warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for HPC 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch as component of SUSE Linux Enterprise Module for HPC 15 SP6",
"product_id": "SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch"
},
"product_reference": "warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for HPC 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch as component of SUSE Linux Enterprise Module for HPC 15 SP6",
"product_id": "SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch"
},
"product_reference": "warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for HPC 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-4.6.0-150500.6.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:warewulf4-4.6.0-150500.6.34.1.aarch64"
},
"product_reference": "warewulf4-4.6.0-150500.6.34.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-4.6.0-150500.6.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:warewulf4-4.6.0-150500.6.34.1.x86_64"
},
"product_reference": "warewulf4-4.6.0-150500.6.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": "warewulf4-dracut-4.6.0-150500.6.34.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-dracut-4.6.0-150500.6.34.1.noarch"
},
"product_reference": "warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-man-4.6.0-150500.6.34.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-man-4.6.0-150500.6.34.1.noarch"
},
"product_reference": "warewulf4-man-4.6.0-150500.6.34.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-overlay-4.6.0-150500.6.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:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64"
},
"product_reference": "warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-overlay-4.6.0-150500.6.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:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64"
},
"product_reference": "warewulf4-overlay-4.6.0-150500.6.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": "warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch"
},
"product_reference": "warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch"
},
"product_reference": "warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-4.6.0-150500.6.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:warewulf4-4.6.0-150500.6.34.1.aarch64"
},
"product_reference": "warewulf4-4.6.0-150500.6.34.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-4.6.0-150500.6.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:warewulf4-4.6.0-150500.6.34.1.x86_64"
},
"product_reference": "warewulf4-4.6.0-150500.6.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": "warewulf4-dracut-4.6.0-150500.6.34.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-dracut-4.6.0-150500.6.34.1.noarch"
},
"product_reference": "warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-man-4.6.0-150500.6.34.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-man-4.6.0-150500.6.34.1.noarch"
},
"product_reference": "warewulf4-man-4.6.0-150500.6.34.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-overlay-4.6.0-150500.6.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:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64"
},
"product_reference": "warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-overlay-4.6.0-150500.6.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:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64"
},
"product_reference": "warewulf4-overlay-4.6.0-150500.6.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": "warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch"
},
"product_reference": "warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch"
},
"product_reference": "warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-4.6.0-150500.6.34.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:warewulf4-4.6.0-150500.6.34.1.aarch64"
},
"product_reference": "warewulf4-4.6.0-150500.6.34.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-4.6.0-150500.6.34.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:warewulf4-4.6.0-150500.6.34.1.x86_64"
},
"product_reference": "warewulf4-4.6.0-150500.6.34.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-dracut-4.6.0-150500.6.34.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:warewulf4-dracut-4.6.0-150500.6.34.1.noarch"
},
"product_reference": "warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-man-4.6.0-150500.6.34.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:warewulf4-man-4.6.0-150500.6.34.1.noarch"
},
"product_reference": "warewulf4-man-4.6.0-150500.6.34.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-overlay-4.6.0-150500.6.34.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64"
},
"product_reference": "warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-overlay-4.6.0-150500.6.34.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64"
},
"product_reference": "warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch"
},
"product_reference": "warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch"
},
"product_reference": "warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-4.6.0-150500.6.34.1.aarch64",
"openSUSE Leap 15.6:warewulf4-4.6.0-150500.6.34.1.x86_64",
"openSUSE Leap 15.6:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"openSUSE Leap 15.6:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"openSUSE Leap 15.6:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-4.6.0-150500.6.34.1.aarch64",
"openSUSE Leap 15.6:warewulf4-4.6.0-150500.6.34.1.x86_64",
"openSUSE Leap 15.6:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"openSUSE Leap 15.6:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"openSUSE Leap 15.6:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-4.6.0-150500.6.34.1.aarch64",
"openSUSE Leap 15.6:warewulf4-4.6.0-150500.6.34.1.x86_64",
"openSUSE Leap 15.6:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"openSUSE Leap 15.6:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"openSUSE Leap 15.6:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-02T03:37:36Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-22870",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22870"
}
],
"notes": [
{
"category": "general",
"text": "Matching of hosts against proxy patterns can improperly treat an IPv6 zone ID as a hostname component. For example, when the NO_PROXY environment variable is set to \"*.example.com\", a request to \"[::1%25.example.com]:80` will incorrectly match and not be proxied.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-4.6.0-150500.6.34.1.aarch64",
"openSUSE Leap 15.6:warewulf4-4.6.0-150500.6.34.1.x86_64",
"openSUSE Leap 15.6:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"openSUSE Leap 15.6:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"openSUSE Leap 15.6:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22870",
"url": "https://www.suse.com/security/cve/CVE-2025-22870"
},
{
"category": "external",
"summary": "SUSE Bug 1238572 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238572"
},
{
"category": "external",
"summary": "SUSE Bug 1238611 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238611"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-4.6.0-150500.6.34.1.aarch64",
"openSUSE Leap 15.6:warewulf4-4.6.0-150500.6.34.1.x86_64",
"openSUSE Leap 15.6:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"openSUSE Leap 15.6:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"openSUSE Leap 15.6:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-4.6.0-150500.6.34.1.aarch64",
"openSUSE Leap 15.6:warewulf4-4.6.0-150500.6.34.1.x86_64",
"openSUSE Leap 15.6:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"openSUSE Leap 15.6:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"openSUSE Leap 15.6:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-02T03:37:36Z",
"details": "moderate"
}
],
"title": "CVE-2025-22870"
}
]
}
SUSE-SU-2025:1333-1
Vulnerability from csaf_suse - Published: 2025-04-17 01:38 - Updated: 2025-04-17 01:38Summary
Security update for cosign
Severity
Important
Notes
Title of the patch: Security update for cosign
Description of the patch: This update for cosign fixes the following issues:
- CVE-2024-6104: cosign: hashicorp/go-retryablehttp: Fixed sensitive information disclosure to log file (bsc#1227031)
- CVE-2024-51744: cosign: github.com/golang-jwt/jwt/v4: Fixed bad documentation of error handling in ParseWithClaims leading to potentially dangerous situations (bsc#1232985)
- CVE-2025-27144: cosign: github.com/go-jose/go-jose/v4,github.com/go-jose/go-jose/v3: Fixed denial of service in Go JOSE's Parsing (bsc#1237682)
- CVE-2025-22870: cosign: golang.org/x/net/proxy: Fixed proxy bypass using IPv6 zone IDs (bsc#1238693)
- CVE-2025-22868: cosign: golang.org/x/oauth2/jws: Fixed unexpected memory consumption during token parsing (bsc#1239204)
- CVE-2025-22869: cosign: golang.org/x/crypto/ssh: Fixed denial of service in the Key Exchange (bsc#1239337)
Other fixes:
- Update to version 2.5.0 (jsc#SLE-23476):
* Update sigstore-go to pick up bug fixes (#4150)
* Update golangci-lint to v2, update golangci-lint-action (#4143)
* Feat/non filename completions (#4115)
* update builder to use go1.24.1 (#4116)
* Add support for new bundle specification for attesting/verifying OCI image attestations (#3889)
* Remove cert log line (#4113)
* cmd/cosign/cli: fix typo in ignoreTLogMessage (#4111)
* bump to latest scaffolding release for testing (#4099)
* increase 2e2_test docker compose tiemout to 180s (#4091)
* Fix replace with compliant image mediatype (#4077)
* Add TSA certificate related flags and fields for cosign attest (#4079)
- Update to version 2.4.3 (jsc#SLE-23476):
* Enable fetching signatures without remote get. (#4047)
* Bump sigstore/sigstore to support KMS plugins (#4073)
* sort properly Go imports (#4071)
* sync comment with parameter name in function signature (#4063)
* fix go imports order to be alphabetical (#4062)
* fix comment typo and imports order (#4061)
* Feat/file flag completion improvements (#4028)
* Udpate builder to use go1.23.6 (#4052)
* Refactor verifyNewBundle into library function (#4013)
* fix parsing error in --only for cosign copy (#4049)
* Fix codeowners syntax, add dep-maintainers (#4046)
- Update to version 2.4.2 (jsc#SLE-23476):
- Updated open-policy-agent to 1.1.0 library (#4036)
- Note that only Rego v0 policies are supported at this time
- Add UseSignedTimestamps to CheckOpts, refactor TSA options (#4006)
- Add support for verifying root checksum in cosign initialize (#3953)
- Detect if user supplied a valid protobuf bundle (#3931)
- Add a log message if user doesn't provide --trusted-root (#3933)
- Support mTLS towards container registry (#3922)
- Add bundle create helper command (#3901)
- Add trusted-root create helper command (#3876)
Bug Fixes:
- fix: set tls config while retaining other fields from default http transport (#4007)
- policy fuzzer: ignore known panics (#3993)
- Fix for multiple WithRemote options (#3982)
- Add nightly conformance test workflow (#3979)
- Fix copy --only for signatures + update/align docs (#3904)
Patchnames: SUSE-2025-1333,SUSE-SLE-Module-Basesystem-15-SP6-2025-1333,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-1333,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-1333,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-1333,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-1333,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-1333,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-1333,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-1333,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-1333,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2025-1333,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2025-1333,openSUSE-SLE-15.6-2025-1333
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
Affected products
Recommended
32 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
6 (Medium)
Affected products
Recommended
32 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.5 (High)
Affected products
Recommended
32 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
32 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
4.4 (Medium)
Affected products
Recommended
32 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.5 (High)
Affected products
Recommended
32 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
31 references
{
"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 cosign",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for cosign fixes the following issues:\n\n- CVE-2024-6104: cosign: hashicorp/go-retryablehttp: Fixed sensitive information disclosure to log file (bsc#1227031)\n- CVE-2024-51744: cosign: github.com/golang-jwt/jwt/v4: Fixed bad documentation of error handling in ParseWithClaims leading to potentially dangerous situations (bsc#1232985)\n- CVE-2025-27144: cosign: github.com/go-jose/go-jose/v4,github.com/go-jose/go-jose/v3: Fixed denial of service in Go JOSE\u0027s Parsing (bsc#1237682)\n- CVE-2025-22870: cosign: golang.org/x/net/proxy: Fixed proxy bypass using IPv6 zone IDs (bsc#1238693)\n- CVE-2025-22868: cosign: golang.org/x/oauth2/jws: Fixed unexpected memory consumption during token parsing (bsc#1239204)\n- CVE-2025-22869: cosign: golang.org/x/crypto/ssh: Fixed denial of service in the Key Exchange (bsc#1239337)\n\nOther fixes:\n\n- Update to version 2.5.0 (jsc#SLE-23476):\n * Update sigstore-go to pick up bug fixes (#4150)\n * Update golangci-lint to v2, update golangci-lint-action (#4143)\n * Feat/non filename completions (#4115)\n * update builder to use go1.24.1 (#4116)\n * Add support for new bundle specification for attesting/verifying OCI image attestations (#3889)\n * Remove cert log line (#4113)\n * cmd/cosign/cli: fix typo in ignoreTLogMessage (#4111)\n * bump to latest scaffolding release for testing (#4099)\n * increase 2e2_test docker compose tiemout to 180s (#4091)\n * Fix replace with compliant image mediatype (#4077)\n * Add TSA certificate related flags and fields for cosign attest (#4079)\n\n- Update to version 2.4.3 (jsc#SLE-23476):\n * Enable fetching signatures without remote get. (#4047)\n * Bump sigstore/sigstore to support KMS plugins (#4073)\n * sort properly Go imports (#4071)\n * sync comment with parameter name in function signature (#4063)\n * fix go imports order to be alphabetical (#4062)\n * fix comment typo and imports order (#4061)\n * Feat/file flag completion improvements (#4028)\n * Udpate builder to use go1.23.6 (#4052)\n * Refactor verifyNewBundle into library function (#4013)\n * fix parsing error in --only for cosign copy (#4049)\n * Fix codeowners syntax, add dep-maintainers (#4046)\n\n- Update to version 2.4.2 (jsc#SLE-23476):\n - Updated open-policy-agent to 1.1.0 library (#4036)\n - Note that only Rego v0 policies are supported at this time\n - Add UseSignedTimestamps to CheckOpts, refactor TSA options (#4006)\n - Add support for verifying root checksum in cosign initialize (#3953)\n - Detect if user supplied a valid protobuf bundle (#3931)\n - Add a log message if user doesn\u0027t provide --trusted-root (#3933)\n - Support mTLS towards container registry (#3922)\n - Add bundle create helper command (#3901)\n - Add trusted-root create helper command (#3876)\n Bug Fixes:\n - fix: set tls config while retaining other fields from default http transport (#4007)\n - policy fuzzer: ignore known panics (#3993)\n - Fix for multiple WithRemote options (#3982)\n - Add nightly conformance test workflow (#3979)\n - Fix copy --only for signatures + update/align docs (#3904)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-1333,SUSE-SLE-Module-Basesystem-15-SP6-2025-1333,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-1333,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-1333,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-1333,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-1333,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-1333,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-1333,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-1333,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-1333,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2025-1333,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2025-1333,openSUSE-SLE-15.6-2025-1333",
"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_1333-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:1333-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251333-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:1333-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-April/039052.html"
},
{
"category": "self",
"summary": "SUSE Bug 1227031",
"url": "https://bugzilla.suse.com/1227031"
},
{
"category": "self",
"summary": "SUSE Bug 1232985",
"url": "https://bugzilla.suse.com/1232985"
},
{
"category": "self",
"summary": "SUSE Bug 1237682",
"url": "https://bugzilla.suse.com/1237682"
},
{
"category": "self",
"summary": "SUSE Bug 1238693",
"url": "https://bugzilla.suse.com/1238693"
},
{
"category": "self",
"summary": "SUSE Bug 1239204",
"url": "https://bugzilla.suse.com/1239204"
},
{
"category": "self",
"summary": "SUSE Bug 1239337",
"url": "https://bugzilla.suse.com/1239337"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-51744 page",
"url": "https://www.suse.com/security/cve/CVE-2024-51744/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-6104 page",
"url": "https://www.suse.com/security/cve/CVE-2024-6104/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22868 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22868/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22870 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22870/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-27144 page",
"url": "https://www.suse.com/security/cve/CVE-2025-27144/"
}
],
"title": "Security update for cosign",
"tracking": {
"current_release_date": "2025-04-17T01:38:19Z",
"generator": {
"date": "2025-04-17T01:38:19Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:1333-1",
"initial_release_date": "2025-04-17T01:38:19Z",
"revision_history": [
{
"date": "2025-04-17T01:38:19Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "cosign-2.5.0-150400.3.27.1.aarch64",
"product": {
"name": "cosign-2.5.0-150400.3.27.1.aarch64",
"product_id": "cosign-2.5.0-150400.3.27.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "cosign-2.5.0-150400.3.27.1.i586",
"product": {
"name": "cosign-2.5.0-150400.3.27.1.i586",
"product_id": "cosign-2.5.0-150400.3.27.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "cosign-bash-completion-2.5.0-150400.3.27.1.noarch",
"product": {
"name": "cosign-bash-completion-2.5.0-150400.3.27.1.noarch",
"product_id": "cosign-bash-completion-2.5.0-150400.3.27.1.noarch"
}
},
{
"category": "product_version",
"name": "cosign-fish-completion-2.5.0-150400.3.27.1.noarch",
"product": {
"name": "cosign-fish-completion-2.5.0-150400.3.27.1.noarch",
"product_id": "cosign-fish-completion-2.5.0-150400.3.27.1.noarch"
}
},
{
"category": "product_version",
"name": "cosign-zsh-completion-2.5.0-150400.3.27.1.noarch",
"product": {
"name": "cosign-zsh-completion-2.5.0-150400.3.27.1.noarch",
"product_id": "cosign-zsh-completion-2.5.0-150400.3.27.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "cosign-2.5.0-150400.3.27.1.ppc64le",
"product": {
"name": "cosign-2.5.0-150400.3.27.1.ppc64le",
"product_id": "cosign-2.5.0-150400.3.27.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "cosign-2.5.0-150400.3.27.1.s390x",
"product": {
"name": "cosign-2.5.0-150400.3.27.1.s390x",
"product_id": "cosign-2.5.0-150400.3.27.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "cosign-2.5.0-150400.3.27.1.x86_64",
"product": {
"name": "cosign-2.5.0-150400.3.27.1.x86_64",
"product_id": "cosign-2.5.0-150400.3.27.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp6"
}
}
},
{
"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 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 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 Manager Proxy 4.3",
"product": {
"name": "SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-proxy:4.3"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Server 4.3",
"product": {
"name": "SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-server:4.3"
}
}
},
{
"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": "cosign-2.5.0-150400.3.27.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.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:cosign-2.5.0-150400.3.27.1.aarch64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.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:cosign-2.5.0-150400.3.27.1.x86_64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.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:cosign-2.5.0-150400.3.27.1.aarch64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.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:cosign-2.5.0-150400.3.27.1.x86_64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.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:cosign-2.5.0-150400.3.27.1.aarch64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.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:cosign-2.5.0-150400.3.27.1.x86_64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.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:cosign-2.5.0-150400.3.27.1.aarch64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.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:cosign-2.5.0-150400.3.27.1.x86_64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.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:cosign-2.5.0-150400.3.27.1.ppc64le"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.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:cosign-2.5.0-150400.3.27.1.x86_64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.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:cosign-2.5.0-150400.3.27.1.ppc64le"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.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:cosign-2.5.0-150400.3.27.1.x86_64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.x86_64 as component of SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.x86_64 as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-51744",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-51744"
}
],
"notes": [
{
"category": "general",
"text": "golang-jwt is a Go implementation of JSON Web Tokens. Unclear documentation of the error behavior in `ParseWithClaims` can lead to situation where users are potentially not checking errors in the way they should be. Especially, if a token is both expired and invalid, the errors returned by `ParseWithClaims` return both error codes. If users only check for the `jwt.ErrTokenExpired ` using `error.Is`, they will ignore the embedded `jwt.ErrTokenSignatureInvalid` and thus potentially accept invalid tokens. A fix has been back-ported with the error handling logic from the `v5` branch to the `v4` branch. In this logic, the `ParseWithClaims` function will immediately return in \"dangerous\" situations (e.g., an invalid signature), limiting the combined errors only to situations where the signature is valid, but further validation failed (e.g., if the signature is valid, but is expired AND has the wrong audience). This fix is part of the 4.5.1 release. We are aware that this changes the behaviour of an established function and is not 100 % backwards compatible, so updating to 4.5.1 might break your code. In case you cannot update to 4.5.0, please make sure that you are properly checking for all errors (\"dangerous\" ones first), so that you are not running in the case detailed above.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-51744",
"url": "https://www.suse.com/security/cve/CVE-2024-51744"
},
{
"category": "external",
"summary": "SUSE Bug 1232936 for CVE-2024-51744",
"url": "https://bugzilla.suse.com/1232936"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.1,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-17T01:38:19Z",
"details": "moderate"
}
],
"title": "CVE-2024-51744"
},
{
"cve": "CVE-2024-6104",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-6104"
}
],
"notes": [
{
"category": "general",
"text": "go-retryablehttp prior to 0.7.7 did not sanitize urls when writing them to its log file. This could lead to go-retryablehttp writing sensitive HTTP basic auth credentials to its log file. This vulnerability, CVE-2024-6104, was fixed in go-retryablehttp 0.7.7.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-6104",
"url": "https://www.suse.com/security/cve/CVE-2024-6104"
},
{
"category": "external",
"summary": "SUSE Bug 1227024 for CVE-2024-6104",
"url": "https://bugzilla.suse.com/1227024"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-17T01:38:19Z",
"details": "moderate"
}
],
"title": "CVE-2024-6104"
},
{
"cve": "CVE-2025-22868",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22868"
}
],
"notes": [
{
"category": "general",
"text": "An attacker can pass a malicious malformed token which causes unexpected memory to be consumed during parsing.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22868",
"url": "https://www.suse.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "SUSE Bug 1239185 for CVE-2025-22868",
"url": "https://bugzilla.suse.com/1239185"
},
{
"category": "external",
"summary": "SUSE Bug 1239186 for CVE-2025-22868",
"url": "https://bugzilla.suse.com/1239186"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-17T01:38:19Z",
"details": "important"
}
],
"title": "CVE-2025-22868"
},
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-17T01:38:19Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-22870",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22870"
}
],
"notes": [
{
"category": "general",
"text": "Matching of hosts against proxy patterns can improperly treat an IPv6 zone ID as a hostname component. For example, when the NO_PROXY environment variable is set to \"*.example.com\", a request to \"[::1%25.example.com]:80` will incorrectly match and not be proxied.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22870",
"url": "https://www.suse.com/security/cve/CVE-2025-22870"
},
{
"category": "external",
"summary": "SUSE Bug 1238572 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238572"
},
{
"category": "external",
"summary": "SUSE Bug 1238611 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238611"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-17T01:38:19Z",
"details": "moderate"
}
],
"title": "CVE-2025-22870"
},
{
"cve": "CVE-2025-27144",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-27144"
}
],
"notes": [
{
"category": "general",
"text": "Go JOSE provides an implementation of the Javascript Object Signing and Encryption set of standards in Go, including support for JSON Web Encryption (JWE), JSON Web Signature (JWS), and JSON Web Token (JWT) standards. In versions on the 4.x branch prior to version 4.0.5, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code used strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service. Version 4.0.5 fixes this issue. As a workaround, applications could pre-validate that payloads passed to Go JOSE do not contain an excessive number of `.` characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-27144",
"url": "https://www.suse.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "SUSE Bug 1237608 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237608"
},
{
"category": "external",
"summary": "SUSE Bug 1237609 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237609"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-17T01:38:19Z",
"details": "important"
}
],
"title": "CVE-2025-27144"
}
]
}
SUSE-SU-2025:20179-1
Vulnerability from csaf_suse - Published: 2025-04-07 09:36 - Updated: 2025-04-07 09:36Summary
Security update for skopeo
Severity
Important
Notes
Title of the patch: Security update for skopeo
Description of the patch: This update for skopeo fixes the following issues:
- CVE-2025-22870: golang.org/x/net/proxy: proxy bypass using IPv6 zone IDs (bsc#1238685)
- CVE-2025-27144: gopkg.in/square/go-jose.v2,gopkg.in/go-jose/go-jose.v2,github.com/go-jose/go-jose/v4,github.com/go-jose/go-jose/v3: Go JOSE's Parsing Vulnerable to Denial of Service (bsc#1237613)
- CVE-2024-6104: hashicorp/go-retryablehttp: url might write sensitive information to log file (bsc#1227056)
- CVE-2023-45288: golang.org/x/net/http2: close connections when receiving too many headers (bsc#1236483)
Patchnames: SUSE-SLE-Micro-6.0-278
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
5.3 (Medium)
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:skopeo-1.14.4-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:skopeo-1.14.4-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:skopeo-1.14.4-3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
6 (Medium)
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:skopeo-1.14.4-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:skopeo-1.14.4-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:skopeo-1.14.4-3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
4.4 (Medium)
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:skopeo-1.14.4-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:skopeo-1.14.4-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:skopeo-1.14.4-3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.5 (High)
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:skopeo-1.14.4-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:skopeo-1.14.4-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:skopeo-1.14.4-3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
22 references
{
"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 skopeo",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for skopeo fixes the following issues:\n\n- CVE-2025-22870: golang.org/x/net/proxy: proxy bypass using IPv6 zone IDs (bsc#1238685)\n- CVE-2025-27144: gopkg.in/square/go-jose.v2,gopkg.in/go-jose/go-jose.v2,github.com/go-jose/go-jose/v4,github.com/go-jose/go-jose/v3: Go JOSE\u0027s Parsing Vulnerable to Denial of Service (bsc#1237613)\n- CVE-2024-6104: hashicorp/go-retryablehttp: url might write sensitive information to log file (bsc#1227056)\n- CVE-2023-45288: golang.org/x/net/http2: close connections when receiving too many headers (bsc#1236483)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLE-Micro-6.0-278",
"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_20179-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:20179-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202520179-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:20179-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021165.html"
},
{
"category": "self",
"summary": "SUSE Bug 1227056",
"url": "https://bugzilla.suse.com/1227056"
},
{
"category": "self",
"summary": "SUSE Bug 1236483",
"url": "https://bugzilla.suse.com/1236483"
},
{
"category": "self",
"summary": "SUSE Bug 1237613",
"url": "https://bugzilla.suse.com/1237613"
},
{
"category": "self",
"summary": "SUSE Bug 1238685",
"url": "https://bugzilla.suse.com/1238685"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-45288 page",
"url": "https://www.suse.com/security/cve/CVE-2023-45288/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-6104 page",
"url": "https://www.suse.com/security/cve/CVE-2024-6104/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22870 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22870/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-27144 page",
"url": "https://www.suse.com/security/cve/CVE-2025-27144/"
}
],
"title": "Security update for skopeo",
"tracking": {
"current_release_date": "2025-04-07T09:36:08Z",
"generator": {
"date": "2025-04-07T09:36:08Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:20179-1",
"initial_release_date": "2025-04-07T09:36:08Z",
"revision_history": [
{
"date": "2025-04-07T09:36:08Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "skopeo-1.14.4-3.1.aarch64",
"product": {
"name": "skopeo-1.14.4-3.1.aarch64",
"product_id": "skopeo-1.14.4-3.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-1.14.4-3.1.s390x",
"product": {
"name": "skopeo-1.14.4-3.1.s390x",
"product_id": "skopeo-1.14.4-3.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-1.14.4-3.1.x86_64",
"product": {
"name": "skopeo-1.14.4-3.1.x86_64",
"product_id": "skopeo-1.14.4-3.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.0",
"product": {
"name": "SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sl-micro:6.0"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1.14.4-3.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:skopeo-1.14.4-3.1.aarch64"
},
"product_reference": "skopeo-1.14.4-3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1.14.4-3.1.s390x as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:skopeo-1.14.4-3.1.s390x"
},
"product_reference": "skopeo-1.14.4-3.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1.14.4-3.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:skopeo-1.14.4-3.1.x86_64"
},
"product_reference": "skopeo-1.14.4-3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-45288",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-45288"
}
],
"notes": [
{
"category": "general",
"text": "An attacker may cause an HTTP/2 endpoint to read arbitrary amounts of header data by sending an excessive number of CONTINUATION frames. Maintaining HPACK state requires parsing and processing all HEADERS and CONTINUATION frames on a connection. When a request\u0027s headers exceed MaxHeaderBytes, no memory is allocated to store the excess headers, but they are still parsed. This permits an attacker to cause an HTTP/2 endpoint to read arbitrary amounts of header data, all associated with a request which is going to be rejected. These headers can include Huffman-encoded data which is significantly more expensive for the receiver to decode than for an attacker to send. The fix sets a limit on the amount of excess header frames we will process before closing a connection.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:skopeo-1.14.4-3.1.aarch64",
"SUSE Linux Micro 6.0:skopeo-1.14.4-3.1.s390x",
"SUSE Linux Micro 6.0:skopeo-1.14.4-3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-45288",
"url": "https://www.suse.com/security/cve/CVE-2023-45288"
},
{
"category": "external",
"summary": "SUSE Bug 1221400 for CVE-2023-45288",
"url": "https://bugzilla.suse.com/1221400"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.0:skopeo-1.14.4-3.1.aarch64",
"SUSE Linux Micro 6.0:skopeo-1.14.4-3.1.s390x",
"SUSE Linux Micro 6.0:skopeo-1.14.4-3.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": [
"SUSE Linux Micro 6.0:skopeo-1.14.4-3.1.aarch64",
"SUSE Linux Micro 6.0:skopeo-1.14.4-3.1.s390x",
"SUSE Linux Micro 6.0:skopeo-1.14.4-3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-07T09:36:08Z",
"details": "moderate"
}
],
"title": "CVE-2023-45288"
},
{
"cve": "CVE-2024-6104",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-6104"
}
],
"notes": [
{
"category": "general",
"text": "go-retryablehttp prior to 0.7.7 did not sanitize urls when writing them to its log file. This could lead to go-retryablehttp writing sensitive HTTP basic auth credentials to its log file. This vulnerability, CVE-2024-6104, was fixed in go-retryablehttp 0.7.7.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:skopeo-1.14.4-3.1.aarch64",
"SUSE Linux Micro 6.0:skopeo-1.14.4-3.1.s390x",
"SUSE Linux Micro 6.0:skopeo-1.14.4-3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-6104",
"url": "https://www.suse.com/security/cve/CVE-2024-6104"
},
{
"category": "external",
"summary": "SUSE Bug 1227024 for CVE-2024-6104",
"url": "https://bugzilla.suse.com/1227024"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.0:skopeo-1.14.4-3.1.aarch64",
"SUSE Linux Micro 6.0:skopeo-1.14.4-3.1.s390x",
"SUSE Linux Micro 6.0:skopeo-1.14.4-3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:skopeo-1.14.4-3.1.aarch64",
"SUSE Linux Micro 6.0:skopeo-1.14.4-3.1.s390x",
"SUSE Linux Micro 6.0:skopeo-1.14.4-3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-07T09:36:08Z",
"details": "moderate"
}
],
"title": "CVE-2024-6104"
},
{
"cve": "CVE-2025-22870",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22870"
}
],
"notes": [
{
"category": "general",
"text": "Matching of hosts against proxy patterns can improperly treat an IPv6 zone ID as a hostname component. For example, when the NO_PROXY environment variable is set to \"*.example.com\", a request to \"[::1%25.example.com]:80` will incorrectly match and not be proxied.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:skopeo-1.14.4-3.1.aarch64",
"SUSE Linux Micro 6.0:skopeo-1.14.4-3.1.s390x",
"SUSE Linux Micro 6.0:skopeo-1.14.4-3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22870",
"url": "https://www.suse.com/security/cve/CVE-2025-22870"
},
{
"category": "external",
"summary": "SUSE Bug 1238572 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238572"
},
{
"category": "external",
"summary": "SUSE Bug 1238611 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238611"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.0:skopeo-1.14.4-3.1.aarch64",
"SUSE Linux Micro 6.0:skopeo-1.14.4-3.1.s390x",
"SUSE Linux Micro 6.0:skopeo-1.14.4-3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:skopeo-1.14.4-3.1.aarch64",
"SUSE Linux Micro 6.0:skopeo-1.14.4-3.1.s390x",
"SUSE Linux Micro 6.0:skopeo-1.14.4-3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-07T09:36:08Z",
"details": "moderate"
}
],
"title": "CVE-2025-22870"
},
{
"cve": "CVE-2025-27144",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-27144"
}
],
"notes": [
{
"category": "general",
"text": "Go JOSE provides an implementation of the Javascript Object Signing and Encryption set of standards in Go, including support for JSON Web Encryption (JWE), JSON Web Signature (JWS), and JSON Web Token (JWT) standards. In versions on the 4.x branch prior to version 4.0.5, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code used strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service. Version 4.0.5 fixes this issue. As a workaround, applications could pre-validate that payloads passed to Go JOSE do not contain an excessive number of `.` characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:skopeo-1.14.4-3.1.aarch64",
"SUSE Linux Micro 6.0:skopeo-1.14.4-3.1.s390x",
"SUSE Linux Micro 6.0:skopeo-1.14.4-3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-27144",
"url": "https://www.suse.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "SUSE Bug 1237608 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237608"
},
{
"category": "external",
"summary": "SUSE Bug 1237609 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237609"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.0:skopeo-1.14.4-3.1.aarch64",
"SUSE Linux Micro 6.0:skopeo-1.14.4-3.1.s390x",
"SUSE Linux Micro 6.0:skopeo-1.14.4-3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:skopeo-1.14.4-3.1.aarch64",
"SUSE Linux Micro 6.0:skopeo-1.14.4-3.1.s390x",
"SUSE Linux Micro 6.0:skopeo-1.14.4-3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-07T09:36:08Z",
"details": "important"
}
],
"title": "CVE-2025-27144"
}
]
}
SUSE-SU-2025:20184-1
Vulnerability from csaf_suse - Published: 2025-04-11 10:57 - Updated: 2025-04-11 10:57Summary
Security update for elemental-operator
Severity
Important
Notes
Title of the patch: Security update for elemental-operator
Description of the patch: This update for elemental-operator fixes the following issues:
- Updated to version 1.6.8:
* Deactivated e2e workflow
* Updated header year
* CVE-2025-22870: golang.org/x/net/proxy: Fixed proxy bypass using IPv6 zone IDs (bsc#1238700)
* CVE-2025-22869: golang.org/x/crypto/ssh: Fixed Denial of Service in the Key Exchange (bsc#1239335)
Patchnames: SUSE-SLE-Micro-6.0-284
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.5 (High)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:elemental-register-1.6.8-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:elemental-register-1.6.8-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:elemental-support-1.6.8-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:elemental-support-1.6.8-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
4.4 (Medium)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:elemental-register-1.6.8-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:elemental-register-1.6.8-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:elemental-support-1.6.8-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:elemental-support-1.6.8-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
13 references
{
"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 elemental-operator",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for elemental-operator fixes the following issues:\n\n- Updated to version 1.6.8:\n * Deactivated e2e workflow\n * Updated header year\n * CVE-2025-22870: golang.org/x/net/proxy: Fixed proxy bypass using IPv6 zone IDs (bsc#1238700)\n * CVE-2025-22869: golang.org/x/crypto/ssh: Fixed Denial of Service in the Key Exchange (bsc#1239335)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLE-Micro-6.0-284",
"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_20184-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:20184-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202520184-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:20184-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021160.html"
},
{
"category": "self",
"summary": "SUSE Bug 1238700",
"url": "https://bugzilla.suse.com/1238700"
},
{
"category": "self",
"summary": "SUSE Bug 1239335",
"url": "https://bugzilla.suse.com/1239335"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22870 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22870/"
}
],
"title": "Security update for elemental-operator",
"tracking": {
"current_release_date": "2025-04-11T10:57:37Z",
"generator": {
"date": "2025-04-11T10:57:37Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:20184-1",
"initial_release_date": "2025-04-11T10:57:37Z",
"revision_history": [
{
"date": "2025-04-11T10:57:37Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "elemental-register-1.6.8-1.1.aarch64",
"product": {
"name": "elemental-register-1.6.8-1.1.aarch64",
"product_id": "elemental-register-1.6.8-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "elemental-support-1.6.8-1.1.aarch64",
"product": {
"name": "elemental-support-1.6.8-1.1.aarch64",
"product_id": "elemental-support-1.6.8-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "elemental-register-1.6.8-1.1.x86_64",
"product": {
"name": "elemental-register-1.6.8-1.1.x86_64",
"product_id": "elemental-register-1.6.8-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "elemental-support-1.6.8-1.1.x86_64",
"product": {
"name": "elemental-support-1.6.8-1.1.x86_64",
"product_id": "elemental-support-1.6.8-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.0",
"product": {
"name": "SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sl-micro:6.0"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "elemental-register-1.6.8-1.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:elemental-register-1.6.8-1.1.aarch64"
},
"product_reference": "elemental-register-1.6.8-1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "elemental-register-1.6.8-1.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:elemental-register-1.6.8-1.1.x86_64"
},
"product_reference": "elemental-register-1.6.8-1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "elemental-support-1.6.8-1.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:elemental-support-1.6.8-1.1.aarch64"
},
"product_reference": "elemental-support-1.6.8-1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "elemental-support-1.6.8-1.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:elemental-support-1.6.8-1.1.x86_64"
},
"product_reference": "elemental-support-1.6.8-1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:elemental-register-1.6.8-1.1.aarch64",
"SUSE Linux Micro 6.0:elemental-register-1.6.8-1.1.x86_64",
"SUSE Linux Micro 6.0:elemental-support-1.6.8-1.1.aarch64",
"SUSE Linux Micro 6.0:elemental-support-1.6.8-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.0:elemental-register-1.6.8-1.1.aarch64",
"SUSE Linux Micro 6.0:elemental-register-1.6.8-1.1.x86_64",
"SUSE Linux Micro 6.0:elemental-support-1.6.8-1.1.aarch64",
"SUSE Linux Micro 6.0:elemental-support-1.6.8-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": [
"SUSE Linux Micro 6.0:elemental-register-1.6.8-1.1.aarch64",
"SUSE Linux Micro 6.0:elemental-register-1.6.8-1.1.x86_64",
"SUSE Linux Micro 6.0:elemental-support-1.6.8-1.1.aarch64",
"SUSE Linux Micro 6.0:elemental-support-1.6.8-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-11T10:57:37Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-22870",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22870"
}
],
"notes": [
{
"category": "general",
"text": "Matching of hosts against proxy patterns can improperly treat an IPv6 zone ID as a hostname component. For example, when the NO_PROXY environment variable is set to \"*.example.com\", a request to \"[::1%25.example.com]:80` will incorrectly match and not be proxied.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:elemental-register-1.6.8-1.1.aarch64",
"SUSE Linux Micro 6.0:elemental-register-1.6.8-1.1.x86_64",
"SUSE Linux Micro 6.0:elemental-support-1.6.8-1.1.aarch64",
"SUSE Linux Micro 6.0:elemental-support-1.6.8-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22870",
"url": "https://www.suse.com/security/cve/CVE-2025-22870"
},
{
"category": "external",
"summary": "SUSE Bug 1238572 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238572"
},
{
"category": "external",
"summary": "SUSE Bug 1238611 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238611"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.0:elemental-register-1.6.8-1.1.aarch64",
"SUSE Linux Micro 6.0:elemental-register-1.6.8-1.1.x86_64",
"SUSE Linux Micro 6.0:elemental-support-1.6.8-1.1.aarch64",
"SUSE Linux Micro 6.0:elemental-support-1.6.8-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:elemental-register-1.6.8-1.1.aarch64",
"SUSE Linux Micro 6.0:elemental-register-1.6.8-1.1.x86_64",
"SUSE Linux Micro 6.0:elemental-support-1.6.8-1.1.aarch64",
"SUSE Linux Micro 6.0:elemental-support-1.6.8-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-11T10:57:37Z",
"details": "moderate"
}
],
"title": "CVE-2025-22870"
}
]
}
SUSE-SU-2025:20196-1
Vulnerability from csaf_suse - Published: 2025-04-22 14:08 - Updated: 2025-04-22 14:08Summary
Security update for helm
Severity
Important
Notes
Title of the patch: Security update for helm
Description of the patch: This update for helm fixes the following issues:
- Update to version 3.17.2 (bsc#1238688, CVE-2025-22870):
* Updating to 0.37.0 for x/net
* build(deps): bump the k8s-io group with 7 updates
- Update to version 3.17.1:
* merge null child chart objects
* build(deps): bump the k8s-io group with 7 updates
* fix: check group for resource info match
- Update to 3.17.0 (bsc#1235318, CVE-2024-45338):
Full changelog:
https://github.com/helm/helm/releases/tag/v3.17.0
* Notable Changes
- Allow pulling and installation by OCI digest
- Annotations and dependencies are now in chart metadata output
- New --take-ownership flag for install and upgrade commands
- SDK: Authorizer and registry authorizer are now configurable
- Removed the Kubernetes configuration file permissions check
- Added username/password to helm push and dependency
build/update subcommands
- Added toYamlPretty template function
- Update to version 3.16.4 (bsc#1234482, CVE-2024-45337):
* Bump golang.org/x/crypto from 0.30.0 to 0.31.0
* Bump the k8s-io group with 7 updates
Patchnames: SUSE-SLE-Micro-6.0-291
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
6.4 (Medium)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:helm-3.17.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:helm-3.17.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:helm-3.17.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:helm-bash-completion-3.17.2-1.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
5.9 (Medium)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:helm-3.17.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:helm-3.17.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:helm-3.17.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:helm-bash-completion-3.17.2-1.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
8.1 (High)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:helm-3.17.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:helm-3.17.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:helm-3.17.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:helm-bash-completion-3.17.2-1.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
5.9 (Medium)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:helm-3.17.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:helm-3.17.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:helm-3.17.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:helm-bash-completion-3.17.2-1.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
4.4 (Medium)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:helm-3.17.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:helm-3.17.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:helm-3.17.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:helm-bash-completion-3.17.2-1.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
References
25 references
{
"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 helm",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for helm fixes the following issues:\n\n- Update to version 3.17.2 (bsc#1238688, CVE-2025-22870):\n\n * Updating to 0.37.0 for x/net\n * build(deps): bump the k8s-io group with 7 updates\n\n- Update to version 3.17.1:\n\n * merge null child chart objects\n * build(deps): bump the k8s-io group with 7 updates\n * fix: check group for resource info match\n\n- Update to 3.17.0 (bsc#1235318, CVE-2024-45338):\n\n Full changelog:\n\n https://github.com/helm/helm/releases/tag/v3.17.0\n\n * Notable Changes\n\n - Allow pulling and installation by OCI digest\n - Annotations and dependencies are now in chart metadata output\n - New --take-ownership flag for install and upgrade commands\n - SDK: Authorizer and registry authorizer are now configurable\n - Removed the Kubernetes configuration file permissions check\n - Added username/password to helm push and dependency\n build/update subcommands\n - Added toYamlPretty template function\n\n\n- Update to version 3.16.4 (bsc#1234482, CVE-2024-45337):\n\n * Bump golang.org/x/crypto from 0.30.0 to 0.31.0\n * Bump the k8s-io group with 7 updates\n\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLE-Micro-6.0-291",
"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_20196-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:20196-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202520196-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:20196-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021144.html"
},
{
"category": "self",
"summary": "SUSE Bug 1219969",
"url": "https://bugzilla.suse.com/1219969"
},
{
"category": "self",
"summary": "SUSE Bug 1220207",
"url": "https://bugzilla.suse.com/1220207"
},
{
"category": "self",
"summary": "SUSE Bug 1234482",
"url": "https://bugzilla.suse.com/1234482"
},
{
"category": "self",
"summary": "SUSE Bug 1235318",
"url": "https://bugzilla.suse.com/1235318"
},
{
"category": "self",
"summary": "SUSE Bug 1238688",
"url": "https://bugzilla.suse.com/1238688"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-25620 page",
"url": "https://www.suse.com/security/cve/CVE-2024-25620/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-26147 page",
"url": "https://www.suse.com/security/cve/CVE-2024-26147/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-45337 page",
"url": "https://www.suse.com/security/cve/CVE-2024-45337/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-45338 page",
"url": "https://www.suse.com/security/cve/CVE-2024-45338/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22870 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22870/"
}
],
"title": "Security update for helm",
"tracking": {
"current_release_date": "2025-04-22T14:08:15Z",
"generator": {
"date": "2025-04-22T14:08:15Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:20196-1",
"initial_release_date": "2025-04-22T14:08:15Z",
"revision_history": [
{
"date": "2025-04-22T14:08:15Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "helm-3.17.2-1.1.aarch64",
"product": {
"name": "helm-3.17.2-1.1.aarch64",
"product_id": "helm-3.17.2-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "helm-bash-completion-3.17.2-1.1.noarch",
"product": {
"name": "helm-bash-completion-3.17.2-1.1.noarch",
"product_id": "helm-bash-completion-3.17.2-1.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "helm-3.17.2-1.1.s390x",
"product": {
"name": "helm-3.17.2-1.1.s390x",
"product_id": "helm-3.17.2-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "helm-3.17.2-1.1.x86_64",
"product": {
"name": "helm-3.17.2-1.1.x86_64",
"product_id": "helm-3.17.2-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.0",
"product": {
"name": "SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sl-micro:6.0"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "helm-3.17.2-1.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:helm-3.17.2-1.1.aarch64"
},
"product_reference": "helm-3.17.2-1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "helm-3.17.2-1.1.s390x as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:helm-3.17.2-1.1.s390x"
},
"product_reference": "helm-3.17.2-1.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "helm-3.17.2-1.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:helm-3.17.2-1.1.x86_64"
},
"product_reference": "helm-3.17.2-1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "helm-bash-completion-3.17.2-1.1.noarch as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:helm-bash-completion-3.17.2-1.1.noarch"
},
"product_reference": "helm-bash-completion-3.17.2-1.1.noarch",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-25620",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-25620"
}
],
"notes": [
{
"category": "general",
"text": "Helm is a tool for managing Charts. Charts are packages of pre-configured Kubernetes resources. When either the Helm client or SDK is used to save a chart whose name within the `Chart.yaml` file includes a relative path change, the chart would be saved outside its expected directory based on the changes in the relative path. The validation and linting did not detect the path changes in the name. This issue has been resolved in Helm v3.14.1. Users unable to upgrade should check all charts used by Helm for path changes in their name as found in the `Chart.yaml` file. This includes dependencies.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:helm-3.17.2-1.1.aarch64",
"SUSE Linux Micro 6.0:helm-3.17.2-1.1.s390x",
"SUSE Linux Micro 6.0:helm-3.17.2-1.1.x86_64",
"SUSE Linux Micro 6.0:helm-bash-completion-3.17.2-1.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-25620",
"url": "https://www.suse.com/security/cve/CVE-2024-25620"
},
{
"category": "external",
"summary": "SUSE Bug 1219969 for CVE-2024-25620",
"url": "https://bugzilla.suse.com/1219969"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.0:helm-3.17.2-1.1.aarch64",
"SUSE Linux Micro 6.0:helm-3.17.2-1.1.s390x",
"SUSE Linux Micro 6.0:helm-3.17.2-1.1.x86_64",
"SUSE Linux Micro 6.0:helm-bash-completion-3.17.2-1.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:helm-3.17.2-1.1.aarch64",
"SUSE Linux Micro 6.0:helm-3.17.2-1.1.s390x",
"SUSE Linux Micro 6.0:helm-3.17.2-1.1.x86_64",
"SUSE Linux Micro 6.0:helm-bash-completion-3.17.2-1.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-22T14:08:15Z",
"details": "moderate"
}
],
"title": "CVE-2024-25620"
},
{
"cve": "CVE-2024-26147",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-26147"
}
],
"notes": [
{
"category": "general",
"text": "Helm is a package manager for Charts for Kubernetes. Versions prior to 3.14.2 contain an uninitialized variable vulnerability when Helm parses index and plugin yaml files missing expected content. When either an `index.yaml` file or a plugins `plugin.yaml` file were missing all metadata a panic would occur in Helm. In the Helm SDK, this is found when using the `LoadIndexFile` or `DownloadIndexFile` functions in the `repo` package or the `LoadDir` function in the `plugin` package. For the Helm client this impacts functions around adding a repository and all Helm functions if a malicious plugin is added as Helm inspects all known plugins on each invocation. This issue has been resolved in Helm v3.14.2. If a malicious plugin has been added which is causing all Helm client commands to panic, the malicious plugin can be manually removed from the filesystem. If using Helm SDK versions prior to 3.14.2, calls to affected functions can use `recover` to catch the panic.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:helm-3.17.2-1.1.aarch64",
"SUSE Linux Micro 6.0:helm-3.17.2-1.1.s390x",
"SUSE Linux Micro 6.0:helm-3.17.2-1.1.x86_64",
"SUSE Linux Micro 6.0:helm-bash-completion-3.17.2-1.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-26147",
"url": "https://www.suse.com/security/cve/CVE-2024-26147"
},
{
"category": "external",
"summary": "SUSE Bug 1220207 for CVE-2024-26147",
"url": "https://bugzilla.suse.com/1220207"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.0:helm-3.17.2-1.1.aarch64",
"SUSE Linux Micro 6.0:helm-3.17.2-1.1.s390x",
"SUSE Linux Micro 6.0:helm-3.17.2-1.1.x86_64",
"SUSE Linux Micro 6.0:helm-bash-completion-3.17.2-1.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:helm-3.17.2-1.1.aarch64",
"SUSE Linux Micro 6.0:helm-3.17.2-1.1.s390x",
"SUSE Linux Micro 6.0:helm-3.17.2-1.1.x86_64",
"SUSE Linux Micro 6.0:helm-bash-completion-3.17.2-1.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-22T14:08:15Z",
"details": "moderate"
}
],
"title": "CVE-2024-26147"
},
{
"cve": "CVE-2024-45337",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-45337"
}
],
"notes": [
{
"category": "general",
"text": "Applications and libraries which misuse connection.serverAuthenticate (via callback field ServerConfig.PublicKeyCallback) may be susceptible to an authorization bypass. The documentation for ServerConfig.PublicKeyCallback says that \"A call to this function does not guarantee that the key offered is in fact used to authenticate.\" Specifically, the SSH protocol allows clients to inquire about whether a public key is acceptable before proving control of the corresponding private key. PublicKeyCallback may be called with multiple keys, and the order in which the keys were provided cannot be used to infer which key the client successfully authenticated with, if any. Some applications, which store the key(s) passed to PublicKeyCallback (or derived information) and make security relevant determinations based on it once the connection is established, may make incorrect assumptions. For example, an attacker may send public keys A and B, and then authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B for which the attacker does not actually control the private key. Since this API is widely misused, as a partial mitigation golang.org/x/cry...@v0.31.0 enforces the property that, when successfully authenticating via public key, the last key passed to ServerConfig.PublicKeyCallback will be the key used to authenticate the connection. PublicKeyCallback will now be called multiple times with the same key, if necessary. Note that the client may still not control the last key passed to PublicKeyCallback if the connection is then authenticated with a different method, such as PasswordCallback, KeyboardInteractiveCallback, or NoClientAuth. Users should be using the Extensions field of the Permissions return value from the various authentication callbacks to record data associated with the authentication attempt instead of referencing external state. Once the connection is established the state corresponding to the successful authentication attempt can be retrieved via the ServerConn.Permissions field. Note that some third-party libraries misuse the Permissions type by sharing it across authentication attempts; users of third-party libraries should refer to the relevant projects for guidance.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:helm-3.17.2-1.1.aarch64",
"SUSE Linux Micro 6.0:helm-3.17.2-1.1.s390x",
"SUSE Linux Micro 6.0:helm-3.17.2-1.1.x86_64",
"SUSE Linux Micro 6.0:helm-bash-completion-3.17.2-1.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-45337",
"url": "https://www.suse.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "SUSE Bug 1234482 for CVE-2024-45337",
"url": "https://bugzilla.suse.com/1234482"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.0:helm-3.17.2-1.1.aarch64",
"SUSE Linux Micro 6.0:helm-3.17.2-1.1.s390x",
"SUSE Linux Micro 6.0:helm-3.17.2-1.1.x86_64",
"SUSE Linux Micro 6.0:helm-bash-completion-3.17.2-1.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:helm-3.17.2-1.1.aarch64",
"SUSE Linux Micro 6.0:helm-3.17.2-1.1.s390x",
"SUSE Linux Micro 6.0:helm-3.17.2-1.1.x86_64",
"SUSE Linux Micro 6.0:helm-bash-completion-3.17.2-1.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-22T14:08:15Z",
"details": "important"
}
],
"title": "CVE-2024-45337"
},
{
"cve": "CVE-2024-45338",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-45338"
}
],
"notes": [
{
"category": "general",
"text": "An attacker can craft an input to the Parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This could cause a denial of service.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:helm-3.17.2-1.1.aarch64",
"SUSE Linux Micro 6.0:helm-3.17.2-1.1.s390x",
"SUSE Linux Micro 6.0:helm-3.17.2-1.1.x86_64",
"SUSE Linux Micro 6.0:helm-bash-completion-3.17.2-1.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-45338",
"url": "https://www.suse.com/security/cve/CVE-2024-45338"
},
{
"category": "external",
"summary": "SUSE Bug 1234794 for CVE-2024-45338",
"url": "https://bugzilla.suse.com/1234794"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.0:helm-3.17.2-1.1.aarch64",
"SUSE Linux Micro 6.0:helm-3.17.2-1.1.s390x",
"SUSE Linux Micro 6.0:helm-3.17.2-1.1.x86_64",
"SUSE Linux Micro 6.0:helm-bash-completion-3.17.2-1.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:helm-3.17.2-1.1.aarch64",
"SUSE Linux Micro 6.0:helm-3.17.2-1.1.s390x",
"SUSE Linux Micro 6.0:helm-3.17.2-1.1.x86_64",
"SUSE Linux Micro 6.0:helm-bash-completion-3.17.2-1.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-22T14:08:15Z",
"details": "moderate"
}
],
"title": "CVE-2024-45338"
},
{
"cve": "CVE-2025-22870",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22870"
}
],
"notes": [
{
"category": "general",
"text": "Matching of hosts against proxy patterns can improperly treat an IPv6 zone ID as a hostname component. For example, when the NO_PROXY environment variable is set to \"*.example.com\", a request to \"[::1%25.example.com]:80` will incorrectly match and not be proxied.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:helm-3.17.2-1.1.aarch64",
"SUSE Linux Micro 6.0:helm-3.17.2-1.1.s390x",
"SUSE Linux Micro 6.0:helm-3.17.2-1.1.x86_64",
"SUSE Linux Micro 6.0:helm-bash-completion-3.17.2-1.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22870",
"url": "https://www.suse.com/security/cve/CVE-2025-22870"
},
{
"category": "external",
"summary": "SUSE Bug 1238572 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238572"
},
{
"category": "external",
"summary": "SUSE Bug 1238611 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238611"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.0:helm-3.17.2-1.1.aarch64",
"SUSE Linux Micro 6.0:helm-3.17.2-1.1.s390x",
"SUSE Linux Micro 6.0:helm-3.17.2-1.1.x86_64",
"SUSE Linux Micro 6.0:helm-bash-completion-3.17.2-1.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:helm-3.17.2-1.1.aarch64",
"SUSE Linux Micro 6.0:helm-3.17.2-1.1.s390x",
"SUSE Linux Micro 6.0:helm-3.17.2-1.1.x86_64",
"SUSE Linux Micro 6.0:helm-bash-completion-3.17.2-1.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-22T14:08:15Z",
"details": "moderate"
}
],
"title": "CVE-2025-22870"
}
]
}
Loading…
Trend slope:
-
(linear fit over daily sighting counts)
Show additional events:
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…