Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-22869 (GCVE-0-2025-22869)
Vulnerability from cvelistv5 – Published: 2025-02-26 03:07 – Updated: 2025-04-11 22:03
VLAI
EPSS
Title
Potential denial of service in golang.org/x/crypto
Summary
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.
Severity
7.5 (High)
SSVC
Exploitation: none
Automatable: yes
Technical Impact: partial
CISA Coordinator (v2.0.3)
CWE
- CWE-770 - Allocation of Resources Without Limits or Throttling
Assigner
References
Impacted products
1 product
| Vendor | Product | Version | |
|---|---|---|---|
| golang.org/x/crypto | golang.org/x/crypto/ssh |
Affected:
0 , < 0.35.0
(semver)
|
Credits
Yuichi Watanabe
{
"containers": {
"adp": [
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2025-22869",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-02-26T14:57:07.968721Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-770",
"description": "CWE-770 Allocation of Resources Without Limits or Throttling",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-02-26T14:57:49.252Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2025-04-11T22:03:24.222Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "https://security.netapp.com/advisory/ntap-20250411-0010/"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://pkg.go.dev",
"defaultStatus": "unaffected",
"packageName": "golang.org/x/crypto/ssh",
"product": "golang.org/x/crypto/ssh",
"programRoutines": [
{
"name": "newHandshakeTransport"
},
{
"name": "handshakeTransport.recordWriteError"
},
{
"name": "handshakeTransport.kexLoop"
},
{
"name": "handshakeTransport.writePacket"
},
{
"name": "Client.Dial"
},
{
"name": "Client.DialContext"
},
{
"name": "Client.DialTCP"
},
{
"name": "Client.Listen"
},
{
"name": "Client.ListenTCP"
},
{
"name": "Client.ListenUnix"
},
{
"name": "Client.NewSession"
},
{
"name": "Dial"
},
{
"name": "DiscardRequests"
},
{
"name": "NewClient"
},
{
"name": "NewClientConn"
},
{
"name": "NewServerConn"
},
{
"name": "Request.Reply"
},
{
"name": "Session.Close"
},
{
"name": "Session.CombinedOutput"
},
{
"name": "Session.Output"
},
{
"name": "Session.RequestPty"
},
{
"name": "Session.RequestSubsystem"
},
{
"name": "Session.Run"
},
{
"name": "Session.SendRequest"
},
{
"name": "Session.Setenv"
},
{
"name": "Session.Shell"
},
{
"name": "Session.Signal"
},
{
"name": "Session.Start"
},
{
"name": "Session.WindowChange"
},
{
"name": "channel.Accept"
},
{
"name": "channel.Close"
},
{
"name": "channel.CloseWrite"
},
{
"name": "channel.Read"
},
{
"name": "channel.ReadExtended"
},
{
"name": "channel.Reject"
},
{
"name": "channel.SendRequest"
},
{
"name": "channel.Write"
},
{
"name": "channel.WriteExtended"
},
{
"name": "connection.SendAuthBanner"
},
{
"name": "curve25519sha256.Client"
},
{
"name": "curve25519sha256.Server"
},
{
"name": "dhGEXSHA.Client"
},
{
"name": "dhGEXSHA.Server"
},
{
"name": "dhGroup.Client"
},
{
"name": "dhGroup.Server"
},
{
"name": "ecdh.Client"
},
{
"name": "ecdh.Server"
},
{
"name": "extChannel.Read"
},
{
"name": "extChannel.Write"
},
{
"name": "mux.OpenChannel"
},
{
"name": "mux.SendRequest"
},
{
"name": "sessionStdin.Close"
},
{
"name": "sshClientKeyboardInteractive.Challenge"
},
{
"name": "tcpListener.Accept"
},
{
"name": "tcpListener.Close"
},
{
"name": "unixListener.Accept"
},
{
"name": "unixListener.Close"
}
],
"vendor": "golang.org/x/crypto",
"versions": [
{
"lessThan": "0.35.0",
"status": "affected",
"version": "0",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"value": "Yuichi Watanabe"
}
],
"descriptions": [
{
"lang": "en",
"value": "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."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "CWE-770: Allocation of Resources Without Limits or Throttling",
"lang": "en"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-02-26T03:07:48.855Z",
"orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"shortName": "Go"
},
"references": [
{
"url": "https://go.dev/cl/652135"
},
{
"url": "https://go.dev/issue/71931"
},
{
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"title": "Potential denial of service in golang.org/x/crypto"
}
},
"cveMetadata": {
"assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"assignerShortName": "Go",
"cveId": "CVE-2025-22869",
"datePublished": "2025-02-26T03:07:48.855Z",
"dateReserved": "2025-01-08T19:11:42.834Z",
"dateUpdated": "2025-04-11T22:03:24.222Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2025-22869",
"date": "2026-06-06",
"epss": "0.00591",
"percentile": "0.69629"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-22869\",\"sourceIdentifier\":\"security@golang.org\",\"published\":\"2025-02-26T08:14:24.997\",\"lastModified\":\"2025-05-01T19:28:20.740\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"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.\"},{\"lang\":\"es\",\"value\":\"Los servidores SSH que implementan protocolos de transferencia de archivos son vulnerables a un ataque de denegaci\u00f3n de servicio por parte de clientes que completan el intercambio de claves lentamente o no lo completan en absoluto, lo que provoca que el contenido pendiente se lea en la memoria, pero nunca se transmita.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-770\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:go:ssh:*:*:*:*:*:go:*:*\",\"versionEndExcluding\":\"0.35.0\",\"matchCriteriaId\":\"311D718D-7E78-4EFC-A3B6-0D20C28956C9\"}]}]}],\"references\":[{\"url\":\"https://go.dev/cl/652135\",\"source\":\"security@golang.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://go.dev/issue/71931\",\"source\":\"security@golang.org\",\"tags\":[\"Issue Tracking\",\"Patch\"]},{\"url\":\"https://pkg.go.dev/vuln/GO-2025-3487\",\"source\":\"security@golang.org\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20250411-0010/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://security.netapp.com/advisory/ntap-20250411-0010/\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-04-11T22:03:24.222Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-22869\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-02-26T14:57:07.968721Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-770\", \"description\": \"CWE-770 Allocation of Resources Without Limits or Throttling\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-02-26T14:57:39.044Z\"}}], \"cna\": {\"title\": \"Potential denial of service in golang.org/x/crypto\", \"credits\": [{\"lang\": \"en\", \"value\": \"Yuichi Watanabe\"}], \"affected\": [{\"vendor\": \"golang.org/x/crypto\", \"product\": \"golang.org/x/crypto/ssh\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"0.35.0\", \"versionType\": \"semver\"}], \"packageName\": \"golang.org/x/crypto/ssh\", \"collectionURL\": \"https://pkg.go.dev\", \"defaultStatus\": \"unaffected\", \"programRoutines\": [{\"name\": \"newHandshakeTransport\"}, {\"name\": \"handshakeTransport.recordWriteError\"}, {\"name\": \"handshakeTransport.kexLoop\"}, {\"name\": \"handshakeTransport.writePacket\"}, {\"name\": \"Client.Dial\"}, {\"name\": \"Client.DialContext\"}, {\"name\": \"Client.DialTCP\"}, {\"name\": \"Client.Listen\"}, {\"name\": \"Client.ListenTCP\"}, {\"name\": \"Client.ListenUnix\"}, {\"name\": \"Client.NewSession\"}, {\"name\": \"Dial\"}, {\"name\": \"DiscardRequests\"}, {\"name\": \"NewClient\"}, {\"name\": \"NewClientConn\"}, {\"name\": \"NewServerConn\"}, {\"name\": \"Request.Reply\"}, {\"name\": \"Session.Close\"}, {\"name\": \"Session.CombinedOutput\"}, {\"name\": \"Session.Output\"}, {\"name\": \"Session.RequestPty\"}, {\"name\": \"Session.RequestSubsystem\"}, {\"name\": \"Session.Run\"}, {\"name\": \"Session.SendRequest\"}, {\"name\": \"Session.Setenv\"}, {\"name\": \"Session.Shell\"}, {\"name\": \"Session.Signal\"}, {\"name\": \"Session.Start\"}, {\"name\": \"Session.WindowChange\"}, {\"name\": \"channel.Accept\"}, {\"name\": \"channel.Close\"}, {\"name\": \"channel.CloseWrite\"}, {\"name\": \"channel.Read\"}, {\"name\": \"channel.ReadExtended\"}, {\"name\": \"channel.Reject\"}, {\"name\": \"channel.SendRequest\"}, {\"name\": \"channel.Write\"}, {\"name\": \"channel.WriteExtended\"}, {\"name\": \"connection.SendAuthBanner\"}, {\"name\": \"curve25519sha256.Client\"}, {\"name\": \"curve25519sha256.Server\"}, {\"name\": \"dhGEXSHA.Client\"}, {\"name\": \"dhGEXSHA.Server\"}, {\"name\": \"dhGroup.Client\"}, {\"name\": \"dhGroup.Server\"}, {\"name\": \"ecdh.Client\"}, {\"name\": \"ecdh.Server\"}, {\"name\": \"extChannel.Read\"}, {\"name\": \"extChannel.Write\"}, {\"name\": \"mux.OpenChannel\"}, {\"name\": \"mux.SendRequest\"}, {\"name\": \"sessionStdin.Close\"}, {\"name\": \"sshClientKeyboardInteractive.Challenge\"}, {\"name\": \"tcpListener.Accept\"}, {\"name\": \"tcpListener.Close\"}, {\"name\": \"unixListener.Accept\"}, {\"name\": \"unixListener.Close\"}]}], \"references\": [{\"url\": \"https://go.dev/cl/652135\"}, {\"url\": \"https://go.dev/issue/71931\"}, {\"url\": \"https://pkg.go.dev/vuln/GO-2025-3487\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"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.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"description\": \"CWE-770: Allocation of Resources Without Limits or Throttling\"}]}], \"providerMetadata\": {\"orgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"shortName\": \"Go\", \"dateUpdated\": \"2025-02-26T03:07:48.855Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-22869\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-04-11T22:03:24.222Z\", \"dateReserved\": \"2025-01-08T19:11:42.834Z\", \"assignerOrgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"datePublished\": \"2025-02-26T03:07:48.855Z\", \"assignerShortName\": \"Go\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
SUSE-SU-2025:1017-1
Vulnerability from csaf_suse - Published: 2025-03-26 09:02 - Updated: 2025-03-26 09:02Summary
Security update for buildah
Severity
Important
Notes
Title of the patch: Security update for buildah
Description of the patch: This update for buildah fixes the following issues:
- CVE-2025-22869: Fixed Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (bsc#1239339).
Patchnames: SUSE-2025-1017,SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-1017,SUSE-SLE-Product-SLES-15-SP3-LTSS-2025-1017,SUSE-SLE-Product-SLES_SAP-15-SP3-2025-1017,SUSE-Storage-7.1-2025-1017
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
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:buildah-1.35.5-150300.8.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:buildah-1.35.5-150300.8.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:buildah-1.35.5-150300.8.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:buildah-1.35.5-150300.8.39.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:buildah-1.35.5-150300.8.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:buildah-1.35.5-150300.8.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:buildah-1.35.5-150300.8.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:buildah-1.35.5-150300.8.39.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
12 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 buildah",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for buildah fixes the following issues:\n\n- CVE-2025-22869: Fixed Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (bsc#1239339).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-1017,SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-1017,SUSE-SLE-Product-SLES-15-SP3-LTSS-2025-1017,SUSE-SLE-Product-SLES_SAP-15-SP3-2025-1017,SUSE-Storage-7.1-2025-1017",
"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_1017-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:1017-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251017-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:1017-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-March/020607.html"
},
{
"category": "self",
"summary": "SUSE Bug 1239339",
"url": "https://bugzilla.suse.com/1239339"
},
{
"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-27144 page",
"url": "https://www.suse.com/security/cve/CVE-2025-27144/"
}
],
"title": "Security update for buildah",
"tracking": {
"current_release_date": "2025-03-26T09:02:54Z",
"generator": {
"date": "2025-03-26T09:02:54Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:1017-1",
"initial_release_date": "2025-03-26T09:02:54Z",
"revision_history": [
{
"date": "2025-03-26T09:02:54Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "buildah-1.35.5-150300.8.39.1.aarch64",
"product": {
"name": "buildah-1.35.5-150300.8.39.1.aarch64",
"product_id": "buildah-1.35.5-150300.8.39.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-1.35.5-150300.8.39.1.i586",
"product": {
"name": "buildah-1.35.5-150300.8.39.1.i586",
"product_id": "buildah-1.35.5-150300.8.39.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-1.35.5-150300.8.39.1.ppc64le",
"product": {
"name": "buildah-1.35.5-150300.8.39.1.ppc64le",
"product_id": "buildah-1.35.5-150300.8.39.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-1.35.5-150300.8.39.1.s390x",
"product": {
"name": "buildah-1.35.5-150300.8.39.1.s390x",
"product_id": "buildah-1.35.5-150300.8.39.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-1.35.5-150300.8.39.1.x86_64",
"product": {
"name": "buildah-1.35.5-150300.8.39.1.x86_64",
"product_id": "buildah-1.35.5-150300.8.39.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 7.1",
"product": {
"name": "SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7.1"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1.35.5-150300.8.39.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.aarch64"
},
"product_reference": "buildah-1.35.5-150300.8.39.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1.35.5-150300.8.39.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.x86_64"
},
"product_reference": "buildah-1.35.5-150300.8.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1.35.5-150300.8.39.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.aarch64"
},
"product_reference": "buildah-1.35.5-150300.8.39.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1.35.5-150300.8.39.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.ppc64le"
},
"product_reference": "buildah-1.35.5-150300.8.39.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1.35.5-150300.8.39.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.s390x"
},
"product_reference": "buildah-1.35.5-150300.8.39.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1.35.5-150300.8.39.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.x86_64"
},
"product_reference": "buildah-1.35.5-150300.8.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1.35.5-150300.8.39.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:buildah-1.35.5-150300.8.39.1.ppc64le"
},
"product_reference": "buildah-1.35.5-150300.8.39.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1.35.5-150300.8.39.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:buildah-1.35.5-150300.8.39.1.x86_64"
},
"product_reference": "buildah-1.35.5-150300.8.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1.35.5-150300.8.39.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:buildah-1.35.5-150300.8.39.1.aarch64"
},
"product_reference": "buildah-1.35.5-150300.8.39.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1.35.5-150300.8.39.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:buildah-1.35.5-150300.8.39.1.x86_64"
},
"product_reference": "buildah-1.35.5-150300.8.39.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.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 Enterprise Storage 7.1:buildah-1.35.5-150300.8.39.1.aarch64",
"SUSE Enterprise Storage 7.1:buildah-1.35.5-150300.8.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:buildah-1.35.5-150300.8.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:buildah-1.35.5-150300.8.39.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 Enterprise Storage 7.1:buildah-1.35.5-150300.8.39.1.aarch64",
"SUSE Enterprise Storage 7.1:buildah-1.35.5-150300.8.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:buildah-1.35.5-150300.8.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:buildah-1.35.5-150300.8.39.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 Enterprise Storage 7.1:buildah-1.35.5-150300.8.39.1.aarch64",
"SUSE Enterprise Storage 7.1:buildah-1.35.5-150300.8.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:buildah-1.35.5-150300.8.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:buildah-1.35.5-150300.8.39.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-26T09:02:54Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"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 Enterprise Storage 7.1:buildah-1.35.5-150300.8.39.1.aarch64",
"SUSE Enterprise Storage 7.1:buildah-1.35.5-150300.8.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:buildah-1.35.5-150300.8.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:buildah-1.35.5-150300.8.39.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 Enterprise Storage 7.1:buildah-1.35.5-150300.8.39.1.aarch64",
"SUSE Enterprise Storage 7.1:buildah-1.35.5-150300.8.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:buildah-1.35.5-150300.8.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:buildah-1.35.5-150300.8.39.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 Enterprise Storage 7.1:buildah-1.35.5-150300.8.39.1.aarch64",
"SUSE Enterprise Storage 7.1:buildah-1.35.5-150300.8.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:buildah-1.35.5-150300.8.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:buildah-1.35.5-150300.8.39.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-26T09:02:54Z",
"details": "important"
}
],
"title": "CVE-2025-27144"
}
]
}
SUSE-SU-2025:1018-1
Vulnerability from csaf_suse - Published: 2025-03-26 09:03 - Updated: 2025-03-26 09:03Summary
Security update for buildah
Severity
Important
Notes
Title of the patch: Security update for buildah
Description of the patch: This update for buildah fixes the following issues:
- CVE-2025-22869: Fixed Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (bsc#1239339).
Patchnames: SUSE-2025-1018,SUSE-SLE-Module-Containers-15-SP6-2025-1018,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-1018,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-1018,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-1018,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-1018,openSUSE-SLE-15.6-2025-1018
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
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:buildah-1.35.5-150500.3.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:buildah-1.35.5-150500.3.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:buildah-1.35.5-150500.3.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:buildah-1.35.5-150500.3.34.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:buildah-1.35.5-150500.3.34.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:buildah-1.35.5-150500.3.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:buildah-1.35.5-150500.3.34.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:buildah-1.35.5-150500.3.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:buildah-1.35.5-150500.3.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:buildah-1.35.5-150500.3.34.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:buildah-1.35.5-150500.3.34.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:buildah-1.35.5-150500.3.34.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:buildah-1.35.5-150500.3.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:buildah-1.35.5-150500.3.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:buildah-1.35.5-150500.3.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:buildah-1.35.5-150500.3.34.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:buildah-1.35.5-150500.3.34.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:buildah-1.35.5-150500.3.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:buildah-1.35.5-150500.3.34.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:buildah-1.35.5-150500.3.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:buildah-1.35.5-150500.3.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:buildah-1.35.5-150500.3.34.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:buildah-1.35.5-150500.3.34.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:buildah-1.35.5-150500.3.34.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
12 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 buildah",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for buildah fixes the following issues:\n\n- CVE-2025-22869: Fixed Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (bsc#1239339).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-1018,SUSE-SLE-Module-Containers-15-SP6-2025-1018,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-1018,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-1018,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-1018,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-1018,openSUSE-SLE-15.6-2025-1018",
"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_1018-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:1018-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251018-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:1018-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-March/020606.html"
},
{
"category": "self",
"summary": "SUSE Bug 1239339",
"url": "https://bugzilla.suse.com/1239339"
},
{
"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-27144 page",
"url": "https://www.suse.com/security/cve/CVE-2025-27144/"
}
],
"title": "Security update for buildah",
"tracking": {
"current_release_date": "2025-03-26T09:03:07Z",
"generator": {
"date": "2025-03-26T09:03:07Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:1018-1",
"initial_release_date": "2025-03-26T09:03:07Z",
"revision_history": [
{
"date": "2025-03-26T09:03:07Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "buildah-1.35.5-150500.3.34.1.aarch64",
"product": {
"name": "buildah-1.35.5-150500.3.34.1.aarch64",
"product_id": "buildah-1.35.5-150500.3.34.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-1.35.5-150500.3.34.1.i586",
"product": {
"name": "buildah-1.35.5-150500.3.34.1.i586",
"product_id": "buildah-1.35.5-150500.3.34.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-1.35.5-150500.3.34.1.ppc64le",
"product": {
"name": "buildah-1.35.5-150500.3.34.1.ppc64le",
"product_id": "buildah-1.35.5-150500.3.34.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-1.35.5-150500.3.34.1.s390x",
"product": {
"name": "buildah-1.35.5-150500.3.34.1.s390x",
"product_id": "buildah-1.35.5-150500.3.34.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-1.35.5-150500.3.34.1.x86_64",
"product": {
"name": "buildah-1.35.5-150500.3.34.1.x86_64",
"product_id": "buildah-1.35.5-150500.3.34.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Containers 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-containers:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
},
{
"category": "product_name",
"name": "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": "buildah-1.35.5-150500.3.34.1.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:buildah-1.35.5-150500.3.34.1.aarch64"
},
"product_reference": "buildah-1.35.5-150500.3.34.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1.35.5-150500.3.34.1.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:buildah-1.35.5-150500.3.34.1.ppc64le"
},
"product_reference": "buildah-1.35.5-150500.3.34.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1.35.5-150500.3.34.1.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:buildah-1.35.5-150500.3.34.1.s390x"
},
"product_reference": "buildah-1.35.5-150500.3.34.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1.35.5-150500.3.34.1.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:buildah-1.35.5-150500.3.34.1.x86_64"
},
"product_reference": "buildah-1.35.5-150500.3.34.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1.35.5-150500.3.34.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:buildah-1.35.5-150500.3.34.1.aarch64"
},
"product_reference": "buildah-1.35.5-150500.3.34.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1.35.5-150500.3.34.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:buildah-1.35.5-150500.3.34.1.x86_64"
},
"product_reference": "buildah-1.35.5-150500.3.34.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1.35.5-150500.3.34.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.aarch64"
},
"product_reference": "buildah-1.35.5-150500.3.34.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1.35.5-150500.3.34.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.x86_64"
},
"product_reference": "buildah-1.35.5-150500.3.34.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1.35.5-150500.3.34.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.aarch64"
},
"product_reference": "buildah-1.35.5-150500.3.34.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1.35.5-150500.3.34.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.ppc64le"
},
"product_reference": "buildah-1.35.5-150500.3.34.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1.35.5-150500.3.34.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.s390x"
},
"product_reference": "buildah-1.35.5-150500.3.34.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1.35.5-150500.3.34.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.x86_64"
},
"product_reference": "buildah-1.35.5-150500.3.34.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1.35.5-150500.3.34.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:buildah-1.35.5-150500.3.34.1.ppc64le"
},
"product_reference": "buildah-1.35.5-150500.3.34.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1.35.5-150500.3.34.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:buildah-1.35.5-150500.3.34.1.x86_64"
},
"product_reference": "buildah-1.35.5-150500.3.34.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1.35.5-150500.3.34.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:buildah-1.35.5-150500.3.34.1.aarch64"
},
"product_reference": "buildah-1.35.5-150500.3.34.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1.35.5-150500.3.34.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:buildah-1.35.5-150500.3.34.1.ppc64le"
},
"product_reference": "buildah-1.35.5-150500.3.34.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1.35.5-150500.3.34.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:buildah-1.35.5-150500.3.34.1.s390x"
},
"product_reference": "buildah-1.35.5-150500.3.34.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1.35.5-150500.3.34.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:buildah-1.35.5-150500.3.34.1.x86_64"
},
"product_reference": "buildah-1.35.5-150500.3.34.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:buildah-1.35.5-150500.3.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:buildah-1.35.5-150500.3.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:buildah-1.35.5-150500.3.34.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:buildah-1.35.5-150500.3.34.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:buildah-1.35.5-150500.3.34.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:buildah-1.35.5-150500.3.34.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:buildah-1.35.5-150500.3.34.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:buildah-1.35.5-150500.3.34.1.x86_64",
"openSUSE Leap 15.6:buildah-1.35.5-150500.3.34.1.aarch64",
"openSUSE Leap 15.6:buildah-1.35.5-150500.3.34.1.ppc64le",
"openSUSE Leap 15.6:buildah-1.35.5-150500.3.34.1.s390x",
"openSUSE Leap 15.6:buildah-1.35.5-150500.3.34.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:buildah-1.35.5-150500.3.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:buildah-1.35.5-150500.3.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:buildah-1.35.5-150500.3.34.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:buildah-1.35.5-150500.3.34.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:buildah-1.35.5-150500.3.34.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:buildah-1.35.5-150500.3.34.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:buildah-1.35.5-150500.3.34.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:buildah-1.35.5-150500.3.34.1.x86_64",
"openSUSE Leap 15.6:buildah-1.35.5-150500.3.34.1.aarch64",
"openSUSE Leap 15.6:buildah-1.35.5-150500.3.34.1.ppc64le",
"openSUSE Leap 15.6:buildah-1.35.5-150500.3.34.1.s390x",
"openSUSE Leap 15.6:buildah-1.35.5-150500.3.34.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:buildah-1.35.5-150500.3.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:buildah-1.35.5-150500.3.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:buildah-1.35.5-150500.3.34.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:buildah-1.35.5-150500.3.34.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:buildah-1.35.5-150500.3.34.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:buildah-1.35.5-150500.3.34.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:buildah-1.35.5-150500.3.34.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:buildah-1.35.5-150500.3.34.1.x86_64",
"openSUSE Leap 15.6:buildah-1.35.5-150500.3.34.1.aarch64",
"openSUSE Leap 15.6:buildah-1.35.5-150500.3.34.1.ppc64le",
"openSUSE Leap 15.6:buildah-1.35.5-150500.3.34.1.s390x",
"openSUSE Leap 15.6:buildah-1.35.5-150500.3.34.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-26T09:03:07Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-27144",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-27144"
}
],
"notes": [
{
"category": "general",
"text": "Go JOSE provides an implementation of the Javascript Object Signing and Encryption set of standards in Go, including support for JSON Web Encryption (JWE), JSON Web Signature (JWS), and JSON Web Token (JWT) standards. In versions on the 4.x branch prior to version 4.0.5, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code used strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service. Version 4.0.5 fixes this issue. As a workaround, applications could pre-validate that payloads passed to Go JOSE do not contain an excessive number of `.` characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:buildah-1.35.5-150500.3.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:buildah-1.35.5-150500.3.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:buildah-1.35.5-150500.3.34.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:buildah-1.35.5-150500.3.34.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:buildah-1.35.5-150500.3.34.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:buildah-1.35.5-150500.3.34.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:buildah-1.35.5-150500.3.34.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:buildah-1.35.5-150500.3.34.1.x86_64",
"openSUSE Leap 15.6:buildah-1.35.5-150500.3.34.1.aarch64",
"openSUSE Leap 15.6:buildah-1.35.5-150500.3.34.1.ppc64le",
"openSUSE Leap 15.6:buildah-1.35.5-150500.3.34.1.s390x",
"openSUSE Leap 15.6:buildah-1.35.5-150500.3.34.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-27144",
"url": "https://www.suse.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "SUSE Bug 1237608 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237608"
},
{
"category": "external",
"summary": "SUSE Bug 1237609 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237609"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:buildah-1.35.5-150500.3.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:buildah-1.35.5-150500.3.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:buildah-1.35.5-150500.3.34.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:buildah-1.35.5-150500.3.34.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:buildah-1.35.5-150500.3.34.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:buildah-1.35.5-150500.3.34.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:buildah-1.35.5-150500.3.34.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:buildah-1.35.5-150500.3.34.1.x86_64",
"openSUSE Leap 15.6:buildah-1.35.5-150500.3.34.1.aarch64",
"openSUSE Leap 15.6:buildah-1.35.5-150500.3.34.1.ppc64le",
"openSUSE Leap 15.6:buildah-1.35.5-150500.3.34.1.s390x",
"openSUSE Leap 15.6:buildah-1.35.5-150500.3.34.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:buildah-1.35.5-150500.3.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:buildah-1.35.5-150500.3.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:buildah-1.35.5-150500.3.34.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:buildah-1.35.5-150500.3.34.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:buildah-1.35.5-150500.3.34.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:buildah-1.35.5-150500.3.34.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:buildah-1.35.5-150500.3.34.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:buildah-1.35.5-150500.3.34.1.x86_64",
"openSUSE Leap 15.6:buildah-1.35.5-150500.3.34.1.aarch64",
"openSUSE Leap 15.6:buildah-1.35.5-150500.3.34.1.ppc64le",
"openSUSE Leap 15.6:buildah-1.35.5-150500.3.34.1.s390x",
"openSUSE Leap 15.6:buildah-1.35.5-150500.3.34.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-26T09:03:07Z",
"details": "important"
}
],
"title": "CVE-2025-27144"
}
]
}
SUSE-SU-2025:1036-1
Vulnerability from csaf_suse - Published: 2025-03-27 09:43 - Updated: 2025-03-27 09:43Summary
Security update for podman
Severity
Important
Notes
Title of the patch: Security update for podman
Description of the patch: This update for podman fixes the following issues:
- CVE-2025-22869: Fixed Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (bsc#1239330).
Patchnames: SUSE-2025-1036,SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-1036,SUSE-SLE-Product-SLES-15-SP3-LTSS-2025-1036,SUSE-SLE-Product-SLES_SAP-15-SP3-2025-1036,SUSE-SUSE-MicroOS-5.1-2025-1036,SUSE-SUSE-MicroOS-5.2-2025-1036,SUSE-Storage-7.1-2025-1036
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 (Medium)
Affected products
Recommended
32 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.46.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.5 (High)
Affected products
Recommended
32 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.46.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
32 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.46.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
15 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 podman",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for podman fixes the following issues:\n\n- CVE-2025-22869: Fixed Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (bsc#1239330).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-1036,SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-1036,SUSE-SLE-Product-SLES-15-SP3-LTSS-2025-1036,SUSE-SLE-Product-SLES_SAP-15-SP3-2025-1036,SUSE-SUSE-MicroOS-5.1-2025-1036,SUSE-SUSE-MicroOS-5.2-2025-1036,SUSE-Storage-7.1-2025-1036",
"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_1036-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:1036-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251036-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:1036-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-March/020615.html"
},
{
"category": "self",
"summary": "SUSE Bug 1239330",
"url": "https://bugzilla.suse.com/1239330"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-6104 page",
"url": "https://www.suse.com/security/cve/CVE-2024-6104/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-27144 page",
"url": "https://www.suse.com/security/cve/CVE-2025-27144/"
}
],
"title": "Security update for podman",
"tracking": {
"current_release_date": "2025-03-27T09:43:42Z",
"generator": {
"date": "2025-03-27T09:43:42Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:1036-1",
"initial_release_date": "2025-03-27T09:43:42Z",
"revision_history": [
{
"date": "2025-03-27T09:43:42Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150300.9.46.1.aarch64",
"product": {
"name": "podman-4.9.5-150300.9.46.1.aarch64",
"product_id": "podman-4.9.5-150300.9.46.1.aarch64"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150300.9.46.1.aarch64",
"product": {
"name": "podman-remote-4.9.5-150300.9.46.1.aarch64",
"product_id": "podman-remote-4.9.5-150300.9.46.1.aarch64"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150300.9.46.1.aarch64",
"product": {
"name": "podmansh-4.9.5-150300.9.46.1.aarch64",
"product_id": "podmansh-4.9.5-150300.9.46.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150300.9.46.1.i586",
"product": {
"name": "podman-4.9.5-150300.9.46.1.i586",
"product_id": "podman-4.9.5-150300.9.46.1.i586"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150300.9.46.1.i586",
"product": {
"name": "podman-remote-4.9.5-150300.9.46.1.i586",
"product_id": "podman-remote-4.9.5-150300.9.46.1.i586"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150300.9.46.1.i586",
"product": {
"name": "podmansh-4.9.5-150300.9.46.1.i586",
"product_id": "podmansh-4.9.5-150300.9.46.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-docker-4.9.5-150300.9.46.1.noarch",
"product": {
"name": "podman-docker-4.9.5-150300.9.46.1.noarch",
"product_id": "podman-docker-4.9.5-150300.9.46.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150300.9.46.1.ppc64le",
"product": {
"name": "podman-4.9.5-150300.9.46.1.ppc64le",
"product_id": "podman-4.9.5-150300.9.46.1.ppc64le"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150300.9.46.1.ppc64le",
"product": {
"name": "podman-remote-4.9.5-150300.9.46.1.ppc64le",
"product_id": "podman-remote-4.9.5-150300.9.46.1.ppc64le"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150300.9.46.1.ppc64le",
"product": {
"name": "podmansh-4.9.5-150300.9.46.1.ppc64le",
"product_id": "podmansh-4.9.5-150300.9.46.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150300.9.46.1.s390x",
"product": {
"name": "podman-4.9.5-150300.9.46.1.s390x",
"product_id": "podman-4.9.5-150300.9.46.1.s390x"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150300.9.46.1.s390x",
"product": {
"name": "podman-remote-4.9.5-150300.9.46.1.s390x",
"product_id": "podman-remote-4.9.5-150300.9.46.1.s390x"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150300.9.46.1.s390x",
"product": {
"name": "podmansh-4.9.5-150300.9.46.1.s390x",
"product_id": "podmansh-4.9.5-150300.9.46.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150300.9.46.1.x86_64",
"product": {
"name": "podman-4.9.5-150300.9.46.1.x86_64",
"product_id": "podman-4.9.5-150300.9.46.1.x86_64"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150300.9.46.1.x86_64",
"product": {
"name": "podman-remote-4.9.5-150300.9.46.1.x86_64",
"product_id": "podman-remote-4.9.5-150300.9.46.1.x86_64"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150300.9.46.1.x86_64",
"product": {
"name": "podmansh-4.9.5-150300.9.46.1.x86_64",
"product_id": "podmansh-4.9.5-150300.9.46.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.1",
"product": {
"name": "SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-microos:5.1"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.2",
"product": {
"name": "SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-microos:5.2"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 7.1",
"product": {
"name": "SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7.1"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.46.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.aarch64"
},
"product_reference": "podman-4.9.5-150300.9.46.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.46.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.x86_64"
},
"product_reference": "podman-4.9.5-150300.9.46.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.46.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.aarch64"
},
"product_reference": "podman-remote-4.9.5-150300.9.46.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.46.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-150300.9.46.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.46.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.aarch64"
},
"product_reference": "podman-4.9.5-150300.9.46.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.46.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.ppc64le"
},
"product_reference": "podman-4.9.5-150300.9.46.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.46.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.s390x"
},
"product_reference": "podman-4.9.5-150300.9.46.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.46.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.x86_64"
},
"product_reference": "podman-4.9.5-150300.9.46.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.46.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.aarch64"
},
"product_reference": "podman-remote-4.9.5-150300.9.46.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.46.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.ppc64le"
},
"product_reference": "podman-remote-4.9.5-150300.9.46.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.46.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.s390x"
},
"product_reference": "podman-remote-4.9.5-150300.9.46.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.46.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-150300.9.46.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.46.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.46.1.ppc64le"
},
"product_reference": "podman-4.9.5-150300.9.46.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.46.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.46.1.x86_64"
},
"product_reference": "podman-4.9.5-150300.9.46.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.46.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.46.1.ppc64le"
},
"product_reference": "podman-remote-4.9.5-150300.9.46.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.46.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.46.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-150300.9.46.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.46.1.aarch64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.46.1.aarch64"
},
"product_reference": "podman-4.9.5-150300.9.46.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.46.1.s390x as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.46.1.s390x"
},
"product_reference": "podman-4.9.5-150300.9.46.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.46.1.x86_64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.46.1.x86_64"
},
"product_reference": "podman-4.9.5-150300.9.46.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.46.1.aarch64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.46.1.aarch64"
},
"product_reference": "podman-remote-4.9.5-150300.9.46.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.46.1.s390x as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.46.1.s390x"
},
"product_reference": "podman-remote-4.9.5-150300.9.46.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.46.1.x86_64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.46.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-150300.9.46.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.46.1.aarch64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.46.1.aarch64"
},
"product_reference": "podman-4.9.5-150300.9.46.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.46.1.s390x as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.46.1.s390x"
},
"product_reference": "podman-4.9.5-150300.9.46.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.46.1.x86_64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.46.1.x86_64"
},
"product_reference": "podman-4.9.5-150300.9.46.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.46.1.aarch64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.46.1.aarch64"
},
"product_reference": "podman-remote-4.9.5-150300.9.46.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.46.1.s390x as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.46.1.s390x"
},
"product_reference": "podman-remote-4.9.5-150300.9.46.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.46.1.x86_64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.46.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-150300.9.46.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.46.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.46.1.aarch64"
},
"product_reference": "podman-4.9.5-150300.9.46.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.46.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.46.1.x86_64"
},
"product_reference": "podman-4.9.5-150300.9.46.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.46.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.46.1.aarch64"
},
"product_reference": "podman-remote-4.9.5-150300.9.46.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.46.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.46.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-150300.9.46.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-6104",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-6104"
}
],
"notes": [
{
"category": "general",
"text": "go-retryablehttp prior to 0.7.7 did not sanitize urls when writing them to its log file. This could lead to go-retryablehttp writing sensitive HTTP basic auth credentials to its log file. This vulnerability, CVE-2024-6104, was fixed in go-retryablehttp 0.7.7.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.46.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-6104",
"url": "https://www.suse.com/security/cve/CVE-2024-6104"
},
{
"category": "external",
"summary": "SUSE Bug 1227024 for CVE-2024-6104",
"url": "https://bugzilla.suse.com/1227024"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.46.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.46.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-27T09:43:42Z",
"details": "moderate"
}
],
"title": "CVE-2024-6104"
},
{
"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 Enterprise Storage 7.1:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.46.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 Enterprise Storage 7.1:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.46.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 Enterprise Storage 7.1:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.46.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-27T09:43:42Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"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 Enterprise Storage 7.1:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.46.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 Enterprise Storage 7.1:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.46.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 Enterprise Storage 7.1:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.46.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-27T09:43:42Z",
"details": "important"
}
],
"title": "CVE-2025-27144"
}
]
}
SUSE-SU-2025:1037-1
Vulnerability from csaf_suse - Published: 2025-03-27 09:44 - Updated: 2025-03-27 09:44Summary
Security update for podman
Severity
Important
Notes
Title of the patch: Security update for podman
Description of the patch: This update for podman fixes the following issues:
- CVE-2025-22869: Fixed Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (bsc#1239330).
Patchnames: SUSE-2025-1037,SUSE-SLE-Micro-5.3-2025-1037,SUSE-SLE-Micro-5.4-2025-1037,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-1037,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-1037,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-1037,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-1037
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 (Medium)
Affected products
Recommended
36 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-docker-4.9.5-150400.4.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-docker-4.9.5-150400.4.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-docker-4.9.5-150400.4.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-docker-4.9.5-150400.4.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.44.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.5 (High)
Affected products
Recommended
36 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-docker-4.9.5-150400.4.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-docker-4.9.5-150400.4.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-docker-4.9.5-150400.4.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-docker-4.9.5-150400.4.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.44.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
36 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-docker-4.9.5-150400.4.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-docker-4.9.5-150400.4.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-docker-4.9.5-150400.4.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-docker-4.9.5-150400.4.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.44.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
15 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 podman",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for podman fixes the following issues:\n\n- CVE-2025-22869: Fixed Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (bsc#1239330).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-1037,SUSE-SLE-Micro-5.3-2025-1037,SUSE-SLE-Micro-5.4-2025-1037,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-1037,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-1037,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-1037,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-1037",
"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_1037-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:1037-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251037-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:1037-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-March/020614.html"
},
{
"category": "self",
"summary": "SUSE Bug 1239330",
"url": "https://bugzilla.suse.com/1239330"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-6104 page",
"url": "https://www.suse.com/security/cve/CVE-2024-6104/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-27144 page",
"url": "https://www.suse.com/security/cve/CVE-2025-27144/"
}
],
"title": "Security update for podman",
"tracking": {
"current_release_date": "2025-03-27T09:44:17Z",
"generator": {
"date": "2025-03-27T09:44:17Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:1037-1",
"initial_release_date": "2025-03-27T09:44:17Z",
"revision_history": [
{
"date": "2025-03-27T09:44:17Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150400.4.44.1.aarch64",
"product": {
"name": "podman-4.9.5-150400.4.44.1.aarch64",
"product_id": "podman-4.9.5-150400.4.44.1.aarch64"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150400.4.44.1.aarch64",
"product": {
"name": "podman-remote-4.9.5-150400.4.44.1.aarch64",
"product_id": "podman-remote-4.9.5-150400.4.44.1.aarch64"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150400.4.44.1.aarch64",
"product": {
"name": "podmansh-4.9.5-150400.4.44.1.aarch64",
"product_id": "podmansh-4.9.5-150400.4.44.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150400.4.44.1.i586",
"product": {
"name": "podman-4.9.5-150400.4.44.1.i586",
"product_id": "podman-4.9.5-150400.4.44.1.i586"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150400.4.44.1.i586",
"product": {
"name": "podman-remote-4.9.5-150400.4.44.1.i586",
"product_id": "podman-remote-4.9.5-150400.4.44.1.i586"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150400.4.44.1.i586",
"product": {
"name": "podmansh-4.9.5-150400.4.44.1.i586",
"product_id": "podmansh-4.9.5-150400.4.44.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-docker-4.9.5-150400.4.44.1.noarch",
"product": {
"name": "podman-docker-4.9.5-150400.4.44.1.noarch",
"product_id": "podman-docker-4.9.5-150400.4.44.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150400.4.44.1.ppc64le",
"product": {
"name": "podman-4.9.5-150400.4.44.1.ppc64le",
"product_id": "podman-4.9.5-150400.4.44.1.ppc64le"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150400.4.44.1.ppc64le",
"product": {
"name": "podman-remote-4.9.5-150400.4.44.1.ppc64le",
"product_id": "podman-remote-4.9.5-150400.4.44.1.ppc64le"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150400.4.44.1.ppc64le",
"product": {
"name": "podmansh-4.9.5-150400.4.44.1.ppc64le",
"product_id": "podmansh-4.9.5-150400.4.44.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150400.4.44.1.s390x",
"product": {
"name": "podman-4.9.5-150400.4.44.1.s390x",
"product_id": "podman-4.9.5-150400.4.44.1.s390x"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150400.4.44.1.s390x",
"product": {
"name": "podman-remote-4.9.5-150400.4.44.1.s390x",
"product_id": "podman-remote-4.9.5-150400.4.44.1.s390x"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150400.4.44.1.s390x",
"product": {
"name": "podmansh-4.9.5-150400.4.44.1.s390x",
"product_id": "podmansh-4.9.5-150400.4.44.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150400.4.44.1.x86_64",
"product": {
"name": "podman-4.9.5-150400.4.44.1.x86_64",
"product_id": "podman-4.9.5-150400.4.44.1.x86_64"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150400.4.44.1.x86_64",
"product": {
"name": "podman-remote-4.9.5-150400.4.44.1.x86_64",
"product_id": "podman-remote-4.9.5-150400.4.44.1.x86_64"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150400.4.44.1.x86_64",
"product": {
"name": "podmansh-4.9.5-150400.4.44.1.x86_64",
"product_id": "podmansh-4.9.5-150400.4.44.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.3",
"product": {
"name": "SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.4",
"product": {
"name": "SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.44.1.aarch64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.44.1.aarch64"
},
"product_reference": "podman-4.9.5-150400.4.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.44.1.s390x as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.44.1.s390x"
},
"product_reference": "podman-4.9.5-150400.4.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.44.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.44.1.x86_64"
},
"product_reference": "podman-4.9.5-150400.4.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.44.1.aarch64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.44.1.aarch64"
},
"product_reference": "podman-remote-4.9.5-150400.4.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.44.1.s390x as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.44.1.s390x"
},
"product_reference": "podman-remote-4.9.5-150400.4.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.44.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.44.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-150400.4.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.44.1.aarch64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.44.1.aarch64"
},
"product_reference": "podman-4.9.5-150400.4.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.44.1.s390x as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.44.1.s390x"
},
"product_reference": "podman-4.9.5-150400.4.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.44.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.44.1.x86_64"
},
"product_reference": "podman-4.9.5-150400.4.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.44.1.aarch64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.44.1.aarch64"
},
"product_reference": "podman-remote-4.9.5-150400.4.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.44.1.s390x as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.44.1.s390x"
},
"product_reference": "podman-remote-4.9.5-150400.4.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.44.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.44.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-150400.4.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.44.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.44.1.aarch64"
},
"product_reference": "podman-4.9.5-150400.4.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.44.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.44.1.x86_64"
},
"product_reference": "podman-4.9.5-150400.4.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150400.4.44.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-docker-4.9.5-150400.4.44.1.noarch"
},
"product_reference": "podman-docker-4.9.5-150400.4.44.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.44.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.44.1.aarch64"
},
"product_reference": "podman-remote-4.9.5-150400.4.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.44.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.44.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-150400.4.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.44.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.aarch64"
},
"product_reference": "podman-4.9.5-150400.4.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.44.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.x86_64"
},
"product_reference": "podman-4.9.5-150400.4.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150400.4.44.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-docker-4.9.5-150400.4.44.1.noarch"
},
"product_reference": "podman-docker-4.9.5-150400.4.44.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.44.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.aarch64"
},
"product_reference": "podman-remote-4.9.5-150400.4.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.44.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-150400.4.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.44.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.aarch64"
},
"product_reference": "podman-4.9.5-150400.4.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.44.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.ppc64le"
},
"product_reference": "podman-4.9.5-150400.4.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.44.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.s390x"
},
"product_reference": "podman-4.9.5-150400.4.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.44.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.x86_64"
},
"product_reference": "podman-4.9.5-150400.4.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150400.4.44.1.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:podman-docker-4.9.5-150400.4.44.1.noarch"
},
"product_reference": "podman-docker-4.9.5-150400.4.44.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.44.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.aarch64"
},
"product_reference": "podman-remote-4.9.5-150400.4.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.44.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.ppc64le"
},
"product_reference": "podman-remote-4.9.5-150400.4.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.44.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.s390x"
},
"product_reference": "podman-remote-4.9.5-150400.4.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.44.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-150400.4.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.44.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.44.1.ppc64le"
},
"product_reference": "podman-4.9.5-150400.4.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.44.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.44.1.x86_64"
},
"product_reference": "podman-4.9.5-150400.4.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150400.4.44.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-docker-4.9.5-150400.4.44.1.noarch"
},
"product_reference": "podman-docker-4.9.5-150400.4.44.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.44.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.44.1.ppc64le"
},
"product_reference": "podman-remote-4.9.5-150400.4.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.44.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.44.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-150400.4.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-6104",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-6104"
}
],
"notes": [
{
"category": "general",
"text": "go-retryablehttp prior to 0.7.7 did not sanitize urls when writing them to its log file. This could lead to go-retryablehttp writing sensitive HTTP basic auth credentials to its log file. This vulnerability, CVE-2024-6104, was fixed in go-retryablehttp 0.7.7.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.44.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-6104",
"url": "https://www.suse.com/security/cve/CVE-2024-6104"
},
{
"category": "external",
"summary": "SUSE Bug 1227024 for CVE-2024-6104",
"url": "https://bugzilla.suse.com/1227024"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.44.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.44.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-27T09:44:17Z",
"details": "moderate"
}
],
"title": "CVE-2024-6104"
},
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.44.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.44.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.44.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-27T09:44:17Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-27144",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-27144"
}
],
"notes": [
{
"category": "general",
"text": "Go JOSE provides an implementation of the Javascript Object Signing and Encryption set of standards in Go, including support for JSON Web Encryption (JWE), JSON Web Signature (JWS), and JSON Web Token (JWT) standards. In versions on the 4.x branch prior to version 4.0.5, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code used strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service. Version 4.0.5 fixes this issue. As a workaround, applications could pre-validate that payloads passed to Go JOSE do not contain an excessive number of `.` characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.44.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-27144",
"url": "https://www.suse.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "SUSE Bug 1237608 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237608"
},
{
"category": "external",
"summary": "SUSE Bug 1237609 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237609"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.44.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.44.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-27T09:44:17Z",
"details": "important"
}
],
"title": "CVE-2025-27144"
}
]
}
SUSE-SU-2025:1038-1
Vulnerability from csaf_suse - Published: 2025-03-27 09:44 - Updated: 2025-03-27 09:44Summary
Security update for podman
Severity
Important
Notes
Title of the patch: Security update for podman
Description of the patch: This update for podman fixes the following issues:
- CVE-2025-22869: Fixed Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (bsc#1239330).
Patchnames: SUSE-2025-1038,SUSE-SLE-Micro-5.5-2025-1038,SUSE-SLE-Module-Containers-15-SP6-2025-1038,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-1038,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-1038,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-1038,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-1038,openSUSE-SLE-15.6-2025-1038
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 (Medium)
Affected products
Recommended
73 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-docker-4.9.5-150500.3.40.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-docker-4.9.5-150500.3.40.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-docker-4.9.5-150500.3.40.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-docker-4.9.5-150500.3.40.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-docker-4.9.5-150500.3.40.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-docker-4.9.5-150500.3.40.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-docker-4.9.5-150500.3.40.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.5 (High)
Affected products
Recommended
73 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-docker-4.9.5-150500.3.40.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-docker-4.9.5-150500.3.40.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-docker-4.9.5-150500.3.40.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-docker-4.9.5-150500.3.40.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-docker-4.9.5-150500.3.40.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-docker-4.9.5-150500.3.40.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-docker-4.9.5-150500.3.40.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
73 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-docker-4.9.5-150500.3.40.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-docker-4.9.5-150500.3.40.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-docker-4.9.5-150500.3.40.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-docker-4.9.5-150500.3.40.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-docker-4.9.5-150500.3.40.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-docker-4.9.5-150500.3.40.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-docker-4.9.5-150500.3.40.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
15 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 podman",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for podman fixes the following issues:\n\n- CVE-2025-22869: Fixed Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (bsc#1239330).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-1038,SUSE-SLE-Micro-5.5-2025-1038,SUSE-SLE-Module-Containers-15-SP6-2025-1038,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-1038,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-1038,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-1038,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-1038,openSUSE-SLE-15.6-2025-1038",
"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_1038-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:1038-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251038-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:1038-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-March/020613.html"
},
{
"category": "self",
"summary": "SUSE Bug 1239330",
"url": "https://bugzilla.suse.com/1239330"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-6104 page",
"url": "https://www.suse.com/security/cve/CVE-2024-6104/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-27144 page",
"url": "https://www.suse.com/security/cve/CVE-2025-27144/"
}
],
"title": "Security update for podman",
"tracking": {
"current_release_date": "2025-03-27T09:44:39Z",
"generator": {
"date": "2025-03-27T09:44:39Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:1038-1",
"initial_release_date": "2025-03-27T09:44:39Z",
"revision_history": [
{
"date": "2025-03-27T09:44:39Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150500.3.40.1.aarch64",
"product": {
"name": "podman-4.9.5-150500.3.40.1.aarch64",
"product_id": "podman-4.9.5-150500.3.40.1.aarch64"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150500.3.40.1.aarch64",
"product": {
"name": "podman-remote-4.9.5-150500.3.40.1.aarch64",
"product_id": "podman-remote-4.9.5-150500.3.40.1.aarch64"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150500.3.40.1.aarch64",
"product": {
"name": "podmansh-4.9.5-150500.3.40.1.aarch64",
"product_id": "podmansh-4.9.5-150500.3.40.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150500.3.40.1.i586",
"product": {
"name": "podman-4.9.5-150500.3.40.1.i586",
"product_id": "podman-4.9.5-150500.3.40.1.i586"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150500.3.40.1.i586",
"product": {
"name": "podman-remote-4.9.5-150500.3.40.1.i586",
"product_id": "podman-remote-4.9.5-150500.3.40.1.i586"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150500.3.40.1.i586",
"product": {
"name": "podmansh-4.9.5-150500.3.40.1.i586",
"product_id": "podmansh-4.9.5-150500.3.40.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-docker-4.9.5-150500.3.40.1.noarch",
"product": {
"name": "podman-docker-4.9.5-150500.3.40.1.noarch",
"product_id": "podman-docker-4.9.5-150500.3.40.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150500.3.40.1.ppc64le",
"product": {
"name": "podman-4.9.5-150500.3.40.1.ppc64le",
"product_id": "podman-4.9.5-150500.3.40.1.ppc64le"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150500.3.40.1.ppc64le",
"product": {
"name": "podman-remote-4.9.5-150500.3.40.1.ppc64le",
"product_id": "podman-remote-4.9.5-150500.3.40.1.ppc64le"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150500.3.40.1.ppc64le",
"product": {
"name": "podmansh-4.9.5-150500.3.40.1.ppc64le",
"product_id": "podmansh-4.9.5-150500.3.40.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150500.3.40.1.s390x",
"product": {
"name": "podman-4.9.5-150500.3.40.1.s390x",
"product_id": "podman-4.9.5-150500.3.40.1.s390x"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150500.3.40.1.s390x",
"product": {
"name": "podman-remote-4.9.5-150500.3.40.1.s390x",
"product_id": "podman-remote-4.9.5-150500.3.40.1.s390x"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150500.3.40.1.s390x",
"product": {
"name": "podmansh-4.9.5-150500.3.40.1.s390x",
"product_id": "podmansh-4.9.5-150500.3.40.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150500.3.40.1.x86_64",
"product": {
"name": "podman-4.9.5-150500.3.40.1.x86_64",
"product_id": "podman-4.9.5-150500.3.40.1.x86_64"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150500.3.40.1.x86_64",
"product": {
"name": "podman-remote-4.9.5-150500.3.40.1.x86_64",
"product_id": "podman-remote-4.9.5-150500.3.40.1.x86_64"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150500.3.40.1.x86_64",
"product": {
"name": "podmansh-4.9.5-150500.3.40.1.x86_64",
"product_id": "podmansh-4.9.5-150500.3.40.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.5",
"product": {
"name": "SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Containers 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-containers:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
},
{
"category": "product_name",
"name": "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": "podman-4.9.5-150500.3.40.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.aarch64"
},
"product_reference": "podman-4.9.5-150500.3.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.40.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.ppc64le"
},
"product_reference": "podman-4.9.5-150500.3.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.40.1.s390x as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.s390x"
},
"product_reference": "podman-4.9.5-150500.3.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.40.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.x86_64"
},
"product_reference": "podman-4.9.5-150500.3.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150500.3.40.1.noarch as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podman-docker-4.9.5-150500.3.40.1.noarch"
},
"product_reference": "podman-docker-4.9.5-150500.3.40.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.40.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.aarch64"
},
"product_reference": "podman-remote-4.9.5-150500.3.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.40.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.ppc64le"
},
"product_reference": "podman-remote-4.9.5-150500.3.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.40.1.s390x as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.s390x"
},
"product_reference": "podman-remote-4.9.5-150500.3.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.40.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-150500.3.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.40.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.aarch64"
},
"product_reference": "podmansh-4.9.5-150500.3.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.40.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.ppc64le"
},
"product_reference": "podmansh-4.9.5-150500.3.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.40.1.s390x as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.s390x"
},
"product_reference": "podmansh-4.9.5-150500.3.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.40.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.x86_64"
},
"product_reference": "podmansh-4.9.5-150500.3.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.40.1.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.aarch64"
},
"product_reference": "podman-4.9.5-150500.3.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.40.1.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.ppc64le"
},
"product_reference": "podman-4.9.5-150500.3.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.40.1.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.s390x"
},
"product_reference": "podman-4.9.5-150500.3.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.40.1.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.x86_64"
},
"product_reference": "podman-4.9.5-150500.3.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150500.3.40.1.noarch as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podman-docker-4.9.5-150500.3.40.1.noarch"
},
"product_reference": "podman-docker-4.9.5-150500.3.40.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.40.1.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.aarch64"
},
"product_reference": "podman-remote-4.9.5-150500.3.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.40.1.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.ppc64le"
},
"product_reference": "podman-remote-4.9.5-150500.3.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.40.1.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.s390x"
},
"product_reference": "podman-remote-4.9.5-150500.3.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.40.1.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-150500.3.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.40.1.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.aarch64"
},
"product_reference": "podmansh-4.9.5-150500.3.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.40.1.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.ppc64le"
},
"product_reference": "podmansh-4.9.5-150500.3.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.40.1.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.s390x"
},
"product_reference": "podmansh-4.9.5-150500.3.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.40.1.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.x86_64"
},
"product_reference": "podmansh-4.9.5-150500.3.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.40.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.40.1.aarch64"
},
"product_reference": "podman-4.9.5-150500.3.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.40.1.x86_64"
},
"product_reference": "podman-4.9.5-150500.3.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150500.3.40.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-docker-4.9.5-150500.3.40.1.noarch"
},
"product_reference": "podman-docker-4.9.5-150500.3.40.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.40.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.40.1.aarch64"
},
"product_reference": "podman-remote-4.9.5-150500.3.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.40.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-150500.3.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.40.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.40.1.aarch64"
},
"product_reference": "podmansh-4.9.5-150500.3.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.40.1.x86_64"
},
"product_reference": "podmansh-4.9.5-150500.3.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.40.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.aarch64"
},
"product_reference": "podman-4.9.5-150500.3.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.x86_64"
},
"product_reference": "podman-4.9.5-150500.3.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150500.3.40.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-docker-4.9.5-150500.3.40.1.noarch"
},
"product_reference": "podman-docker-4.9.5-150500.3.40.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.40.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.aarch64"
},
"product_reference": "podman-remote-4.9.5-150500.3.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-150500.3.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.40.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.aarch64"
},
"product_reference": "podmansh-4.9.5-150500.3.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.x86_64"
},
"product_reference": "podmansh-4.9.5-150500.3.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.40.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.aarch64"
},
"product_reference": "podman-4.9.5-150500.3.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.40.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.ppc64le"
},
"product_reference": "podman-4.9.5-150500.3.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.40.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.s390x"
},
"product_reference": "podman-4.9.5-150500.3.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.40.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.x86_64"
},
"product_reference": "podman-4.9.5-150500.3.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150500.3.40.1.noarch as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podman-docker-4.9.5-150500.3.40.1.noarch"
},
"product_reference": "podman-docker-4.9.5-150500.3.40.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.40.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.aarch64"
},
"product_reference": "podman-remote-4.9.5-150500.3.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.40.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.ppc64le"
},
"product_reference": "podman-remote-4.9.5-150500.3.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.40.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.s390x"
},
"product_reference": "podman-remote-4.9.5-150500.3.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.40.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-150500.3.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.40.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.aarch64"
},
"product_reference": "podmansh-4.9.5-150500.3.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.40.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.ppc64le"
},
"product_reference": "podmansh-4.9.5-150500.3.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.40.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.s390x"
},
"product_reference": "podmansh-4.9.5-150500.3.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.40.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.x86_64"
},
"product_reference": "podmansh-4.9.5-150500.3.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.40.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.40.1.ppc64le"
},
"product_reference": "podman-4.9.5-150500.3.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.40.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.40.1.x86_64"
},
"product_reference": "podman-4.9.5-150500.3.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150500.3.40.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-docker-4.9.5-150500.3.40.1.noarch"
},
"product_reference": "podman-docker-4.9.5-150500.3.40.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.40.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.40.1.ppc64le"
},
"product_reference": "podman-remote-4.9.5-150500.3.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.40.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.40.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-150500.3.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.40.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.40.1.ppc64le"
},
"product_reference": "podmansh-4.9.5-150500.3.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.40.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.40.1.x86_64"
},
"product_reference": "podmansh-4.9.5-150500.3.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.40.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.aarch64"
},
"product_reference": "podman-4.9.5-150500.3.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.40.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.ppc64le"
},
"product_reference": "podman-4.9.5-150500.3.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.40.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.s390x"
},
"product_reference": "podman-4.9.5-150500.3.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.40.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.x86_64"
},
"product_reference": "podman-4.9.5-150500.3.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150500.3.40.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podman-docker-4.9.5-150500.3.40.1.noarch"
},
"product_reference": "podman-docker-4.9.5-150500.3.40.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.40.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.aarch64"
},
"product_reference": "podman-remote-4.9.5-150500.3.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.40.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.ppc64le"
},
"product_reference": "podman-remote-4.9.5-150500.3.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.40.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.s390x"
},
"product_reference": "podman-remote-4.9.5-150500.3.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.40.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-150500.3.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.40.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.aarch64"
},
"product_reference": "podmansh-4.9.5-150500.3.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.40.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.ppc64le"
},
"product_reference": "podmansh-4.9.5-150500.3.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.40.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.s390x"
},
"product_reference": "podmansh-4.9.5-150500.3.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.40.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.x86_64"
},
"product_reference": "podmansh-4.9.5-150500.3.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-6104",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-6104"
}
],
"notes": [
{
"category": "general",
"text": "go-retryablehttp prior to 0.7.7 did not sanitize urls when writing them to its log file. This could lead to go-retryablehttp writing sensitive HTTP basic auth credentials to its log file. This vulnerability, CVE-2024-6104, was fixed in go-retryablehttp 0.7.7.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.40.1.x86_64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.aarch64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.ppc64le",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.s390x",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.x86_64",
"openSUSE Leap 15.6:podman-docker-4.9.5-150500.3.40.1.noarch",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.aarch64",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.s390x",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.x86_64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.aarch64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.ppc64le",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.s390x",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-6104",
"url": "https://www.suse.com/security/cve/CVE-2024-6104"
},
{
"category": "external",
"summary": "SUSE Bug 1227024 for CVE-2024-6104",
"url": "https://bugzilla.suse.com/1227024"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.40.1.x86_64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.aarch64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.ppc64le",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.s390x",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.x86_64",
"openSUSE Leap 15.6:podman-docker-4.9.5-150500.3.40.1.noarch",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.aarch64",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.s390x",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.x86_64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.aarch64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.ppc64le",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.s390x",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.40.1.x86_64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.aarch64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.ppc64le",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.s390x",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.x86_64",
"openSUSE Leap 15.6:podman-docker-4.9.5-150500.3.40.1.noarch",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.aarch64",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.s390x",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.x86_64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.aarch64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.ppc64le",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.s390x",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-27T09:44:39Z",
"details": "moderate"
}
],
"title": "CVE-2024-6104"
},
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.40.1.x86_64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.aarch64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.ppc64le",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.s390x",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.x86_64",
"openSUSE Leap 15.6:podman-docker-4.9.5-150500.3.40.1.noarch",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.aarch64",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.s390x",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.x86_64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.aarch64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.ppc64le",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.s390x",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.40.1.x86_64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.aarch64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.ppc64le",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.s390x",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.x86_64",
"openSUSE Leap 15.6:podman-docker-4.9.5-150500.3.40.1.noarch",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.aarch64",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.s390x",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.x86_64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.aarch64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.ppc64le",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.s390x",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.40.1.x86_64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.aarch64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.ppc64le",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.s390x",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.x86_64",
"openSUSE Leap 15.6:podman-docker-4.9.5-150500.3.40.1.noarch",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.aarch64",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.s390x",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.x86_64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.aarch64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.ppc64le",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.s390x",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-27T09:44:39Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-27144",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-27144"
}
],
"notes": [
{
"category": "general",
"text": "Go JOSE provides an implementation of the Javascript Object Signing and Encryption set of standards in Go, including support for JSON Web Encryption (JWE), JSON Web Signature (JWS), and JSON Web Token (JWT) standards. In versions on the 4.x branch prior to version 4.0.5, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code used strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service. Version 4.0.5 fixes this issue. As a workaround, applications could pre-validate that payloads passed to Go JOSE do not contain an excessive number of `.` characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.40.1.x86_64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.aarch64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.ppc64le",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.s390x",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.x86_64",
"openSUSE Leap 15.6:podman-docker-4.9.5-150500.3.40.1.noarch",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.aarch64",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.s390x",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.x86_64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.aarch64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.ppc64le",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.s390x",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-27144",
"url": "https://www.suse.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "SUSE Bug 1237608 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237608"
},
{
"category": "external",
"summary": "SUSE Bug 1237609 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237609"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.40.1.x86_64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.aarch64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.ppc64le",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.s390x",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.x86_64",
"openSUSE Leap 15.6:podman-docker-4.9.5-150500.3.40.1.noarch",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.aarch64",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.s390x",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.x86_64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.aarch64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.ppc64le",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.s390x",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.40.1.x86_64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.aarch64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.ppc64le",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.s390x",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.x86_64",
"openSUSE Leap 15.6:podman-docker-4.9.5-150500.3.40.1.noarch",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.aarch64",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.s390x",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.x86_64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.aarch64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.ppc64le",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.s390x",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-27T09:44:39Z",
"details": "important"
}
],
"title": "CVE-2025-27144"
}
]
}
SUSE-SU-2025:1062-1
Vulnerability from csaf_suse - Published: 2025-03-31 08:45 - Updated: 2025-03-31 08:45Summary
Security update for docker, docker-stable
Severity
Important
Notes
Title of the patch: Security update for docker, docker-stable
Description of the patch: This update for docker, docker-stable fixes the following issues:
- CVE-2025-22868: Fixed unexpected memory consumption during token parsing in golang.org/x/oauth2 (bsc#1239185).
- CVE-2025-22869: Fixed Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (bsc#1239322).
Other fixes:
- Make container-selinux requirement conditional on selinux-policy (bsc#1237367)
Patchnames: SUSE-2025-1062,SUSE-SLE-Micro-5.3-2025-1062,SUSE-SLE-Micro-5.4-2025-1062,SUSE-SLE-Micro-5.5-2025-1062,SUSE-SLE-Module-Containers-15-SP6-2025-1062,SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-1062,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-1062,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-1062,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-1062,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-1062,SUSE-SLE-Product-SLES-15-SP3-LTSS-2025-1062,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-1062,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-1062,SUSE-SLE-Product-SLES_SAP-15-SP3-2025-1062,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-1062,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-1062,SUSE-SUSE-MicroOS-5.1-2025-1062,SUSE-SUSE-MicroOS-5.2-2025-1062,SUSE-Storage-7.1-2025-1062,openSUSE-SLE-15.6-2025-1062
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.2 (Medium)
Affected products
Recommended
139 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:docker-bash-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:docker-fish-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-bash-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-fish-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-bash-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-bash-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-fish-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-zsh-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
5.9 (Medium)
Affected products
Recommended
139 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:docker-bash-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:docker-fish-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-bash-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-fish-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-bash-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-bash-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-fish-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-zsh-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
9.9 (Critical)
Affected products
Recommended
139 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:docker-bash-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:docker-fish-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-bash-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-fish-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-bash-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-bash-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-fish-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-zsh-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
Threats
Impact
critical
7.5 (High)
Affected products
Recommended
139 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:docker-bash-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:docker-fish-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-bash-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-fish-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-bash-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-bash-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-fish-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-zsh-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
139 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:docker-bash-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:docker-fish-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-bash-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-fish-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-bash-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-bash-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-fish-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-zsh-completion-27.5.1_ce-150000.218.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
References
23 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 docker, docker-stable",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for docker, docker-stable fixes the following issues:\n\n\n- CVE-2025-22868: Fixed unexpected memory consumption during token parsing in golang.org/x/oauth2 (bsc#1239185).\n- CVE-2025-22869: Fixed Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (bsc#1239322).\n\nOther fixes:\n- Make container-selinux requirement conditional on selinux-policy (bsc#1237367)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-1062,SUSE-SLE-Micro-5.3-2025-1062,SUSE-SLE-Micro-5.4-2025-1062,SUSE-SLE-Micro-5.5-2025-1062,SUSE-SLE-Module-Containers-15-SP6-2025-1062,SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-1062,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-1062,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-1062,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-1062,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-1062,SUSE-SLE-Product-SLES-15-SP3-LTSS-2025-1062,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-1062,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-1062,SUSE-SLE-Product-SLES_SAP-15-SP3-2025-1062,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-1062,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-1062,SUSE-SUSE-MicroOS-5.1-2025-1062,SUSE-SUSE-MicroOS-5.2-2025-1062,SUSE-Storage-7.1-2025-1062,openSUSE-SLE-15.6-2025-1062",
"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_1062-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:1062-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251062-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:1062-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-March/038860.html"
},
{
"category": "self",
"summary": "SUSE Bug 1237367",
"url": "https://bugzilla.suse.com/1237367"
},
{
"category": "self",
"summary": "SUSE Bug 1239185",
"url": "https://bugzilla.suse.com/1239185"
},
{
"category": "self",
"summary": "SUSE Bug 1239322",
"url": "https://bugzilla.suse.com/1239322"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-23650 page",
"url": "https://www.suse.com/security/cve/CVE-2024-23650/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-29018 page",
"url": "https://www.suse.com/security/cve/CVE-2024-29018/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-41110 page",
"url": "https://www.suse.com/security/cve/CVE-2024-41110/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-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/"
}
],
"title": "Security update for docker, docker-stable",
"tracking": {
"current_release_date": "2025-03-31T08:45:25Z",
"generator": {
"date": "2025-03-31T08:45:25Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:1062-1",
"initial_release_date": "2025-03-31T08:45:25Z",
"revision_history": [
{
"date": "2025-03-31T08:45:25Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "docker-27.5.1_ce-150000.218.1.aarch64",
"product": {
"name": "docker-27.5.1_ce-150000.218.1.aarch64",
"product_id": "docker-27.5.1_ce-150000.218.1.aarch64"
}
},
{
"category": "product_version",
"name": "docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"product": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"product_id": "docker-stable-24.0.9_ce-150000.1.15.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-27.5.1_ce-150000.218.1.i586",
"product": {
"name": "docker-27.5.1_ce-150000.218.1.i586",
"product_id": "docker-27.5.1_ce-150000.218.1.i586"
}
},
{
"category": "product_version",
"name": "docker-stable-24.0.9_ce-150000.1.15.1.i586",
"product": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.i586",
"product_id": "docker-stable-24.0.9_ce-150000.1.15.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"product": {
"name": "docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"product_id": "docker-bash-completion-27.5.1_ce-150000.218.1.noarch"
}
},
{
"category": "product_version",
"name": "docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"product": {
"name": "docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"product_id": "docker-fish-completion-27.5.1_ce-150000.218.1.noarch"
}
},
{
"category": "product_version",
"name": "docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"product": {
"name": "docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"product_id": "docker-rootless-extras-27.5.1_ce-150000.218.1.noarch"
}
},
{
"category": "product_version",
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"product": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"product_id": "docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch"
}
},
{
"category": "product_version",
"name": "docker-stable-fish-completion-24.0.9_ce-150000.1.15.1.noarch",
"product": {
"name": "docker-stable-fish-completion-24.0.9_ce-150000.1.15.1.noarch",
"product_id": "docker-stable-fish-completion-24.0.9_ce-150000.1.15.1.noarch"
}
},
{
"category": "product_version",
"name": "docker-stable-rootless-extras-24.0.9_ce-150000.1.15.1.noarch",
"product": {
"name": "docker-stable-rootless-extras-24.0.9_ce-150000.1.15.1.noarch",
"product_id": "docker-stable-rootless-extras-24.0.9_ce-150000.1.15.1.noarch"
}
},
{
"category": "product_version",
"name": "docker-stable-zsh-completion-24.0.9_ce-150000.1.15.1.noarch",
"product": {
"name": "docker-stable-zsh-completion-24.0.9_ce-150000.1.15.1.noarch",
"product_id": "docker-stable-zsh-completion-24.0.9_ce-150000.1.15.1.noarch"
}
},
{
"category": "product_version",
"name": "docker-zsh-completion-27.5.1_ce-150000.218.1.noarch",
"product": {
"name": "docker-zsh-completion-27.5.1_ce-150000.218.1.noarch",
"product_id": "docker-zsh-completion-27.5.1_ce-150000.218.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-27.5.1_ce-150000.218.1.ppc64le",
"product": {
"name": "docker-27.5.1_ce-150000.218.1.ppc64le",
"product_id": "docker-27.5.1_ce-150000.218.1.ppc64le"
}
},
{
"category": "product_version",
"name": "docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"product": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"product_id": "docker-stable-24.0.9_ce-150000.1.15.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-27.5.1_ce-150000.218.1.s390x",
"product": {
"name": "docker-27.5.1_ce-150000.218.1.s390x",
"product_id": "docker-27.5.1_ce-150000.218.1.s390x"
}
},
{
"category": "product_version",
"name": "docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"product": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"product_id": "docker-stable-24.0.9_ce-150000.1.15.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-27.5.1_ce-150000.218.1.x86_64",
"product": {
"name": "docker-27.5.1_ce-150000.218.1.x86_64",
"product_id": "docker-27.5.1_ce-150000.218.1.x86_64"
}
},
{
"category": "product_version",
"name": "docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"product": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"product_id": "docker-stable-24.0.9_ce-150000.1.15.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.3",
"product": {
"name": "SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.4",
"product": {
"name": "SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.5",
"product": {
"name": "SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Containers 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-containers:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.1",
"product": {
"name": "SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-microos:5.1"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.2",
"product": {
"name": "SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-microos:5.2"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 7.1",
"product": {
"name": "SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7.1"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.aarch64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.aarch64"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.s390x as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.s390x"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.x86_64"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.aarch64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.aarch64"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.s390x as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.s390x"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.x86_64"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.aarch64"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.ppc64le"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.s390x as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.s390x"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.x86_64"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.aarch64"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.ppc64le"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.s390x"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.x86_64"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-bash-completion-27.5.1_ce-150000.218.1.noarch as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch"
},
"product_reference": "docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-rootless-extras-27.5.1_ce-150000.218.1.noarch as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch"
},
"product_reference": "docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.s390x"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-bash-completion-27.5.1_ce-150000.218.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch"
},
"product_reference": "docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-fish-completion-27.5.1_ce-150000.218.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch"
},
"product_reference": "docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-bash-completion-27.5.1_ce-150000.218.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch"
},
"product_reference": "docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-rootless-extras-27.5.1_ce-150000.218.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch"
},
"product_reference": "docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-bash-completion-27.5.1_ce-150000.218.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch"
},
"product_reference": "docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-rootless-extras-27.5.1_ce-150000.218.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch"
},
"product_reference": "docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-bash-completion-27.5.1_ce-150000.218.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch"
},
"product_reference": "docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-rootless-extras-27.5.1_ce-150000.218.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch"
},
"product_reference": "docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-bash-completion-27.5.1_ce-150000.218.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch"
},
"product_reference": "docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-rootless-extras-27.5.1_ce-150000.218.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch"
},
"product_reference": "docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.s390x"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-bash-completion-27.5.1_ce-150000.218.1.noarch as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch"
},
"product_reference": "docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-fish-completion-27.5.1_ce-150000.218.1.noarch as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch"
},
"product_reference": "docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.s390x"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-bash-completion-27.5.1_ce-150000.218.1.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch"
},
"product_reference": "docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-rootless-extras-27.5.1_ce-150000.218.1.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch"
},
"product_reference": "docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.s390x"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-bash-completion-27.5.1_ce-150000.218.1.noarch as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch"
},
"product_reference": "docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-rootless-extras-27.5.1_ce-150000.218.1.noarch as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch"
},
"product_reference": "docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.ppc64le"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.x86_64"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-bash-completion-27.5.1_ce-150000.218.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-bash-completion-27.5.1_ce-150000.218.1.noarch"
},
"product_reference": "docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-fish-completion-27.5.1_ce-150000.218.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-fish-completion-27.5.1_ce-150000.218.1.noarch"
},
"product_reference": "docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.ppc64le"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.x86_64"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-bash-completion-27.5.1_ce-150000.218.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-bash-completion-27.5.1_ce-150000.218.1.noarch"
},
"product_reference": "docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-rootless-extras-27.5.1_ce-150000.218.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch"
},
"product_reference": "docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.ppc64le"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.x86_64"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-bash-completion-27.5.1_ce-150000.218.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-bash-completion-27.5.1_ce-150000.218.1.noarch"
},
"product_reference": "docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-rootless-extras-27.5.1_ce-150000.218.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch"
},
"product_reference": "docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.aarch64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.aarch64"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.s390x as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.s390x"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.x86_64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.x86_64"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.aarch64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.aarch64"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.s390x as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.s390x"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.x86_64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.x86_64"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.aarch64"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.x86_64"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-bash-completion-27.5.1_ce-150000.218.1.noarch as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:docker-bash-completion-27.5.1_ce-150000.218.1.noarch"
},
"product_reference": "docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-fish-completion-27.5.1_ce-150000.218.1.noarch as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:docker-fish-completion-27.5.1_ce-150000.218.1.noarch"
},
"product_reference": "docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.aarch64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.aarch64"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.ppc64le"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.s390x"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.x86_64"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-bash-completion-27.5.1_ce-150000.218.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch"
},
"product_reference": "docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-fish-completion-27.5.1_ce-150000.218.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-fish-completion-27.5.1_ce-150000.218.1.noarch"
},
"product_reference": "docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-rootless-extras-27.5.1_ce-150000.218.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch"
},
"product_reference": "docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.s390x"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-fish-completion-24.0.9_ce-150000.1.15.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.15.1.noarch"
},
"product_reference": "docker-stable-fish-completion-24.0.9_ce-150000.1.15.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-rootless-extras-24.0.9_ce-150000.1.15.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.15.1.noarch"
},
"product_reference": "docker-stable-rootless-extras-24.0.9_ce-150000.1.15.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-zsh-completion-24.0.9_ce-150000.1.15.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.15.1.noarch"
},
"product_reference": "docker-stable-zsh-completion-24.0.9_ce-150000.1.15.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-zsh-completion-27.5.1_ce-150000.218.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-zsh-completion-27.5.1_ce-150000.218.1.noarch"
},
"product_reference": "docker-zsh-completion-27.5.1_ce-150000.218.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-23650",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-23650"
}
],
"notes": [
{
"category": "general",
"text": "BuildKit is a toolkit for converting source code to build artifacts in an efficient, expressive and repeatable manner. A malicious BuildKit client or frontend could craft a request that could lead to BuildKit daemon crashing with a panic. The issue has been fixed in v0.12.5. As a workaround, avoid using BuildKit frontends from untrusted sources.\n",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Enterprise Storage 7.1:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.aarch64",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.ppc64le",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.s390x",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.x86_64",
"openSUSE Leap 15.6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-zsh-completion-27.5.1_ce-150000.218.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-23650",
"url": "https://www.suse.com/security/cve/CVE-2024-23650"
},
{
"category": "external",
"summary": "SUSE Bug 1219437 for CVE-2024-23650",
"url": "https://bugzilla.suse.com/1219437"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Enterprise Storage 7.1:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.aarch64",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.ppc64le",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.s390x",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.x86_64",
"openSUSE Leap 15.6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-zsh-completion-27.5.1_ce-150000.218.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Enterprise Storage 7.1:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.aarch64",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.ppc64le",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.s390x",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.x86_64",
"openSUSE Leap 15.6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-zsh-completion-27.5.1_ce-150000.218.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-31T08:45:25Z",
"details": "moderate"
}
],
"title": "CVE-2024-23650"
},
{
"cve": "CVE-2024-29018",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-29018"
}
],
"notes": [
{
"category": "general",
"text": "Moby is an open source container framework that is a key component of Docker Engine, Docker Desktop, and other distributions of container tooling or runtimes. Moby\u0027s networking implementation allows for many networks, each with their own IP address range and gateway, to be defined. This feature is frequently referred to as custom networks, as each network can have a different driver, set of parameters and thus behaviors. When creating a network, the `--internal` flag is used to designate a network as _internal_. The `internal` attribute in a docker-compose.yml file may also be used to mark a network _internal_, and other API clients may specify the `internal` parameter as well.\n\nWhen containers with networking are created, they are assigned unique network interfaces and IP addresses. The host serves as a router for non-internal networks, with a gateway IP that provides SNAT/DNAT to/from container IPs.\n\nContainers on an internal network may communicate between each other, but are precluded from communicating with any networks the host has access to (LAN or WAN) as no default route is configured, and firewall rules are set up to drop all outgoing traffic. Communication with the gateway IP address (and thus appropriately configured host services) is possible, and the host may communicate with any container IP directly.\n\nIn addition to configuring the Linux kernel\u0027s various networking features to enable container networking, `dockerd` directly provides some services to container networks. Principal among these is serving as a resolver, enabling service discovery, and resolution of names from an upstream resolver.\n\nWhen a DNS request for a name that does not correspond to a container is received, the request is forwarded to the configured upstream resolver. This request is made from the container\u0027s network namespace: the level of access and routing of traffic is the same as if the request was made by the container itself.\n\nAs a consequence of this design, containers solely attached to an internal network will be unable to resolve names using the upstream resolver, as the container itself is unable to communicate with that nameserver. Only the names of containers also attached to the internal network are able to be resolved.\n\nMany systems run a local forwarding DNS resolver. As the host and any containers have separate loopback devices, a consequence of the design described above is that containers are unable to resolve names from the host\u0027s configured resolver, as they cannot reach these addresses on the host loopback device. To bridge this gap, and to allow containers to properly resolve names even when a local forwarding resolver is used on a loopback address, `dockerd` detects this scenario and instead forward DNS requests from the host namework namespace. The loopback resolver then forwards the requests to its configured upstream resolvers, as expected.\n\nBecause `dockerd` forwards DNS requests to the host loopback device, bypassing the container network namespace\u0027s normal routing semantics entirely, internal networks can unexpectedly forward DNS requests to an external nameserver. By registering a domain for which they control the authoritative nameservers, an attacker could arrange for a compromised container to exfiltrate data by encoding it in DNS queries that will eventually be answered by their nameservers.\n\nDocker Desktop is not affected, as Docker Desktop always runs an internal resolver on a RFC 1918 address.\n\nMoby releases 26.0.0, 25.0.4, and 23.0.11 are patched to prevent forwarding any DNS requests from internal networks. As a workaround, run containers intended to be solely attached to internal networks with a custom upstream address, which will force all upstream DNS queries to be resolved from the container\u0027s network namespace.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Enterprise Storage 7.1:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.aarch64",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.ppc64le",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.s390x",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.x86_64",
"openSUSE Leap 15.6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-zsh-completion-27.5.1_ce-150000.218.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-29018",
"url": "https://www.suse.com/security/cve/CVE-2024-29018"
},
{
"category": "external",
"summary": "SUSE Bug 1234089 for CVE-2024-29018",
"url": "https://bugzilla.suse.com/1234089"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Enterprise Storage 7.1:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.aarch64",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.ppc64le",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.s390x",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.x86_64",
"openSUSE Leap 15.6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-zsh-completion-27.5.1_ce-150000.218.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:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Enterprise Storage 7.1:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.aarch64",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.ppc64le",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.s390x",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.x86_64",
"openSUSE Leap 15.6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-zsh-completion-27.5.1_ce-150000.218.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-31T08:45:25Z",
"details": "moderate"
}
],
"title": "CVE-2024-29018"
},
{
"cve": "CVE-2024-41110",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-41110"
}
],
"notes": [
{
"category": "general",
"text": "Moby is an open-source project created by Docker for software containerization. A security vulnerability has been detected in certain versions of Docker Engine, which could allow an attacker to bypass authorization plugins (AuthZ) under specific circumstances. The base likelihood of this being exploited is low.\n\nUsing a specially-crafted API request, an Engine API client could make the daemon forward the request or response to an authorization plugin without the body. In certain circumstances, the authorization plugin may allow a request which it would have otherwise denied if the body had been forwarded to it.\n\nA security issue was discovered In 2018, where an attacker could bypass AuthZ plugins using a specially crafted API request. This could lead to unauthorized actions, including privilege escalation. Although this issue was fixed in Docker Engine v18.09.1 in January 2019, the fix was not carried forward to later major versions, resulting in a regression. Anyone who depends on authorization plugins that introspect the request and/or response body to make access control decisions is potentially impacted.\n\nDocker EE v19.03.x and all versions of Mirantis Container Runtime are not vulnerable.\n\ndocker-ce v27.1.1 containes patches to fix the vulnerability. Patches have also been merged into the master, 19.03, 20.0, 23.0, 24.0, 25.0, 26.0, and 26.1 release branches. If one is unable to upgrade immediately, avoid using AuthZ plugins and/or restrict access to the Docker API to trusted parties, following the principle of least privilege.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Enterprise Storage 7.1:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.aarch64",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.ppc64le",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.s390x",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.x86_64",
"openSUSE Leap 15.6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-zsh-completion-27.5.1_ce-150000.218.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-41110",
"url": "https://www.suse.com/security/cve/CVE-2024-41110"
},
{
"category": "external",
"summary": "SUSE Bug 1228324 for CVE-2024-41110",
"url": "https://bugzilla.suse.com/1228324"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Enterprise Storage 7.1:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.aarch64",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.ppc64le",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.s390x",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.x86_64",
"openSUSE Leap 15.6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-zsh-completion-27.5.1_ce-150000.218.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.9,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Enterprise Storage 7.1:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.aarch64",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.ppc64le",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.s390x",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.x86_64",
"openSUSE Leap 15.6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-zsh-completion-27.5.1_ce-150000.218.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-31T08:45:25Z",
"details": "critical"
}
],
"title": "CVE-2024-41110"
},
{
"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 Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Enterprise Storage 7.1:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.aarch64",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.ppc64le",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.s390x",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.x86_64",
"openSUSE Leap 15.6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-zsh-completion-27.5.1_ce-150000.218.1.noarch"
]
},
"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 Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Enterprise Storage 7.1:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.aarch64",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.ppc64le",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.s390x",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.x86_64",
"openSUSE Leap 15.6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-zsh-completion-27.5.1_ce-150000.218.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Enterprise Storage 7.1:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.aarch64",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.ppc64le",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.s390x",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.x86_64",
"openSUSE Leap 15.6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-zsh-completion-27.5.1_ce-150000.218.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-31T08:45:25Z",
"details": "important"
}
],
"title": "CVE-2025-22868"
},
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Enterprise Storage 7.1:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.aarch64",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.ppc64le",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.s390x",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.x86_64",
"openSUSE Leap 15.6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-zsh-completion-27.5.1_ce-150000.218.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Enterprise Storage 7.1:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.aarch64",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.ppc64le",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.s390x",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.x86_64",
"openSUSE Leap 15.6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-zsh-completion-27.5.1_ce-150000.218.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Enterprise Storage 7.1:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.aarch64",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.ppc64le",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.s390x",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.x86_64",
"openSUSE Leap 15.6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-zsh-completion-27.5.1_ce-150000.218.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-31T08:45:25Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
}
]
}
SUSE-SU-2025:1094-1
Vulnerability from csaf_suse - Published: 2025-04-02 03:37 - Updated: 2025-04-02 03:37Summary
Security update for warewulf4
Severity
Important
Notes
Title of the patch: Security update for warewulf4
Description of the patch: This update for warewulf4 fixes the following issues:
warewulf4 was updated from version 4.5.8 to 4.6.0:
- Security issues fixed for version 4.6.0:
* CVE-2025-22869: Fixed Denial of Service vulnerability in the Key Exchange of golang.org/x/crypto/ssh (bsc#1239322)
* CVE-2025-22870: Fixed proxy bypass using IPv6 zone IDs (bsc#1238611)
- User visible changes:
* Default values `nodes.conf`:
+ The default values for `kernel command line`, `init parameters` and `root` are now set in the `default` profile
and this profileshould be included in every profile.
During the installation of an update an upgrade is done to `nodes.conf` which updates the database accordingly.
* Overlay split up:
+ The overlays `wwinit` and `runtime` are now split up in different overlays named according to their role.
The upgrade process will update the node database and replace the overlays `wwinit` and `runtime` with a list
of overlays with same role.
* Site and distribution overlays:
+ The overlays in `/var/lib/warewulf/overlays` should not be changed by the user any more.
Site specific overlays are now sorted under `/etc/warewulf/overlays`.
On upgrade, changed overlays are stored with the `rpmsave` suffix and move to
`/etc/warewulf/overlays/$OVERLAYNAME`.
- Other changes and bugs fixed:
* Fixed udev issue with assigning device names (bsc#1226654)
* Implemented new package `warewulf-reference-doc` with the reference documentation for Warewulf 4 as PDF
* The configuation files nodes.conf and warewulf.conf will be updated on upgrade and the unmodified configuration
files will be saved as nodes.conf.4.5.x and warewulf.conf.4.5.x
- Summary of upstream changes:
* New configuration upgrade system
* Changes to the default profile
* Renamed containers to (node) images
* New kernel management system
* Parallel overlay builds
* Sprig functions in overlay templates
* Improved network overlays
* Nested profiles
* Arbitrary 'resources' data in nodes.conf
* NFS client configuration in nodes.conf
* Emphatically optional syncuser
* Improved network boot observability
* Particularly significant changes, especially those affecting the user interface,
are described in the release notes:
+ https://warewulf.org/docs/v4.6.x/release/v4.6.0.html
Patchnames: SUSE-2025-1094,SUSE-SLE-Module-HPC-15-SP6-2025-1094,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-1094,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-1094,openSUSE-SLE-15.6-2025-1094
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.5 (High)
Affected products
Recommended
32 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-4.6.0-150500.6.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-4.6.0-150500.6.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-dracut-4.6.0-150500.6.34.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-man-4.6.0-150500.6.34.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-4.6.0-150500.6.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-4.6.0-150500.6.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-dracut-4.6.0-150500.6.34.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-man-4.6.0-150500.6.34.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-4.6.0-150500.6.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-4.6.0-150500.6.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-dracut-4.6.0-150500.6.34.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-man-4.6.0-150500.6.34.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:warewulf4-4.6.0-150500.6.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:warewulf4-4.6.0-150500.6.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:warewulf4-dracut-4.6.0-150500.6.34.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:warewulf4-man-4.6.0-150500.6.34.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
4.4 (Medium)
Affected products
Recommended
32 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-4.6.0-150500.6.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-4.6.0-150500.6.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-dracut-4.6.0-150500.6.34.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-man-4.6.0-150500.6.34.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-4.6.0-150500.6.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-4.6.0-150500.6.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-dracut-4.6.0-150500.6.34.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-man-4.6.0-150500.6.34.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-4.6.0-150500.6.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-4.6.0-150500.6.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-dracut-4.6.0-150500.6.34.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-man-4.6.0-150500.6.34.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:warewulf4-4.6.0-150500.6.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:warewulf4-4.6.0-150500.6.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:warewulf4-dracut-4.6.0-150500.6.34.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:warewulf4-man-4.6.0-150500.6.34.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
References
14 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for warewulf4",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for warewulf4 fixes the following issues:\n\nwarewulf4 was updated from version 4.5.8 to 4.6.0:\n\n- Security issues fixed for version 4.6.0:\n\n * CVE-2025-22869: Fixed Denial of Service vulnerability in the Key Exchange of golang.org/x/crypto/ssh (bsc#1239322)\n * CVE-2025-22870: Fixed proxy bypass using IPv6 zone IDs (bsc#1238611)\n\n- User visible changes:\n\n * Default values `nodes.conf`:\n \n + The default values for `kernel command line`, `init parameters` and `root` are now set in the `default` profile\n and this profileshould be included in every profile.\n During the installation of an update an upgrade is done to `nodes.conf` which updates the database accordingly.\n\n * Overlay split up:\n\n + The overlays `wwinit` and `runtime` are now split up in different overlays named according to their role.\n The upgrade process will update the node database and replace the overlays `wwinit` and `runtime` with a list\n of overlays with same role.\n\n * Site and distribution overlays:\n\n + The overlays in `/var/lib/warewulf/overlays` should not be changed by the user any more. \n Site specific overlays are now sorted under `/etc/warewulf/overlays`.\n On upgrade, changed overlays are stored with the `rpmsave` suffix and move to \n `/etc/warewulf/overlays/$OVERLAYNAME`.\n \n- Other changes and bugs fixed:\n\n * Fixed udev issue with assigning device names (bsc#1226654)\n * Implemented new package `warewulf-reference-doc` with the reference documentation for Warewulf 4 as PDF\n * The configuation files nodes.conf and warewulf.conf will be updated on upgrade and the unmodified configuration\n files will be saved as nodes.conf.4.5.x and warewulf.conf.4.5.x\n\n- Summary of upstream changes:\n\n * New configuration upgrade system\n * Changes to the default profile\n * Renamed containers to (node) images\n * New kernel management system\n * Parallel overlay builds\n * Sprig functions in overlay templates\n * Improved network overlays\n * Nested profiles\n * Arbitrary \u0027resources\u0027 data in nodes.conf\n * NFS client configuration in nodes.conf\n * Emphatically optional syncuser\n * Improved network boot observability\n * Particularly significant changes, especially those affecting the user interface, \n are described in the release notes:\n\n + https://warewulf.org/docs/v4.6.x/release/v4.6.0.html\n \n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-1094,SUSE-SLE-Module-HPC-15-SP6-2025-1094,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-1094,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-1094,openSUSE-SLE-15.6-2025-1094",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_1094-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:1094-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251094-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:1094-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-April/038880.html"
},
{
"category": "self",
"summary": "SUSE Bug 1226654",
"url": "https://bugzilla.suse.com/1226654"
},
{
"category": "self",
"summary": "SUSE Bug 1238611",
"url": "https://bugzilla.suse.com/1238611"
},
{
"category": "self",
"summary": "SUSE Bug 1239322",
"url": "https://bugzilla.suse.com/1239322"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22870 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22870/"
}
],
"title": "Security update for warewulf4",
"tracking": {
"current_release_date": "2025-04-02T03:37:36Z",
"generator": {
"date": "2025-04-02T03:37:36Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:1094-1",
"initial_release_date": "2025-04-02T03:37:36Z",
"revision_history": [
{
"date": "2025-04-02T03:37:36Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "warewulf4-4.6.0-150500.6.34.1.aarch64",
"product": {
"name": "warewulf4-4.6.0-150500.6.34.1.aarch64",
"product_id": "warewulf4-4.6.0-150500.6.34.1.aarch64"
}
},
{
"category": "product_version",
"name": "warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"product": {
"name": "warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"product_id": "warewulf4-overlay-4.6.0-150500.6.34.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"product": {
"name": "warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"product_id": "warewulf4-dracut-4.6.0-150500.6.34.1.noarch"
}
},
{
"category": "product_version",
"name": "warewulf4-man-4.6.0-150500.6.34.1.noarch",
"product": {
"name": "warewulf4-man-4.6.0-150500.6.34.1.noarch",
"product_id": "warewulf4-man-4.6.0-150500.6.34.1.noarch"
}
},
{
"category": "product_version",
"name": "warewulf4-overlay-rke2-4.6.0-150500.6.34.1.noarch",
"product": {
"name": "warewulf4-overlay-rke2-4.6.0-150500.6.34.1.noarch",
"product_id": "warewulf4-overlay-rke2-4.6.0-150500.6.34.1.noarch"
}
},
{
"category": "product_version",
"name": "warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"product": {
"name": "warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"product_id": "warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch"
}
},
{
"category": "product_version",
"name": "warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"product": {
"name": "warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"product_id": "warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "warewulf4-4.6.0-150500.6.34.1.x86_64",
"product": {
"name": "warewulf4-4.6.0-150500.6.34.1.x86_64",
"product_id": "warewulf4-4.6.0-150500.6.34.1.x86_64"
}
},
{
"category": "product_version",
"name": "warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"product": {
"name": "warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"product_id": "warewulf4-overlay-4.6.0-150500.6.34.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for HPC 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for HPC 15 SP6",
"product_id": "SUSE Linux Enterprise Module for HPC 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-hpc:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-4.6.0-150500.6.34.1.aarch64 as component of SUSE Linux Enterprise Module for HPC 15 SP6",
"product_id": "SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-4.6.0-150500.6.34.1.aarch64"
},
"product_reference": "warewulf4-4.6.0-150500.6.34.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for HPC 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-4.6.0-150500.6.34.1.x86_64 as component of SUSE Linux Enterprise Module for HPC 15 SP6",
"product_id": "SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-4.6.0-150500.6.34.1.x86_64"
},
"product_reference": "warewulf4-4.6.0-150500.6.34.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for HPC 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-dracut-4.6.0-150500.6.34.1.noarch as component of SUSE Linux Enterprise Module for HPC 15 SP6",
"product_id": "SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-dracut-4.6.0-150500.6.34.1.noarch"
},
"product_reference": "warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for HPC 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-man-4.6.0-150500.6.34.1.noarch as component of SUSE Linux Enterprise Module for HPC 15 SP6",
"product_id": "SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-man-4.6.0-150500.6.34.1.noarch"
},
"product_reference": "warewulf4-man-4.6.0-150500.6.34.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for HPC 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-overlay-4.6.0-150500.6.34.1.aarch64 as component of SUSE Linux Enterprise Module for HPC 15 SP6",
"product_id": "SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64"
},
"product_reference": "warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for HPC 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-overlay-4.6.0-150500.6.34.1.x86_64 as component of SUSE Linux Enterprise Module for HPC 15 SP6",
"product_id": "SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64"
},
"product_reference": "warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for HPC 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch as component of SUSE Linux Enterprise Module for HPC 15 SP6",
"product_id": "SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch"
},
"product_reference": "warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for HPC 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch as component of SUSE Linux Enterprise Module for HPC 15 SP6",
"product_id": "SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch"
},
"product_reference": "warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for HPC 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-4.6.0-150500.6.34.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-4.6.0-150500.6.34.1.aarch64"
},
"product_reference": "warewulf4-4.6.0-150500.6.34.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-4.6.0-150500.6.34.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-4.6.0-150500.6.34.1.x86_64"
},
"product_reference": "warewulf4-4.6.0-150500.6.34.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-dracut-4.6.0-150500.6.34.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-dracut-4.6.0-150500.6.34.1.noarch"
},
"product_reference": "warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-man-4.6.0-150500.6.34.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-man-4.6.0-150500.6.34.1.noarch"
},
"product_reference": "warewulf4-man-4.6.0-150500.6.34.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-overlay-4.6.0-150500.6.34.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64"
},
"product_reference": "warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-overlay-4.6.0-150500.6.34.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64"
},
"product_reference": "warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch"
},
"product_reference": "warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch"
},
"product_reference": "warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-4.6.0-150500.6.34.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-4.6.0-150500.6.34.1.aarch64"
},
"product_reference": "warewulf4-4.6.0-150500.6.34.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-4.6.0-150500.6.34.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-4.6.0-150500.6.34.1.x86_64"
},
"product_reference": "warewulf4-4.6.0-150500.6.34.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-dracut-4.6.0-150500.6.34.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-dracut-4.6.0-150500.6.34.1.noarch"
},
"product_reference": "warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-man-4.6.0-150500.6.34.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-man-4.6.0-150500.6.34.1.noarch"
},
"product_reference": "warewulf4-man-4.6.0-150500.6.34.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-overlay-4.6.0-150500.6.34.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64"
},
"product_reference": "warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-overlay-4.6.0-150500.6.34.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64"
},
"product_reference": "warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch"
},
"product_reference": "warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch"
},
"product_reference": "warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-4.6.0-150500.6.34.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:warewulf4-4.6.0-150500.6.34.1.aarch64"
},
"product_reference": "warewulf4-4.6.0-150500.6.34.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-4.6.0-150500.6.34.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:warewulf4-4.6.0-150500.6.34.1.x86_64"
},
"product_reference": "warewulf4-4.6.0-150500.6.34.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-dracut-4.6.0-150500.6.34.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:warewulf4-dracut-4.6.0-150500.6.34.1.noarch"
},
"product_reference": "warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-man-4.6.0-150500.6.34.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:warewulf4-man-4.6.0-150500.6.34.1.noarch"
},
"product_reference": "warewulf4-man-4.6.0-150500.6.34.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-overlay-4.6.0-150500.6.34.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64"
},
"product_reference": "warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-overlay-4.6.0-150500.6.34.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64"
},
"product_reference": "warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch"
},
"product_reference": "warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch"
},
"product_reference": "warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-4.6.0-150500.6.34.1.aarch64",
"openSUSE Leap 15.6:warewulf4-4.6.0-150500.6.34.1.x86_64",
"openSUSE Leap 15.6:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"openSUSE Leap 15.6:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"openSUSE Leap 15.6:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-4.6.0-150500.6.34.1.aarch64",
"openSUSE Leap 15.6:warewulf4-4.6.0-150500.6.34.1.x86_64",
"openSUSE Leap 15.6:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"openSUSE Leap 15.6:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"openSUSE Leap 15.6:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-4.6.0-150500.6.34.1.aarch64",
"openSUSE Leap 15.6:warewulf4-4.6.0-150500.6.34.1.x86_64",
"openSUSE Leap 15.6:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"openSUSE Leap 15.6:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"openSUSE Leap 15.6:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-02T03:37:36Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-22870",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22870"
}
],
"notes": [
{
"category": "general",
"text": "Matching of hosts against proxy patterns can improperly treat an IPv6 zone ID as a hostname component. For example, when the NO_PROXY environment variable is set to \"*.example.com\", a request to \"[::1%25.example.com]:80` will incorrectly match and not be proxied.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-4.6.0-150500.6.34.1.aarch64",
"openSUSE Leap 15.6:warewulf4-4.6.0-150500.6.34.1.x86_64",
"openSUSE Leap 15.6:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"openSUSE Leap 15.6:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"openSUSE Leap 15.6:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22870",
"url": "https://www.suse.com/security/cve/CVE-2025-22870"
},
{
"category": "external",
"summary": "SUSE Bug 1238572 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238572"
},
{
"category": "external",
"summary": "SUSE Bug 1238611 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238611"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-4.6.0-150500.6.34.1.aarch64",
"openSUSE Leap 15.6:warewulf4-4.6.0-150500.6.34.1.x86_64",
"openSUSE Leap 15.6:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"openSUSE Leap 15.6:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"openSUSE Leap 15.6:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-4.6.0-150500.6.34.1.aarch64",
"openSUSE Leap 15.6:warewulf4-4.6.0-150500.6.34.1.x86_64",
"openSUSE Leap 15.6:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"openSUSE Leap 15.6:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"openSUSE Leap 15.6:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-02T03:37:36Z",
"details": "moderate"
}
],
"title": "CVE-2025-22870"
}
]
}
SUSE-SU-2025:1102-1
Vulnerability from csaf_suse - Published: 2025-04-02 09:39 - Updated: 2025-04-02 09:39Summary
Security update for docker, docker-stable
Severity
Important
Notes
Title of the patch: Security update for docker, docker-stable
Description of the patch: This update for docker, docker-stable fixes the following issues:
- CVE-2025-22868: Fixed unexpected memory consumption during token parsing in golang.org/x/oauth2 (bsc#1239185).
- CVE-2025-22869: Fixed Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (bsc#1239322).
- CVE-2024-29018: Fixed external DNS requests from 'internal' networks leading to data exfiltration (bsc#1234089).
- CVE-2024-23650: Fixed BuildKit daemon crash via malicious BuildKit client or frontend request (bsc#1219437).
Other fixes:
- Make container-selinux requirement conditional on selinux-policy (bsc#1237367).
- Updated docker-buildx to 0.19.3.
Patchnames: SUSE-2025-1102,SUSE-SLE-SERVER-12-SP5-LTSS-2025-1102,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2025-1102
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.2 (Medium)
Affected products
Recommended
14 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-bash-completion-27.5.1_ce-98.126.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-27.5.1_ce-98.126.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-bash-completion-27.5.1_ce-98.126.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
14 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-bash-completion-27.5.1_ce-98.126.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-27.5.1_ce-98.126.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-bash-completion-27.5.1_ce-98.126.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
5.9 (Medium)
Affected products
Recommended
14 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-bash-completion-27.5.1_ce-98.126.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-27.5.1_ce-98.126.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-bash-completion-27.5.1_ce-98.126.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
9.9 (Critical)
Affected products
Recommended
14 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-bash-completion-27.5.1_ce-98.126.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-27.5.1_ce-98.126.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-bash-completion-27.5.1_ce-98.126.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch | — |
Vendor Fix
|
Threats
Impact
critical
7.5 (High)
Affected products
Recommended
14 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-bash-completion-27.5.1_ce-98.126.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-27.5.1_ce-98.126.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-bash-completion-27.5.1_ce-98.126.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
14 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-bash-completion-27.5.1_ce-98.126.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-27.5.1_ce-98.126.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-bash-completion-27.5.1_ce-98.126.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
References
28 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 docker, docker-stable",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for docker, docker-stable fixes the following issues:\n\n- CVE-2025-22868: Fixed unexpected memory consumption during token parsing in golang.org/x/oauth2 (bsc#1239185).\n- CVE-2025-22869: Fixed Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (bsc#1239322).\n- CVE-2024-29018: Fixed external DNS requests from \u0027internal\u0027 networks leading to data exfiltration (bsc#1234089).\n- CVE-2024-23650: Fixed BuildKit daemon crash via malicious BuildKit client or frontend request (bsc#1219437).\n\nOther fixes:\n- Make container-selinux requirement conditional on selinux-policy (bsc#1237367).\n- Updated docker-buildx to 0.19.3.\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-1102,SUSE-SLE-SERVER-12-SP5-LTSS-2025-1102,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2025-1102",
"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_1102-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:1102-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251102-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:1102-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-April/038883.html"
},
{
"category": "self",
"summary": "SUSE Bug 1219437",
"url": "https://bugzilla.suse.com/1219437"
},
{
"category": "self",
"summary": "SUSE Bug 1234089",
"url": "https://bugzilla.suse.com/1234089"
},
{
"category": "self",
"summary": "SUSE Bug 1237367",
"url": "https://bugzilla.suse.com/1237367"
},
{
"category": "self",
"summary": "SUSE Bug 1239185",
"url": "https://bugzilla.suse.com/1239185"
},
{
"category": "self",
"summary": "SUSE Bug 1239322",
"url": "https://bugzilla.suse.com/1239322"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-23650 page",
"url": "https://www.suse.com/security/cve/CVE-2024-23650/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-23653 page",
"url": "https://www.suse.com/security/cve/CVE-2024-23653/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-29018 page",
"url": "https://www.suse.com/security/cve/CVE-2024-29018/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-41110 page",
"url": "https://www.suse.com/security/cve/CVE-2024-41110/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-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/"
}
],
"title": "Security update for docker, docker-stable",
"tracking": {
"current_release_date": "2025-04-02T09:39:33Z",
"generator": {
"date": "2025-04-02T09:39:33Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:1102-1",
"initial_release_date": "2025-04-02T09:39:33Z",
"revision_history": [
{
"date": "2025-04-02T09:39:33Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "docker-27.5.1_ce-98.126.1.aarch64",
"product": {
"name": "docker-27.5.1_ce-98.126.1.aarch64",
"product_id": "docker-27.5.1_ce-98.126.1.aarch64"
}
},
{
"category": "product_version",
"name": "docker-stable-24.0.9_ce-1.11.1.aarch64",
"product": {
"name": "docker-stable-24.0.9_ce-1.11.1.aarch64",
"product_id": "docker-stable-24.0.9_ce-1.11.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-27.5.1_ce-98.126.1.i586",
"product": {
"name": "docker-27.5.1_ce-98.126.1.i586",
"product_id": "docker-27.5.1_ce-98.126.1.i586"
}
},
{
"category": "product_version",
"name": "docker-stable-24.0.9_ce-1.11.1.i586",
"product": {
"name": "docker-stable-24.0.9_ce-1.11.1.i586",
"product_id": "docker-stable-24.0.9_ce-1.11.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"product": {
"name": "docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"product_id": "docker-bash-completion-27.5.1_ce-98.126.1.noarch"
}
},
{
"category": "product_version",
"name": "docker-fish-completion-27.5.1_ce-98.126.1.noarch",
"product": {
"name": "docker-fish-completion-27.5.1_ce-98.126.1.noarch",
"product_id": "docker-fish-completion-27.5.1_ce-98.126.1.noarch"
}
},
{
"category": "product_version",
"name": "docker-rootless-extras-27.5.1_ce-98.126.1.noarch",
"product": {
"name": "docker-rootless-extras-27.5.1_ce-98.126.1.noarch",
"product_id": "docker-rootless-extras-27.5.1_ce-98.126.1.noarch"
}
},
{
"category": "product_version",
"name": "docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch",
"product": {
"name": "docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch",
"product_id": "docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch"
}
},
{
"category": "product_version",
"name": "docker-stable-fish-completion-24.0.9_ce-1.11.1.noarch",
"product": {
"name": "docker-stable-fish-completion-24.0.9_ce-1.11.1.noarch",
"product_id": "docker-stable-fish-completion-24.0.9_ce-1.11.1.noarch"
}
},
{
"category": "product_version",
"name": "docker-stable-rootless-extras-24.0.9_ce-1.11.1.noarch",
"product": {
"name": "docker-stable-rootless-extras-24.0.9_ce-1.11.1.noarch",
"product_id": "docker-stable-rootless-extras-24.0.9_ce-1.11.1.noarch"
}
},
{
"category": "product_version",
"name": "docker-stable-zsh-completion-24.0.9_ce-1.11.1.noarch",
"product": {
"name": "docker-stable-zsh-completion-24.0.9_ce-1.11.1.noarch",
"product_id": "docker-stable-zsh-completion-24.0.9_ce-1.11.1.noarch"
}
},
{
"category": "product_version",
"name": "docker-zsh-completion-27.5.1_ce-98.126.1.noarch",
"product": {
"name": "docker-zsh-completion-27.5.1_ce-98.126.1.noarch",
"product_id": "docker-zsh-completion-27.5.1_ce-98.126.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-27.5.1_ce-98.126.1.ppc64le",
"product": {
"name": "docker-27.5.1_ce-98.126.1.ppc64le",
"product_id": "docker-27.5.1_ce-98.126.1.ppc64le"
}
},
{
"category": "product_version",
"name": "docker-stable-24.0.9_ce-1.11.1.ppc64le",
"product": {
"name": "docker-stable-24.0.9_ce-1.11.1.ppc64le",
"product_id": "docker-stable-24.0.9_ce-1.11.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-27.5.1_ce-98.126.1.s390x",
"product": {
"name": "docker-27.5.1_ce-98.126.1.s390x",
"product_id": "docker-27.5.1_ce-98.126.1.s390x"
}
},
{
"category": "product_version",
"name": "docker-stable-24.0.9_ce-1.11.1.s390x",
"product": {
"name": "docker-stable-24.0.9_ce-1.11.1.s390x",
"product_id": "docker-stable-24.0.9_ce-1.11.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-27.5.1_ce-98.126.1.x86_64",
"product": {
"name": "docker-27.5.1_ce-98.126.1.x86_64",
"product_id": "docker-27.5.1_ce-98.126.1.x86_64"
}
},
{
"category": "product_version",
"name": "docker-stable-24.0.9_ce-1.11.1.x86_64",
"product": {
"name": "docker-stable-24.0.9_ce-1.11.1.x86_64",
"product_id": "docker-stable-24.0.9_ce-1.11.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:12:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss-extended-security:12:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-98.126.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.aarch64"
},
"product_reference": "docker-27.5.1_ce-98.126.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-98.126.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.ppc64le"
},
"product_reference": "docker-27.5.1_ce-98.126.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-98.126.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.s390x"
},
"product_reference": "docker-27.5.1_ce-98.126.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-98.126.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.x86_64"
},
"product_reference": "docker-27.5.1_ce-98.126.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-bash-completion-27.5.1_ce-98.126.1.noarch as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:docker-bash-completion-27.5.1_ce-98.126.1.noarch"
},
"product_reference": "docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-1.11.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.aarch64"
},
"product_reference": "docker-stable-24.0.9_ce-1.11.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-1.11.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.ppc64le"
},
"product_reference": "docker-stable-24.0.9_ce-1.11.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-1.11.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.s390x"
},
"product_reference": "docker-stable-24.0.9_ce-1.11.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-1.11.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-1.11.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-98.126.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-27.5.1_ce-98.126.1.x86_64"
},
"product_reference": "docker-27.5.1_ce-98.126.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-bash-completion-27.5.1_ce-98.126.1.noarch as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-bash-completion-27.5.1_ce-98.126.1.noarch"
},
"product_reference": "docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-1.11.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.11.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-1.11.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-23650",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-23650"
}
],
"notes": [
{
"category": "general",
"text": "BuildKit is a toolkit for converting source code to build artifacts in an efficient, expressive and repeatable manner. A malicious BuildKit client or frontend could craft a request that could lead to BuildKit daemon crashing with a panic. The issue has been fixed in v0.12.5. As a workaround, avoid using BuildKit frontends from untrusted sources.\n",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-23650",
"url": "https://www.suse.com/security/cve/CVE-2024-23650"
},
{
"category": "external",
"summary": "SUSE Bug 1219437 for CVE-2024-23650",
"url": "https://bugzilla.suse.com/1219437"
}
],
"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 Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-02T09:39:33Z",
"details": "moderate"
}
],
"title": "CVE-2024-23650"
},
{
"cve": "CVE-2024-23653",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-23653"
}
],
"notes": [
{
"category": "general",
"text": "BuildKit is a toolkit for converting source code to build artifacts in an efficient, expressive and repeatable manner. In addition to running containers as build steps, BuildKit also provides APIs for running interactive containers based on built images. It was possible to use these APIs to ask BuildKit to run a container with elevated privileges. Normally, running such containers is only allowed if special `security.insecure` entitlement is enabled both by buildkitd configuration and allowed by the user initializing the build request. The issue has been fixed in v0.12.5 . Avoid using BuildKit frontends from untrusted sources. \n",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-23653",
"url": "https://www.suse.com/security/cve/CVE-2024-23653"
},
{
"category": "external",
"summary": "SUSE Bug 1219438 for CVE-2024-23653",
"url": "https://bugzilla.suse.com/1219438"
}
],
"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 Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-02T09:39:33Z",
"details": "important"
}
],
"title": "CVE-2024-23653"
},
{
"cve": "CVE-2024-29018",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-29018"
}
],
"notes": [
{
"category": "general",
"text": "Moby is an open source container framework that is a key component of Docker Engine, Docker Desktop, and other distributions of container tooling or runtimes. Moby\u0027s networking implementation allows for many networks, each with their own IP address range and gateway, to be defined. This feature is frequently referred to as custom networks, as each network can have a different driver, set of parameters and thus behaviors. When creating a network, the `--internal` flag is used to designate a network as _internal_. The `internal` attribute in a docker-compose.yml file may also be used to mark a network _internal_, and other API clients may specify the `internal` parameter as well.\n\nWhen containers with networking are created, they are assigned unique network interfaces and IP addresses. The host serves as a router for non-internal networks, with a gateway IP that provides SNAT/DNAT to/from container IPs.\n\nContainers on an internal network may communicate between each other, but are precluded from communicating with any networks the host has access to (LAN or WAN) as no default route is configured, and firewall rules are set up to drop all outgoing traffic. Communication with the gateway IP address (and thus appropriately configured host services) is possible, and the host may communicate with any container IP directly.\n\nIn addition to configuring the Linux kernel\u0027s various networking features to enable container networking, `dockerd` directly provides some services to container networks. Principal among these is serving as a resolver, enabling service discovery, and resolution of names from an upstream resolver.\n\nWhen a DNS request for a name that does not correspond to a container is received, the request is forwarded to the configured upstream resolver. This request is made from the container\u0027s network namespace: the level of access and routing of traffic is the same as if the request was made by the container itself.\n\nAs a consequence of this design, containers solely attached to an internal network will be unable to resolve names using the upstream resolver, as the container itself is unable to communicate with that nameserver. Only the names of containers also attached to the internal network are able to be resolved.\n\nMany systems run a local forwarding DNS resolver. As the host and any containers have separate loopback devices, a consequence of the design described above is that containers are unable to resolve names from the host\u0027s configured resolver, as they cannot reach these addresses on the host loopback device. To bridge this gap, and to allow containers to properly resolve names even when a local forwarding resolver is used on a loopback address, `dockerd` detects this scenario and instead forward DNS requests from the host namework namespace. The loopback resolver then forwards the requests to its configured upstream resolvers, as expected.\n\nBecause `dockerd` forwards DNS requests to the host loopback device, bypassing the container network namespace\u0027s normal routing semantics entirely, internal networks can unexpectedly forward DNS requests to an external nameserver. By registering a domain for which they control the authoritative nameservers, an attacker could arrange for a compromised container to exfiltrate data by encoding it in DNS queries that will eventually be answered by their nameservers.\n\nDocker Desktop is not affected, as Docker Desktop always runs an internal resolver on a RFC 1918 address.\n\nMoby releases 26.0.0, 25.0.4, and 23.0.11 are patched to prevent forwarding any DNS requests from internal networks. As a workaround, run containers intended to be solely attached to internal networks with a custom upstream address, which will force all upstream DNS queries to be resolved from the container\u0027s network namespace.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-29018",
"url": "https://www.suse.com/security/cve/CVE-2024-29018"
},
{
"category": "external",
"summary": "SUSE Bug 1234089 for CVE-2024-29018",
"url": "https://bugzilla.suse.com/1234089"
}
],
"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 Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.11.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:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-02T09:39:33Z",
"details": "moderate"
}
],
"title": "CVE-2024-29018"
},
{
"cve": "CVE-2024-41110",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-41110"
}
],
"notes": [
{
"category": "general",
"text": "Moby is an open-source project created by Docker for software containerization. A security vulnerability has been detected in certain versions of Docker Engine, which could allow an attacker to bypass authorization plugins (AuthZ) under specific circumstances. The base likelihood of this being exploited is low.\n\nUsing a specially-crafted API request, an Engine API client could make the daemon forward the request or response to an authorization plugin without the body. In certain circumstances, the authorization plugin may allow a request which it would have otherwise denied if the body had been forwarded to it.\n\nA security issue was discovered In 2018, where an attacker could bypass AuthZ plugins using a specially crafted API request. This could lead to unauthorized actions, including privilege escalation. Although this issue was fixed in Docker Engine v18.09.1 in January 2019, the fix was not carried forward to later major versions, resulting in a regression. Anyone who depends on authorization plugins that introspect the request and/or response body to make access control decisions is potentially impacted.\n\nDocker EE v19.03.x and all versions of Mirantis Container Runtime are not vulnerable.\n\ndocker-ce v27.1.1 containes patches to fix the vulnerability. Patches have also been merged into the master, 19.03, 20.0, 23.0, 24.0, 25.0, 26.0, and 26.1 release branches. If one is unable to upgrade immediately, avoid using AuthZ plugins and/or restrict access to the Docker API to trusted parties, following the principle of least privilege.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-41110",
"url": "https://www.suse.com/security/cve/CVE-2024-41110"
},
{
"category": "external",
"summary": "SUSE Bug 1228324 for CVE-2024-41110",
"url": "https://bugzilla.suse.com/1228324"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.9,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-02T09:39:33Z",
"details": "critical"
}
],
"title": "CVE-2024-41110"
},
{
"cve": "CVE-2025-22868",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22868"
}
],
"notes": [
{
"category": "general",
"text": "An attacker can pass a malicious malformed token which causes unexpected memory to be consumed during parsing.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22868",
"url": "https://www.suse.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "SUSE Bug 1239185 for CVE-2025-22868",
"url": "https://bugzilla.suse.com/1239185"
},
{
"category": "external",
"summary": "SUSE Bug 1239186 for CVE-2025-22868",
"url": "https://bugzilla.suse.com/1239186"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-02T09:39:33Z",
"details": "important"
}
],
"title": "CVE-2025-22868"
},
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-02T09:39:33Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
}
]
}
SUSE-SU-2025:1332-1
Vulnerability from csaf_suse - Published: 2025-04-17 01:37 - Updated: 2025-04-17 01:37Summary
Security update for rekor
Severity
Important
Notes
Title of the patch: Security update for rekor
Description of the patch: This update for rekor fixes the following issues:
- CVE-2023-45288: rekor: golang.org/x/net/http2: Fixed close connections when receiving too many headers (bsc#1236519)
- CVE-2024-6104: rekor: hashicorp/go-retryablehttp: Fixed sensitive information disclosure inside log file (bsc#1227053)
- CVE-2025-22868: rekor: golang.org/x/oauth2/jws: Fixed unexpected memory consumption during token parsing (bsc#1239191)
- CVE-2025-22869: rekor: golang.org/x/crypto/ssh: Fixed denial of service in the Key Exchange (bsc#1239327)
- CVE-2025-27144: rekor: gopkg.in/go-jose/go-jose.v2,github.com/go-jose/go-jose/v4,github.com/go-jose/go-jose/v3: Fixed denial of service in Go JOSE's parsing (bsc#1237638)
- CVE-2025-30204: rekor: github.com/golang-jwt/jwt/v5: Fixed jwt-go allowing excessive memory allocation during header parsing (bsc#1240468)
Other fixes:
- Update to version 1.3.10:
* Features
- Added --client-signing-algorithms flag (#1974)
* Fixes / Misc
- emit unpopulated values when marshalling (#2438)
- pkg/api: better logs when algorithm registry rejects a key
(#2429)
- chore: improve mysql readiness checks (#2397)
- Added --client-signing-algorithms flag (#1974)
- Update to version 1.3.9 (jsc#SLE-23476):
* Cache checkpoint for inactive shards (#2332)
* Support per-shard signing keys (#2330)
- Update to version 1.3.8:
* Bug Fixes
- fix zizmor issues (#2298)
- remove unneeded value in log message (#2282)
* Quality Enhancements
- chore: relax go directive to permit 1.22.x
- fetch minisign from homebrew instead of custom ppa (#2329)
- fix(ci): simplify GOVERSION extraction
- chore(deps): bump actions pins to latest
- Updates go and golangci-lint (#2302)
- update builder to use go1.23.4 (#2301)
- clean up spaces
- log request body on 500 error to aid debugging (#2283)
- Update to version 1.3.7:
* New Features
- log request body on 500 error to aid debugging (#2283)
- Add support for signing with Tink keyset (#2228)
- Add public key hash check in Signed Note verification (#2214)
- update Trillian TLS configuration (#2202)
- Add TLS support for Trillian server (#2164)
- Replace docker-compose with plugin if available (#2153)
- Add flags to backfill script (#2146)
- Unset DisableKeepalive for backfill HTTP client (#2137)
- Add script to delete indexes from Redis (#2120)
- Run CREATE statement in backfill script (#2109)
- Add MySQL support to backfill script (#2081)
- Run e2e tests on mysql and redis index backends (#2079)
* Bug Fixes
- remove unneeded value in log message (#2282)
- Add error message when computing consistency proof (#2278)
- fix validation error handling on API (#2217)
- fix error in pretty-printed inclusion proof from verify
subcommand (#2210)
- Fix index scripts (#2203)
- fix failing sharding test
- Better error handling in backfill script (#2148)
- Batch entries in cleanup script (#2158)
- Add missing workflow for index cleanup test (#2121)
- hashedrekord: fix schema $id (#2092)
Patchnames: SUSE-2025-1332,SUSE-SLE-Module-Basesystem-15-SP6-2025-1332,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-1332,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-1332,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-1332,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-1332,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-1332,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-1332,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-1332,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-1332,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2025-1332,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2025-1332,openSUSE-SLE-15.6-2025-1332
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
5.3 (Medium)
Affected products
Recommended
32 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
6 (Medium)
Affected products
Recommended
32 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.5 (High)
Affected products
Recommended
32 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
32 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
32 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
32 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
31 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for rekor",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for rekor fixes the following issues:\n\n- CVE-2023-45288: rekor: golang.org/x/net/http2: Fixed close connections when receiving too many headers (bsc#1236519)\n- CVE-2024-6104: rekor: hashicorp/go-retryablehttp: Fixed sensitive information disclosure inside log file (bsc#1227053)\n- CVE-2025-22868: rekor: golang.org/x/oauth2/jws: Fixed unexpected memory consumption during token parsing (bsc#1239191)\n- CVE-2025-22869: rekor: golang.org/x/crypto/ssh: Fixed denial of service in the Key Exchange (bsc#1239327)\n- CVE-2025-27144: rekor: gopkg.in/go-jose/go-jose.v2,github.com/go-jose/go-jose/v4,github.com/go-jose/go-jose/v3: Fixed denial of service in Go JOSE\u0027s parsing (bsc#1237638)\n- CVE-2025-30204: rekor: github.com/golang-jwt/jwt/v5: Fixed jwt-go allowing excessive memory allocation during header parsing (bsc#1240468)\n\nOther fixes:\n\n- Update to version 1.3.10:\n * Features\n - Added --client-signing-algorithms flag (#1974)\n * Fixes / Misc\n - emit unpopulated values when marshalling (#2438)\n - pkg/api: better logs when algorithm registry rejects a key\n (#2429)\n - chore: improve mysql readiness checks (#2397)\n - Added --client-signing-algorithms flag (#1974)\n\n- Update to version 1.3.9 (jsc#SLE-23476):\n * Cache checkpoint for inactive shards (#2332)\n * Support per-shard signing keys (#2330)\n\n- Update to version 1.3.8:\n * Bug Fixes\n - fix zizmor issues (#2298)\n - remove unneeded value in log message (#2282)\n * Quality Enhancements\n - chore: relax go directive to permit 1.22.x\n - fetch minisign from homebrew instead of custom ppa (#2329)\n - fix(ci): simplify GOVERSION extraction\n - chore(deps): bump actions pins to latest\n - Updates go and golangci-lint (#2302)\n - update builder to use go1.23.4 (#2301)\n - clean up spaces\n - log request body on 500 error to aid debugging (#2283)\n\n- Update to version 1.3.7:\n * New Features\n - log request body on 500 error to aid debugging (#2283)\n - Add support for signing with Tink keyset (#2228)\n - Add public key hash check in Signed Note verification (#2214)\n - update Trillian TLS configuration (#2202)\n - Add TLS support for Trillian server (#2164)\n - Replace docker-compose with plugin if available (#2153)\n - Add flags to backfill script (#2146)\n - Unset DisableKeepalive for backfill HTTP client (#2137)\n - Add script to delete indexes from Redis (#2120)\n - Run CREATE statement in backfill script (#2109)\n - Add MySQL support to backfill script (#2081)\n - Run e2e tests on mysql and redis index backends (#2079)\n * Bug Fixes\n - remove unneeded value in log message (#2282)\n - Add error message when computing consistency proof (#2278)\n - fix validation error handling on API (#2217)\n - fix error in pretty-printed inclusion proof from verify\n subcommand (#2210)\n - Fix index scripts (#2203)\n - fix failing sharding test\n - Better error handling in backfill script (#2148)\n - Batch entries in cleanup script (#2158)\n - Add missing workflow for index cleanup test (#2121)\n - hashedrekord: fix schema $id (#2092)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-1332,SUSE-SLE-Module-Basesystem-15-SP6-2025-1332,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-1332,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-1332,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-1332,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-1332,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-1332,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-1332,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-1332,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-1332,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2025-1332,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2025-1332,openSUSE-SLE-15.6-2025-1332",
"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_1332-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:1332-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251332-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:1332-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-April/039053.html"
},
{
"category": "self",
"summary": "SUSE Bug 1227053",
"url": "https://bugzilla.suse.com/1227053"
},
{
"category": "self",
"summary": "SUSE Bug 1236519",
"url": "https://bugzilla.suse.com/1236519"
},
{
"category": "self",
"summary": "SUSE Bug 1237638",
"url": "https://bugzilla.suse.com/1237638"
},
{
"category": "self",
"summary": "SUSE Bug 1239191",
"url": "https://bugzilla.suse.com/1239191"
},
{
"category": "self",
"summary": "SUSE Bug 1239327",
"url": "https://bugzilla.suse.com/1239327"
},
{
"category": "self",
"summary": "SUSE Bug 1240468",
"url": "https://bugzilla.suse.com/1240468"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-45288 page",
"url": "https://www.suse.com/security/cve/CVE-2023-45288/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-6104 page",
"url": "https://www.suse.com/security/cve/CVE-2024-6104/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-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-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/"
}
],
"title": "Security update for rekor",
"tracking": {
"current_release_date": "2025-04-17T01:37:13Z",
"generator": {
"date": "2025-04-17T01:37:13Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:1332-1",
"initial_release_date": "2025-04-17T01:37:13Z",
"revision_history": [
{
"date": "2025-04-17T01:37:13Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "rekor-1.3.10-150400.4.25.1.aarch64",
"product": {
"name": "rekor-1.3.10-150400.4.25.1.aarch64",
"product_id": "rekor-1.3.10-150400.4.25.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "rekor-1.3.10-150400.4.25.1.i586",
"product": {
"name": "rekor-1.3.10-150400.4.25.1.i586",
"product_id": "rekor-1.3.10-150400.4.25.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "rekor-1.3.10-150400.4.25.1.ppc64le",
"product": {
"name": "rekor-1.3.10-150400.4.25.1.ppc64le",
"product_id": "rekor-1.3.10-150400.4.25.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "rekor-1.3.10-150400.4.25.1.s390x",
"product": {
"name": "rekor-1.3.10-150400.4.25.1.s390x",
"product_id": "rekor-1.3.10-150400.4.25.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rekor-1.3.10-150400.4.25.1.x86_64",
"product": {
"name": "rekor-1.3.10-150400.4.25.1.x86_64",
"product_id": "rekor-1.3.10-150400.4.25.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Proxy 4.3",
"product": {
"name": "SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-proxy:4.3"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Server 4.3",
"product": {
"name": "SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-server:4.3"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.x86_64 as component of SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.x86_64 as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-45288",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-45288"
}
],
"notes": [
{
"category": "general",
"text": "An attacker may cause an HTTP/2 endpoint to read arbitrary amounts of header data by sending an excessive number of CONTINUATION frames. Maintaining HPACK state requires parsing and processing all HEADERS and CONTINUATION frames on a connection. When a request\u0027s headers exceed MaxHeaderBytes, no memory is allocated to store the excess headers, but they are still parsed. This permits an attacker to cause an HTTP/2 endpoint to read arbitrary amounts of header data, all associated with a request which is going to be rejected. These headers can include Huffman-encoded data which is significantly more expensive for the receiver to decode than for an attacker to send. The fix sets a limit on the amount of excess header frames we will process before closing a connection.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-45288",
"url": "https://www.suse.com/security/cve/CVE-2023-45288"
},
{
"category": "external",
"summary": "SUSE Bug 1221400 for CVE-2023-45288",
"url": "https://bugzilla.suse.com/1221400"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.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 High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-17T01:37:13Z",
"details": "moderate"
}
],
"title": "CVE-2023-45288"
},
{
"cve": "CVE-2024-6104",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-6104"
}
],
"notes": [
{
"category": "general",
"text": "go-retryablehttp prior to 0.7.7 did not sanitize urls when writing them to its log file. This could lead to go-retryablehttp writing sensitive HTTP basic auth credentials to its log file. This vulnerability, CVE-2024-6104, was fixed in go-retryablehttp 0.7.7.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-6104",
"url": "https://www.suse.com/security/cve/CVE-2024-6104"
},
{
"category": "external",
"summary": "SUSE Bug 1227024 for CVE-2024-6104",
"url": "https://bugzilla.suse.com/1227024"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-17T01:37:13Z",
"details": "moderate"
}
],
"title": "CVE-2024-6104"
},
{
"cve": "CVE-2025-22868",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22868"
}
],
"notes": [
{
"category": "general",
"text": "An attacker can pass a malicious malformed token which causes unexpected memory to be consumed during parsing.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22868",
"url": "https://www.suse.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "SUSE Bug 1239185 for CVE-2025-22868",
"url": "https://bugzilla.suse.com/1239185"
},
{
"category": "external",
"summary": "SUSE Bug 1239186 for CVE-2025-22868",
"url": "https://bugzilla.suse.com/1239186"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-17T01:37:13Z",
"details": "important"
}
],
"title": "CVE-2025-22868"
},
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-17T01:37:13Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-27144",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-27144"
}
],
"notes": [
{
"category": "general",
"text": "Go JOSE provides an implementation of the Javascript Object Signing and Encryption set of standards in Go, including support for JSON Web Encryption (JWE), JSON Web Signature (JWS), and JSON Web Token (JWT) standards. In versions on the 4.x branch prior to version 4.0.5, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code used strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service. Version 4.0.5 fixes this issue. As a workaround, applications could pre-validate that payloads passed to Go JOSE do not contain an excessive number of `.` characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-27144",
"url": "https://www.suse.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "SUSE Bug 1237608 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237608"
},
{
"category": "external",
"summary": "SUSE Bug 1237609 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237609"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-17T01:37:13Z",
"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": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.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": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-17T01:37:13Z",
"details": "important"
}
],
"title": "CVE-2025-30204"
}
]
}
SUSE-SU-2025:1333-1
Vulnerability from csaf_suse - Published: 2025-04-17 01:38 - Updated: 2025-04-17 01:38Summary
Security update for cosign
Severity
Important
Notes
Title of the patch: Security update for cosign
Description of the patch: This update for cosign fixes the following issues:
- CVE-2024-6104: cosign: hashicorp/go-retryablehttp: Fixed sensitive information disclosure to log file (bsc#1227031)
- CVE-2024-51744: cosign: github.com/golang-jwt/jwt/v4: Fixed bad documentation of error handling in ParseWithClaims leading to potentially dangerous situations (bsc#1232985)
- CVE-2025-27144: cosign: github.com/go-jose/go-jose/v4,github.com/go-jose/go-jose/v3: Fixed denial of service in Go JOSE's Parsing (bsc#1237682)
- CVE-2025-22870: cosign: golang.org/x/net/proxy: Fixed proxy bypass using IPv6 zone IDs (bsc#1238693)
- CVE-2025-22868: cosign: golang.org/x/oauth2/jws: Fixed unexpected memory consumption during token parsing (bsc#1239204)
- CVE-2025-22869: cosign: golang.org/x/crypto/ssh: Fixed denial of service in the Key Exchange (bsc#1239337)
Other fixes:
- Update to version 2.5.0 (jsc#SLE-23476):
* Update sigstore-go to pick up bug fixes (#4150)
* Update golangci-lint to v2, update golangci-lint-action (#4143)
* Feat/non filename completions (#4115)
* update builder to use go1.24.1 (#4116)
* Add support for new bundle specification for attesting/verifying OCI image attestations (#3889)
* Remove cert log line (#4113)
* cmd/cosign/cli: fix typo in ignoreTLogMessage (#4111)
* bump to latest scaffolding release for testing (#4099)
* increase 2e2_test docker compose tiemout to 180s (#4091)
* Fix replace with compliant image mediatype (#4077)
* Add TSA certificate related flags and fields for cosign attest (#4079)
- Update to version 2.4.3 (jsc#SLE-23476):
* Enable fetching signatures without remote get. (#4047)
* Bump sigstore/sigstore to support KMS plugins (#4073)
* sort properly Go imports (#4071)
* sync comment with parameter name in function signature (#4063)
* fix go imports order to be alphabetical (#4062)
* fix comment typo and imports order (#4061)
* Feat/file flag completion improvements (#4028)
* Udpate builder to use go1.23.6 (#4052)
* Refactor verifyNewBundle into library function (#4013)
* fix parsing error in --only for cosign copy (#4049)
* Fix codeowners syntax, add dep-maintainers (#4046)
- Update to version 2.4.2 (jsc#SLE-23476):
- Updated open-policy-agent to 1.1.0 library (#4036)
- Note that only Rego v0 policies are supported at this time
- Add UseSignedTimestamps to CheckOpts, refactor TSA options (#4006)
- Add support for verifying root checksum in cosign initialize (#3953)
- Detect if user supplied a valid protobuf bundle (#3931)
- Add a log message if user doesn't provide --trusted-root (#3933)
- Support mTLS towards container registry (#3922)
- Add bundle create helper command (#3901)
- Add trusted-root create helper command (#3876)
Bug Fixes:
- fix: set tls config while retaining other fields from default http transport (#4007)
- policy fuzzer: ignore known panics (#3993)
- Fix for multiple WithRemote options (#3982)
- Add nightly conformance test workflow (#3979)
- Fix copy --only for signatures + update/align docs (#3904)
Patchnames: SUSE-2025-1333,SUSE-SLE-Module-Basesystem-15-SP6-2025-1333,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-1333,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-1333,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-1333,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-1333,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-1333,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-1333,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-1333,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-1333,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2025-1333,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2025-1333,openSUSE-SLE-15.6-2025-1333
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
Affected products
Recommended
32 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
6 (Medium)
Affected products
Recommended
32 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.5 (High)
Affected products
Recommended
32 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
32 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
4.4 (Medium)
Affected products
Recommended
32 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.5 (High)
Affected products
Recommended
32 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
31 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for cosign",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for cosign fixes the following issues:\n\n- CVE-2024-6104: cosign: hashicorp/go-retryablehttp: Fixed sensitive information disclosure to log file (bsc#1227031)\n- CVE-2024-51744: cosign: github.com/golang-jwt/jwt/v4: Fixed bad documentation of error handling in ParseWithClaims leading to potentially dangerous situations (bsc#1232985)\n- CVE-2025-27144: cosign: github.com/go-jose/go-jose/v4,github.com/go-jose/go-jose/v3: Fixed denial of service in Go JOSE\u0027s Parsing (bsc#1237682)\n- CVE-2025-22870: cosign: golang.org/x/net/proxy: Fixed proxy bypass using IPv6 zone IDs (bsc#1238693)\n- CVE-2025-22868: cosign: golang.org/x/oauth2/jws: Fixed unexpected memory consumption during token parsing (bsc#1239204)\n- CVE-2025-22869: cosign: golang.org/x/crypto/ssh: Fixed denial of service in the Key Exchange (bsc#1239337)\n\nOther fixes:\n\n- Update to version 2.5.0 (jsc#SLE-23476):\n * Update sigstore-go to pick up bug fixes (#4150)\n * Update golangci-lint to v2, update golangci-lint-action (#4143)\n * Feat/non filename completions (#4115)\n * update builder to use go1.24.1 (#4116)\n * Add support for new bundle specification for attesting/verifying OCI image attestations (#3889)\n * Remove cert log line (#4113)\n * cmd/cosign/cli: fix typo in ignoreTLogMessage (#4111)\n * bump to latest scaffolding release for testing (#4099)\n * increase 2e2_test docker compose tiemout to 180s (#4091)\n * Fix replace with compliant image mediatype (#4077)\n * Add TSA certificate related flags and fields for cosign attest (#4079)\n\n- Update to version 2.4.3 (jsc#SLE-23476):\n * Enable fetching signatures without remote get. (#4047)\n * Bump sigstore/sigstore to support KMS plugins (#4073)\n * sort properly Go imports (#4071)\n * sync comment with parameter name in function signature (#4063)\n * fix go imports order to be alphabetical (#4062)\n * fix comment typo and imports order (#4061)\n * Feat/file flag completion improvements (#4028)\n * Udpate builder to use go1.23.6 (#4052)\n * Refactor verifyNewBundle into library function (#4013)\n * fix parsing error in --only for cosign copy (#4049)\n * Fix codeowners syntax, add dep-maintainers (#4046)\n\n- Update to version 2.4.2 (jsc#SLE-23476):\n - Updated open-policy-agent to 1.1.0 library (#4036)\n - Note that only Rego v0 policies are supported at this time\n - Add UseSignedTimestamps to CheckOpts, refactor TSA options (#4006)\n - Add support for verifying root checksum in cosign initialize (#3953)\n - Detect if user supplied a valid protobuf bundle (#3931)\n - Add a log message if user doesn\u0027t provide --trusted-root (#3933)\n - Support mTLS towards container registry (#3922)\n - Add bundle create helper command (#3901)\n - Add trusted-root create helper command (#3876)\n Bug Fixes:\n - fix: set tls config while retaining other fields from default http transport (#4007)\n - policy fuzzer: ignore known panics (#3993)\n - Fix for multiple WithRemote options (#3982)\n - Add nightly conformance test workflow (#3979)\n - Fix copy --only for signatures + update/align docs (#3904)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-1333,SUSE-SLE-Module-Basesystem-15-SP6-2025-1333,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-1333,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-1333,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-1333,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-1333,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-1333,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-1333,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-1333,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-1333,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2025-1333,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2025-1333,openSUSE-SLE-15.6-2025-1333",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_1333-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:1333-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251333-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:1333-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-April/039052.html"
},
{
"category": "self",
"summary": "SUSE Bug 1227031",
"url": "https://bugzilla.suse.com/1227031"
},
{
"category": "self",
"summary": "SUSE Bug 1232985",
"url": "https://bugzilla.suse.com/1232985"
},
{
"category": "self",
"summary": "SUSE Bug 1237682",
"url": "https://bugzilla.suse.com/1237682"
},
{
"category": "self",
"summary": "SUSE Bug 1238693",
"url": "https://bugzilla.suse.com/1238693"
},
{
"category": "self",
"summary": "SUSE Bug 1239204",
"url": "https://bugzilla.suse.com/1239204"
},
{
"category": "self",
"summary": "SUSE Bug 1239337",
"url": "https://bugzilla.suse.com/1239337"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-51744 page",
"url": "https://www.suse.com/security/cve/CVE-2024-51744/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-6104 page",
"url": "https://www.suse.com/security/cve/CVE-2024-6104/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22868 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22868/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22870 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22870/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-27144 page",
"url": "https://www.suse.com/security/cve/CVE-2025-27144/"
}
],
"title": "Security update for cosign",
"tracking": {
"current_release_date": "2025-04-17T01:38:19Z",
"generator": {
"date": "2025-04-17T01:38:19Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:1333-1",
"initial_release_date": "2025-04-17T01:38:19Z",
"revision_history": [
{
"date": "2025-04-17T01:38:19Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "cosign-2.5.0-150400.3.27.1.aarch64",
"product": {
"name": "cosign-2.5.0-150400.3.27.1.aarch64",
"product_id": "cosign-2.5.0-150400.3.27.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "cosign-2.5.0-150400.3.27.1.i586",
"product": {
"name": "cosign-2.5.0-150400.3.27.1.i586",
"product_id": "cosign-2.5.0-150400.3.27.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "cosign-bash-completion-2.5.0-150400.3.27.1.noarch",
"product": {
"name": "cosign-bash-completion-2.5.0-150400.3.27.1.noarch",
"product_id": "cosign-bash-completion-2.5.0-150400.3.27.1.noarch"
}
},
{
"category": "product_version",
"name": "cosign-fish-completion-2.5.0-150400.3.27.1.noarch",
"product": {
"name": "cosign-fish-completion-2.5.0-150400.3.27.1.noarch",
"product_id": "cosign-fish-completion-2.5.0-150400.3.27.1.noarch"
}
},
{
"category": "product_version",
"name": "cosign-zsh-completion-2.5.0-150400.3.27.1.noarch",
"product": {
"name": "cosign-zsh-completion-2.5.0-150400.3.27.1.noarch",
"product_id": "cosign-zsh-completion-2.5.0-150400.3.27.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "cosign-2.5.0-150400.3.27.1.ppc64le",
"product": {
"name": "cosign-2.5.0-150400.3.27.1.ppc64le",
"product_id": "cosign-2.5.0-150400.3.27.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "cosign-2.5.0-150400.3.27.1.s390x",
"product": {
"name": "cosign-2.5.0-150400.3.27.1.s390x",
"product_id": "cosign-2.5.0-150400.3.27.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "cosign-2.5.0-150400.3.27.1.x86_64",
"product": {
"name": "cosign-2.5.0-150400.3.27.1.x86_64",
"product_id": "cosign-2.5.0-150400.3.27.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Proxy 4.3",
"product": {
"name": "SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-proxy:4.3"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Server 4.3",
"product": {
"name": "SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-server:4.3"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.x86_64 as component of SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.x86_64 as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-51744",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-51744"
}
],
"notes": [
{
"category": "general",
"text": "golang-jwt is a Go implementation of JSON Web Tokens. Unclear documentation of the error behavior in `ParseWithClaims` can lead to situation where users are potentially not checking errors in the way they should be. Especially, if a token is both expired and invalid, the errors returned by `ParseWithClaims` return both error codes. If users only check for the `jwt.ErrTokenExpired ` using `error.Is`, they will ignore the embedded `jwt.ErrTokenSignatureInvalid` and thus potentially accept invalid tokens. A fix has been back-ported with the error handling logic from the `v5` branch to the `v4` branch. In this logic, the `ParseWithClaims` function will immediately return in \"dangerous\" situations (e.g., an invalid signature), limiting the combined errors only to situations where the signature is valid, but further validation failed (e.g., if the signature is valid, but is expired AND has the wrong audience). This fix is part of the 4.5.1 release. We are aware that this changes the behaviour of an established function and is not 100 % backwards compatible, so updating to 4.5.1 might break your code. In case you cannot update to 4.5.0, please make sure that you are properly checking for all errors (\"dangerous\" ones first), so that you are not running in the case detailed above.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-51744",
"url": "https://www.suse.com/security/cve/CVE-2024-51744"
},
{
"category": "external",
"summary": "SUSE Bug 1232936 for CVE-2024-51744",
"url": "https://bugzilla.suse.com/1232936"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.1,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-17T01:38:19Z",
"details": "moderate"
}
],
"title": "CVE-2024-51744"
},
{
"cve": "CVE-2024-6104",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-6104"
}
],
"notes": [
{
"category": "general",
"text": "go-retryablehttp prior to 0.7.7 did not sanitize urls when writing them to its log file. This could lead to go-retryablehttp writing sensitive HTTP basic auth credentials to its log file. This vulnerability, CVE-2024-6104, was fixed in go-retryablehttp 0.7.7.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-6104",
"url": "https://www.suse.com/security/cve/CVE-2024-6104"
},
{
"category": "external",
"summary": "SUSE Bug 1227024 for CVE-2024-6104",
"url": "https://bugzilla.suse.com/1227024"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-17T01:38:19Z",
"details": "moderate"
}
],
"title": "CVE-2024-6104"
},
{
"cve": "CVE-2025-22868",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22868"
}
],
"notes": [
{
"category": "general",
"text": "An attacker can pass a malicious malformed token which causes unexpected memory to be consumed during parsing.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22868",
"url": "https://www.suse.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "SUSE Bug 1239185 for CVE-2025-22868",
"url": "https://bugzilla.suse.com/1239185"
},
{
"category": "external",
"summary": "SUSE Bug 1239186 for CVE-2025-22868",
"url": "https://bugzilla.suse.com/1239186"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-17T01:38:19Z",
"details": "important"
}
],
"title": "CVE-2025-22868"
},
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-17T01:38:19Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-22870",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22870"
}
],
"notes": [
{
"category": "general",
"text": "Matching of hosts against proxy patterns can improperly treat an IPv6 zone ID as a hostname component. For example, when the NO_PROXY environment variable is set to \"*.example.com\", a request to \"[::1%25.example.com]:80` will incorrectly match and not be proxied.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22870",
"url": "https://www.suse.com/security/cve/CVE-2025-22870"
},
{
"category": "external",
"summary": "SUSE Bug 1238572 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238572"
},
{
"category": "external",
"summary": "SUSE Bug 1238611 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238611"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-17T01:38:19Z",
"details": "moderate"
}
],
"title": "CVE-2025-22870"
},
{
"cve": "CVE-2025-27144",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-27144"
}
],
"notes": [
{
"category": "general",
"text": "Go JOSE provides an implementation of the Javascript Object Signing and Encryption set of standards in Go, including support for JSON Web Encryption (JWE), JSON Web Signature (JWS), and JSON Web Token (JWT) standards. In versions on the 4.x branch prior to version 4.0.5, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code used strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service. Version 4.0.5 fixes this issue. As a workaround, applications could pre-validate that payloads passed to Go JOSE do not contain an excessive number of `.` characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-27144",
"url": "https://www.suse.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "SUSE Bug 1237608 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237608"
},
{
"category": "external",
"summary": "SUSE Bug 1237609 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237609"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-17T01:38:19Z",
"details": "important"
}
],
"title": "CVE-2025-27144"
}
]
}
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…