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:20210-1
Vulnerability from csaf_suse - Published: 2025-04-29 11:13 - Updated: 2025-04-29 11:13Summary
Security update for elemental-toolkit
Severity
Important
Notes
Title of the patch: Security update for elemental-toolkit
Description of the patch: This update for elemental-toolkit fixes the following issues:
- Updated to version 2.1.3:
* Simplify podman calls in CI steup
* Switched GHA runners to Ubuntu 24.04
* Updated year in headers
* Updated to go1.23, required by the new x/crypto module
* CVE-2025-22870: 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-305
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
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:elemental-toolkit-2.1.3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:elemental-toolkit-2.1.3-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
4.4 (Medium)
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:elemental-toolkit-2.1.3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:elemental-toolkit-2.1.3-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-toolkit",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for elemental-toolkit fixes the following issues:\n\n- Updated to version 2.1.3:\n * Simplify podman calls in CI steup\n * Switched GHA runners to Ubuntu 24.04\n * Updated year in headers\n * Updated to go1.23, required by the new x/crypto module\n * CVE-2025-22870: 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-305",
"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_20210-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:20210-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202520210-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:20210-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021122.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-toolkit",
"tracking": {
"current_release_date": "2025-04-29T11:13:15Z",
"generator": {
"date": "2025-04-29T11:13:15Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:20210-1",
"initial_release_date": "2025-04-29T11:13:15Z",
"revision_history": [
{
"date": "2025-04-29T11:13:15Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "elemental-toolkit-2.1.3-1.1.aarch64",
"product": {
"name": "elemental-toolkit-2.1.3-1.1.aarch64",
"product_id": "elemental-toolkit-2.1.3-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "elemental-toolkit-2.1.3-1.1.x86_64",
"product": {
"name": "elemental-toolkit-2.1.3-1.1.x86_64",
"product_id": "elemental-toolkit-2.1.3-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-toolkit-2.1.3-1.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:elemental-toolkit-2.1.3-1.1.aarch64"
},
"product_reference": "elemental-toolkit-2.1.3-1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "elemental-toolkit-2.1.3-1.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:elemental-toolkit-2.1.3-1.1.x86_64"
},
"product_reference": "elemental-toolkit-2.1.3-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-toolkit-2.1.3-1.1.aarch64",
"SUSE Linux Micro 6.0:elemental-toolkit-2.1.3-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-toolkit-2.1.3-1.1.aarch64",
"SUSE Linux Micro 6.0:elemental-toolkit-2.1.3-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-toolkit-2.1.3-1.1.aarch64",
"SUSE Linux Micro 6.0:elemental-toolkit-2.1.3-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-29T11:13:15Z",
"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-toolkit-2.1.3-1.1.aarch64",
"SUSE Linux Micro 6.0:elemental-toolkit-2.1.3-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-toolkit-2.1.3-1.1.aarch64",
"SUSE Linux Micro 6.0:elemental-toolkit-2.1.3-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-toolkit-2.1.3-1.1.aarch64",
"SUSE Linux Micro 6.0:elemental-toolkit-2.1.3-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-29T11:13:15Z",
"details": "moderate"
}
],
"title": "CVE-2025-22870"
}
]
}
SUSE-SU-2025:20278-1
Vulnerability from csaf_suse - Published: 2025-04-22 13:49 - Updated: 2025-04-22 13:49Summary
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.1-75
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
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.1:helm-3.17.2-slfo.1.1_1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:helm-3.17.2-slfo.1.1_1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:helm-3.17.2-slfo.1.1_1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:helm-3.17.2-slfo.1.1_1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:helm-bash-completion-3.17.2-slfo.1.1_1.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
5.9 (Medium)
Affected products
Recommended
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.1:helm-3.17.2-slfo.1.1_1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:helm-3.17.2-slfo.1.1_1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:helm-3.17.2-slfo.1.1_1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:helm-3.17.2-slfo.1.1_1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:helm-bash-completion-3.17.2-slfo.1.1_1.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
8.1 (High)
Affected products
Recommended
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.1:helm-3.17.2-slfo.1.1_1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:helm-3.17.2-slfo.1.1_1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:helm-3.17.2-slfo.1.1_1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:helm-3.17.2-slfo.1.1_1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:helm-bash-completion-3.17.2-slfo.1.1_1.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
5.9 (Medium)
Affected products
Recommended
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.1:helm-3.17.2-slfo.1.1_1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:helm-3.17.2-slfo.1.1_1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:helm-3.17.2-slfo.1.1_1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:helm-3.17.2-slfo.1.1_1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:helm-bash-completion-3.17.2-slfo.1.1_1.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
4.4 (Medium)
Affected products
Recommended
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.1:helm-3.17.2-slfo.1.1_1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:helm-3.17.2-slfo.1.1_1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:helm-3.17.2-slfo.1.1_1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:helm-3.17.2-slfo.1.1_1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:helm-bash-completion-3.17.2-slfo.1.1_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 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- 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.1-75",
"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_20278-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:20278-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202520278-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:20278-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021044.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-22T13:49:38Z",
"generator": {
"date": "2025-04-22T13:49:38Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:20278-1",
"initial_release_date": "2025-04-22T13:49:38Z",
"revision_history": [
{
"date": "2025-04-22T13:49:38Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "helm-3.17.2-slfo.1.1_1.1.aarch64",
"product": {
"name": "helm-3.17.2-slfo.1.1_1.1.aarch64",
"product_id": "helm-3.17.2-slfo.1.1_1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "helm-bash-completion-3.17.2-slfo.1.1_1.1.noarch",
"product": {
"name": "helm-bash-completion-3.17.2-slfo.1.1_1.1.noarch",
"product_id": "helm-bash-completion-3.17.2-slfo.1.1_1.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "helm-3.17.2-slfo.1.1_1.1.ppc64le",
"product": {
"name": "helm-3.17.2-slfo.1.1_1.1.ppc64le",
"product_id": "helm-3.17.2-slfo.1.1_1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "helm-3.17.2-slfo.1.1_1.1.s390x",
"product": {
"name": "helm-3.17.2-slfo.1.1_1.1.s390x",
"product_id": "helm-3.17.2-slfo.1.1_1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "helm-3.17.2-slfo.1.1_1.1.x86_64",
"product": {
"name": "helm-3.17.2-slfo.1.1_1.1.x86_64",
"product_id": "helm-3.17.2-slfo.1.1_1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.1",
"product": {
"name": "SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sl-micro:6.1"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "helm-3.17.2-slfo.1.1_1.1.aarch64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:helm-3.17.2-slfo.1.1_1.1.aarch64"
},
"product_reference": "helm-3.17.2-slfo.1.1_1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "helm-3.17.2-slfo.1.1_1.1.ppc64le as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:helm-3.17.2-slfo.1.1_1.1.ppc64le"
},
"product_reference": "helm-3.17.2-slfo.1.1_1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "helm-3.17.2-slfo.1.1_1.1.s390x as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:helm-3.17.2-slfo.1.1_1.1.s390x"
},
"product_reference": "helm-3.17.2-slfo.1.1_1.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "helm-3.17.2-slfo.1.1_1.1.x86_64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:helm-3.17.2-slfo.1.1_1.1.x86_64"
},
"product_reference": "helm-3.17.2-slfo.1.1_1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "helm-bash-completion-3.17.2-slfo.1.1_1.1.noarch as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:helm-bash-completion-3.17.2-slfo.1.1_1.1.noarch"
},
"product_reference": "helm-bash-completion-3.17.2-slfo.1.1_1.1.noarch",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
}
]
},
"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.1:helm-3.17.2-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:helm-3.17.2-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:helm-3.17.2-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:helm-3.17.2-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:helm-bash-completion-3.17.2-slfo.1.1_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.1:helm-3.17.2-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:helm-3.17.2-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:helm-3.17.2-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:helm-3.17.2-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:helm-bash-completion-3.17.2-slfo.1.1_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.1:helm-3.17.2-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:helm-3.17.2-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:helm-3.17.2-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:helm-3.17.2-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:helm-bash-completion-3.17.2-slfo.1.1_1.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-22T13:49:38Z",
"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.1:helm-3.17.2-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:helm-3.17.2-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:helm-3.17.2-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:helm-3.17.2-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:helm-bash-completion-3.17.2-slfo.1.1_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.1:helm-3.17.2-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:helm-3.17.2-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:helm-3.17.2-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:helm-3.17.2-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:helm-bash-completion-3.17.2-slfo.1.1_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.1:helm-3.17.2-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:helm-3.17.2-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:helm-3.17.2-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:helm-3.17.2-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:helm-bash-completion-3.17.2-slfo.1.1_1.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-22T13:49:38Z",
"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.1:helm-3.17.2-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:helm-3.17.2-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:helm-3.17.2-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:helm-3.17.2-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:helm-bash-completion-3.17.2-slfo.1.1_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.1:helm-3.17.2-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:helm-3.17.2-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:helm-3.17.2-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:helm-3.17.2-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:helm-bash-completion-3.17.2-slfo.1.1_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.1:helm-3.17.2-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:helm-3.17.2-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:helm-3.17.2-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:helm-3.17.2-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:helm-bash-completion-3.17.2-slfo.1.1_1.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-22T13:49:38Z",
"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.1:helm-3.17.2-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:helm-3.17.2-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:helm-3.17.2-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:helm-3.17.2-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:helm-bash-completion-3.17.2-slfo.1.1_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.1:helm-3.17.2-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:helm-3.17.2-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:helm-3.17.2-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:helm-3.17.2-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:helm-bash-completion-3.17.2-slfo.1.1_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.1:helm-3.17.2-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:helm-3.17.2-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:helm-3.17.2-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:helm-3.17.2-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:helm-bash-completion-3.17.2-slfo.1.1_1.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-22T13:49:38Z",
"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.1:helm-3.17.2-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:helm-3.17.2-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:helm-3.17.2-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:helm-3.17.2-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:helm-bash-completion-3.17.2-slfo.1.1_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.1:helm-3.17.2-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:helm-3.17.2-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:helm-3.17.2-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:helm-3.17.2-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:helm-bash-completion-3.17.2-slfo.1.1_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.1:helm-3.17.2-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:helm-3.17.2-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:helm-3.17.2-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:helm-3.17.2-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:helm-bash-completion-3.17.2-slfo.1.1_1.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-22T13:49:38Z",
"details": "moderate"
}
],
"title": "CVE-2025-22870"
}
]
}
SUSE-SU-2025:20328-1
Vulnerability from csaf_suse - Published: 2025-05-15 17:45 - Updated: 2025-05-15 17:45Summary
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 v1.7.2:
* 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 of golang.org/x/crypto/ssh (bsc#1239335)
* Label Templates: add IP addresses to the Network variables (#885, #894)
* Fixed generation of already present resources (#892, #893)
Patchnames: SUSE-SLE-Micro-6.1-111
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.1:elemental-register-1.7.2-slfo.1.1_1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:elemental-register-1.7.2-slfo.1.1_1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:elemental-support-1.7.2-slfo.1.1_1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:elemental-support-1.7.2-slfo.1.1_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.1:elemental-register-1.7.2-slfo.1.1_1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:elemental-register-1.7.2-slfo.1.1_1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:elemental-support-1.7.2-slfo.1.1_1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:elemental-support-1.7.2-slfo.1.1_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 v1.7.2:\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 of golang.org/x/crypto/ssh (bsc#1239335)\n * Label Templates: add IP addresses to the Network variables (#885, #894)\n * Fixed generation of already present resources (#892, #893)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLE-Micro-6.1-111",
"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_20328-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:20328-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202520328-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:20328-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020909.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-05-15T17:45:43Z",
"generator": {
"date": "2025-05-15T17:45:43Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:20328-1",
"initial_release_date": "2025-05-15T17:45:43Z",
"revision_history": [
{
"date": "2025-05-15T17:45:43Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "elemental-register-1.7.2-slfo.1.1_1.1.aarch64",
"product": {
"name": "elemental-register-1.7.2-slfo.1.1_1.1.aarch64",
"product_id": "elemental-register-1.7.2-slfo.1.1_1.1.aarch64"
}
},
{
"category": "product_version",
"name": "elemental-support-1.7.2-slfo.1.1_1.1.aarch64",
"product": {
"name": "elemental-support-1.7.2-slfo.1.1_1.1.aarch64",
"product_id": "elemental-support-1.7.2-slfo.1.1_1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "elemental-register-1.7.2-slfo.1.1_1.1.x86_64",
"product": {
"name": "elemental-register-1.7.2-slfo.1.1_1.1.x86_64",
"product_id": "elemental-register-1.7.2-slfo.1.1_1.1.x86_64"
}
},
{
"category": "product_version",
"name": "elemental-support-1.7.2-slfo.1.1_1.1.x86_64",
"product": {
"name": "elemental-support-1.7.2-slfo.1.1_1.1.x86_64",
"product_id": "elemental-support-1.7.2-slfo.1.1_1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.1",
"product": {
"name": "SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sl-micro:6.1"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "elemental-register-1.7.2-slfo.1.1_1.1.aarch64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:elemental-register-1.7.2-slfo.1.1_1.1.aarch64"
},
"product_reference": "elemental-register-1.7.2-slfo.1.1_1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "elemental-register-1.7.2-slfo.1.1_1.1.x86_64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:elemental-register-1.7.2-slfo.1.1_1.1.x86_64"
},
"product_reference": "elemental-register-1.7.2-slfo.1.1_1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "elemental-support-1.7.2-slfo.1.1_1.1.aarch64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:elemental-support-1.7.2-slfo.1.1_1.1.aarch64"
},
"product_reference": "elemental-support-1.7.2-slfo.1.1_1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "elemental-support-1.7.2-slfo.1.1_1.1.x86_64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:elemental-support-1.7.2-slfo.1.1_1.1.x86_64"
},
"product_reference": "elemental-support-1.7.2-slfo.1.1_1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
}
]
},
"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.1:elemental-register-1.7.2-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:elemental-register-1.7.2-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:elemental-support-1.7.2-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:elemental-support-1.7.2-slfo.1.1_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.1:elemental-register-1.7.2-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:elemental-register-1.7.2-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:elemental-support-1.7.2-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:elemental-support-1.7.2-slfo.1.1_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.1:elemental-register-1.7.2-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:elemental-register-1.7.2-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:elemental-support-1.7.2-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:elemental-support-1.7.2-slfo.1.1_1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-05-15T17:45:43Z",
"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.1:elemental-register-1.7.2-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:elemental-register-1.7.2-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:elemental-support-1.7.2-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:elemental-support-1.7.2-slfo.1.1_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.1:elemental-register-1.7.2-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:elemental-register-1.7.2-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:elemental-support-1.7.2-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:elemental-support-1.7.2-slfo.1.1_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.1:elemental-register-1.7.2-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:elemental-register-1.7.2-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:elemental-support-1.7.2-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:elemental-support-1.7.2-slfo.1.1_1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-05-15T17:45:43Z",
"details": "moderate"
}
],
"title": "CVE-2025-22870"
}
]
}
SUSE-SU-2025:20373-1
Vulnerability from csaf_suse - Published: 2025-06-03 09:03 - Updated: 2025-06-03 09:03Summary
Security update for elemental-toolkit
Severity
Important
Notes
Title of the patch: Security update for elemental-toolkit
Description of the patch: This update for elemental-toolkit fixes the following issues:
- Updated to v2.2.3:
* Adapted .golangci.yml format to a new version
* Simplified podman calls in CI steup
* Switched GHA runners to Ubuntu 24.04
* Updated year in headers
* Vendored go.mod libraries
* 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 of golang.org/x/crypto/ssh (bsc#1239335)
Patchnames: SUSE-SLE-Micro-6.1-130
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
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.1:elemental-toolkit-2.2.3-slfo.1.1_1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:elemental-toolkit-2.2.3-slfo.1.1_1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
4.4 (Medium)
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.1:elemental-toolkit-2.2.3-slfo.1.1_1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:elemental-toolkit-2.2.3-slfo.1.1_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-toolkit",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for elemental-toolkit fixes the following issues:\n\n- Updated to v2.2.3:\n * Adapted .golangci.yml format to a new version\n * Simplified podman calls in CI steup\n * Switched GHA runners to Ubuntu 24.04\n * Updated year in headers\n * Vendored go.mod libraries\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 of golang.org/x/crypto/ssh (bsc#1239335)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLE-Micro-6.1-130",
"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_20373-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:20373-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202520373-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:20373-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-June/040140.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-toolkit",
"tracking": {
"current_release_date": "2025-06-03T09:03:45Z",
"generator": {
"date": "2025-06-03T09:03:45Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:20373-1",
"initial_release_date": "2025-06-03T09:03:45Z",
"revision_history": [
{
"date": "2025-06-03T09:03:45Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "elemental-toolkit-2.2.3-slfo.1.1_1.1.aarch64",
"product": {
"name": "elemental-toolkit-2.2.3-slfo.1.1_1.1.aarch64",
"product_id": "elemental-toolkit-2.2.3-slfo.1.1_1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "elemental-toolkit-2.2.3-slfo.1.1_1.1.x86_64",
"product": {
"name": "elemental-toolkit-2.2.3-slfo.1.1_1.1.x86_64",
"product_id": "elemental-toolkit-2.2.3-slfo.1.1_1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.1",
"product": {
"name": "SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sl-micro:6.1"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "elemental-toolkit-2.2.3-slfo.1.1_1.1.aarch64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:elemental-toolkit-2.2.3-slfo.1.1_1.1.aarch64"
},
"product_reference": "elemental-toolkit-2.2.3-slfo.1.1_1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "elemental-toolkit-2.2.3-slfo.1.1_1.1.x86_64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:elemental-toolkit-2.2.3-slfo.1.1_1.1.x86_64"
},
"product_reference": "elemental-toolkit-2.2.3-slfo.1.1_1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
}
]
},
"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.1:elemental-toolkit-2.2.3-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:elemental-toolkit-2.2.3-slfo.1.1_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.1:elemental-toolkit-2.2.3-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:elemental-toolkit-2.2.3-slfo.1.1_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.1:elemental-toolkit-2.2.3-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:elemental-toolkit-2.2.3-slfo.1.1_1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-03T09:03:45Z",
"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.1:elemental-toolkit-2.2.3-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:elemental-toolkit-2.2.3-slfo.1.1_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.1:elemental-toolkit-2.2.3-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:elemental-toolkit-2.2.3-slfo.1.1_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.1:elemental-toolkit-2.2.3-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:elemental-toolkit-2.2.3-slfo.1.1_1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-03T09:03:45Z",
"details": "moderate"
}
],
"title": "CVE-2025-22870"
}
]
}
SUSE-SU-2025:20504-1
Vulnerability from csaf_suse - Published: 2025-07-23 13:34 - Updated: 2025-07-23 13:34Summary
Security update 5.0.5 for Multi-Linux Manager Client Tools, Salt and Salt Bundle
Severity
Important
Notes
Title of the patch: Security update 5.0.5 for Multi-Linux Manager Client Tools, Salt and Salt Bundle
Description of the patch: This update fixes the following issues:
golang-github-prometheus-node_exporter:
- Security issues fixed:
- CVE-2025-22870: Prevent a matching of hosts against proxy patterns to improperly treat an IPv6 zone ID as a
hostname component (bsc#1238686)
- Other bugs fixed:
- Fixed Darwin memory leak
- pressure: Fix missing IRQ on older kernels
salt, venv-salt-minion:
- Security issues fixed:
- CVE-2024-38822: Fixed Minion token validation (bsc#1244561)
- CVE-2024-38823: Fixed server vulnerability to replay attacks when not using a TLS encrypted transport (bsc#1244564)
- CVE-2024-38824: Fixed directory traversal vulnerability in recv_file method (bsc#1244565)
- CVE-2024-38825: Fixed salt.auth.pki module authentication issue (bsc#1244566)
- CVE-2025-22240: Fixed arbitrary directory creation or file deletion with GitFS (bsc#1244567)
- CVE-2025-22236: Fixed Minion event bus authorization bypass (bsc#1244568)
- CVE-2025-22241: Fixed the use of un-validated input in the VirtKey class (bsc#1244570)
- CVE-2025-22237: Fixed exploitation of the 'on demand' pillar functionality (bsc#1244571)
- CVE-2025-22238: Fixed the master's default cache vulnerability to a directory traversal attack (bsc#1244572)
- CVE-2025-22239: Fixed the arbitrary event injection on the Salt Master (bsc#1244574)
- CVE-2025-22242: Fixed a Denial of Service vulnerability through file read operation (bsc#1244575)
- CVE-2025-47287: Fixed a Denial of Service vulnerability in Tornado logging behavior (bsc#1243268)
- Other bugs fixed:
- Added subsystem filter to udev.exportdb (bsc#1236621)
- Added `minion_legacy_req_warnings` option to avoid noisy warnings
- Fixed Ubuntu 24.04 edge-case test failures
- Fixed refresh of osrelease and related grains on Python 3.10+
- Fixed issue requiring proper Python flavor for dependencies
- Require M2Crypto version 0.44.0 or higher
- venv-salt-minion: Fixed bundle path in pyvenv.cfg
uyuni-tools:
- Version 0.1.31-0:
- Added the info message about End User License Agreement
- Don't migrate py2*-compat-salt.conf files (bsc#1240626)
- Check for restorecon before using it (bsc#1240698)
- Adjust the distro path in cobbler files after migration
(bsc#1238929)
- Added mgradm support ptf podman --pullPolicy flag (bsc#1236877)
- Support: don't dump files in bound folders (bsc#1243297)
- Cleanup host supportconfig files (bsc#1242174)
- During migration, check if backup already exists (bsc#1243105)
- Removed SHM size limits from all containers (bsc#1243274)
- Don't migrate /etc/apache2/vhosts.d/cobbler.conf
- Fixed migration --prepare for autoinstallable distributions (bsc#1243802)
- Skip instalation if the server is already set up (bsc#1238849)
- Bumped the default image tag to 5.0.5
Patchnames: SUSE-SLE-Micro-6.0-392
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
15 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-3006.0-13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-3006.0-13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-3006.0-13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-master-3006.0-13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-master-3006.0-13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-master-3006.0-13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
5.9 (Medium)
Affected products
Recommended
15 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-3006.0-13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-3006.0-13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-3006.0-13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-master-3006.0-13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-master-3006.0-13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-master-3006.0-13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
9.6 (Critical)
Affected products
Recommended
15 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-3006.0-13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-3006.0-13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-3006.0-13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-master-3006.0-13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-master-3006.0-13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-master-3006.0-13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
critical
6.4 (Medium)
Affected products
Recommended
15 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-3006.0-13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-3006.0-13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-3006.0-13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-master-3006.0-13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-master-3006.0-13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-master-3006.0-13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
8.1 (High)
Affected products
Recommended
15 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-3006.0-13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-3006.0-13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-3006.0-13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-master-3006.0-13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-master-3006.0-13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-master-3006.0-13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
6.7 (Medium)
Affected products
Recommended
15 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-3006.0-13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-3006.0-13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-3006.0-13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-master-3006.0-13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-master-3006.0-13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-master-3006.0-13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
4.4 (Medium)
Affected products
Recommended
15 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-3006.0-13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-3006.0-13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-3006.0-13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-master-3006.0-13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-master-3006.0-13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-master-3006.0-13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
8.1 (High)
Affected products
Recommended
15 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-3006.0-13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-3006.0-13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-3006.0-13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-master-3006.0-13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-master-3006.0-13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-master-3006.0-13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
6.3 (Medium)
Affected products
Recommended
15 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-3006.0-13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-3006.0-13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-3006.0-13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-master-3006.0-13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-master-3006.0-13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-master-3006.0-13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.6 (Medium)
Affected products
Recommended
15 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-3006.0-13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-3006.0-13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-3006.0-13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-master-3006.0-13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-master-3006.0-13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-master-3006.0-13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
4.4 (Medium)
Affected products
Recommended
15 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-3006.0-13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-3006.0-13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-3006.0-13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-master-3006.0-13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-master-3006.0-13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-master-3006.0-13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
4.4 (Medium)
Affected products
Recommended
15 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-3006.0-13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-3006.0-13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-3006.0-13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-master-3006.0-13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-master-3006.0-13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-master-3006.0-13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.5 (High)
Affected products
Recommended
15 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-3006.0-13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-3006.0-13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-3006.0-13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-master-3006.0-13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-master-3006.0-13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-master-3006.0-13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
68 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 5.0.5 for Multi-Linux Manager Client Tools, Salt and Salt Bundle",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update fixes the following issues:\n\ngolang-github-prometheus-node_exporter:\n\n- Security issues fixed:\n \n - CVE-2025-22870: Prevent a matching of hosts against proxy patterns to improperly treat an IPv6 zone ID as a\n hostname component (bsc#1238686)\n\n- Other bugs fixed:\n\n - Fixed Darwin memory leak\n - pressure: Fix missing IRQ on older kernels\n\nsalt, venv-salt-minion:\n\n- Security issues fixed:\n \n - CVE-2024-38822: Fixed Minion token validation (bsc#1244561)\n - CVE-2024-38823: Fixed server vulnerability to replay attacks when not using a TLS encrypted transport (bsc#1244564)\n - CVE-2024-38824: Fixed directory traversal vulnerability in recv_file method (bsc#1244565)\n - CVE-2024-38825: Fixed salt.auth.pki module authentication issue (bsc#1244566)\n - CVE-2025-22240: Fixed arbitrary directory creation or file deletion with GitFS (bsc#1244567)\n - CVE-2025-22236: Fixed Minion event bus authorization bypass (bsc#1244568)\n - CVE-2025-22241: Fixed the use of un-validated input in the VirtKey class (bsc#1244570)\n - CVE-2025-22237: Fixed exploitation of the \u0027on demand\u0027 pillar functionality (bsc#1244571)\n - CVE-2025-22238: Fixed the master\u0027s default cache vulnerability to a directory traversal attack (bsc#1244572)\n - CVE-2025-22239: Fixed the arbitrary event injection on the Salt Master (bsc#1244574) \n - CVE-2025-22242: Fixed a Denial of Service vulnerability through file read operation (bsc#1244575)\n - CVE-2025-47287: Fixed a Denial of Service vulnerability in Tornado logging behavior (bsc#1243268)\n\n- Other bugs fixed:\n\n - Added subsystem filter to udev.exportdb (bsc#1236621)\n - Added `minion_legacy_req_warnings` option to avoid noisy warnings\n - Fixed Ubuntu 24.04 edge-case test failures\n - Fixed refresh of osrelease and related grains on Python 3.10+\n - Fixed issue requiring proper Python flavor for dependencies\n - Require M2Crypto version 0.44.0 or higher\n - venv-salt-minion: Fixed bundle path in pyvenv.cfg\n\nuyuni-tools:\n \n- Version 0.1.31-0:\n\n - Added the info message about End User License Agreement\n - Don\u0027t migrate py2*-compat-salt.conf files (bsc#1240626)\n - Check for restorecon before using it (bsc#1240698)\n - Adjust the distro path in cobbler files after migration\n (bsc#1238929)\n - Added mgradm support ptf podman --pullPolicy flag (bsc#1236877)\n - Support: don\u0027t dump files in bound folders (bsc#1243297)\n - Cleanup host supportconfig files (bsc#1242174)\n - During migration, check if backup already exists (bsc#1243105)\n - Removed SHM size limits from all containers (bsc#1243274)\n - Don\u0027t migrate /etc/apache2/vhosts.d/cobbler.conf\n - Fixed migration --prepare for autoinstallable distributions (bsc#1243802)\n - Skip instalation if the server is already set up (bsc#1238849)\n - Bumped the default image tag to 5.0.5\n\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLE-Micro-6.0-392",
"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_20504-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:20504-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202520504-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:20504-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-July/040917.html"
},
{
"category": "self",
"summary": "SUSE Bug 1236621",
"url": "https://bugzilla.suse.com/1236621"
},
{
"category": "self",
"summary": "SUSE Bug 1236877",
"url": "https://bugzilla.suse.com/1236877"
},
{
"category": "self",
"summary": "SUSE Bug 1238686",
"url": "https://bugzilla.suse.com/1238686"
},
{
"category": "self",
"summary": "SUSE Bug 1238849",
"url": "https://bugzilla.suse.com/1238849"
},
{
"category": "self",
"summary": "SUSE Bug 1238929",
"url": "https://bugzilla.suse.com/1238929"
},
{
"category": "self",
"summary": "SUSE Bug 1240626",
"url": "https://bugzilla.suse.com/1240626"
},
{
"category": "self",
"summary": "SUSE Bug 1240698",
"url": "https://bugzilla.suse.com/1240698"
},
{
"category": "self",
"summary": "SUSE Bug 1242174",
"url": "https://bugzilla.suse.com/1242174"
},
{
"category": "self",
"summary": "SUSE Bug 1243105",
"url": "https://bugzilla.suse.com/1243105"
},
{
"category": "self",
"summary": "SUSE Bug 1243268",
"url": "https://bugzilla.suse.com/1243268"
},
{
"category": "self",
"summary": "SUSE Bug 1243274",
"url": "https://bugzilla.suse.com/1243274"
},
{
"category": "self",
"summary": "SUSE Bug 1243297",
"url": "https://bugzilla.suse.com/1243297"
},
{
"category": "self",
"summary": "SUSE Bug 1243802",
"url": "https://bugzilla.suse.com/1243802"
},
{
"category": "self",
"summary": "SUSE Bug 1244561",
"url": "https://bugzilla.suse.com/1244561"
},
{
"category": "self",
"summary": "SUSE Bug 1244564",
"url": "https://bugzilla.suse.com/1244564"
},
{
"category": "self",
"summary": "SUSE Bug 1244565",
"url": "https://bugzilla.suse.com/1244565"
},
{
"category": "self",
"summary": "SUSE Bug 1244566",
"url": "https://bugzilla.suse.com/1244566"
},
{
"category": "self",
"summary": "SUSE Bug 1244567",
"url": "https://bugzilla.suse.com/1244567"
},
{
"category": "self",
"summary": "SUSE Bug 1244568",
"url": "https://bugzilla.suse.com/1244568"
},
{
"category": "self",
"summary": "SUSE Bug 1244570",
"url": "https://bugzilla.suse.com/1244570"
},
{
"category": "self",
"summary": "SUSE Bug 1244571",
"url": "https://bugzilla.suse.com/1244571"
},
{
"category": "self",
"summary": "SUSE Bug 1244572",
"url": "https://bugzilla.suse.com/1244572"
},
{
"category": "self",
"summary": "SUSE Bug 1244574",
"url": "https://bugzilla.suse.com/1244574"
},
{
"category": "self",
"summary": "SUSE Bug 1244575",
"url": "https://bugzilla.suse.com/1244575"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-38822 page",
"url": "https://www.suse.com/security/cve/CVE-2024-38822/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-38823 page",
"url": "https://www.suse.com/security/cve/CVE-2024-38823/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-38824 page",
"url": "https://www.suse.com/security/cve/CVE-2024-38824/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-38825 page",
"url": "https://www.suse.com/security/cve/CVE-2024-38825/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22236 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22236/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22237 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22237/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22238 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22238/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22239 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22239/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22240 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22240/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22241 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22241/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22242 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22242/"
},
{
"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-47287 page",
"url": "https://www.suse.com/security/cve/CVE-2025-47287/"
}
],
"title": "Security update 5.0.5 for Multi-Linux Manager Client Tools, Salt and Salt Bundle",
"tracking": {
"current_release_date": "2025-07-23T13:34:01Z",
"generator": {
"date": "2025-07-23T13:34:01Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:20504-1",
"initial_release_date": "2025-07-23T13:34:01Z",
"revision_history": [
{
"date": "2025-07-23T13:34:01Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python311-salt-3006.0-13.1.aarch64",
"product": {
"name": "python311-salt-3006.0-13.1.aarch64",
"product_id": "python311-salt-3006.0-13.1.aarch64"
}
},
{
"category": "product_version",
"name": "salt-3006.0-13.1.aarch64",
"product": {
"name": "salt-3006.0-13.1.aarch64",
"product_id": "salt-3006.0-13.1.aarch64"
}
},
{
"category": "product_version",
"name": "salt-master-3006.0-13.1.aarch64",
"product": {
"name": "salt-master-3006.0-13.1.aarch64",
"product_id": "salt-master-3006.0-13.1.aarch64"
}
},
{
"category": "product_version",
"name": "salt-minion-3006.0-13.1.aarch64",
"product": {
"name": "salt-minion-3006.0-13.1.aarch64",
"product_id": "salt-minion-3006.0-13.1.aarch64"
}
},
{
"category": "product_version",
"name": "salt-transactional-update-3006.0-13.1.aarch64",
"product": {
"name": "salt-transactional-update-3006.0-13.1.aarch64",
"product_id": "salt-transactional-update-3006.0-13.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python311-salt-3006.0-13.1.s390x",
"product": {
"name": "python311-salt-3006.0-13.1.s390x",
"product_id": "python311-salt-3006.0-13.1.s390x"
}
},
{
"category": "product_version",
"name": "salt-3006.0-13.1.s390x",
"product": {
"name": "salt-3006.0-13.1.s390x",
"product_id": "salt-3006.0-13.1.s390x"
}
},
{
"category": "product_version",
"name": "salt-master-3006.0-13.1.s390x",
"product": {
"name": "salt-master-3006.0-13.1.s390x",
"product_id": "salt-master-3006.0-13.1.s390x"
}
},
{
"category": "product_version",
"name": "salt-minion-3006.0-13.1.s390x",
"product": {
"name": "salt-minion-3006.0-13.1.s390x",
"product_id": "salt-minion-3006.0-13.1.s390x"
}
},
{
"category": "product_version",
"name": "salt-transactional-update-3006.0-13.1.s390x",
"product": {
"name": "salt-transactional-update-3006.0-13.1.s390x",
"product_id": "salt-transactional-update-3006.0-13.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python311-salt-3006.0-13.1.x86_64",
"product": {
"name": "python311-salt-3006.0-13.1.x86_64",
"product_id": "python311-salt-3006.0-13.1.x86_64"
}
},
{
"category": "product_version",
"name": "salt-3006.0-13.1.x86_64",
"product": {
"name": "salt-3006.0-13.1.x86_64",
"product_id": "salt-3006.0-13.1.x86_64"
}
},
{
"category": "product_version",
"name": "salt-master-3006.0-13.1.x86_64",
"product": {
"name": "salt-master-3006.0-13.1.x86_64",
"product_id": "salt-master-3006.0-13.1.x86_64"
}
},
{
"category": "product_version",
"name": "salt-minion-3006.0-13.1.x86_64",
"product": {
"name": "salt-minion-3006.0-13.1.x86_64",
"product_id": "salt-minion-3006.0-13.1.x86_64"
}
},
{
"category": "product_version",
"name": "salt-transactional-update-3006.0-13.1.x86_64",
"product": {
"name": "salt-transactional-update-3006.0-13.1.x86_64",
"product_id": "salt-transactional-update-3006.0-13.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": "python311-salt-3006.0-13.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.aarch64"
},
"product_reference": "python311-salt-3006.0-13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-salt-3006.0-13.1.s390x as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.s390x"
},
"product_reference": "python311-salt-3006.0-13.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-salt-3006.0-13.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.x86_64"
},
"product_reference": "python311-salt-3006.0-13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-3006.0-13.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:salt-3006.0-13.1.aarch64"
},
"product_reference": "salt-3006.0-13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-3006.0-13.1.s390x as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:salt-3006.0-13.1.s390x"
},
"product_reference": "salt-3006.0-13.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-3006.0-13.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:salt-3006.0-13.1.x86_64"
},
"product_reference": "salt-3006.0-13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-master-3006.0-13.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:salt-master-3006.0-13.1.aarch64"
},
"product_reference": "salt-master-3006.0-13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-master-3006.0-13.1.s390x as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:salt-master-3006.0-13.1.s390x"
},
"product_reference": "salt-master-3006.0-13.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-master-3006.0-13.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:salt-master-3006.0-13.1.x86_64"
},
"product_reference": "salt-master-3006.0-13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-minion-3006.0-13.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.aarch64"
},
"product_reference": "salt-minion-3006.0-13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-minion-3006.0-13.1.s390x as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.s390x"
},
"product_reference": "salt-minion-3006.0-13.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-minion-3006.0-13.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.x86_64"
},
"product_reference": "salt-minion-3006.0-13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-transactional-update-3006.0-13.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.aarch64"
},
"product_reference": "salt-transactional-update-3006.0-13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-transactional-update-3006.0-13.1.s390x as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.s390x"
},
"product_reference": "salt-transactional-update-3006.0-13.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-transactional-update-3006.0-13.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.x86_64"
},
"product_reference": "salt-transactional-update-3006.0-13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-38822",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-38822"
}
],
"notes": [
{
"category": "general",
"text": "Multiple methods in the salt master skip minion token validation. Therefore a misbehaving minion can impersonate another minion.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-38822",
"url": "https://www.suse.com/security/cve/CVE-2024-38822"
},
{
"category": "external",
"summary": "SUSE Bug 1244561 for CVE-2024-38822",
"url": "https://bugzilla.suse.com/1244561"
}
],
"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:python311-salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 2.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-23T13:34:01Z",
"details": "low"
}
],
"title": "CVE-2024-38822"
},
{
"cve": "CVE-2024-38823",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-38823"
}
],
"notes": [
{
"category": "general",
"text": "Salt\u0027s request server is vulnerable to replay attacks when not using a TLS encrypted transport.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-38823",
"url": "https://www.suse.com/security/cve/CVE-2024-38823"
},
{
"category": "external",
"summary": "SUSE Bug 1244564 for CVE-2024-38823",
"url": "https://bugzilla.suse.com/1244564"
}
],
"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:python311-salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-23T13:34:01Z",
"details": "moderate"
}
],
"title": "CVE-2024-38823"
},
{
"cve": "CVE-2024-38824",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-38824"
}
],
"notes": [
{
"category": "general",
"text": "Directory traversal vulnerability in recv_file method allows arbitrary files to be written to the master cache directory.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-38824",
"url": "https://www.suse.com/security/cve/CVE-2024-38824"
},
{
"category": "external",
"summary": "SUSE Bug 1244565 for CVE-2024-38824",
"url": "https://bugzilla.suse.com/1244565"
}
],
"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:python311-salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.6,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-23T13:34:01Z",
"details": "critical"
}
],
"title": "CVE-2024-38824"
},
{
"cve": "CVE-2024-38825",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-38825"
}
],
"notes": [
{
"category": "general",
"text": "The salt.auth.pki module does not properly authenticate callers. The \"password\" field contains a public certificate which is validated against a CA certificate by the module. This is not pki authentication, as the caller does not need access to the corresponding private key for the authentication attempt to be accepted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-38825",
"url": "https://www.suse.com/security/cve/CVE-2024-38825"
},
{
"category": "external",
"summary": "SUSE Bug 1244566 for CVE-2024-38825",
"url": "https://bugzilla.suse.com/1244566"
}
],
"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:python311-salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.x86_64"
]
}
],
"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:python311-salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-23T13:34:01Z",
"details": "moderate"
}
],
"title": "CVE-2024-38825"
},
{
"cve": "CVE-2025-22236",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22236"
}
],
"notes": [
{
"category": "general",
"text": "Minion event bus authorization bypass. An attacker with access to a minion key can craft a message which may be able to execute a job on other minions (\u003e= 3007.0).",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22236",
"url": "https://www.suse.com/security/cve/CVE-2025-22236"
},
{
"category": "external",
"summary": "SUSE Bug 1244568 for CVE-2025-22236",
"url": "https://bugzilla.suse.com/1244568"
}
],
"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:python311-salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-23T13:34:01Z",
"details": "important"
}
],
"title": "CVE-2025-22236"
},
{
"cve": "CVE-2025-22237",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22237"
}
],
"notes": [
{
"category": "general",
"text": "An attacker with access to a minion key can exploit the \u0027on demand\u0027 pillar functionality with a specially crafted git url which could cause and arbitrary command to be run on the master with the same privileges as the master process.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22237",
"url": "https://www.suse.com/security/cve/CVE-2025-22237"
},
{
"category": "external",
"summary": "SUSE Bug 1244571 for CVE-2025-22237",
"url": "https://bugzilla.suse.com/1244571"
}
],
"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:python311-salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-23T13:34:01Z",
"details": "moderate"
}
],
"title": "CVE-2025-22237"
},
{
"cve": "CVE-2025-22238",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22238"
}
],
"notes": [
{
"category": "general",
"text": "Directory traversal attack in minion file cache creation. The master\u0027s default cache is vulnerable to a directory traversal attack. Which could be leveraged to write or overwrite \u0027cache\u0027 files outside of the cache directory.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22238",
"url": "https://www.suse.com/security/cve/CVE-2025-22238"
},
{
"category": "external",
"summary": "SUSE Bug 1244572 for CVE-2025-22238",
"url": "https://bugzilla.suse.com/1244572"
}
],
"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:python311-salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-23T13:34:01Z",
"details": "moderate"
}
],
"title": "CVE-2025-22238"
},
{
"cve": "CVE-2025-22239",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22239"
}
],
"notes": [
{
"category": "general",
"text": "Arbitrary event injection on Salt Master. The master\u0027s \"_minion_event\" method can be used by and authorized minion to send arbitrary events onto the master\u0027s event bus.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22239",
"url": "https://www.suse.com/security/cve/CVE-2025-22239"
},
{
"category": "external",
"summary": "SUSE Bug 1244574 for CVE-2025-22239",
"url": "https://bugzilla.suse.com/1244574"
}
],
"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:python311-salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-23T13:34:01Z",
"details": "important"
}
],
"title": "CVE-2025-22239"
},
{
"cve": "CVE-2025-22240",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22240"
}
],
"notes": [
{
"category": "general",
"text": "Arbitrary directory creation or file deletion. In the find_file method of the GitFS class, a path is created using os.path.join using unvalidated input from the \"tgt_env\" variable. This can be exploited by an attacker to delete any file on the Master\u0027s process has permissions to.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22240",
"url": "https://www.suse.com/security/cve/CVE-2025-22240"
},
{
"category": "external",
"summary": "SUSE Bug 1244567 for CVE-2025-22240",
"url": "https://bugzilla.suse.com/1244567"
}
],
"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:python311-salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-23T13:34:01Z",
"details": "moderate"
}
],
"title": "CVE-2025-22240"
},
{
"cve": "CVE-2025-22241",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22241"
}
],
"notes": [
{
"category": "general",
"text": "File contents overwrite the VirtKey class is called when \"on-demand pillar\" data is requested and uses un-validated input to create paths to the \"pki directory\". The functionality is used to auto-accept Minion authentication keys based on a pre-placed \"authorization file\" at a specific location and is present in the default configuration.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22241",
"url": "https://www.suse.com/security/cve/CVE-2025-22241"
},
{
"category": "external",
"summary": "SUSE Bug 1244570 for CVE-2025-22241",
"url": "https://bugzilla.suse.com/1244570"
}
],
"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:python311-salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-23T13:34:01Z",
"details": "moderate"
}
],
"title": "CVE-2025-22241"
},
{
"cve": "CVE-2025-22242",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22242"
}
],
"notes": [
{
"category": "general",
"text": "Worker process denial of service through file read operation. .A vulnerability exists in the Master\u0027s \"pub_ret\" method which is exposed to all minions. The un-sanitized input value \"jid\" is used to construct a path which is then opened for reading. An attacker could exploit this vulnerabilities by attempting to read from a filename that will not return any data, e.g. by targeting a pipe node on the proc file system.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22242",
"url": "https://www.suse.com/security/cve/CVE-2025-22242"
},
{
"category": "external",
"summary": "SUSE Bug 1244575 for CVE-2025-22242",
"url": "https://bugzilla.suse.com/1244575"
}
],
"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:python311-salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-23T13:34:01Z",
"details": "moderate"
}
],
"title": "CVE-2025-22242"
},
{
"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:python311-salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.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:python311-salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.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:python311-salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-23T13:34:01Z",
"details": "moderate"
}
],
"title": "CVE-2025-22870"
},
{
"cve": "CVE-2025-47287",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-47287"
}
],
"notes": [
{
"category": "general",
"text": "Tornado is a Python web framework and asynchronous networking library. When Tornado\u0027s ``multipart/form-data`` parser encounters certain errors, it logs a warning but continues trying to parse the remainder of the data. This allows remote attackers to generate an extremely high volume of logs, constituting a DoS attack. This DoS is compounded by the fact that the logging subsystem is synchronous. All versions of Tornado prior to 6.5.0 are affected. The vulnerable parser is enabled by default. Upgrade to Tornado version 6.50 to receive a patch. As a workaround, risk can be mitigated by blocking `Content-Type: multipart/form-data` in a proxy.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47287",
"url": "https://www.suse.com/security/cve/CVE-2025-47287"
},
{
"category": "external",
"summary": "SUSE Bug 1243268 for CVE-2025-47287",
"url": "https://bugzilla.suse.com/1243268"
}
],
"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:python311-salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.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:python311-salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:python311-salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-master-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-minion-3006.0-13.1.x86_64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.aarch64",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.s390x",
"SUSE Linux Micro 6.0:salt-transactional-update-3006.0-13.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-23T13:34:01Z",
"details": "important"
}
],
"title": "CVE-2025-47287"
}
]
}
SUSE-SU-2025:20515-1
Vulnerability from csaf_suse - Published: 2025-07-30 09:22 - Updated: 2025-07-30 09:22Summary
Security update for ignition
Severity
Important
Notes
Title of the patch: Security update for ignition
Description of the patch: This update for ignition fixes the following issues:
- CVE-2025-22870: golang.org/x/net/http/httpproxy: Fixed proxy bypass
using IPv6 zone IDs (bsc#1238681)
- CVE-2025-22868: golang.org/x/oauth2/jws: Fixed unexpected memory
consumption during token parsing (bsc#1239192)
Patchnames: SUSE-SLE-Micro-6.0-403
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
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:ignition-2.19.0-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:ignition-2.19.0-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:ignition-2.19.0-2.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
4.4 (Medium)
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:ignition-2.19.0-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:ignition-2.19.0-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:ignition-2.19.0-2.1.x86_64 | — |
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 ignition",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for ignition fixes the following issues:\n\n- CVE-2025-22870: golang.org/x/net/http/httpproxy: Fixed proxy bypass \n using IPv6 zone IDs (bsc#1238681)\n- CVE-2025-22868: golang.org/x/oauth2/jws: Fixed unexpected memory \n consumption during token parsing (bsc#1239192)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLE-Micro-6.0-403",
"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_20515-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:20515-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202520515-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:20515-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-August/041036.html"
},
{
"category": "self",
"summary": "SUSE Bug 1238681",
"url": "https://bugzilla.suse.com/1238681"
},
{
"category": "self",
"summary": "SUSE Bug 1239192",
"url": "https://bugzilla.suse.com/1239192"
},
{
"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-22870 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22870/"
}
],
"title": "Security update for ignition",
"tracking": {
"current_release_date": "2025-07-30T09:22:28Z",
"generator": {
"date": "2025-07-30T09:22:28Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:20515-1",
"initial_release_date": "2025-07-30T09:22:28Z",
"revision_history": [
{
"date": "2025-07-30T09:22:28Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "ignition-2.19.0-2.1.aarch64",
"product": {
"name": "ignition-2.19.0-2.1.aarch64",
"product_id": "ignition-2.19.0-2.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "ignition-2.19.0-2.1.s390x",
"product": {
"name": "ignition-2.19.0-2.1.s390x",
"product_id": "ignition-2.19.0-2.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "ignition-2.19.0-2.1.x86_64",
"product": {
"name": "ignition-2.19.0-2.1.x86_64",
"product_id": "ignition-2.19.0-2.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": "ignition-2.19.0-2.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:ignition-2.19.0-2.1.aarch64"
},
"product_reference": "ignition-2.19.0-2.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-2.19.0-2.1.s390x as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:ignition-2.19.0-2.1.s390x"
},
"product_reference": "ignition-2.19.0-2.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-2.19.0-2.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:ignition-2.19.0-2.1.x86_64"
},
"product_reference": "ignition-2.19.0-2.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
}
]
},
"vulnerabilities": [
{
"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 Micro 6.0:ignition-2.19.0-2.1.aarch64",
"SUSE Linux Micro 6.0:ignition-2.19.0-2.1.s390x",
"SUSE Linux Micro 6.0:ignition-2.19.0-2.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 Micro 6.0:ignition-2.19.0-2.1.aarch64",
"SUSE Linux Micro 6.0:ignition-2.19.0-2.1.s390x",
"SUSE Linux Micro 6.0:ignition-2.19.0-2.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:ignition-2.19.0-2.1.aarch64",
"SUSE Linux Micro 6.0:ignition-2.19.0-2.1.s390x",
"SUSE Linux Micro 6.0:ignition-2.19.0-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-30T09:22:28Z",
"details": "important"
}
],
"title": "CVE-2025-22868"
},
{
"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:ignition-2.19.0-2.1.aarch64",
"SUSE Linux Micro 6.0:ignition-2.19.0-2.1.s390x",
"SUSE Linux Micro 6.0:ignition-2.19.0-2.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:ignition-2.19.0-2.1.aarch64",
"SUSE Linux Micro 6.0:ignition-2.19.0-2.1.s390x",
"SUSE Linux Micro 6.0:ignition-2.19.0-2.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:ignition-2.19.0-2.1.aarch64",
"SUSE Linux Micro 6.0:ignition-2.19.0-2.1.s390x",
"SUSE Linux Micro 6.0:ignition-2.19.0-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-30T09:22:28Z",
"details": "moderate"
}
],
"title": "CVE-2025-22870"
}
]
}
SUSE-SU-2026:0439-1
Vulnerability from csaf_suse - Published: 2026-02-11 09:30 - Updated: 2026-02-11 09:30Summary
Security update for apptainer
Severity
Important
Notes
Title of the patch: Security update for apptainer
Description of the patch: This update for apptainer fixes the following issues:
Security fixes:
- CVE-2024-45310: Fixed runc being tricked into creating empty
files/directories on host (bsc#1257432)
- CVE-2025-65105: Fixed security bypass due to disabling security
options (bsc#1255462)
- CVE-2025-47914: Fixed malformed constraint may cause denial of
service in golang.org/x/crypto/ssh/agent (bsc#1253967)
- CVE-2025-58181: Fixed unbounded memory consumption in
golang.org/x/crypto/ssh (bsc#1253784)
- CVE-2025-47913: Fixed potential denial of service in
golang.org/x/crypto/ssh/agent (bsc#1253506)
- CVE-2025-22872: Fixed incorrect Neutralization of Input During
Web Page Generation in x/net (bsc#1241710)
- CVE-2025-22870: Fixed HTTP Proxy bypass using IPv6 Zone IDs in
golang.org/x/net (bsc#1238611)
- CVE-2025-22869: Fixed potential denial of service in
golang.org/x/crypto (bsc#1239322)
- CVE-2025-27144: Fixed DoS in go-jose Parsing in
github.com/go-jose/go-jose (bsc#1237608)
- CVE-2025-8556: Fixed missing and wrong validation can lead
to incorrect results in github.com/cloudflare/circl
Other fixes:
- Update to 1.4.5
Patchnames: SUSE-2026-439,SUSE-SLE-Module-HPC-15-SP7-2026-439,SUSE-SLE-Product-SLES-15-SP6-LTSS-2026-439,openSUSE-SLE-15.6-2026-439
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
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-1.4.5-150600.4.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-1.4.5-150600.4.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-sle15_7-1.4.5-150600.4.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apptainer-leap-1.4.5-150600.4.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
7.5 (High)
Affected products
Recommended
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-1.4.5-150600.4.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-1.4.5-150600.4.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-sle15_7-1.4.5-150600.4.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apptainer-leap-1.4.5-150600.4.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
4.4 (Medium)
Affected products
Recommended
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-1.4.5-150600.4.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-1.4.5-150600.4.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-sle15_7-1.4.5-150600.4.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apptainer-leap-1.4.5-150600.4.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
6.5 (Medium)
Affected products
Recommended
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-1.4.5-150600.4.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-1.4.5-150600.4.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-sle15_7-1.4.5-150600.4.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apptainer-leap-1.4.5-150600.4.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.5 (High)
Affected products
Recommended
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-1.4.5-150600.4.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-1.4.5-150600.4.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-sle15_7-1.4.5-150600.4.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apptainer-leap-1.4.5-150600.4.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-1.4.5-150600.4.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-1.4.5-150600.4.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-sle15_7-1.4.5-150600.4.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apptainer-leap-1.4.5-150600.4.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
5.3 (Medium)
Affected products
Recommended
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-1.4.5-150600.4.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-1.4.5-150600.4.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-sle15_7-1.4.5-150600.4.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apptainer-leap-1.4.5-150600.4.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.3 (Medium)
Affected products
Recommended
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-1.4.5-150600.4.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-1.4.5-150600.4.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-sle15_7-1.4.5-150600.4.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apptainer-leap-1.4.5-150600.4.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.3 (Medium)
Affected products
Recommended
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-1.4.5-150600.4.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-1.4.5-150600.4.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-sle15_7-1.4.5-150600.4.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apptainer-leap-1.4.5-150600.4.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-1.4.5-150600.4.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-1.4.5-150600.4.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-sle15_7-1.4.5-150600.4.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apptainer-leap-1.4.5-150600.4.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
References
45 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 apptainer",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for apptainer fixes the following issues:\n\nSecurity fixes:\n\n- CVE-2024-45310: Fixed runc being tricked into creating empty \n files/directories on host (bsc#1257432)\n- CVE-2025-65105: Fixed security bypass due to disabling security \n options (bsc#1255462)\n- CVE-2025-47914: Fixed malformed constraint may cause denial of \n service in golang.org/x/crypto/ssh/agent (bsc#1253967)\n- CVE-2025-58181: Fixed unbounded memory consumption in \n golang.org/x/crypto/ssh (bsc#1253784)\n- CVE-2025-47913: Fixed potential denial of service in \n golang.org/x/crypto/ssh/agent (bsc#1253506)\n- CVE-2025-22872: Fixed incorrect Neutralization of Input During \n Web Page Generation in x/net (bsc#1241710)\n- CVE-2025-22870: Fixed HTTP Proxy bypass using IPv6 Zone IDs in \n golang.org/x/net (bsc#1238611)\n- CVE-2025-22869: Fixed potential denial of service in \n golang.org/x/crypto (bsc#1239322)\n- CVE-2025-27144: Fixed DoS in go-jose Parsing in \n github.com/go-jose/go-jose (bsc#1237608)\n- CVE-2025-8556: Fixed missing and wrong validation can lead \n to incorrect results in github.com/cloudflare/circl\n\nOther fixes:\n\n- Update to 1.4.5\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-439,SUSE-SLE-Module-HPC-15-SP7-2026-439,SUSE-SLE-Product-SLES-15-SP6-LTSS-2026-439,openSUSE-SLE-15.6-2026-439",
"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-2026_0439-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:0439-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20260439-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:0439-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024109.html"
},
{
"category": "self",
"summary": "SUSE Bug 1237608",
"url": "https://bugzilla.suse.com/1237608"
},
{
"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 Bug 1241710",
"url": "https://bugzilla.suse.com/1241710"
},
{
"category": "self",
"summary": "SUSE Bug 1253506",
"url": "https://bugzilla.suse.com/1253506"
},
{
"category": "self",
"summary": "SUSE Bug 1253784",
"url": "https://bugzilla.suse.com/1253784"
},
{
"category": "self",
"summary": "SUSE Bug 1253967",
"url": "https://bugzilla.suse.com/1253967"
},
{
"category": "self",
"summary": "SUSE Bug 1255462",
"url": "https://bugzilla.suse.com/1255462"
},
{
"category": "self",
"summary": "SUSE Bug 1257432",
"url": "https://bugzilla.suse.com/1257432"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-45310 page",
"url": "https://www.suse.com/security/cve/CVE-2024-45310/"
},
{
"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-22872 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22872/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-27144 page",
"url": "https://www.suse.com/security/cve/CVE-2025-27144/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-47913 page",
"url": "https://www.suse.com/security/cve/CVE-2025-47913/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-47914 page",
"url": "https://www.suse.com/security/cve/CVE-2025-47914/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58181 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58181/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-65105 page",
"url": "https://www.suse.com/security/cve/CVE-2025-65105/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-8556 page",
"url": "https://www.suse.com/security/cve/CVE-2025-8556/"
}
],
"title": "Security update for apptainer",
"tracking": {
"current_release_date": "2026-02-11T09:30:02Z",
"generator": {
"date": "2026-02-11T09:30:02Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:0439-1",
"initial_release_date": "2026-02-11T09:30:02Z",
"revision_history": [
{
"date": "2026-02-11T09:30:02Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "apptainer-1.4.5-150600.4.12.1.aarch64",
"product": {
"name": "apptainer-1.4.5-150600.4.12.1.aarch64",
"product_id": "apptainer-1.4.5-150600.4.12.1.aarch64"
}
},
{
"category": "product_version",
"name": "libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"product": {
"name": "libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"product_id": "libsquashfuse0-0.5.0-150600.3.2.1.aarch64"
}
},
{
"category": "product_version",
"name": "squashfuse-0.5.0-150600.3.2.1.aarch64",
"product": {
"name": "squashfuse-0.5.0-150600.3.2.1.aarch64",
"product_id": "squashfuse-0.5.0-150600.3.2.1.aarch64"
}
},
{
"category": "product_version",
"name": "squashfuse-devel-0.5.0-150600.3.2.1.aarch64",
"product": {
"name": "squashfuse-devel-0.5.0-150600.3.2.1.aarch64",
"product_id": "squashfuse-devel-0.5.0-150600.3.2.1.aarch64"
}
},
{
"category": "product_version",
"name": "squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"product": {
"name": "squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"product_id": "squashfuse-tools-0.5.0-150600.3.2.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libsquashfuse0-0.5.0-150600.3.2.1.i586",
"product": {
"name": "libsquashfuse0-0.5.0-150600.3.2.1.i586",
"product_id": "libsquashfuse0-0.5.0-150600.3.2.1.i586"
}
},
{
"category": "product_version",
"name": "squashfuse-0.5.0-150600.3.2.1.i586",
"product": {
"name": "squashfuse-0.5.0-150600.3.2.1.i586",
"product_id": "squashfuse-0.5.0-150600.3.2.1.i586"
}
},
{
"category": "product_version",
"name": "squashfuse-devel-0.5.0-150600.3.2.1.i586",
"product": {
"name": "squashfuse-devel-0.5.0-150600.3.2.1.i586",
"product_id": "squashfuse-devel-0.5.0-150600.3.2.1.i586"
}
},
{
"category": "product_version",
"name": "squashfuse-tools-0.5.0-150600.3.2.1.i586",
"product": {
"name": "squashfuse-tools-0.5.0-150600.3.2.1.i586",
"product_id": "squashfuse-tools-0.5.0-150600.3.2.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "apptainer-leap-1.4.5-150600.4.12.1.noarch",
"product": {
"name": "apptainer-leap-1.4.5-150600.4.12.1.noarch",
"product_id": "apptainer-leap-1.4.5-150600.4.12.1.noarch"
}
},
{
"category": "product_version",
"name": "apptainer-sle15_6-1.4.5-150600.4.12.1.noarch",
"product": {
"name": "apptainer-sle15_6-1.4.5-150600.4.12.1.noarch",
"product_id": "apptainer-sle15_6-1.4.5-150600.4.12.1.noarch"
}
},
{
"category": "product_version",
"name": "apptainer-sle15_7-1.4.5-150600.4.12.1.noarch",
"product": {
"name": "apptainer-sle15_7-1.4.5-150600.4.12.1.noarch",
"product_id": "apptainer-sle15_7-1.4.5-150600.4.12.1.noarch"
}
},
{
"category": "product_version",
"name": "apptainer-sle16-1.4.5-150600.4.12.1.noarch",
"product": {
"name": "apptainer-sle16-1.4.5-150600.4.12.1.noarch",
"product_id": "apptainer-sle16-1.4.5-150600.4.12.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "libsquashfuse0-0.5.0-150600.3.2.1.ppc64le",
"product": {
"name": "libsquashfuse0-0.5.0-150600.3.2.1.ppc64le",
"product_id": "libsquashfuse0-0.5.0-150600.3.2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "squashfuse-0.5.0-150600.3.2.1.ppc64le",
"product": {
"name": "squashfuse-0.5.0-150600.3.2.1.ppc64le",
"product_id": "squashfuse-0.5.0-150600.3.2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "squashfuse-devel-0.5.0-150600.3.2.1.ppc64le",
"product": {
"name": "squashfuse-devel-0.5.0-150600.3.2.1.ppc64le",
"product_id": "squashfuse-devel-0.5.0-150600.3.2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "squashfuse-tools-0.5.0-150600.3.2.1.ppc64le",
"product": {
"name": "squashfuse-tools-0.5.0-150600.3.2.1.ppc64le",
"product_id": "squashfuse-tools-0.5.0-150600.3.2.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libsquashfuse0-0.5.0-150600.3.2.1.s390x",
"product": {
"name": "libsquashfuse0-0.5.0-150600.3.2.1.s390x",
"product_id": "libsquashfuse0-0.5.0-150600.3.2.1.s390x"
}
},
{
"category": "product_version",
"name": "squashfuse-0.5.0-150600.3.2.1.s390x",
"product": {
"name": "squashfuse-0.5.0-150600.3.2.1.s390x",
"product_id": "squashfuse-0.5.0-150600.3.2.1.s390x"
}
},
{
"category": "product_version",
"name": "squashfuse-devel-0.5.0-150600.3.2.1.s390x",
"product": {
"name": "squashfuse-devel-0.5.0-150600.3.2.1.s390x",
"product_id": "squashfuse-devel-0.5.0-150600.3.2.1.s390x"
}
},
{
"category": "product_version",
"name": "squashfuse-tools-0.5.0-150600.3.2.1.s390x",
"product": {
"name": "squashfuse-tools-0.5.0-150600.3.2.1.s390x",
"product_id": "squashfuse-tools-0.5.0-150600.3.2.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "apptainer-1.4.5-150600.4.12.1.x86_64",
"product": {
"name": "apptainer-1.4.5-150600.4.12.1.x86_64",
"product_id": "apptainer-1.4.5-150600.4.12.1.x86_64"
}
},
{
"category": "product_version",
"name": "libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"product": {
"name": "libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"product_id": "libsquashfuse0-0.5.0-150600.3.2.1.x86_64"
}
},
{
"category": "product_version",
"name": "squashfuse-0.5.0-150600.3.2.1.x86_64",
"product": {
"name": "squashfuse-0.5.0-150600.3.2.1.x86_64",
"product_id": "squashfuse-0.5.0-150600.3.2.1.x86_64"
}
},
{
"category": "product_version",
"name": "squashfuse-devel-0.5.0-150600.3.2.1.x86_64",
"product": {
"name": "squashfuse-devel-0.5.0-150600.3.2.1.x86_64",
"product_id": "squashfuse-devel-0.5.0-150600.3.2.1.x86_64"
}
},
{
"category": "product_version",
"name": "squashfuse-tools-0.5.0-150600.3.2.1.x86_64",
"product": {
"name": "squashfuse-tools-0.5.0-150600.3.2.1.x86_64",
"product_id": "squashfuse-tools-0.5.0-150600.3.2.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for HPC 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for HPC 15 SP7",
"product_id": "SUSE Linux Enterprise Module for HPC 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-hpc:15:sp7"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP6-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss: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.4.5-150600.4.12.1.aarch64 as component of SUSE Linux Enterprise Module for HPC 15 SP7",
"product_id": "SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-1.4.5-150600.4.12.1.aarch64"
},
"product_reference": "apptainer-1.4.5-150600.4.12.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for HPC 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apptainer-1.4.5-150600.4.12.1.x86_64 as component of SUSE Linux Enterprise Module for HPC 15 SP7",
"product_id": "SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-1.4.5-150600.4.12.1.x86_64"
},
"product_reference": "apptainer-1.4.5-150600.4.12.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for HPC 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apptainer-sle15_7-1.4.5-150600.4.12.1.noarch as component of SUSE Linux Enterprise Module for HPC 15 SP7",
"product_id": "SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-sle15_7-1.4.5-150600.4.12.1.noarch"
},
"product_reference": "apptainer-sle15_7-1.4.5-150600.4.12.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for HPC 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsquashfuse0-0.5.0-150600.3.2.1.aarch64 as component of SUSE Linux Enterprise Module for HPC 15 SP7",
"product_id": "SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.aarch64"
},
"product_reference": "libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for HPC 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsquashfuse0-0.5.0-150600.3.2.1.x86_64 as component of SUSE Linux Enterprise Module for HPC 15 SP7",
"product_id": "SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.x86_64"
},
"product_reference": "libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for HPC 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "squashfuse-0.5.0-150600.3.2.1.aarch64 as component of SUSE Linux Enterprise Module for HPC 15 SP7",
"product_id": "SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.aarch64"
},
"product_reference": "squashfuse-0.5.0-150600.3.2.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for HPC 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "squashfuse-0.5.0-150600.3.2.1.x86_64 as component of SUSE Linux Enterprise Module for HPC 15 SP7",
"product_id": "SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.x86_64"
},
"product_reference": "squashfuse-0.5.0-150600.3.2.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for HPC 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "squashfuse-tools-0.5.0-150600.3.2.1.aarch64 as component of SUSE Linux Enterprise Module for HPC 15 SP7",
"product_id": "SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.aarch64"
},
"product_reference": "squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for HPC 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "squashfuse-tools-0.5.0-150600.3.2.1.x86_64 as component of SUSE Linux Enterprise Module for HPC 15 SP7",
"product_id": "SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.x86_64"
},
"product_reference": "squashfuse-tools-0.5.0-150600.3.2.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for HPC 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apptainer-1.4.5-150600.4.12.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.aarch64"
},
"product_reference": "apptainer-1.4.5-150600.4.12.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apptainer-1.4.5-150600.4.12.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.x86_64"
},
"product_reference": "apptainer-1.4.5-150600.4.12.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apptainer-sle15_6-1.4.5-150600.4.12.1.noarch as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch"
},
"product_reference": "apptainer-sle15_6-1.4.5-150600.4.12.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsquashfuse0-0.5.0-150600.3.2.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.aarch64"
},
"product_reference": "libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsquashfuse0-0.5.0-150600.3.2.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.x86_64"
},
"product_reference": "libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "squashfuse-0.5.0-150600.3.2.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.aarch64"
},
"product_reference": "squashfuse-0.5.0-150600.3.2.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "squashfuse-0.5.0-150600.3.2.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.x86_64"
},
"product_reference": "squashfuse-0.5.0-150600.3.2.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "squashfuse-tools-0.5.0-150600.3.2.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.aarch64"
},
"product_reference": "squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "squashfuse-tools-0.5.0-150600.3.2.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.x86_64"
},
"product_reference": "squashfuse-tools-0.5.0-150600.3.2.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apptainer-1.4.5-150600.4.12.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.aarch64"
},
"product_reference": "apptainer-1.4.5-150600.4.12.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apptainer-1.4.5-150600.4.12.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.x86_64"
},
"product_reference": "apptainer-1.4.5-150600.4.12.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apptainer-leap-1.4.5-150600.4.12.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:apptainer-leap-1.4.5-150600.4.12.1.noarch"
},
"product_reference": "apptainer-leap-1.4.5-150600.4.12.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apptainer-sle15_6-1.4.5-150600.4.12.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch"
},
"product_reference": "apptainer-sle15_6-1.4.5-150600.4.12.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsquashfuse0-0.5.0-150600.3.2.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.aarch64"
},
"product_reference": "libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsquashfuse0-0.5.0-150600.3.2.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.ppc64le"
},
"product_reference": "libsquashfuse0-0.5.0-150600.3.2.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsquashfuse0-0.5.0-150600.3.2.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.s390x"
},
"product_reference": "libsquashfuse0-0.5.0-150600.3.2.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsquashfuse0-0.5.0-150600.3.2.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.x86_64"
},
"product_reference": "libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "squashfuse-0.5.0-150600.3.2.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.aarch64"
},
"product_reference": "squashfuse-0.5.0-150600.3.2.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "squashfuse-0.5.0-150600.3.2.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.ppc64le"
},
"product_reference": "squashfuse-0.5.0-150600.3.2.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "squashfuse-0.5.0-150600.3.2.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.s390x"
},
"product_reference": "squashfuse-0.5.0-150600.3.2.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "squashfuse-0.5.0-150600.3.2.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.x86_64"
},
"product_reference": "squashfuse-0.5.0-150600.3.2.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "squashfuse-devel-0.5.0-150600.3.2.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.aarch64"
},
"product_reference": "squashfuse-devel-0.5.0-150600.3.2.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "squashfuse-devel-0.5.0-150600.3.2.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.ppc64le"
},
"product_reference": "squashfuse-devel-0.5.0-150600.3.2.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "squashfuse-devel-0.5.0-150600.3.2.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.s390x"
},
"product_reference": "squashfuse-devel-0.5.0-150600.3.2.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "squashfuse-devel-0.5.0-150600.3.2.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.x86_64"
},
"product_reference": "squashfuse-devel-0.5.0-150600.3.2.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "squashfuse-tools-0.5.0-150600.3.2.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.aarch64"
},
"product_reference": "squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "squashfuse-tools-0.5.0-150600.3.2.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.ppc64le"
},
"product_reference": "squashfuse-tools-0.5.0-150600.3.2.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "squashfuse-tools-0.5.0-150600.3.2.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.s390x"
},
"product_reference": "squashfuse-tools-0.5.0-150600.3.2.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "squashfuse-tools-0.5.0-150600.3.2.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.x86_64"
},
"product_reference": "squashfuse-tools-0.5.0-150600.3.2.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45310",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-45310"
}
],
"notes": [
{
"category": "general",
"text": "runc is a CLI tool for spawning and running containers according to the OCI specification. runc 1.1.13 and earlier, as well as 1.2.0-rc2 and earlier, can be tricked into creating empty files or directories in arbitrary locations in the host filesystem by sharing a volume between two containers and exploiting a race with `os.MkdirAll`. While this could be used to create empty files, existing files would not be truncated. An attacker must have the ability to start containers using some kind of custom volume configuration. Containers using user namespaces are still affected, but the scope of places an attacker can create inodes can be significantly reduced. Sufficiently strict LSM policies (SELinux/Apparmor) can also in principle block this attack -- we suspect the industry standard SELinux policy may restrict this attack\u0027s scope but the exact scope of protection hasn\u0027t been analysed. This is exploitable using runc directly as well as through Docker and Kubernetes. The issue is fixed in runc v1.1.14 and v1.2.0-rc3.\n\nSome workarounds are available. Using user namespaces restricts this attack fairly significantly such that the attacker can only create inodes in directories that the remapped root user/group has write access to. Unless the root user is remapped to an actual\nuser on the host (such as with rootless containers that don\u0027t use `/etc/sub[ug]id`), this in practice means that an attacker would only be able to create inodes in world-writable directories. A strict enough SELinux or AppArmor policy could in principle also restrict the scope if a specific label is applied to the runc runtime, though neither the extent to which the standard existing policies block this attack nor what exact policies are needed to sufficiently restrict this attack have been thoroughly tested.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-1.4.5-150600.4.12.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-1.4.5-150600.4.12.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-sle15_7-1.4.5-150600.4.12.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.aarch64",
"openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.x86_64",
"openSUSE Leap 15.6:apptainer-leap-1.4.5-150600.4.12.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-45310",
"url": "https://www.suse.com/security/cve/CVE-2024-45310"
},
{
"category": "external",
"summary": "SUSE Bug 1230092 for CVE-2024-45310",
"url": "https://bugzilla.suse.com/1230092"
},
{
"category": "external",
"summary": "SUSE Bug 1257413 for CVE-2024-45310",
"url": "https://bugzilla.suse.com/1257413"
}
],
"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 SP7:apptainer-1.4.5-150600.4.12.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-1.4.5-150600.4.12.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-sle15_7-1.4.5-150600.4.12.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.aarch64",
"openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.x86_64",
"openSUSE Leap 15.6:apptainer-leap-1.4.5-150600.4.12.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.6,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-1.4.5-150600.4.12.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-1.4.5-150600.4.12.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-sle15_7-1.4.5-150600.4.12.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.aarch64",
"openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.x86_64",
"openSUSE Leap 15.6:apptainer-leap-1.4.5-150600.4.12.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-11T09:30:02Z",
"details": "low"
}
],
"title": "CVE-2024-45310"
},
{
"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 SP7:apptainer-1.4.5-150600.4.12.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-1.4.5-150600.4.12.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-sle15_7-1.4.5-150600.4.12.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.aarch64",
"openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.x86_64",
"openSUSE Leap 15.6:apptainer-leap-1.4.5-150600.4.12.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.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 Module for HPC 15 SP7:apptainer-1.4.5-150600.4.12.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-1.4.5-150600.4.12.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-sle15_7-1.4.5-150600.4.12.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.aarch64",
"openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.x86_64",
"openSUSE Leap 15.6:apptainer-leap-1.4.5-150600.4.12.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-1.4.5-150600.4.12.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-1.4.5-150600.4.12.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-sle15_7-1.4.5-150600.4.12.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.aarch64",
"openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.x86_64",
"openSUSE Leap 15.6:apptainer-leap-1.4.5-150600.4.12.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-11T09:30:02Z",
"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 SP7:apptainer-1.4.5-150600.4.12.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-1.4.5-150600.4.12.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-sle15_7-1.4.5-150600.4.12.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.aarch64",
"openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.x86_64",
"openSUSE Leap 15.6:apptainer-leap-1.4.5-150600.4.12.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.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 HPC 15 SP7:apptainer-1.4.5-150600.4.12.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-1.4.5-150600.4.12.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-sle15_7-1.4.5-150600.4.12.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.aarch64",
"openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.x86_64",
"openSUSE Leap 15.6:apptainer-leap-1.4.5-150600.4.12.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.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 HPC 15 SP7:apptainer-1.4.5-150600.4.12.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-1.4.5-150600.4.12.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-sle15_7-1.4.5-150600.4.12.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.aarch64",
"openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.x86_64",
"openSUSE Leap 15.6:apptainer-leap-1.4.5-150600.4.12.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-11T09:30:02Z",
"details": "moderate"
}
],
"title": "CVE-2025-22870"
},
{
"cve": "CVE-2025-22872",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22872"
}
],
"notes": [
{
"category": "general",
"text": "The tokenizer incorrectly interprets tags with unquoted attribute values that end with a solidus character (/) as self-closing. When directly using Tokenizer, this can result in such tags incorrectly being marked as self-closing, and when using the Parse functions, this can result in content following such tags as being placed in the wrong scope during DOM construction, but only when tags are in foreign content (e.g. \u003cmath\u003e, \u003csvg\u003e, etc contexts).",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-1.4.5-150600.4.12.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-1.4.5-150600.4.12.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-sle15_7-1.4.5-150600.4.12.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.aarch64",
"openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.x86_64",
"openSUSE Leap 15.6:apptainer-leap-1.4.5-150600.4.12.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22872",
"url": "https://www.suse.com/security/cve/CVE-2025-22872"
},
{
"category": "external",
"summary": "SUSE Bug 1241710 for CVE-2025-22872",
"url": "https://bugzilla.suse.com/1241710"
}
],
"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 SP7:apptainer-1.4.5-150600.4.12.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-1.4.5-150600.4.12.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-sle15_7-1.4.5-150600.4.12.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.aarch64",
"openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.x86_64",
"openSUSE Leap 15.6:apptainer-leap-1.4.5-150600.4.12.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-1.4.5-150600.4.12.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-1.4.5-150600.4.12.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-sle15_7-1.4.5-150600.4.12.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.aarch64",
"openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.x86_64",
"openSUSE Leap 15.6:apptainer-leap-1.4.5-150600.4.12.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-11T09:30:02Z",
"details": "moderate"
}
],
"title": "CVE-2025-22872"
},
{
"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 SP7:apptainer-1.4.5-150600.4.12.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-1.4.5-150600.4.12.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-sle15_7-1.4.5-150600.4.12.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.aarch64",
"openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.x86_64",
"openSUSE Leap 15.6:apptainer-leap-1.4.5-150600.4.12.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.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 Module for HPC 15 SP7:apptainer-1.4.5-150600.4.12.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-1.4.5-150600.4.12.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-sle15_7-1.4.5-150600.4.12.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.aarch64",
"openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.x86_64",
"openSUSE Leap 15.6:apptainer-leap-1.4.5-150600.4.12.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-1.4.5-150600.4.12.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-1.4.5-150600.4.12.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-sle15_7-1.4.5-150600.4.12.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.aarch64",
"openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.x86_64",
"openSUSE Leap 15.6:apptainer-leap-1.4.5-150600.4.12.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-11T09:30:02Z",
"details": "important"
}
],
"title": "CVE-2025-27144"
},
{
"cve": "CVE-2025-47913",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-47913"
}
],
"notes": [
{
"category": "general",
"text": "SSH clients receiving SSH_AGENT_SUCCESS when expecting a typed response will panic and cause early termination of the client process.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-1.4.5-150600.4.12.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-1.4.5-150600.4.12.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-sle15_7-1.4.5-150600.4.12.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.aarch64",
"openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.x86_64",
"openSUSE Leap 15.6:apptainer-leap-1.4.5-150600.4.12.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47913",
"url": "https://www.suse.com/security/cve/CVE-2025-47913"
},
{
"category": "external",
"summary": "SUSE Bug 1253506 for CVE-2025-47913",
"url": "https://bugzilla.suse.com/1253506"
}
],
"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 SP7:apptainer-1.4.5-150600.4.12.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-1.4.5-150600.4.12.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-sle15_7-1.4.5-150600.4.12.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.aarch64",
"openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.x86_64",
"openSUSE Leap 15.6:apptainer-leap-1.4.5-150600.4.12.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-1.4.5-150600.4.12.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-1.4.5-150600.4.12.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-sle15_7-1.4.5-150600.4.12.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.aarch64",
"openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.x86_64",
"openSUSE Leap 15.6:apptainer-leap-1.4.5-150600.4.12.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-11T09:30:02Z",
"details": "important"
}
],
"title": "CVE-2025-47913"
},
{
"cve": "CVE-2025-47914",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-47914"
}
],
"notes": [
{
"category": "general",
"text": "SSH Agent servers do not validate the size of messages when processing new identity requests, which may cause the program to panic if the message is malformed due to an out of bounds read.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-1.4.5-150600.4.12.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-1.4.5-150600.4.12.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-sle15_7-1.4.5-150600.4.12.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.aarch64",
"openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.x86_64",
"openSUSE Leap 15.6:apptainer-leap-1.4.5-150600.4.12.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47914",
"url": "https://www.suse.com/security/cve/CVE-2025-47914"
},
{
"category": "external",
"summary": "SUSE Bug 1253967 for CVE-2025-47914",
"url": "https://bugzilla.suse.com/1253967"
}
],
"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 SP7:apptainer-1.4.5-150600.4.12.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-1.4.5-150600.4.12.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-sle15_7-1.4.5-150600.4.12.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.aarch64",
"openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.x86_64",
"openSUSE Leap 15.6:apptainer-leap-1.4.5-150600.4.12.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.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 Enterprise Module for HPC 15 SP7:apptainer-1.4.5-150600.4.12.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-1.4.5-150600.4.12.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-sle15_7-1.4.5-150600.4.12.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.aarch64",
"openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.x86_64",
"openSUSE Leap 15.6:apptainer-leap-1.4.5-150600.4.12.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-11T09:30:02Z",
"details": "moderate"
}
],
"title": "CVE-2025-47914"
},
{
"cve": "CVE-2025-58181",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58181"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers parsing GSSAPI authentication requests do not validate the number of mechanisms specified in the request, allowing an attacker to cause unbounded memory consumption.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-1.4.5-150600.4.12.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-1.4.5-150600.4.12.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-sle15_7-1.4.5-150600.4.12.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.aarch64",
"openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.x86_64",
"openSUSE Leap 15.6:apptainer-leap-1.4.5-150600.4.12.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58181",
"url": "https://www.suse.com/security/cve/CVE-2025-58181"
},
{
"category": "external",
"summary": "SUSE Bug 1253784 for CVE-2025-58181",
"url": "https://bugzilla.suse.com/1253784"
}
],
"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 SP7:apptainer-1.4.5-150600.4.12.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-1.4.5-150600.4.12.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-sle15_7-1.4.5-150600.4.12.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.aarch64",
"openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.x86_64",
"openSUSE Leap 15.6:apptainer-leap-1.4.5-150600.4.12.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.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 Enterprise Module for HPC 15 SP7:apptainer-1.4.5-150600.4.12.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-1.4.5-150600.4.12.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-sle15_7-1.4.5-150600.4.12.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.aarch64",
"openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.x86_64",
"openSUSE Leap 15.6:apptainer-leap-1.4.5-150600.4.12.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-11T09:30:02Z",
"details": "moderate"
}
],
"title": "CVE-2025-58181"
},
{
"cve": "CVE-2025-65105",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-65105"
}
],
"notes": [
{
"category": "general",
"text": "Apptainer is an open source container platform. In Apptainer versions less than 1.4.5, a container can disable two of the forms of the little used --security option, in particular the forms --security=apparmor:\u003cprofile\u003e and --security=selinux:\u003clabel\u003e which otherwise put restrictions on operations that containers can do. The --security option has always been mentioned in Apptainer documentation as being a feature for the root user, although these forms do also work for unprivileged users on systems where the corresponding feature is enabled. Apparmor is enabled by default on Debian-based distributions and SElinux is enabled by default on RHEL-based distributions, but on SUSE it depends on the distribution version. This vulnerability is fixed in 1.4.5.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-1.4.5-150600.4.12.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-1.4.5-150600.4.12.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-sle15_7-1.4.5-150600.4.12.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.aarch64",
"openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.x86_64",
"openSUSE Leap 15.6:apptainer-leap-1.4.5-150600.4.12.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-65105",
"url": "https://www.suse.com/security/cve/CVE-2025-65105"
},
{
"category": "external",
"summary": "SUSE Bug 1255462 for CVE-2025-65105",
"url": "https://bugzilla.suse.com/1255462"
}
],
"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 SP7:apptainer-1.4.5-150600.4.12.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-1.4.5-150600.4.12.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-sle15_7-1.4.5-150600.4.12.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.aarch64",
"openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.x86_64",
"openSUSE Leap 15.6:apptainer-leap-1.4.5-150600.4.12.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-1.4.5-150600.4.12.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-1.4.5-150600.4.12.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-sle15_7-1.4.5-150600.4.12.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.aarch64",
"openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.x86_64",
"openSUSE Leap 15.6:apptainer-leap-1.4.5-150600.4.12.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-11T09:30:02Z",
"details": "moderate"
}
],
"title": "CVE-2025-65105"
},
{
"cve": "CVE-2025-8556",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-8556"
}
],
"notes": [
{
"category": "general",
"text": "A flaw was found in CIRCL\u0027s implementation of the FourQ elliptic curve. This vulnerability allows an attacker to compromise session security via low-order point injection and incorrect point validation during Diffie-Hellman key exchange.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-1.4.5-150600.4.12.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-1.4.5-150600.4.12.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-sle15_7-1.4.5-150600.4.12.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.aarch64",
"openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.x86_64",
"openSUSE Leap 15.6:apptainer-leap-1.4.5-150600.4.12.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-8556",
"url": "https://www.suse.com/security/cve/CVE-2025-8556"
}
],
"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 SP7:apptainer-1.4.5-150600.4.12.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-1.4.5-150600.4.12.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:apptainer-sle15_7-1.4.5-150600.4.12.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:squashfuse-tools-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-1.4.5-150600.4.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-0.5.0-150600.3.2.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:squashfuse-tools-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.aarch64",
"openSUSE Leap 15.6:apptainer-1.4.5-150600.4.12.1.x86_64",
"openSUSE Leap 15.6:apptainer-leap-1.4.5-150600.4.12.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_6-1.4.5-150600.4.12.1.noarch",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:libsquashfuse0-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-devel-0.5.0-150600.3.2.1.x86_64",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.aarch64",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.ppc64le",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.s390x",
"openSUSE Leap 15.6:squashfuse-tools-0.5.0-150600.3.2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-11T09:30:02Z",
"details": "low"
}
],
"title": "CVE-2025-8556"
}
]
}
SUSE-SU-2026:0592-1
Vulnerability from csaf_suse - Published: 2026-02-20 14:27 - Updated: 2026-02-20 14:27Summary
Security update for vexctl
Severity
Important
Notes
Title of the patch: Security update for vexctl
Description of the patch: This update for vexctl fixes the following issues:
- Update to version 0.4.1+git78.f951e3a:
- CVE-2025-22868: Unexpected memory consumption during token parsing in golang.org/x/oauth2. (bsc#1239186)
- CVE-2024-45337: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto. (bsc#1234486)
- CVE-2025-27144: Go JOSE's Parsing Vulnerable to Denial of Service. (bsc#1237611)
- CVE-2025-22870: proxy bypass using IPv6 zone IDs. (bsc#1238683)
- CVE-2025-22869: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh. (bsc#1239323)
- CVE-2025-30204: jwt-go allows excessive memory allocation during header parsing. (bsc#1240444)
- CVE-2025-58181: invalidated number of mechanisms can cause unbounded memory consumption. (bsc#1253802)
- CVE-2026-22772: MetaIssuer URL validation bypass can trigger SSRF to arbitrary internal services. (bsc#1256535)
- CVE-2026-24137: legacy TUF client allows for arbitrary file writes with target cache path traversal. (bsc#1257138)
Patchnames: SUSE-2026-592,openSUSE-SLE-15.6-2026-592
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
8.1 (High)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
4.4 (Medium)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.5 (High)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
5.3 (Medium)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.8 (Medium)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.3 (Medium)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
44 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 vexctl",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for vexctl fixes the following issues:\n\n- Update to version 0.4.1+git78.f951e3a:\n- CVE-2025-22868: Unexpected memory consumption during token parsing in golang.org/x/oauth2. (bsc#1239186)\n- CVE-2024-45337: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto. (bsc#1234486)\n- CVE-2025-27144: Go JOSE\u0027s Parsing Vulnerable to Denial of Service. (bsc#1237611)\n- CVE-2025-22870: proxy bypass using IPv6 zone IDs. (bsc#1238683)\n- CVE-2025-22869: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh. (bsc#1239323)\n- CVE-2025-30204: jwt-go allows excessive memory allocation during header parsing. (bsc#1240444)\n- CVE-2025-58181: invalidated number of mechanisms can cause unbounded memory consumption. (bsc#1253802)\n- CVE-2026-22772: MetaIssuer URL validation bypass can trigger SSRF to arbitrary internal services. (bsc#1256535)\n- CVE-2026-24137: legacy TUF client allows for arbitrary file writes with target cache path traversal. (bsc#1257138)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-592,openSUSE-SLE-15.6-2026-592",
"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-2026_0592-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:0592-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20260592-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:0592-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024365.html"
},
{
"category": "self",
"summary": "SUSE Bug 1234486",
"url": "https://bugzilla.suse.com/1234486"
},
{
"category": "self",
"summary": "SUSE Bug 1237611",
"url": "https://bugzilla.suse.com/1237611"
},
{
"category": "self",
"summary": "SUSE Bug 1238683",
"url": "https://bugzilla.suse.com/1238683"
},
{
"category": "self",
"summary": "SUSE Bug 1239186",
"url": "https://bugzilla.suse.com/1239186"
},
{
"category": "self",
"summary": "SUSE Bug 1239323",
"url": "https://bugzilla.suse.com/1239323"
},
{
"category": "self",
"summary": "SUSE Bug 1240444",
"url": "https://bugzilla.suse.com/1240444"
},
{
"category": "self",
"summary": "SUSE Bug 1253802",
"url": "https://bugzilla.suse.com/1253802"
},
{
"category": "self",
"summary": "SUSE Bug 1256535",
"url": "https://bugzilla.suse.com/1256535"
},
{
"category": "self",
"summary": "SUSE Bug 1257138",
"url": "https://bugzilla.suse.com/1257138"
},
{
"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-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/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-30204 page",
"url": "https://www.suse.com/security/cve/CVE-2025-30204/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58181 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58181/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-22772 page",
"url": "https://www.suse.com/security/cve/CVE-2026-22772/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-24137 page",
"url": "https://www.suse.com/security/cve/CVE-2026-24137/"
}
],
"title": "Security update for vexctl",
"tracking": {
"current_release_date": "2026-02-20T14:27:24Z",
"generator": {
"date": "2026-02-20T14:27:24Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:0592-1",
"initial_release_date": "2026-02-20T14:27:24Z",
"revision_history": [
{
"date": "2026-02-20T14:27:24Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"product": {
"name": "vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"product_id": "vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "vexctl-0.4.1+git78.f951e3a-150000.1.11.1.i586",
"product": {
"name": "vexctl-0.4.1+git78.f951e3a-150000.1.11.1.i586",
"product_id": "vexctl-0.4.1+git78.f951e3a-150000.1.11.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"product": {
"name": "vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"product_id": "vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"product": {
"name": "vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"product_id": "vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64",
"product": {
"name": "vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64",
"product_id": "vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"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": "vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64"
},
"product_reference": "vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le"
},
"product_reference": "vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x"
},
"product_reference": "vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
},
"product_reference": "vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"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": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
},
"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": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
}
],
"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": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-20T14:27:24Z",
"details": "important"
}
],
"title": "CVE-2024-45337"
},
{
"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": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.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": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-20T14:27:24Z",
"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": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.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": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-20T14:27:24Z",
"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": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.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": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.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": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-20T14:27:24Z",
"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": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.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": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-20T14:27:24Z",
"details": "important"
}
],
"title": "CVE-2025-27144"
},
{
"cve": "CVE-2025-30204",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-30204"
}
],
"notes": [
{
"category": "general",
"text": "golang-jwt is a Go implementation of JSON Web Tokens. Starting in version 3.2.0 and prior to versions 5.2.2 and 4.5.2, the function parse.ParseUnverified splits (via a call to strings.Split) its argument (which is untrusted data) on periods. As a result, in the face of a malicious request whose Authorization header consists of Bearer followed by many period characters, a call to that function incurs allocations to the tune of O(n) bytes (where n stands for the length of the function\u0027s argument), with a constant factor of about 16. This issue is fixed in 5.2.2 and 4.5.2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-30204",
"url": "https://www.suse.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "SUSE Bug 1240441 for CVE-2025-30204",
"url": "https://bugzilla.suse.com/1240441"
},
{
"category": "external",
"summary": "SUSE Bug 1240442 for CVE-2025-30204",
"url": "https://bugzilla.suse.com/1240442"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-20T14:27:24Z",
"details": "important"
}
],
"title": "CVE-2025-30204"
},
{
"cve": "CVE-2025-58181",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58181"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers parsing GSSAPI authentication requests do not validate the number of mechanisms specified in the request, allowing an attacker to cause unbounded memory consumption.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58181",
"url": "https://www.suse.com/security/cve/CVE-2025-58181"
},
{
"category": "external",
"summary": "SUSE Bug 1253784 for CVE-2025-58181",
"url": "https://bugzilla.suse.com/1253784"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-20T14:27:24Z",
"details": "moderate"
}
],
"title": "CVE-2025-58181"
},
{
"cve": "CVE-2026-22772",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-22772"
}
],
"notes": [
{
"category": "general",
"text": "Fulcio is a certificate authority for issuing code signing certificates for an OpenID Connect (OIDC) identity. Prior to 1.8.5, Fulcio\u0027s metaRegex() function uses unanchored regex, allowing attackers to bypass MetaIssuer URL validation and trigger SSRF to arbitrary internal services. Since the SSRF only can trigger GET requests, the request cannot mutate state. The response from the GET request is not returned to the caller so data exfiltration is not possible. A malicious actor could attempt to probe an internal network through Blind SSRF. This vulnerability is fixed in 1.8.5.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-22772",
"url": "https://www.suse.com/security/cve/CVE-2026-22772"
},
{
"category": "external",
"summary": "SUSE Bug 1256532 for CVE-2026-22772",
"url": "https://bugzilla.suse.com/1256532"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-20T14:27:24Z",
"details": "moderate"
}
],
"title": "CVE-2026-22772"
},
{
"cve": "CVE-2026-24137",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-24137"
}
],
"notes": [
{
"category": "general",
"text": "sigstore framework is a common go library shared across sigstore services and clients. In versions 1.10.3 and below, the legacy TUF client (pkg/tuf/client.go) supports caching target files to disk. It constructs a filesystem path by joining a cache base directory with a target name sourced from signed target metadata; however, it does not validate that the resulting path stays within the cache base directory. A malicious TUF repository can trigger arbitrary file overwriting, limited to the permissions that the calling process has. Note that this should only affect clients that are directly using the TUF client in sigstore/sigstore or are using an older version of Cosign. Public Sigstore deployment users are unaffected, as TUF metadata is validated by a quorum of trusted collaborators. This issue has been fixed in version 1.10.4. As a workaround, users can disable disk caching for the legacy client by setting SIGSTORE_NO_CACHE=true in the environment, migrate to https://github.com/sigstore/sigstore-go/tree/main/pkg/tuf, or upgrade to the latest sigstore/sigstore release.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-24137",
"url": "https://www.suse.com/security/cve/CVE-2026-24137"
},
{
"category": "external",
"summary": "SUSE Bug 1257137 for CVE-2026-24137",
"url": "https://bugzilla.suse.com/1257137"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-20T14:27:24Z",
"details": "moderate"
}
],
"title": "CVE-2026-24137"
}
]
}
WID-SEC-W-2025-0485
Vulnerability from csaf_certbund - Published: 2025-03-04 23:00 - Updated: 2025-12-30 23:00Summary
Golang Go: Schwachstelle ermöglicht Umgehen von Sicherheitsvorkehrungen
Severity
Mittel
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: Go ist eine quelloffene Programmiersprache.
Angriff: Ein Angreifer kann eine Schwachstelle in Golang Go ausnutzen, um Sicherheitsvorkehrungen zu umgehen.
Betroffene Betriebssysteme: - Linux
- Sonstiges
- UNIX
- Windows
Affected products
Known affected
19 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM Business Automation Workflow <24.0.1-IF002
IBM / Business Automation Workflow
|
<24.0.1-IF002 | ||
|
IBM Business Automation Workflow <24.0.0-IF005
IBM / Business Automation Workflow
|
<24.0.0-IF005 | ||
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Golang Go <1.23.7
Golang / Go
|
<1.23.7 | ||
|
Golang Go <1.24.1
Golang / Go
|
<1.24.1 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Splunk Splunk Enterprise <9.4.3
Splunk / Splunk Enterprise
|
<9.4.3 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Splunk Splunk Enterprise <9.2.7
Splunk / Splunk Enterprise
|
<9.2.7 | ||
|
Splunk Splunk Enterprise <9.3.5
Splunk / Splunk Enterprise
|
<9.3.5 | ||
|
Open Source Gitea <1.23.6
Open Source / Gitea
|
<1.23.6 | ||
|
IBM Spectrum Protect Plus <10.1.17.1
IBM / Spectrum Protect Plus
|
<10.1.17.1 | ||
|
Open Source Gitea 1.23.5
Open Source / Gitea
|
cpe:/a:gitea:gitea:1.23.5
|
1.23.5 | |
|
Splunk Splunk Enterprise <9.1.10
Splunk / Splunk Enterprise
|
<9.1.10 |
References
65 references
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Go ist eine quelloffene Programmiersprache.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein Angreifer kann eine Schwachstelle in Golang Go ausnutzen, um Sicherheitsvorkehrungen zu umgehen.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- Sonstiges\n- UNIX\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2025-0485 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-0485.json"
},
{
"category": "self",
"summary": "WID-SEC-2025-0485 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-0485"
},
{
"category": "external",
"summary": "Go Security Release vom 2025-03-04",
"url": "https://groups.google.com/g/golang-nuts/c/ebjdgW3RQkw"
},
{
"category": "external",
"summary": "Golang GitHub vom 2025-03-04",
"url": "https://github.com/golang/go/issues/71984"
},
{
"category": "external",
"summary": "Gitea Release Notes vom 2025-03-05",
"url": "https://blog.gitea.com/release-of-1.23.5"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0803-1 vom 2025-03-06",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/PJBC3NHBEH222VJA46GNC2AAOCEC4QS2/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0802-1 vom 2025-03-06",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/27PPJWGMB2MENR7G6MIZ2ZO2WRYPKXTM/"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:14856-1 vom 2025-03-07",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/SGP5DLOANFXXCPCB6D6IN7LAI2JGB47U/"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:14855-1 vom 2025-03-07",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/CFCIWTRB7LZ4UHY2QXBXQKKZLF4LAY6Y/"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-2FE21E3DA5 vom 2025-03-13",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-2fe21e3da5"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-73800111E8 vom 2025-03-18",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-73800111e8"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:14906-1 vom 2025-03-19",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/ZCJXWQL2R6EHXY7YCD624TCTDR3SLYJD/"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-AF00197966 vom 2025-03-19",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-af00197966"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1007-1 vom 2025-03-25",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/ZSAEYF3A27FLDE73L37JOMELMSBDUGTZ/"
},
{
"category": "external",
"summary": "Gitea Blog vom 2025-03-25",
"url": "https://blog.gitea.com/release-of-1.23.6"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS-2025-2795 vom 2025-03-25",
"url": "https://alas.aws.amazon.com/AL2/ALAS-2025-2795.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1094-1 vom 2025-04-02",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/UDJ46EDCE75WMA4F3NVFPL2RXO3XN7B6/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1094-1 vom 2025-04-02",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/UDJ46EDCE75WMA4F3NVFPL2RXO3XN7B6/"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-556D8C02D7 vom 2025-04-03",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-556d8c02d7"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-12AC4E9CFD vom 2025-04-11",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-12ac4e9cfd"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-EPEL-2025-6653A27CFD vom 2025-04-11",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2025-6653a27cfd"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-B0915F0A19 vom 2025-04-11",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-b0915f0a19"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-EPEL-2025-7C57E75CBC vom 2025-04-11",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2025-7c57e75cbc"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:14988-1 vom 2025-04-15",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/IQWUH5CIGBJCVZRE6D76AYCLT3MS47XX/"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-2280949271 vom 2025-04-16",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-2280949271"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-EECB0EA534 vom 2025-04-27",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-eecb0ea534"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7232437 vom 2025-05-03",
"url": "https://www.ibm.com/support/pages/node/7232437"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-121049BBF7 vom 2025-05-15",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-121049bbf7"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:7616 vom 2025-05-14",
"url": "https://access.redhat.com/errata/RHSA-2025:7616"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20328-1 vom 2025-05-28",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020909.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01731-1 vom 2025-05-28",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020921.html"
},
{
"category": "external",
"summary": "XEROX Security Advisory XRX25-012 vom 2025-06-02",
"url": "https://security.business.xerox.com/wp-content/uploads/2025/06/Xerox-Security-Bulletin-XRX25-012-for-Xerox-FreeFlow-Print-Server-v9.pdf"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20278-1 vom 2025-06-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021044.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20210-1 vom 2025-06-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021122.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20196-1 vom 2025-06-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021144.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20184-1 vom 2025-06-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021160.html"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-333708F4CE vom 2025-06-06",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-333708f4ce"
},
{
"category": "external",
"summary": "PoC CVE-2025-22870 vom 2025-06-09",
"url": "https://github.com/JoshuaProvoste/CVE-2025-22870"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01988-1 vom 2025-06-18",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021559.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01992-1 vom 2025-06-18",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021555.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01990-1 vom 2025-06-18",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021557.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7574-1 vom 2025-06-19",
"url": "https://ubuntu.com/security/notices/USN-7574-1"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7237702 vom 2025-06-24",
"url": "https://www.ibm.com/support/pages/node/7237702"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-C4C8863FD7 vom 2025-07-04",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-c4c8863fd7"
},
{
"category": "external",
"summary": "Splunk Security Advisory SVD-2025-0710 vom 2025-07-07",
"url": "https://advisory.splunk.com//advisories/SVD-2025-0710"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-6F02E8F9D3 vom 2025-07-08",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-6f02e8f9d3"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-9B9074CB93 vom 2025-07-11",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-9b9074cb93"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-A6574C5095 vom 2025-07-13",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-a6574c5095"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-AE934D102C vom 2025-07-13",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-ae934d102c"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-6EF99DEED4 vom 2025-07-15",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-6ef99deed4"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-18547FDA0A vom 2025-07-15",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-18547fda0a"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20505-1 vom 2025-07-25",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021961.html"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-EPEL-2025-72356603ED vom 2025-07-27",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2025-72356603ed"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-19C41F754C vom 2025-07-26",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-19c41f754c"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-EPEL-2025-AB0FAE74F1 vom 2025-07-26",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2025-ab0fae74f1"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20504-1 vom 2025-07-25",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021962.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20515-1 vom 2025-08-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022036.html"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-59ACAA6BD9 vom 2025-08-13",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-59acaa6bd9"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-E4ABB78D54 vom 2025-08-13",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-e4abb78d54"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7243686 vom 2025-09-01",
"url": "https://www.ibm.com/support/pages/node/7243686"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:03159-1 vom 2025-09-11",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/XFEARURIFMW7G6QDQKSBP7SQWCSCVYJS/"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-5872B9EC46 vom 2025-10-20",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-5872b9ec46"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:20177-1 vom 2025-12-23",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/VDMAOCE6FMUQXLIFZPI7NDGE25ALNJNL/"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:0482-1 vom 2025-12-24",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/HMPRAQU5GUS5B5UC67PSDP37L4LKC7JE/"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:0492-1 vom 2025-12-31",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/ELAD4UXESKHIWS4FSKWS4HUM7LFMUU7F/"
}
],
"source_lang": "en-US",
"title": "Golang Go: Schwachstelle erm\u00f6glicht Umgehen von Sicherheitsvorkehrungen",
"tracking": {
"current_release_date": "2025-12-30T23:00:00.000+00:00",
"generator": {
"date": "2025-12-31T07:55:06.822+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2025-0485",
"initial_release_date": "2025-03-04T23:00:00.000+00:00",
"revision_history": [
{
"date": "2025-03-04T23:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2025-03-05T23:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates aufgenommen"
},
{
"date": "2025-03-06T23:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-03-09T23:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von openSUSE aufgenommen"
},
{
"date": "2025-03-13T23:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von Fedora aufgenommen"
},
{
"date": "2025-03-18T23:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Fedora aufgenommen"
},
{
"date": "2025-03-19T23:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von openSUSE und Fedora aufgenommen"
},
{
"date": "2025-03-24T23:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-03-25T23:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2025-04-01T22:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-04-02T22:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von Fedora aufgenommen"
},
{
"date": "2025-04-10T22:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von Fedora aufgenommen"
},
{
"date": "2025-04-15T22:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von openSUSE aufgenommen"
},
{
"date": "2025-04-27T22:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von Fedora aufgenommen"
},
{
"date": "2025-05-04T22:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2025-05-14T22:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von Fedora und Red Hat aufgenommen"
},
{
"date": "2025-05-27T22:00:00.000+00:00",
"number": "17",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-05-29T22:00:00.000+00:00",
"number": "18",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-06-02T22:00:00.000+00:00",
"number": "19",
"summary": "Neue Updates von XEROX aufgenommen"
},
{
"date": "2025-06-03T22:00:00.000+00:00",
"number": "20",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-06-05T22:00:00.000+00:00",
"number": "21",
"summary": "Neue Updates von Fedora aufgenommen"
},
{
"date": "2025-06-09T22:00:00.000+00:00",
"number": "22",
"summary": "PoC aufgenommen"
},
{
"date": "2025-06-17T22:00:00.000+00:00",
"number": "23",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-06-19T22:00:00.000+00:00",
"number": "24",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-06-23T22:00:00.000+00:00",
"number": "25",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2025-07-03T22:00:00.000+00:00",
"number": "26",
"summary": "Neue Updates von Fedora aufgenommen"
},
{
"date": "2025-07-07T22:00:00.000+00:00",
"number": "27",
"summary": "Neue Updates von Splunk-SVD aufgenommen"
},
{
"date": "2025-07-08T22:00:00.000+00:00",
"number": "28",
"summary": "Neue Updates von Fedora aufgenommen"
},
{
"date": "2025-07-10T22:00:00.000+00:00",
"number": "29",
"summary": "Neue Updates von Fedora aufgenommen"
},
{
"date": "2025-07-13T22:00:00.000+00:00",
"number": "30",
"summary": "Neue Updates von Fedora aufgenommen"
},
{
"date": "2025-07-14T22:00:00.000+00:00",
"number": "31",
"summary": "Neue Updates von Fedora aufgenommen"
},
{
"date": "2025-07-15T22:00:00.000+00:00",
"number": "32",
"summary": "Neue Updates von Fedora aufgenommen"
},
{
"date": "2025-07-27T22:00:00.000+00:00",
"number": "33",
"summary": "Neue Updates von SUSE und Fedora aufgenommen"
},
{
"date": "2025-08-03T22:00:00.000+00:00",
"number": "34",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-08-13T22:00:00.000+00:00",
"number": "35",
"summary": "Neue Updates von Fedora aufgenommen"
},
{
"date": "2025-09-01T22:00:00.000+00:00",
"number": "36",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2025-09-10T22:00:00.000+00:00",
"number": "37",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-10-19T22:00:00.000+00:00",
"number": "38",
"summary": "Neue Updates von Fedora aufgenommen"
},
{
"date": "2025-12-23T23:00:00.000+00:00",
"number": "39",
"summary": "Neue Updates von openSUSE aufgenommen"
},
{
"date": "2025-12-28T23:00:00.000+00:00",
"number": "40",
"summary": "Neue Updates von openSUSE aufgenommen"
},
{
"date": "2025-12-30T23:00:00.000+00:00",
"number": "41",
"summary": "Neue Updates von openSUSE aufgenommen"
}
],
"status": "final",
"version": "41"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Amazon Linux 2",
"product": {
"name": "Amazon Linux 2",
"product_id": "398363",
"product_identification_helper": {
"cpe": "cpe:/o:amazon:linux_2:-"
}
}
}
],
"category": "vendor",
"name": "Amazon"
},
{
"branches": [
{
"category": "product_name",
"name": "Fedora Linux",
"product": {
"name": "Fedora Linux",
"product_id": "74185",
"product_identification_helper": {
"cpe": "cpe:/o:fedoraproject:fedora:-"
}
}
}
],
"category": "vendor",
"name": "Fedora"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c1.24.1",
"product": {
"name": "Golang Go \u003c1.24.1",
"product_id": "T041581"
}
},
{
"category": "product_version",
"name": "1.24.1",
"product": {
"name": "Golang Go 1.24.1",
"product_id": "T041581-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:golang:go:1.24.1"
}
}
},
{
"category": "product_version_range",
"name": "\u003c1.23.7",
"product": {
"name": "Golang Go \u003c1.23.7",
"product_id": "T041582"
}
},
{
"category": "product_version",
"name": "1.23.7",
"product": {
"name": "Golang Go 1.23.7",
"product_id": "T041582-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:golang:go:1.23.7"
}
}
}
],
"category": "product_name",
"name": "Go"
}
],
"category": "vendor",
"name": "Golang"
},
{
"branches": [
{
"category": "product_name",
"name": "IBM App Connect Enterprise",
"product": {
"name": "IBM App Connect Enterprise",
"product_id": "T032495",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:app_connect_enterprise:-"
}
}
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c24.0.1-IF002",
"product": {
"name": "IBM Business Automation Workflow \u003c24.0.1-IF002",
"product_id": "T043290"
}
},
{
"category": "product_version",
"name": "24.0.1-IF002",
"product": {
"name": "IBM Business Automation Workflow 24.0.1-IF002",
"product_id": "T043290-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:business_automation_workflow:24.0.1-if002"
}
}
},
{
"category": "product_version_range",
"name": "\u003c24.0.0-IF005",
"product": {
"name": "IBM Business Automation Workflow \u003c24.0.0-IF005",
"product_id": "T043291"
}
},
{
"category": "product_version",
"name": "24.0.0-IF005",
"product": {
"name": "IBM Business Automation Workflow 24.0.0-IF005",
"product_id": "T043291-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:business_automation_workflow:24.0.0-if005"
}
}
}
],
"category": "product_name",
"name": "Business Automation Workflow"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c10.1.17.1",
"product": {
"name": "IBM Spectrum Protect Plus \u003c10.1.17.1",
"product_id": "T044782"
}
},
{
"category": "product_version",
"name": "10.1.17.1",
"product": {
"name": "IBM Spectrum Protect Plus 10.1.17.1",
"product_id": "T044782-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:spectrum_protect_plus:10.1.17.1"
}
}
}
],
"category": "product_name",
"name": "Spectrum Protect Plus"
}
],
"category": "vendor",
"name": "IBM"
},
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "1.23.5",
"product": {
"name": "Open Source Gitea 1.23.5",
"product_id": "T041597",
"product_identification_helper": {
"cpe": "cpe:/a:gitea:gitea:1.23.5"
}
}
},
{
"category": "product_version_range",
"name": "\u003c1.23.6",
"product": {
"name": "Open Source Gitea \u003c1.23.6",
"product_id": "T042141"
}
},
{
"category": "product_version",
"name": "1.23.6",
"product": {
"name": "Open Source Gitea 1.23.6",
"product_id": "T042141-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:gitea:gitea:1.23.6"
}
}
}
],
"category": "product_name",
"name": "Gitea"
}
],
"category": "vendor",
"name": "Open Source"
},
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
},
{
"category": "product_name",
"name": "SUSE openSUSE",
"product": {
"name": "SUSE openSUSE",
"product_id": "T027843",
"product_identification_helper": {
"cpe": "cpe:/o:suse:opensuse:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c9.4.3",
"product": {
"name": "Splunk Splunk Enterprise \u003c9.4.3",
"product_id": "T045086"
}
},
{
"category": "product_version",
"name": "9.4.3",
"product": {
"name": "Splunk Splunk Enterprise 9.4.3",
"product_id": "T045086-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:splunk:splunk:9.4.3"
}
}
},
{
"category": "product_version_range",
"name": "\u003c9.3.5",
"product": {
"name": "Splunk Splunk Enterprise \u003c9.3.5",
"product_id": "T045087"
}
},
{
"category": "product_version",
"name": "9.3.5",
"product": {
"name": "Splunk Splunk Enterprise 9.3.5",
"product_id": "T045087-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:splunk:splunk:9.3.5"
}
}
},
{
"category": "product_version_range",
"name": "\u003c9.2.7",
"product": {
"name": "Splunk Splunk Enterprise \u003c9.2.7",
"product_id": "T045088"
}
},
{
"category": "product_version",
"name": "9.2.7",
"product": {
"name": "Splunk Splunk Enterprise 9.2.7",
"product_id": "T045088-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:splunk:splunk:9.2.7"
}
}
},
{
"category": "product_version_range",
"name": "\u003c9.1.10",
"product": {
"name": "Splunk Splunk Enterprise \u003c9.1.10",
"product_id": "T045089"
}
},
{
"category": "product_version",
"name": "9.1.10",
"product": {
"name": "Splunk Splunk Enterprise 9.1.10",
"product_id": "T045089-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:splunk:splunk:9.1.10"
}
}
}
],
"category": "product_name",
"name": "Splunk Enterprise"
}
],
"category": "vendor",
"name": "Splunk"
},
{
"branches": [
{
"category": "product_name",
"name": "Ubuntu Linux",
"product": {
"name": "Ubuntu Linux",
"product_id": "T000126",
"product_identification_helper": {
"cpe": "cpe:/o:canonical:ubuntu_linux:-"
}
}
}
],
"category": "vendor",
"name": "Ubuntu"
},
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "9",
"product": {
"name": "Xerox FreeFlow Print Server 9",
"product_id": "T002977",
"product_identification_helper": {
"cpe": "cpe:/a:xerox:freeflow_print_server:9"
}
}
}
],
"category": "product_name",
"name": "FreeFlow Print Server"
}
],
"category": "vendor",
"name": "Xerox"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22870",
"product_status": {
"known_affected": [
"67646",
"T043290",
"T043291",
"T002977",
"74185",
"T032495",
"T041582",
"T041581",
"T002207",
"T000126",
"T027843",
"T045086",
"398363",
"T045088",
"T045087",
"T042141",
"T044782",
"T041597",
"T045089"
]
},
"release_date": "2025-03-04T23:00:00.000+00:00",
"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…