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- CWE-770 - Allocation of Resources Without Limits or Throttling
| Vendor | Product | Version | CPE status | |
|---|---|---|---|---|
| golang.org/x/crypto | golang.org/x/crypto/ssh |
Affected:
0 , < 0.35.0
(semver)
|
guessed |
{
"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-09-09",
"epss": "0.00921",
"percentile": "0.58198"
},
"microsoft_vex": {
"current_release_date": "2026-02-21T03:43:06.000Z",
"cve": "CVE-2025-22869",
"id": "msrc_CVE-2025-22869",
"initial_release_date": "2025-02-02T00:00:00.000Z",
"product_status:fixed": "37",
"product_status:known_affected": "37",
"product_status:known_not_affected": "1",
"source": "Microsoft CSAF VEX",
"status": "final",
"title": "Potential denial of service in golang.org/x/crypto",
"url": "https://msrc.microsoft.com/csaf/vex/2025/msrc_cve-2025-22869.json",
"version": "8"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-22869\",\"sourceIdentifier\":\"security@golang.org\",\"published\":\"2025-02-26T08:14:24.997\",\"lastModified\":\"2026-06-17T08:50:40.113\",\"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.\"}],\"affected\":[{\"source\":\"security@golang.org\",\"affectedData\":[{\"vendor\":\"golang.org/x/crypto\",\"product\":\"golang.org/x/crypto/ssh\",\"defaultStatus\":\"unaffected\",\"collectionURL\":\"https://pkg.go.dev\",\"packageName\":\"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\"}],\"versions\":[{\"version\":\"0\",\"lessThan\":\"0.35.0\",\"versionType\":\"semver\",\"status\":\"affected\"}]}]}],\"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}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2025-02-26T14:57:07.968721Z\",\"id\":\"CVE-2025-22869\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"yes\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"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\"]}]}}",
"redhat_vex": {
"aggregate_severity": "Important",
"current_release_date": "2026-09-10T09:56:09+00:00",
"cve": "CVE-2025-22869",
"id": "CVE-2025-22869",
"initial_release_date": "2025-02-26T03:07:48.855000+00:00",
"product_status:fixed": "2839",
"product_status:known_affected": "53",
"product_status:known_not_affected": "6263",
"product_status:under_investigation": "1",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2025/cve-2025-22869.json",
"version": "3"
},
"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"
}
}
}
OPENSUSE-SU-2025:20177-1
Vulnerability from csaf_opensuse - Published: 2025-12-18 00:17 - Updated: 2025-12-18 00:17| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.x86_64 | — |
Vendor Fix
|
{
"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 cheat",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for cheat fixes the following issues:\n\n- Security:\n * CVE-2025-47913: Fix client process termination (bsc#1253593)\n * CVE-2025-58181: Fix potential unbounded memory consumption (bsc#1253922)\n * CVE-2025-47914: Fix panic due to an out of bounds read (bsc#1254051)\n * Replace golang.org/x/crypto=golang.org/x/crypto@v0.45.0\n * Replace golang.org/x/net=golang.org/x/net@v0.47.0\n * Replace golang.org/x/sys=golang.org/x/sys@v0.38.0\n\n- Packaging improvements:\n * Drop Requires: golang-packaging. The recommended Go toolchain\n dependency expression is BuildRequires: golang(API) \u003e= 1.x or\n optionally the metapackage BuildRequires: go\n * Use BuildRequires: golang(API) \u003e= 1.19 matching go.mod\n * Build PIE with pattern that may become recommended procedure:\n %%ifnarch ppc64 GOFLAGS=\"-buildmode=pie\" %%endif go build\n A go toolchain buildmode default config would be preferable\n but none exist at this time.\n * Drop mod=vendor, go1.14+ will detect vendor dir and auto-enable\n * Remove go build -o output binary location and name. Default\n binary has the same name as package of func main() and is\n placed in the top level of the build directory.\n * Add basic %check to execute binary --help\n\n- Packaging improvements:\n * Service go_modules replace dependencies with CVEs\n * Replace github.com/cloudflare/circl=github.com/cloudflare/circl@v1.6.1\n Fix GO-2025-3754 GHSA-2x5j-vhc8-9cwm\n * Replace golang.org/x/net=golang.org/x/net@v0.36.0\n Fixes GO-2025-3503 CVE-2025-22870\n * Replace golang.org/x/crypto=golang.org/x/crypto@v0.35.0\n Fixes GO-2023-2402 CVE-2023-48795 GHSA-45x7-px36-x8w8\n Fixes GO-2025-3487 CVE-2025-22869\n * Replace github.com/go-git/go-git/v5=github.com/go-git/go-git/v5@v5.13.0\n Fixes GO-2025-3367 CVE-2025-21614 GHSA-r9px-m959-cxf4\n Fixes GO-2025-3368 CVE-2025-21613 GHSA-v725-9546-7q7m\n * Service tar_scm set mode manual from disabled\n * Service tar_scm create archive from git so we can exclude\n vendor directory upstream committed to git. Committed vendor\n directory contents have build issues even after go mod tidy.\n * Service tar_scm exclude dir vendor\n * Service set_version set mode manual from disabled\n * Service set_version remove param basename not needed\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Leap-16.0-packagehub-59",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_20177-1.json"
},
{
"category": "self",
"summary": "SUSE Bug 1247629",
"url": "https://bugzilla.suse.com/1247629"
},
{
"category": "self",
"summary": "SUSE Bug 1253593",
"url": "https://bugzilla.suse.com/1253593"
},
{
"category": "self",
"summary": "SUSE Bug 1253922",
"url": "https://bugzilla.suse.com/1253922"
},
{
"category": "self",
"summary": "SUSE Bug 1254051",
"url": "https://bugzilla.suse.com/1254051"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-48795 page",
"url": "https://www.suse.com/security/cve/CVE-2023-48795/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-21613 page",
"url": "https://www.suse.com/security/cve/CVE-2025-21613/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-21614 page",
"url": "https://www.suse.com/security/cve/CVE-2025-21614/"
},
{
"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-47913 page",
"url": "https://www.suse.com/security/cve/CVE-2025-47913/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-47914 page",
"url": "https://www.suse.com/security/cve/CVE-2025-47914/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58181 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58181/"
}
],
"title": "Security update for cheat",
"tracking": {
"current_release_date": "2025-12-18T00:17:52Z",
"generator": {
"date": "2025-12-18T00:17:52Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:20177-1",
"initial_release_date": "2025-12-18T00:17:52Z",
"revision_history": [
{
"date": "2025-12-18T00:17:52Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "cheat-4.4.2-bp160.2.1.aarch64",
"product": {
"name": "cheat-4.4.2-bp160.2.1.aarch64",
"product_id": "cheat-4.4.2-bp160.2.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "cheat-4.4.2-bp160.2.1.ppc64le",
"product": {
"name": "cheat-4.4.2-bp160.2.1.ppc64le",
"product_id": "cheat-4.4.2-bp160.2.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "cheat-4.4.2-bp160.2.1.s390x",
"product": {
"name": "cheat-4.4.2-bp160.2.1.s390x",
"product_id": "cheat-4.4.2-bp160.2.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "cheat-4.4.2-bp160.2.1.x86_64",
"product": {
"name": "cheat-4.4.2-bp160.2.1.x86_64",
"product_id": "cheat-4.4.2-bp160.2.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Leap 16.0",
"product": {
"name": "openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0"
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cheat-4.4.2-bp160.2.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.aarch64"
},
"product_reference": "cheat-4.4.2-bp160.2.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cheat-4.4.2-bp160.2.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.ppc64le"
},
"product_reference": "cheat-4.4.2-bp160.2.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cheat-4.4.2-bp160.2.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.s390x"
},
"product_reference": "cheat-4.4.2-bp160.2.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cheat-4.4.2-bp160.2.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.x86_64"
},
"product_reference": "cheat-4.4.2-bp160.2.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-48795",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-48795"
}
],
"notes": [
{
"category": "general",
"text": "The SSH transport protocol with certain OpenSSH extensions, found in OpenSSH before 9.6 and other products, allows remote attackers to bypass integrity checks such that some packets are omitted (from the extension negotiation message), and a client and server may consequently end up with a connection for which some security features have been downgraded or disabled, aka a Terrapin attack. This occurs because the SSH Binary Packet Protocol (BPP), implemented by these extensions, mishandles the handshake phase and mishandles use of sequence numbers. For example, there is an effective attack against SSH\u0027s use of ChaCha20-Poly1305 (and CBC with Encrypt-then-MAC). The bypass occurs in chacha20-poly1305@openssh.com and (if CBC is used) the -etm@openssh.com MAC algorithms. This also affects Maverick Synergy Java SSH API before 3.1.0-SNAPSHOT, Dropbear through 2022.83, Ssh before 5.1.1 in Erlang/OTP, PuTTY before 0.80, AsyncSSH before 2.14.2, golang.org/x/crypto before 0.17.0, libssh before 0.10.6, libssh2 through 1.11.0, Thorn Tech SFTP Gateway before 3.4.6, Tera Term before 5.1, Paramiko before 3.4.0, jsch before 0.2.15, SFTPGo before 2.5.6, Netgate pfSense Plus through 23.09.1, Netgate pfSense CE through 2.7.2, HPN-SSH through 18.2.0, ProFTPD before 1.3.8b (and before 1.3.9rc2), ORYX CycloneSSH before 2.3.4, NetSarang XShell 7 before Build 0144, CrushFTP before 10.6.0, ConnectBot SSH library before 2.2.22, Apache MINA sshd through 2.11.0, sshj through 0.37.0, TinySSH through 20230101, trilead-ssh2 6401, LANCOM LCOS and LANconfig, FileZilla before 3.66.4, Nova before 11.8, PKIX-SSH before 14.4, SecureCRT before 9.4.3, Transmit5 before 5.10.4, Win32-OpenSSH before 9.5.0.0p1-Beta, WinSCP before 6.2.2, Bitvise SSH Server before 9.32, Bitvise SSH Client before 9.33, KiTTY through 0.76.1.13, the net-ssh gem 7.2.0 for Ruby, the mscdex ssh2 module before 1.15.0 for Node.js, the thrussh library before 0.35.1 for Rust, and the Russh crate before 0.40.2 for Rust.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.aarch64",
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.ppc64le",
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.s390x",
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-48795",
"url": "https://www.suse.com/security/cve/CVE-2023-48795"
},
{
"category": "external",
"summary": "SUSE Bug 1217950 for CVE-2023-48795",
"url": "https://bugzilla.suse.com/1217950"
},
{
"category": "external",
"summary": "SUSE Bug 1218708 for CVE-2023-48795",
"url": "https://bugzilla.suse.com/1218708"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.aarch64",
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.ppc64le",
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.s390x",
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.aarch64",
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.ppc64le",
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.s390x",
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-12-18T00:17:52Z",
"details": "important"
}
],
"title": "CVE-2023-48795"
},
{
"cve": "CVE-2025-21613",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-21613"
}
],
"notes": [
{
"category": "general",
"text": "go-git is a highly extensible git implementation library written in pure Go. An argument injection vulnerability was discovered in go-git versions prior to v5.13. Successful exploitation of this vulnerability could allow an attacker to set arbitrary values to git-upload-pack flags. This only happens when the file transport protocol is being used, as that is the only protocol that shells out to git binaries. This vulnerability is fixed in 5.13.0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.aarch64",
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.ppc64le",
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.s390x",
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-21613",
"url": "https://www.suse.com/security/cve/CVE-2025-21613"
},
{
"category": "external",
"summary": "SUSE Bug 1235572 for CVE-2025-21613",
"url": "https://bugzilla.suse.com/1235572"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.aarch64",
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.ppc64le",
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.s390x",
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.aarch64",
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.ppc64le",
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.s390x",
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-12-18T00:17:52Z",
"details": "important"
}
],
"title": "CVE-2025-21613"
},
{
"cve": "CVE-2025-21614",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-21614"
}
],
"notes": [
{
"category": "general",
"text": "go-git is a highly extensible git implementation library written in pure Go. A denial of service (DoS) vulnerability was discovered in go-git versions prior to v5.13. This vulnerability allows an attacker to perform denial of service attacks by providing specially crafted responses from a Git server which triggers resource exhaustion in go-git clients. Users running versions of go-git from v4 and above are recommended to upgrade to v5.13 in order to mitigate this vulnerability.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.aarch64",
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.ppc64le",
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.s390x",
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-21614",
"url": "https://www.suse.com/security/cve/CVE-2025-21614"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.aarch64",
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.ppc64le",
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.s390x",
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-12-18T00:17:52Z",
"details": "important"
}
],
"title": "CVE-2025-21614"
},
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.aarch64",
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.ppc64le",
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.s390x",
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.aarch64",
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.ppc64le",
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.s390x",
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.aarch64",
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.ppc64le",
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.s390x",
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-12-18T00:17:52Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-22870",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22870"
}
],
"notes": [
{
"category": "general",
"text": "Matching of hosts against proxy patterns can improperly treat an IPv6 zone ID as a hostname component. For example, when the NO_PROXY environment variable is set to \"*.example.com\", a request to \"[::1%25.example.com]:80` will incorrectly match and not be proxied.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.aarch64",
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.ppc64le",
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.s390x",
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22870",
"url": "https://www.suse.com/security/cve/CVE-2025-22870"
},
{
"category": "external",
"summary": "SUSE Bug 1238572 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238572"
},
{
"category": "external",
"summary": "SUSE Bug 1238611 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238611"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.aarch64",
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.ppc64le",
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.s390x",
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.aarch64",
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.ppc64le",
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.s390x",
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-12-18T00:17:52Z",
"details": "moderate"
}
],
"title": "CVE-2025-22870"
},
{
"cve": "CVE-2025-47913",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-47913"
}
],
"notes": [
{
"category": "general",
"text": "SSH clients receiving SSH_AGENT_SUCCESS when expecting a typed response will panic and cause early termination of the client process.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.aarch64",
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.ppc64le",
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.s390x",
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47913",
"url": "https://www.suse.com/security/cve/CVE-2025-47913"
},
{
"category": "external",
"summary": "SUSE Bug 1253506 for CVE-2025-47913",
"url": "https://bugzilla.suse.com/1253506"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.aarch64",
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.ppc64le",
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.s390x",
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.aarch64",
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.ppc64le",
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.s390x",
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-12-18T00:17:52Z",
"details": "important"
}
],
"title": "CVE-2025-47913"
},
{
"cve": "CVE-2025-47914",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-47914"
}
],
"notes": [
{
"category": "general",
"text": "SSH Agent servers do not validate the size of messages when processing new identity requests, which may cause the program to panic if the message is malformed due to an out of bounds read.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.aarch64",
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.ppc64le",
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.s390x",
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47914",
"url": "https://www.suse.com/security/cve/CVE-2025-47914"
},
{
"category": "external",
"summary": "SUSE Bug 1253967 for CVE-2025-47914",
"url": "https://bugzilla.suse.com/1253967"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.aarch64",
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.ppc64le",
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.s390x",
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.aarch64",
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.ppc64le",
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.s390x",
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-12-18T00:17:52Z",
"details": "moderate"
}
],
"title": "CVE-2025-47914"
},
{
"cve": "CVE-2025-58181",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58181"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers parsing GSSAPI authentication requests do not validate the number of mechanisms specified in the request, allowing an attacker to cause unbounded memory consumption.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.aarch64",
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.ppc64le",
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.s390x",
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58181",
"url": "https://www.suse.com/security/cve/CVE-2025-58181"
},
{
"category": "external",
"summary": "SUSE Bug 1253784 for CVE-2025-58181",
"url": "https://bugzilla.suse.com/1253784"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.aarch64",
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.ppc64le",
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.s390x",
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.aarch64",
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.ppc64le",
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.s390x",
"openSUSE Leap 16.0:cheat-4.4.2-bp160.2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-12-18T00:17:52Z",
"details": "moderate"
}
],
"title": "CVE-2025-58181"
}
]
}
OPENSUSE-SU-2026:10230-1
Vulnerability from csaf_opensuse - Published: 2026-02-19 00:00 - Updated: 2026-02-19 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "vexctl-0.4.1+git78.f951e3a-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the vexctl-0.4.1+git78.f951e3a-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2026-10230",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2026_10230-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-45337 page",
"url": "https://www.suse.com/security/cve/CVE-2024-45337/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22868 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22868/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22870 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22870/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-27144 page",
"url": "https://www.suse.com/security/cve/CVE-2025-27144/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-30204 page",
"url": "https://www.suse.com/security/cve/CVE-2025-30204/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58181 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58181/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-22772 page",
"url": "https://www.suse.com/security/cve/CVE-2026-22772/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-24137 page",
"url": "https://www.suse.com/security/cve/CVE-2026-24137/"
}
],
"title": "vexctl-0.4.1+git78.f951e3a-1.1 on GA media",
"tracking": {
"current_release_date": "2026-02-19T00:00:00Z",
"generator": {
"date": "2026-02-19T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:10230-1",
"initial_release_date": "2026-02-19T00:00:00Z",
"revision_history": [
{
"date": "2026-02-19T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "vexctl-0.4.1+git78.f951e3a-1.1.aarch64",
"product": {
"name": "vexctl-0.4.1+git78.f951e3a-1.1.aarch64",
"product_id": "vexctl-0.4.1+git78.f951e3a-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "vexctl-0.4.1+git78.f951e3a-1.1.ppc64le",
"product": {
"name": "vexctl-0.4.1+git78.f951e3a-1.1.ppc64le",
"product_id": "vexctl-0.4.1+git78.f951e3a-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "vexctl-0.4.1+git78.f951e3a-1.1.s390x",
"product": {
"name": "vexctl-0.4.1+git78.f951e3a-1.1.s390x",
"product_id": "vexctl-0.4.1+git78.f951e3a-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "vexctl-0.4.1+git78.f951e3a-1.1.x86_64",
"product": {
"name": "vexctl-0.4.1+git78.f951e3a-1.1.x86_64",
"product_id": "vexctl-0.4.1+git78.f951e3a-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "vexctl-0.4.1+git78.f951e3a-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64"
},
"product_reference": "vexctl-0.4.1+git78.f951e3a-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vexctl-0.4.1+git78.f951e3a-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le"
},
"product_reference": "vexctl-0.4.1+git78.f951e3a-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vexctl-0.4.1+git78.f951e3a-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x"
},
"product_reference": "vexctl-0.4.1+git78.f951e3a-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vexctl-0.4.1+git78.f951e3a-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64"
},
"product_reference": "vexctl-0.4.1+git78.f951e3a-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45337",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-45337"
}
],
"notes": [
{
"category": "general",
"text": "Applications and libraries which misuse connection.serverAuthenticate (via callback field ServerConfig.PublicKeyCallback) may be susceptible to an authorization bypass. The documentation for ServerConfig.PublicKeyCallback says that \"A call to this function does not guarantee that the key offered is in fact used to authenticate.\" Specifically, the SSH protocol allows clients to inquire about whether a public key is acceptable before proving control of the corresponding private key. PublicKeyCallback may be called with multiple keys, and the order in which the keys were provided cannot be used to infer which key the client successfully authenticated with, if any. Some applications, which store the key(s) passed to PublicKeyCallback (or derived information) and make security relevant determinations based on it once the connection is established, may make incorrect assumptions. For example, an attacker may send public keys A and B, and then authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B for which the attacker does not actually control the private key. Since this API is widely misused, as a partial mitigation golang.org/x/cry...@v0.31.0 enforces the property that, when successfully authenticating via public key, the last key passed to ServerConfig.PublicKeyCallback will be the key used to authenticate the connection. PublicKeyCallback will now be called multiple times with the same key, if necessary. Note that the client may still not control the last key passed to PublicKeyCallback if the connection is then authenticated with a different method, such as PasswordCallback, KeyboardInteractiveCallback, or NoClientAuth. Users should be using the Extensions field of the Permissions return value from the various authentication callbacks to record data associated with the authentication attempt instead of referencing external state. Once the connection is established the state corresponding to the successful authentication attempt can be retrieved via the ServerConn.Permissions field. Note that some third-party libraries misuse the Permissions type by sharing it across authentication attempts; users of third-party libraries should refer to the relevant projects for guidance.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-45337",
"url": "https://www.suse.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "SUSE Bug 1234482 for CVE-2024-45337",
"url": "https://bugzilla.suse.com/1234482"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-19T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2024-45337"
},
{
"cve": "CVE-2025-22868",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22868"
}
],
"notes": [
{
"category": "general",
"text": "An attacker can pass a malicious malformed token which causes unexpected memory to be consumed during parsing.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22868",
"url": "https://www.suse.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "SUSE Bug 1239185 for CVE-2025-22868",
"url": "https://bugzilla.suse.com/1239185"
},
{
"category": "external",
"summary": "SUSE Bug 1239186 for CVE-2025-22868",
"url": "https://bugzilla.suse.com/1239186"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-19T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-22868"
},
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-19T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-22870",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22870"
}
],
"notes": [
{
"category": "general",
"text": "Matching of hosts against proxy patterns can improperly treat an IPv6 zone ID as a hostname component. For example, when the NO_PROXY environment variable is set to \"*.example.com\", a request to \"[::1%25.example.com]:80` will incorrectly match and not be proxied.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22870",
"url": "https://www.suse.com/security/cve/CVE-2025-22870"
},
{
"category": "external",
"summary": "SUSE Bug 1238572 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238572"
},
{
"category": "external",
"summary": "SUSE Bug 1238611 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238611"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-19T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-22870"
},
{
"cve": "CVE-2025-27144",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-27144"
}
],
"notes": [
{
"category": "general",
"text": "Go JOSE provides an implementation of the Javascript Object Signing and Encryption set of standards in Go, including support for JSON Web Encryption (JWE), JSON Web Signature (JWS), and JSON Web Token (JWT) standards. In versions on the 4.x branch prior to version 4.0.5, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code used strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service. Version 4.0.5 fixes this issue. As a workaround, applications could pre-validate that payloads passed to Go JOSE do not contain an excessive number of `.` characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-27144",
"url": "https://www.suse.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "SUSE Bug 1237608 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237608"
},
{
"category": "external",
"summary": "SUSE Bug 1237609 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237609"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-19T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-27144"
},
{
"cve": "CVE-2025-30204",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-30204"
}
],
"notes": [
{
"category": "general",
"text": "golang-jwt is a Go implementation of JSON Web Tokens. Starting in version 3.2.0 and prior to versions 5.2.2 and 4.5.2, the function parse.ParseUnverified splits (via a call to strings.Split) its argument (which is untrusted data) on periods. As a result, in the face of a malicious request whose Authorization header consists of Bearer followed by many period characters, a call to that function incurs allocations to the tune of O(n) bytes (where n stands for the length of the function\u0027s argument), with a constant factor of about 16. This issue is fixed in 5.2.2 and 4.5.2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-30204",
"url": "https://www.suse.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "SUSE Bug 1240441 for CVE-2025-30204",
"url": "https://bugzilla.suse.com/1240441"
},
{
"category": "external",
"summary": "SUSE Bug 1240442 for CVE-2025-30204",
"url": "https://bugzilla.suse.com/1240442"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-19T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-30204"
},
{
"cve": "CVE-2025-58181",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58181"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers parsing GSSAPI authentication requests do not validate the number of mechanisms specified in the request, allowing an attacker to cause unbounded memory consumption.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58181",
"url": "https://www.suse.com/security/cve/CVE-2025-58181"
},
{
"category": "external",
"summary": "SUSE Bug 1253784 for CVE-2025-58181",
"url": "https://bugzilla.suse.com/1253784"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-19T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-58181"
},
{
"cve": "CVE-2026-22772",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-22772"
}
],
"notes": [
{
"category": "general",
"text": "Fulcio is a certificate authority for issuing code signing certificates for an OpenID Connect (OIDC) identity. Prior to 1.8.5, Fulcio\u0027s metaRegex() function uses unanchored regex, allowing attackers to bypass MetaIssuer URL validation and trigger SSRF to arbitrary internal services. Since the SSRF only can trigger GET requests, the request cannot mutate state. The response from the GET request is not returned to the caller so data exfiltration is not possible. A malicious actor could attempt to probe an internal network through Blind SSRF. This vulnerability is fixed in 1.8.5.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-22772",
"url": "https://www.suse.com/security/cve/CVE-2026-22772"
},
{
"category": "external",
"summary": "SUSE Bug 1256532 for CVE-2026-22772",
"url": "https://bugzilla.suse.com/1256532"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-19T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-22772"
},
{
"cve": "CVE-2026-24137",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-24137"
}
],
"notes": [
{
"category": "general",
"text": "sigstore framework is a common go library shared across sigstore services and clients. In versions 1.10.3 and below, the legacy TUF client (pkg/tuf/client.go) supports caching target files to disk. It constructs a filesystem path by joining a cache base directory with a target name sourced from signed target metadata; however, it does not validate that the resulting path stays within the cache base directory. A malicious TUF repository can trigger arbitrary file overwriting, limited to the permissions that the calling process has. Note that this should only affect clients that are directly using the TUF client in sigstore/sigstore or are using an older version of Cosign. Public Sigstore deployment users are unaffected, as TUF metadata is validated by a quorum of trusted collaborators. This issue has been fixed in version 1.10.4. As a workaround, users can disable disk caching for the legacy client by setting SIGSTORE_NO_CACHE=true in the environment, migrate to https://github.com/sigstore/sigstore-go/tree/main/pkg/tuf, or upgrade to the latest sigstore/sigstore release.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-24137",
"url": "https://www.suse.com/security/cve/CVE-2026-24137"
},
{
"category": "external",
"summary": "SUSE Bug 1257137 for CVE-2026-24137",
"url": "https://bugzilla.suse.com/1257137"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-19T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-24137"
}
]
}
OPENSUSE-SU-2026:11126-1
Vulnerability from csaf_opensuse - Published: 2026-06-25 00:00 - Updated: 2026-06-25 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "velociraptor-0.7.0.4.git185.a5708584-2.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the velociraptor-0.7.0.4.git185.a5708584-2.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2026-11126",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2026_11126-1.json"
},
{
"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-45339 page",
"url": "https://www.suse.com/security/cve/CVE-2024-45339/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-13465 page",
"url": "https://www.suse.com/security/cve/CVE-2025-13465/"
},
{
"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-22872 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22872/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-24358 page",
"url": "https://www.suse.com/security/cve/CVE-2025-24358/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-47911 page",
"url": "https://www.suse.com/security/cve/CVE-2025-47911/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58058 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58058/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58181 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58181/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58190 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58190/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-5889 page",
"url": "https://www.suse.com/security/cve/CVE-2025-5889/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-64718 page",
"url": "https://www.suse.com/security/cve/CVE-2025-64718/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-6545 page",
"url": "https://www.suse.com/security/cve/CVE-2025-6545/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-6547 page",
"url": "https://www.suse.com/security/cve/CVE-2025-6547/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-7783 page",
"url": "https://www.suse.com/security/cve/CVE-2025-7783/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-1229 page",
"url": "https://www.suse.com/security/cve/CVE-2026-1229/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-25128 page",
"url": "https://www.suse.com/security/cve/CVE-2026-25128/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-25680 page",
"url": "https://www.suse.com/security/cve/CVE-2026-25680/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-25681 page",
"url": "https://www.suse.com/security/cve/CVE-2026-25681/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-26278 page",
"url": "https://www.suse.com/security/cve/CVE-2026-26278/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-26996 page",
"url": "https://www.suse.com/security/cve/CVE-2026-26996/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-27136 page",
"url": "https://www.suse.com/security/cve/CVE-2026-27136/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-2739 page",
"url": "https://www.suse.com/security/cve/CVE-2026-2739/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-27606 page",
"url": "https://www.suse.com/security/cve/CVE-2026-27606/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-27904 page",
"url": "https://www.suse.com/security/cve/CVE-2026-27904/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-33036 page",
"url": "https://www.suse.com/security/cve/CVE-2026-33036/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-33186 page",
"url": "https://www.suse.com/security/cve/CVE-2026-33186/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-33487 page",
"url": "https://www.suse.com/security/cve/CVE-2026-33487/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-33814 page",
"url": "https://www.suse.com/security/cve/CVE-2026-33814/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-34986 page",
"url": "https://www.suse.com/security/cve/CVE-2026-34986/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-39821 page",
"url": "https://www.suse.com/security/cve/CVE-2026-39821/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-39827 page",
"url": "https://www.suse.com/security/cve/CVE-2026-39827/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-39828 page",
"url": "https://www.suse.com/security/cve/CVE-2026-39828/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-39829 page",
"url": "https://www.suse.com/security/cve/CVE-2026-39829/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-39830 page",
"url": "https://www.suse.com/security/cve/CVE-2026-39830/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-39831 page",
"url": "https://www.suse.com/security/cve/CVE-2026-39831/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-39832 page",
"url": "https://www.suse.com/security/cve/CVE-2026-39832/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-39833 page",
"url": "https://www.suse.com/security/cve/CVE-2026-39833/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-39834 page",
"url": "https://www.suse.com/security/cve/CVE-2026-39834/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-39835 page",
"url": "https://www.suse.com/security/cve/CVE-2026-39835/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-42039 page",
"url": "https://www.suse.com/security/cve/CVE-2026-42039/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-42502 page",
"url": "https://www.suse.com/security/cve/CVE-2026-42502/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-42506 page",
"url": "https://www.suse.com/security/cve/CVE-2026-42506/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-42508 page",
"url": "https://www.suse.com/security/cve/CVE-2026-42508/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-46595 page",
"url": "https://www.suse.com/security/cve/CVE-2026-46595/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-46597 page",
"url": "https://www.suse.com/security/cve/CVE-2026-46597/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-46598 page",
"url": "https://www.suse.com/security/cve/CVE-2026-46598/"
}
],
"title": "velociraptor-0.7.0.4.git185.a5708584-2.1 on GA media",
"tracking": {
"current_release_date": "2026-06-25T00:00:00Z",
"generator": {
"date": "2026-06-25T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:11126-1",
"initial_release_date": "2026-06-25T00:00:00Z",
"revision_history": [
{
"date": "2026-06-25T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"product": {
"name": "velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"product_id": "velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"product": {
"name": "velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"product_id": "velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"product": {
"name": "velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"product_id": "velociraptor-0.7.0.4.git185.a5708584-2.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64",
"product": {
"name": "velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64",
"product_id": "velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64"
},
"product_reference": "velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le"
},
"product_reference": "velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "velociraptor-0.7.0.4.git185.a5708584-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x"
},
"product_reference": "velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
},
"product_reference": "velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"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": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-45288",
"url": "https://www.suse.com/security/cve/CVE-2023-45288"
},
{
"category": "external",
"summary": "SUSE Bug 1221400 for CVE-2023-45288",
"url": "https://bugzilla.suse.com/1221400"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-45288"
},
{
"cve": "CVE-2024-45339",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-45339"
}
],
"notes": [
{
"category": "general",
"text": "When logs are written to a widely-writable directory (the default), an unprivileged attacker may predict a privileged process\u0027s log file path and pre-create a symbolic link to a sensitive file in its place. When that privileged process runs, it will follow the planted symlink and overwrite that sensitive file. To fix that, glog now causes the program to exit (with status code 2) when it finds that the configured log file already exists.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-45339",
"url": "https://www.suse.com/security/cve/CVE-2024-45339"
},
{
"category": "external",
"summary": "SUSE Bug 1236541 for CVE-2024-45339",
"url": "https://bugzilla.suse.com/1236541"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2024-45339"
},
{
"cve": "CVE-2025-13465",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-13465"
}
],
"notes": [
{
"category": "general",
"text": "Lodash versions 4.0.0 through 4.17.22 are vulnerable to prototype pollution in the _.unset and _.omit functions. An attacker can pass crafted paths which cause Lodash to delete methods from global prototypes.\n\nThe issue permits deletion of properties but does not allow overwriting their original behavior.\n\nThis issue is patched on 4.17.23",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-13465",
"url": "https://www.suse.com/security/cve/CVE-2025-13465"
},
{
"category": "external",
"summary": "SUSE Bug 1257321 for CVE-2025-13465",
"url": "https://bugzilla.suse.com/1257321"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-13465"
},
{
"cve": "CVE-2025-22868",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22868"
}
],
"notes": [
{
"category": "general",
"text": "An attacker can pass a malicious malformed token which causes unexpected memory to be consumed during parsing.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22868",
"url": "https://www.suse.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "SUSE Bug 1239185 for CVE-2025-22868",
"url": "https://bugzilla.suse.com/1239185"
},
{
"category": "external",
"summary": "SUSE Bug 1239186 for CVE-2025-22868",
"url": "https://bugzilla.suse.com/1239186"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-22868"
},
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-22870",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22870"
}
],
"notes": [
{
"category": "general",
"text": "Matching of hosts against proxy patterns can improperly treat an IPv6 zone ID as a hostname component. For example, when the NO_PROXY environment variable is set to \"*.example.com\", a request to \"[::1%25.example.com]:80` will incorrectly match and not be proxied.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22870",
"url": "https://www.suse.com/security/cve/CVE-2025-22870"
},
{
"category": "external",
"summary": "SUSE Bug 1238572 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238572"
},
{
"category": "external",
"summary": "SUSE Bug 1238611 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238611"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-22870"
},
{
"cve": "CVE-2025-22872",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22872"
}
],
"notes": [
{
"category": "general",
"text": "The tokenizer incorrectly interprets tags with unquoted attribute values that end with a solidus character (/) as self-closing. When directly using Tokenizer, this can result in such tags incorrectly being marked as self-closing, and when using the Parse functions, this can result in content following such tags as being placed in the wrong scope during DOM construction, but only when tags are in foreign content (e.g. \u003cmath\u003e, \u003csvg\u003e, etc contexts).",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22872",
"url": "https://www.suse.com/security/cve/CVE-2025-22872"
},
{
"category": "external",
"summary": "SUSE Bug 1241710 for CVE-2025-22872",
"url": "https://bugzilla.suse.com/1241710"
},
{
"category": "external",
"summary": "SUSE Bug 1265255 for CVE-2025-22872",
"url": "https://bugzilla.suse.com/1265255"
},
{
"category": "external",
"summary": "SUSE Bug 1265256 for CVE-2025-22872",
"url": "https://bugzilla.suse.com/1265256"
},
{
"category": "external",
"summary": "SUSE Bug 1265259 for CVE-2025-22872",
"url": "https://bugzilla.suse.com/1265259"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-22872"
},
{
"cve": "CVE-2025-24358",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-24358"
}
],
"notes": [
{
"category": "general",
"text": "gorilla/csrf provides Cross Site Request Forgery (CSRF) prevention middleware for Go web applications \u0026 services. Prior to 1.7.2, gorilla/csrf does not validate the Origin header against an allowlist. Its executes its validation of the Referer header for cross-origin requests only when it believes the request is being served over TLS. It determines this by inspecting the r.URL.Scheme value. However, this value is never populated for \"server\" requests per the Go spec, and so this check does not run in practice. This vulnerability allows an attacker who has gained XSS on a subdomain or top level domain to perform authenticated form submissions against gorilla/csrf protected targets that share the same top level domain. This vulnerability is fixed in 1.7.2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-24358",
"url": "https://www.suse.com/security/cve/CVE-2025-24358"
},
{
"category": "external",
"summary": "SUSE Bug 1241233 for CVE-2025-24358",
"url": "https://bugzilla.suse.com/1241233"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-24358"
},
{
"cve": "CVE-2025-47911",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-47911"
}
],
"notes": [
{
"category": "general",
"text": "The html.Parse function in golang.org/x/net/html has quadratic parsing complexity when processing certain inputs, which can lead to denial of service (DoS) if an attacker provides specially crafted HTML content.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47911",
"url": "https://www.suse.com/security/cve/CVE-2025-47911"
},
{
"category": "external",
"summary": "SUSE Bug 1251308 for CVE-2025-47911",
"url": "https://bugzilla.suse.com/1251308"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-47911"
},
{
"cve": "CVE-2025-58058",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58058"
}
],
"notes": [
{
"category": "general",
"text": "xz is a pure golang package for reading and writing xz-compressed files. Prior to version 0.5.14, it is possible to put data in front of an LZMA-encoded byte stream without detecting the situation while reading the header. This can lead to increased memory consumption because the current implementation allocates the full decoding buffer directly after reading the header. The LZMA header doesn\u0027t include a magic number or has a checksum to detect such an issue according to the specification. Note that the code recognizes the issue later while reading the stream, but at this time the memory allocation has already been done. This issue has been patched in version 0.5.14.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58058",
"url": "https://www.suse.com/security/cve/CVE-2025-58058"
},
{
"category": "external",
"summary": "SUSE Bug 1248889 for CVE-2025-58058",
"url": "https://bugzilla.suse.com/1248889"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-58058"
},
{
"cve": "CVE-2025-58181",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58181"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers parsing GSSAPI authentication requests do not validate the number of mechanisms specified in the request, allowing an attacker to cause unbounded memory consumption.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58181",
"url": "https://www.suse.com/security/cve/CVE-2025-58181"
},
{
"category": "external",
"summary": "SUSE Bug 1253784 for CVE-2025-58181",
"url": "https://bugzilla.suse.com/1253784"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-58181"
},
{
"cve": "CVE-2025-58190",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58190"
}
],
"notes": [
{
"category": "general",
"text": "The html.Parse function in golang.org/x/net/html has an infinite parsing loop when processing certain inputs, which can lead to denial of service (DoS) if an attacker provides specially crafted HTML content.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58190",
"url": "https://www.suse.com/security/cve/CVE-2025-58190"
},
{
"category": "external",
"summary": "SUSE Bug 1251309 for CVE-2025-58190",
"url": "https://bugzilla.suse.com/1251309"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-58190"
},
{
"cve": "CVE-2025-5889",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-5889"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability was found in juliangruber brace-expansion up to 1.1.11/2.0.1/3.0.0/4.0.0. It has been rated as problematic. Affected by this issue is the function expand of the file index.js. The manipulation leads to inefficient regular expression complexity. The attack may be launched remotely. The complexity of an attack is rather high. The exploitation is known to be difficult. The exploit has been disclosed to the public and may be used. Upgrading to version 1.1.12, 2.0.2, 3.0.1 and 4.0.1 is able to address this issue. The name of the patch is a5b98a4f30d7813266b221435e1eaaf25a1b0ac5. It is recommended to upgrade the affected component.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-5889",
"url": "https://www.suse.com/security/cve/CVE-2025-5889"
},
{
"category": "external",
"summary": "SUSE Bug 1244340 for CVE-2025-5889",
"url": "https://bugzilla.suse.com/1244340"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 2.5,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T00:00:00Z",
"details": "low"
}
],
"title": "CVE-2025-5889"
},
{
"cve": "CVE-2025-64718",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-64718"
}
],
"notes": [
{
"category": "general",
"text": "js-yaml is a JavaScript YAML parser and dumper. In js-yaml before 4.1.1 and 3.14.2, it\u0027s possible for an attacker to modify the prototype of the result of a parsed yaml document via prototype pollution (`__proto__`). All users who parse untrusted yaml documents may be impacted. The problem is patched in js-yaml 4.1.1 and 3.14.2. Users can protect against this kind of attack on the server by using `node --disable-proto=delete` or `deno` (in Deno, pollution protection is on by default).",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-64718",
"url": "https://www.suse.com/security/cve/CVE-2025-64718"
},
{
"category": "external",
"summary": "SUSE Bug 1255407 for CVE-2025-64718",
"url": "https://bugzilla.suse.com/1255407"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-64718"
},
{
"cve": "CVE-2025-6545",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-6545"
}
],
"notes": [
{
"category": "general",
"text": "Improper Input Validation vulnerability in pbkdf2 allows Signature Spoofing by Improper Validation. This vulnerability is associated with program files lib/to-buffer.Js.\n\nThis issue affects pbkdf2: from 3.0.10 through 3.1.2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-6545",
"url": "https://www.suse.com/security/cve/CVE-2025-6545"
},
{
"category": "external",
"summary": "SUSE Bug 1245273 for CVE-2025-6545",
"url": "https://bugzilla.suse.com/1245273"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-6545"
},
{
"cve": "CVE-2025-6547",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-6547"
}
],
"notes": [
{
"category": "general",
"text": "Improper Input Validation vulnerability in pbkdf2 allows Signature Spoofing by Improper Validation.This issue affects pbkdf2: \u003c=3.1.2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-6547",
"url": "https://www.suse.com/security/cve/CVE-2025-6547"
},
{
"category": "external",
"summary": "SUSE Bug 1245271 for CVE-2025-6547",
"url": "https://bugzilla.suse.com/1245271"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-6547"
},
{
"cve": "CVE-2025-7783",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-7783"
}
],
"notes": [
{
"category": "general",
"text": "Use of Insufficiently Random Values vulnerability in form-data allows HTTP Parameter Pollution (HPP). This vulnerability is associated with program files lib/form_data.Js.\n\nThis issue affects form-data: \u003c 2.5.4, 3.0.0 - 3.0.3, 4.0.0 - 4.0.3.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-7783",
"url": "https://www.suse.com/security/cve/CVE-2025-7783"
},
{
"category": "external",
"summary": "SUSE Bug 1246810 for CVE-2025-7783",
"url": "https://bugzilla.suse.com/1246810"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-7783"
},
{
"cve": "CVE-2026-1229",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-1229"
}
],
"notes": [
{
"category": "general",
"text": "The CombinedMult function in the CIRCL ecc/p384 package (secp384r1 curve) produces an incorrect value for specific inputs. The issue is fixed by using complete addition formulas.\nECDH and ECDSA signing relying on this curve are not affected.\n\nThe bug was fixed in v1.6.3 https://github.com/cloudflare/circl/releases/tag/v1.6.3 .",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-1229",
"url": "https://www.suse.com/security/cve/CVE-2026-1229"
},
{
"category": "external",
"summary": "SUSE Bug 1265416 for CVE-2026-1229",
"url": "https://bugzilla.suse.com/1265416"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:H/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-1229"
},
{
"cve": "CVE-2026-25128",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-25128"
}
],
"notes": [
{
"category": "general",
"text": "fast-xml-parser allows users to validate XML, parse XML to JS object, or build XML from JS object without C/C++ based libraries and no callback. In versions 5.0.9 through 5.3.3, a RangeError vulnerability exists in the numeric entity processing of fast-xml-parser when parsing XML with out-of-range entity code points (e.g., `\u0026#9999999;` or `\u0026#xFFFFFF;`). This causes the parser to throw an uncaught exception, crashing any application that processes untrusted XML input. Version 5.3.4 fixes the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-25128",
"url": "https://www.suse.com/security/cve/CVE-2026-25128"
},
{
"category": "external",
"summary": "SUSE Bug 1257518 for CVE-2026-25128",
"url": "https://bugzilla.suse.com/1257518"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-25128"
},
{
"cve": "CVE-2026-25680",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-25680"
}
],
"notes": [
{
"category": "general",
"text": "Parsing arbitrary HTML can consume excessive CPU time, possibly leading to denial of service.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-25680",
"url": "https://www.suse.com/security/cve/CVE-2026-25680"
},
{
"category": "external",
"summary": "SUSE Bug 1267044 for CVE-2026-25680",
"url": "https://bugzilla.suse.com/1267044"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-25680"
},
{
"cve": "CVE-2026-25681",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-25681"
}
],
"notes": [
{
"category": "general",
"text": "Parsing arbitrary HTML which is then rendered using Render can result in an unexpected HTML tree. This can be leveraged to execute XSS attacks in applications that attempt to sanitize input HTML before rendering.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-25681",
"url": "https://www.suse.com/security/cve/CVE-2026-25681"
},
{
"category": "external",
"summary": "SUSE Bug 1267044 for CVE-2026-25681",
"url": "https://bugzilla.suse.com/1267044"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-25681"
},
{
"cve": "CVE-2026-26278",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-26278"
}
],
"notes": [
{
"category": "general",
"text": "fast-xml-parser allows users to validate XML, parse XML to JS object, or build XML from JS object without C/C++ based libraries and no callback. In versions 4.1.3 through 5.3.5, the XML parser can be forced to do an unlimited amount of entity expansion. With a very small XML input, it\u0027s possible to make the parser spend seconds or even minutes processing a single request, effectively freezing the application. Version 5.3.6 fixes the issue. As a workaround, avoid using DOCTYPE parsing by `processEntities: false` option.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-26278",
"url": "https://www.suse.com/security/cve/CVE-2026-26278"
},
{
"category": "external",
"summary": "SUSE Bug 1258547 for CVE-2026-26278",
"url": "https://bugzilla.suse.com/1258547"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-26278"
},
{
"cve": "CVE-2026-26996",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-26996"
}
],
"notes": [
{
"category": "general",
"text": "minimatch is a minimal matching utility for converting glob expressions into JavaScript RegExp objects. Versions 10.2.0 and below are vulnerable to Regular Expression Denial of Service (ReDoS) when a glob pattern contains many consecutive * wildcards followed by a literal character that doesn\u0027t appear in the test string. Each * compiles to a separate [^/]*? regex group, and when the match fails, V8\u0027s regex engine backtracks exponentially across all possible splits. The time complexity is O(4^N) where N is the number of * characters. With N=15, a single minimatch() call takes ~2 seconds. With N=34, it hangs effectively forever. Any application that passes user-controlled strings to minimatch() as the pattern argument is vulnerable to DoS. This issue has been fixed in version 10.2.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-26996",
"url": "https://www.suse.com/security/cve/CVE-2026-26996"
},
{
"category": "external",
"summary": "SUSE Bug 1258621 for CVE-2026-26996",
"url": "https://bugzilla.suse.com/1258621"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-26996"
},
{
"cve": "CVE-2026-27136",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-27136"
}
],
"notes": [
{
"category": "general",
"text": "Parsing arbitrary HTML which is then rendered using Render can result in an unexpected HTML tree. This can be leveraged to execute XSS attacks in applications that attempt to sanitize input HTML before rendering.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-27136",
"url": "https://www.suse.com/security/cve/CVE-2026-27136"
},
{
"category": "external",
"summary": "SUSE Bug 1267044 for CVE-2026-27136",
"url": "https://bugzilla.suse.com/1267044"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-27136"
},
{
"cve": "CVE-2026-2739",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-2739"
}
],
"notes": [
{
"category": "general",
"text": "This affects versions of the package bn.js before 5.2.3. Calling maskn(0) on any BN instance corrupts the internal state, causing toString(), divmod(), and other methods to enter an infinite loop, hanging the process indefinitely.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-2739",
"url": "https://www.suse.com/security/cve/CVE-2026-2739"
},
{
"category": "external",
"summary": "SUSE Bug 1258647 for CVE-2026-2739",
"url": "https://bugzilla.suse.com/1258647"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-2739"
},
{
"cve": "CVE-2026-27606",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-27606"
}
],
"notes": [
{
"category": "general",
"text": "Rollup is a module bundler for JavaScript. Versions prior to 2.80.0, 3.30.0, and 4.59.0 of the Rollup module bundler (specifically v4.x and present in current source) is vulnerable to an Arbitrary File Write via Path Traversal. Insecure file name sanitization in the core engine allows an attacker to control output filenames (e.g., via CLI named inputs, manual chunk aliases, or malicious plugins) and use traversal sequences (`../`) to overwrite files anywhere on the host filesystem that the build process has permissions for. This can lead to persistent Remote Code Execution (RCE) by overwriting critical system or user configuration files. Versions 2.80.0, 3.30.0, and 4.59.0 contain a patch for the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-27606",
"url": "https://www.suse.com/security/cve/CVE-2026-27606"
},
{
"category": "external",
"summary": "SUSE Bug 1258846 for CVE-2026-27606",
"url": "https://bugzilla.suse.com/1258846"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-27606"
},
{
"cve": "CVE-2026-27904",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-27904"
}
],
"notes": [
{
"category": "general",
"text": "minimatch is a minimal matching utility for converting glob expressions into JavaScript RegExp objects. Prior to version 10.2.3, 9.0.7, 8.0.6, 7.4.8, 6.2.2, 5.1.8, 4.2.5, and 3.1.4, nested `*()` extglobs produce regexps with nested unbounded quantifiers (e.g. `(?:(?:a|b)*)*`), which exhibit catastrophic backtracking in V8. With a 12-byte pattern `*(*(*(a|b)))` and an 18-byte non-matching input, `minimatch()` stalls for over 7 seconds. Adding a single nesting level or a few input characters pushes this to minutes. This is the most severe finding: it is triggered by the default `minimatch()` API with no special options, and the minimum viable pattern is only 12 bytes. The same issue affects `+()` extglobs equally. Versions 10.2.3, 9.0.7, 8.0.6, 7.4.8, 6.2.2, 5.1.8, 4.2.5, and 3.1.4 fix the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-27904",
"url": "https://www.suse.com/security/cve/CVE-2026-27904"
},
{
"category": "external",
"summary": "SUSE Bug 1258994 for CVE-2026-27904",
"url": "https://bugzilla.suse.com/1258994"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-27904"
},
{
"cve": "CVE-2026-33036",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-33036"
}
],
"notes": [
{
"category": "general",
"text": "fast-xml-parser allows users to process XML from JS object without C/C++ based libraries or callbacks. Versions 4.0.0-beta.3 through 5.5.5 contain a bypass vulnerability where numeric character references (\u0026#NNN;, \u0026#xHH;) and standard XML entities completely evade the entity expansion limits (e.g., maxTotalExpansions, maxExpandedLength) added to fix CVE-2026-26278, enabling XML entity expansion Denial of Service. The root cause is that replaceEntitiesValue() in OrderedObjParser.js only enforces expansion counting on DOCTYPE-defined entities while the lastEntities loop handling numeric/standard entities performs no counting at all. An attacker supplying 1M numeric entity references like \u0026#65; can force ~147MB of memory allocation and heavy CPU usage, potentially crashing the process-even when developers have configured strict limits. This issue has been fixed in version 5.5.6.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-33036",
"url": "https://www.suse.com/security/cve/CVE-2026-33036"
},
{
"category": "external",
"summary": "SUSE Bug 1259974 for CVE-2026-33036",
"url": "https://bugzilla.suse.com/1259974"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-33036"
},
{
"cve": "CVE-2026-33186",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-33186"
}
],
"notes": [
{
"category": "general",
"text": "gRPC-Go is the Go language implementation of gRPC. Versions prior to 1.79.3 have an authorization bypass resulting from improper input validation of the HTTP/2 `:path` pseudo-header. The gRPC-Go server was too lenient in its routing logic, accepting requests where the `:path` omitted the mandatory leading slash (e.g., `Service/Method` instead of `/Service/Method`). While the server successfully routed these requests to the correct handler, authorization interceptors (including the official `grpc/authz` package) evaluated the raw, non-canonical path string. Consequently, \"deny\" rules defined using canonical paths (starting with `/`) failed to match the incoming request, allowing it to bypass the policy if a fallback \"allow\" rule was present. This affects gRPC-Go servers that use path-based authorization interceptors, such as the official RBAC implementation in `google.golang.org/grpc/authz` or custom interceptors relying on `info.FullMethod` or `grpc.Method(ctx)`; AND that have a security policy contains specific \"deny\" rules for canonical paths but allows other requests by default (a fallback \"allow\" rule). The vulnerability is exploitable by an attacker who can send raw HTTP/2 frames with malformed `:path` headers directly to the gRPC server. The fix in version 1.79.3 ensures that any request with a `:path` that does not start with a leading slash is immediately rejected with a `codes.Unimplemented` error, preventing it from reaching authorization interceptors or handlers with a non-canonical path string. While upgrading is the most secure and recommended path, users can mitigate the vulnerability using one of the following methods: Use a validating interceptor (recommended mitigation); infrastructure-level normalization; and/or policy hardening.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-33186",
"url": "https://www.suse.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "SUSE Bug 1260085 for CVE-2026-33186",
"url": "https://bugzilla.suse.com/1260085"
},
{
"category": "external",
"summary": "SUSE Bug 1268676 for CVE-2026-33186",
"url": "https://bugzilla.suse.com/1268676"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-33186"
},
{
"cve": "CVE-2026-33487",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-33487"
}
],
"notes": [
{
"category": "general",
"text": "goxmlsig provides XML Digital Signatures implemented in Go. Prior to version 1.6.0, the `validateSignature` function in `validate.go` goes through the references in the `SignedInfo` block to find one that matches the signed element\u0027s ID. In Go versions before 1.22, or when `go.mod` uses an older version, there is a loop variable capture issue. The code takes the address of the loop variable `_ref` instead of its value. As a result, if more than one reference matches the ID or if the loop logic is incorrect, the `ref` pointer will always end up pointing to the last element in the `SignedInfo.References` slice after the loop. goxmlsig version 1.6.0 contains a patch.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-33487",
"url": "https://www.suse.com/security/cve/CVE-2026-33487"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-33487"
},
{
"cve": "CVE-2026-33814",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-33814"
}
],
"notes": [
{
"category": "general",
"text": "When processing HTTP/2 SETTINGS frames, transport will enter an infinite loop of writing CONTINUATION frames if it receives a SETTINGS_MAX_FRAME_SIZE with a value of 0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-33814",
"url": "https://www.suse.com/security/cve/CVE-2026-33814"
},
{
"category": "external",
"summary": "SUSE Bug 1264506 for CVE-2026-33814",
"url": "https://bugzilla.suse.com/1264506"
},
{
"category": "external",
"summary": "SUSE Bug 1268758 for CVE-2026-33814",
"url": "https://bugzilla.suse.com/1268758"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-33814"
},
{
"cve": "CVE-2026-34986",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-34986"
}
],
"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. Prior to 4.1.4 and 3.0.5, decrypting a JSON Web Encryption (JWE) object will panic if the alg field indicates a key wrapping algorithm (one ending in KW, with the exception of A128GCMKW, A192GCMKW, and A256GCMKW) and the encrypted_key field is empty. The panic happens when cipher.KeyUnwrap() in key_wrap.go attempts to allocate a slice with a zero or negative length based on the length of the encrypted_key. This code path is reachable from ParseEncrypted() / ParseEncryptedJSON() / ParseEncryptedCompact() followed by Decrypt() on the resulting object. Note that the parse functions take a list of accepted key algorithms. If the accepted key algorithms do not include any key wrapping algorithms, parsing will fail and the application will be unaffected. This panic is also reachable by calling cipher.KeyUnwrap() directly with any ciphertext parameter less than 16 bytes long, but calling this function directly is less common. Panics can lead to denial of service. This vulnerability is fixed in 4.1.4 and 3.0.5.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-34986",
"url": "https://www.suse.com/security/cve/CVE-2026-34986"
},
{
"category": "external",
"summary": "SUSE Bug 1262805 for CVE-2026-34986",
"url": "https://bugzilla.suse.com/1262805"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-34986"
},
{
"cve": "CVE-2026-39821",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-39821"
}
],
"notes": [
{
"category": "general",
"text": "The ToASCII and ToUnicode functions incorrectly accept Punycode-encoded labels that decode to an ASCII-only label. For example, ToUnicode(\"xn--example-.com\") incorrectly returns the name \"example.com\" rather than an error. This behavior can lead to privilege escalation in programs using the idna package. For example, a program which performs privilege checks on the ASCII hostname may reject \"example.com\" but permit \"xn--example-.com\". If that program subsequently converts the ASCII hostname to Unicode, it will inadvertently permits access to the Unicode name \"example.com\".",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-39821",
"url": "https://www.suse.com/security/cve/CVE-2026-39821"
},
{
"category": "external",
"summary": "SUSE Bug 1266474 for CVE-2026-39821",
"url": "https://bugzilla.suse.com/1266474"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-39821"
},
{
"cve": "CVE-2026-39827",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-39827"
}
],
"notes": [
{
"category": "general",
"text": "An authenticated SSH client that repeatedly opened channels which were rejected by the server caused unbounded memory growth, eventually crashing the server process and affecting all connected users. Rejected channels are now properly removed from the connection\u0027s internal state and released for garbage collection.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-39827",
"url": "https://www.suse.com/security/cve/CVE-2026-39827"
},
{
"category": "external",
"summary": "SUSE Bug 1266049 for CVE-2026-39827",
"url": "https://bugzilla.suse.com/1266049"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-39827"
},
{
"cve": "CVE-2026-39828",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-39828"
}
],
"notes": [
{
"category": "general",
"text": "When an SSH server authentication callback returned PartialSuccessError with non-nil Permissions, those permissions were silently discarded, potentially dropping certificate restrictions such as force-command after a second factor succeeded. Returning non-nil Permissions with PartialSuccessError now results in a connection error.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-39828",
"url": "https://www.suse.com/security/cve/CVE-2026-39828"
},
{
"category": "external",
"summary": "SUSE Bug 1266049 for CVE-2026-39828",
"url": "https://bugzilla.suse.com/1266049"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-39828"
},
{
"cve": "CVE-2026-39829",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-39829"
}
],
"notes": [
{
"category": "general",
"text": "The RSA and DSA public key parsers did not enforce size limits on key parameters. A crafted public key with an excessively large modulus or DSA parameter could cause several minutes of CPU consumption during signature verification. This could be triggered by unauthenticated clients during public key authentication. RSA moduli are now limited to 8192 bits, and DSA parameters are validated per FIPS 186-2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-39829",
"url": "https://www.suse.com/security/cve/CVE-2026-39829"
},
{
"category": "external",
"summary": "SUSE Bug 1266049 for CVE-2026-39829",
"url": "https://bugzilla.suse.com/1266049"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-39829"
},
{
"cve": "CVE-2026-39830",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-39830"
}
],
"notes": [
{
"category": "general",
"text": "A malicious SSH peer could send unsolicited global request responses to fill an internal buffer, blocking the connection\u0027s read loop. The blocked goroutine could not be released by calling Close(), resulting in a resource leak per connection. Unsolicited global responses are now discarded.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-39830",
"url": "https://www.suse.com/security/cve/CVE-2026-39830"
},
{
"category": "external",
"summary": "SUSE Bug 1266049 for CVE-2026-39830",
"url": "https://bugzilla.suse.com/1266049"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-39830"
},
{
"cve": "CVE-2026-39831",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-39831"
}
],
"notes": [
{
"category": "general",
"text": "The Verify() method for FIDO/U2F security key types (sk-ecdsa-sha2-nistp256@openssh.com, sk-ssh-ed25519@openssh.com) did not check the User Presence flag. Signatures generated without physical touch were accepted, allowing unattended use of a hardware security key. To restore the previous behavior, return a \"no-touch-required\" extension in Permissions.Extensions from PublicKeyCallback.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-39831",
"url": "https://www.suse.com/security/cve/CVE-2026-39831"
},
{
"category": "external",
"summary": "SUSE Bug 1266049 for CVE-2026-39831",
"url": "https://bugzilla.suse.com/1266049"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-39831"
},
{
"cve": "CVE-2026-39832",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-39832"
}
],
"notes": [
{
"category": "general",
"text": "When adding a key to a remote agent constraint extensions such as restrict-destination-v00@openssh.com were not serialized in the request. Destination restrictions were silently stripped when forwarding keys, allowing unrestricted use of the key on the remote host. The client now serializes all constraint extensions. Additionally, the in-memory keyring returned by NewKeyring() now rejects keys with unsupported constraint extensions instead of silently ignoring them.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-39832",
"url": "https://www.suse.com/security/cve/CVE-2026-39832"
},
{
"category": "external",
"summary": "SUSE Bug 1266049 for CVE-2026-39832",
"url": "https://bugzilla.suse.com/1266049"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-39832"
},
{
"cve": "CVE-2026-39833",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-39833"
}
],
"notes": [
{
"category": "general",
"text": "The in-memory keyring returned by NewKeyring() silently accepted keys with the ConfirmBeforeUse constraint but never enforced it. The key would sign without any confirmation prompt, with no indication to the caller that the constraint was not in effect. NewKeyring() now returns an error when unsupported constraints are requested.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-39833",
"url": "https://www.suse.com/security/cve/CVE-2026-39833"
},
{
"category": "external",
"summary": "SUSE Bug 1266049 for CVE-2026-39833",
"url": "https://bugzilla.suse.com/1266049"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.7,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-39833"
},
{
"cve": "CVE-2026-39834",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-39834"
}
],
"notes": [
{
"category": "general",
"text": "When writing data larger than 4GB in a single Write call on an SSH channel, an integer overflow in the internal payload size calculation caused the write loop to spin indefinitely, sending empty packets without making progress. The size comparison now uses int64 to prevent truncation.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-39834",
"url": "https://www.suse.com/security/cve/CVE-2026-39834"
},
{
"category": "external",
"summary": "SUSE Bug 1266049 for CVE-2026-39834",
"url": "https://bugzilla.suse.com/1266049"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-39834"
},
{
"cve": "CVE-2026-39835",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-39835"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which use CertChecker as a public key callback without setting IsUserAuthority or IsHostAuthority could be caused to panic by a client presenting a certificate. CertChecker now returns an error instead of panicking when these callbacks are nil.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-39835",
"url": "https://www.suse.com/security/cve/CVE-2026-39835"
},
{
"category": "external",
"summary": "SUSE Bug 1266049 for CVE-2026-39835",
"url": "https://bugzilla.suse.com/1266049"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-39835"
},
{
"cve": "CVE-2026-42039",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-42039"
}
],
"notes": [
{
"category": "general",
"text": "Axios is a promise based HTTP client for the browser and Node.js. Prior to 1.15.1 and 0.31.1, toFormData recursively walks nested objects with no depth limit, so a deeply nested value passed as request data crashes the Node.js process with a RangeError. This vulnerability is fixed in 1.15.1 and 0.31.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-42039",
"url": "https://www.suse.com/security/cve/CVE-2026-42039"
},
{
"category": "external",
"summary": "SUSE Bug 1267406 for CVE-2026-42039",
"url": "https://bugzilla.suse.com/1267406"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-42039"
},
{
"cve": "CVE-2026-42502",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-42502"
}
],
"notes": [
{
"category": "general",
"text": "Parsing arbitrary HTML which is then rendered using Render can result in an unexpected HTML tree. This can be leveraged to execute XSS attacks in applications that attempt to sanitize input HTML before rendering.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-42502",
"url": "https://www.suse.com/security/cve/CVE-2026-42502"
},
{
"category": "external",
"summary": "SUSE Bug 1267044 for CVE-2026-42502",
"url": "https://bugzilla.suse.com/1267044"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-42502"
},
{
"cve": "CVE-2026-42506",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-42506"
}
],
"notes": [
{
"category": "general",
"text": "Parsing arbitrary HTML which is then rendered using Render can result in an unexpected HTML tree. This can be leveraged to execute XSS attacks in applications that attempt to sanitize input HTML before rendering.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-42506",
"url": "https://www.suse.com/security/cve/CVE-2026-42506"
},
{
"category": "external",
"summary": "SUSE Bug 1267044 for CVE-2026-42506",
"url": "https://bugzilla.suse.com/1267044"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-42506"
},
{
"cve": "CVE-2026-42508",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-42508"
}
],
"notes": [
{
"category": "general",
"text": "Previously, a revoked \u0027SignatureKey\u0027 belonging to a CA was not correctly checked for revocation. Now, both the \u0027key\u0027 and \u0027key.SignatureKey\u0027 are checked for @revoked.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-42508",
"url": "https://www.suse.com/security/cve/CVE-2026-42508"
},
{
"category": "external",
"summary": "SUSE Bug 1266049 for CVE-2026-42508",
"url": "https://bugzilla.suse.com/1266049"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-42508"
},
{
"cve": "CVE-2026-46595",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-46595"
}
],
"notes": [
{
"category": "general",
"text": "Previously, CVE-2024-45337 fixed an authorization bypass for misused ssh server configurations; if any other type of callback is passed other than public key, then the source-address validation would be skipped.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-46595",
"url": "https://www.suse.com/security/cve/CVE-2026-46595"
},
{
"category": "external",
"summary": "SUSE Bug 1266049 for CVE-2026-46595",
"url": "https://bugzilla.suse.com/1266049"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-46595"
},
{
"cve": "CVE-2026-46597",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-46597"
}
],
"notes": [
{
"category": "general",
"text": "An incorrectly placed cast from bytes to int allowed for server-side panic in the AES-GCM packet decoder for well-crafted inputs.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-46597",
"url": "https://www.suse.com/security/cve/CVE-2026-46597"
},
{
"category": "external",
"summary": "SUSE Bug 1266049 for CVE-2026-46597",
"url": "https://bugzilla.suse.com/1266049"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-46597"
},
{
"cve": "CVE-2026-46598",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-46598"
}
],
"notes": [
{
"category": "general",
"text": "For certain crafted inputs, a \u0027ed25519.PrivateKey\u0027 was created by casting malformed wire bytes, leading to a panic when used.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-46598",
"url": "https://www.suse.com/security/cve/CVE-2026-46598"
},
{
"category": "external",
"summary": "SUSE Bug 1266049 for CVE-2026-46598",
"url": "https://bugzilla.suse.com/1266049"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.aarch64",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.ppc64le",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.s390x",
"openSUSE Tumbleweed:velociraptor-0.7.0.4.git185.a5708584-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-46598"
}
]
}
OPENSUSE-SU-2026:11694-1
Vulnerability from csaf_opensuse - Published: 2026-09-07 00:00 - Updated: 2026-09-07 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:amazon-ssm-agent-3.3.5226.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:amazon-ssm-agent-3.3.5226.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:amazon-ssm-agent-3.3.5226.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:amazon-ssm-agent-3.3.5226.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:amazon-ssm-agent-3.3.5226.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:amazon-ssm-agent-3.3.5226.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:amazon-ssm-agent-3.3.5226.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:amazon-ssm-agent-3.3.5226.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:amazon-ssm-agent-3.3.5226.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:amazon-ssm-agent-3.3.5226.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:amazon-ssm-agent-3.3.5226.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:amazon-ssm-agent-3.3.5226.0-1.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "amazon-ssm-agent-3.3.5226.0-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the amazon-ssm-agent-3.3.5226.0-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2026-11694",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2026_11694-1.json"
},
{
"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-2026-25934 page",
"url": "https://www.suse.com/security/cve/CVE-2026-25934/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-71556 page",
"url": "https://www.suse.com/security/cve/CVE-2026-71556/"
}
],
"title": "amazon-ssm-agent-3.3.5226.0-1.1 on GA media",
"tracking": {
"current_release_date": "2026-09-07T00:00:00Z",
"generator": {
"date": "2026-09-07T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:11694-1",
"initial_release_date": "2026-09-07T00:00:00Z",
"revision_history": [
{
"date": "2026-09-07T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "amazon-ssm-agent-3.3.5226.0-1.1.aarch64",
"product": {
"name": "amazon-ssm-agent-3.3.5226.0-1.1.aarch64",
"product_id": "amazon-ssm-agent-3.3.5226.0-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "amazon-ssm-agent-3.3.5226.0-1.1.ppc64le",
"product": {
"name": "amazon-ssm-agent-3.3.5226.0-1.1.ppc64le",
"product_id": "amazon-ssm-agent-3.3.5226.0-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "amazon-ssm-agent-3.3.5226.0-1.1.s390x",
"product": {
"name": "amazon-ssm-agent-3.3.5226.0-1.1.s390x",
"product_id": "amazon-ssm-agent-3.3.5226.0-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "amazon-ssm-agent-3.3.5226.0-1.1.x86_64",
"product": {
"name": "amazon-ssm-agent-3.3.5226.0-1.1.x86_64",
"product_id": "amazon-ssm-agent-3.3.5226.0-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "amazon-ssm-agent-3.3.5226.0-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:amazon-ssm-agent-3.3.5226.0-1.1.aarch64"
},
"product_reference": "amazon-ssm-agent-3.3.5226.0-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amazon-ssm-agent-3.3.5226.0-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:amazon-ssm-agent-3.3.5226.0-1.1.ppc64le"
},
"product_reference": "amazon-ssm-agent-3.3.5226.0-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amazon-ssm-agent-3.3.5226.0-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:amazon-ssm-agent-3.3.5226.0-1.1.s390x"
},
"product_reference": "amazon-ssm-agent-3.3.5226.0-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amazon-ssm-agent-3.3.5226.0-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:amazon-ssm-agent-3.3.5226.0-1.1.x86_64"
},
"product_reference": "amazon-ssm-agent-3.3.5226.0-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"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": [
"openSUSE Tumbleweed:amazon-ssm-agent-3.3.5226.0-1.1.aarch64",
"openSUSE Tumbleweed:amazon-ssm-agent-3.3.5226.0-1.1.ppc64le",
"openSUSE Tumbleweed:amazon-ssm-agent-3.3.5226.0-1.1.s390x",
"openSUSE Tumbleweed:amazon-ssm-agent-3.3.5226.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:amazon-ssm-agent-3.3.5226.0-1.1.aarch64",
"openSUSE Tumbleweed:amazon-ssm-agent-3.3.5226.0-1.1.ppc64le",
"openSUSE Tumbleweed:amazon-ssm-agent-3.3.5226.0-1.1.s390x",
"openSUSE Tumbleweed:amazon-ssm-agent-3.3.5226.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:amazon-ssm-agent-3.3.5226.0-1.1.aarch64",
"openSUSE Tumbleweed:amazon-ssm-agent-3.3.5226.0-1.1.ppc64le",
"openSUSE Tumbleweed:amazon-ssm-agent-3.3.5226.0-1.1.s390x",
"openSUSE Tumbleweed:amazon-ssm-agent-3.3.5226.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-09-07T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2026-25934",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-25934"
}
],
"notes": [
{
"category": "general",
"text": "go-git is a highly extensible git implementation library written in pure Go. Prior to 5.16.5, a vulnerability was discovered in go-git whereby data integrity values for .pack and .idx files were not properly verified. This resulted in go-git potentially consuming corrupted files, which would likely result in unexpected errors such as object not found. For context, clients fetch packfiles from upstream Git servers. Those files contain a checksum of their contents, so that clients can perform integrity checks before consuming it. The pack indexes (.idx) are generated locally by go-git, or the git cli, when new .pack files are received and processed. The integrity checks for both files were not being verified correctly. This vulnerability is fixed in 5.16.5.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:amazon-ssm-agent-3.3.5226.0-1.1.aarch64",
"openSUSE Tumbleweed:amazon-ssm-agent-3.3.5226.0-1.1.ppc64le",
"openSUSE Tumbleweed:amazon-ssm-agent-3.3.5226.0-1.1.s390x",
"openSUSE Tumbleweed:amazon-ssm-agent-3.3.5226.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-25934",
"url": "https://www.suse.com/security/cve/CVE-2026-25934"
},
{
"category": "external",
"summary": "SUSE Bug 1258093 for CVE-2026-25934",
"url": "https://bugzilla.suse.com/1258093"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:amazon-ssm-agent-3.3.5226.0-1.1.aarch64",
"openSUSE Tumbleweed:amazon-ssm-agent-3.3.5226.0-1.1.ppc64le",
"openSUSE Tumbleweed:amazon-ssm-agent-3.3.5226.0-1.1.s390x",
"openSUSE Tumbleweed:amazon-ssm-agent-3.3.5226.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:amazon-ssm-agent-3.3.5226.0-1.1.aarch64",
"openSUSE Tumbleweed:amazon-ssm-agent-3.3.5226.0-1.1.ppc64le",
"openSUSE Tumbleweed:amazon-ssm-agent-3.3.5226.0-1.1.s390x",
"openSUSE Tumbleweed:amazon-ssm-agent-3.3.5226.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-09-07T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-25934"
},
{
"cve": "CVE-2026-71556",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-71556"
}
],
"notes": [
{
"category": "general",
"text": "go-git is an extensible git implementation library written in pure Go. Prior to 5.19.2 and 6.0.0-alpha.5, worktree operations (including checkout, status, and add) resolve symbolic links inside the working tree without confining resolution to the worktree boundary, so a maliciously crafted repository containing a symlink can cause go-git to read from or write to files outside the intended working directory when the repository is cloned and its worktree operations are used. Versions 5.19.2 and 6.0.0-alpha.5.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:amazon-ssm-agent-3.3.5226.0-1.1.aarch64",
"openSUSE Tumbleweed:amazon-ssm-agent-3.3.5226.0-1.1.ppc64le",
"openSUSE Tumbleweed:amazon-ssm-agent-3.3.5226.0-1.1.s390x",
"openSUSE Tumbleweed:amazon-ssm-agent-3.3.5226.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-71556",
"url": "https://www.suse.com/security/cve/CVE-2026-71556"
},
{
"category": "external",
"summary": "SUSE Bug 1276977 for CVE-2026-71556",
"url": "https://bugzilla.suse.com/1276977"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:amazon-ssm-agent-3.3.5226.0-1.1.aarch64",
"openSUSE Tumbleweed:amazon-ssm-agent-3.3.5226.0-1.1.ppc64le",
"openSUSE Tumbleweed:amazon-ssm-agent-3.3.5226.0-1.1.s390x",
"openSUSE Tumbleweed:amazon-ssm-agent-3.3.5226.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:amazon-ssm-agent-3.3.5226.0-1.1.aarch64",
"openSUSE Tumbleweed:amazon-ssm-agent-3.3.5226.0-1.1.ppc64le",
"openSUSE Tumbleweed:amazon-ssm-agent-3.3.5226.0-1.1.s390x",
"openSUSE Tumbleweed:amazon-ssm-agent-3.3.5226.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-09-07T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-71556"
}
]
}
OPENSUSE-SU-2026:20192-1
Vulnerability from csaf_opensuse - Published: 2026-02-10 21:45 - Updated: 2026-02-10 21:45| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:tailscale-1.94.1-bp160.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:tailscale-1.94.1-bp160.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:tailscale-1.94.1-bp160.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:tailscale-1.94.1-bp160.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:tailscale-bash-completion-1.94.1-bp160.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:tailscale-fish-completion-1.94.1-bp160.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:tailscale-zsh-completion-1.94.1-bp160.1.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:tailscale-1.94.1-bp160.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:tailscale-1.94.1-bp160.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:tailscale-1.94.1-bp160.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:tailscale-1.94.1-bp160.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:tailscale-bash-completion-1.94.1-bp160.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:tailscale-fish-completion-1.94.1-bp160.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:tailscale-zsh-completion-1.94.1-bp160.1.1.noarch | — |
Vendor Fix
|
{
"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 tailscale",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for tailscale fixes the following issues:\n\nChanges in tailscale:\n\n- Update to version 1.94.0:\n * IS SET and NOT SET have been added as device posture operators\n * India DERP Region City Name updated\n * Custom DERP servers support GCP Certificate Manager\n * Tailscale SSH authentication, when successful, results in LOGIN audit\n messages being sent to the kernel audit subsystem\n * Tailscale Peer Relay throughput is improved when the SO_REUSEPORT socket\n option is supported on multi-core systems\n * Tailscale Peer Relay server handshake transmission is guarded against\n routing loops over Tailscale\n * MagicDNS always resolves when using resolv.conf without a DNS manager\n * tailscaled_peer_relay_forwarded_packets_total and\n tailscaled_peer_relay_forwarded_bytes_total client metrics are available for\n Tailscale Peer Relays\n * Identity tokens are automatically generated for workload identities\n * --audience flag added to tailscale up command to support auto generation of\n ID tokens for workload identity\n * tsnet nodes can host Tailscale Services\n * The tailscale lock status -json command returns tailnet key authority (TKA)\n data in a stable format\n * Tailscale Peer Relays deliver improved throughput through monotonic time\n comparison optimizations and reduced lock contention\n * Tailscale Services virtual IPs are now automatically accepted by clients\n across all platforms regardless of the status of the --accept-routes\n feature\n\n- Update to version 1.94.0:\n * derp/derpserver: add a unique sender cardinality estimate\n * syncs: add means of declare locking assumptions for debug mode\n * cmd/k8s-operator: add support for taiscale.com/http-redirect\n * cmd/k8s-operator fix populateTLSSecret on tests\n * feature/posture: log method and full URL for posture identity requests\n * k8s-operator: Fix typos in egress-pod-readiness.go\n * cmd/tailscale,ipn: add Unix socket support for serve\n * client/systray: change systray to start after graphical.target\n * cmd/k8s-operator: warn if users attempt to expose a headless Service\n * cmd/tailscale/cli, util/qrcodes: format QR codes on Linux consoles\n * tsnet: ensure funnel listener cleans up after itself when closed\n * ipn/store/kubestore: don\u0027t load write replica certs in memory\n * tsnet: allow for automatic ID token generation\n\n- Update to version 1.92.5:\n * types/persist: omit Persist.AttestationKey based on IsZero\n * disable hardware attestation for kubernetes\n * allow opting out of ACME order replace extension\n- Update to version 1.92.4:\n * nothing of importance\n\n- Update to version 1.92.3:\n * WireGuard configuration that occurs automatically in the client, no longer\n results in a panic\n\n- Update to version 1.92.2:\n * cmd/derper: add GCP Certificate Manager support\n\n- Update to version 1.92.1:\n * fix LocalBackend deadlock when packet arrives during profile switch\n * wgengine: fix TSMP/ICMP callback leak\n- Update to version 1.92.0:\n * no changelog provided\n- Update to version 1.90.9:\n * tailscaled no longer deadlocks during event bursts\n * The client no longer hangs after wake up\n\n- Update to version 1.90.8:\n * tka: move RemoveAll() to CompactableChonk\n- Update to version 1.90.7:\n * wgengine/magicsock: validate endpoint.derpAddr\n * wgengine/magicsock: fix UDPRelayAllocReq/Resp deadlock\n * net/udprelay: replace VNI pool with selection algorithm\n * feature/relayserver,ipn/ipnlocal,net/udprelay: plumb DERPMap\n * feature/relayserver: fix Shutdown() deadlock\n * net/netmon: do not abandon a subscriber when exiting early\n * tka: don\u0027t try to read AUMs which are partway through being written\n * tka: rename a mutex to mu instead of single-letter l\n * ipn/ipnlocal: use an in-memory TKA store if FS is unavailable\n\n- Update to version 1.90.6:\n * Routes no longer stall and fail to apply when updated repeatedly in a short\n period of time\n * Tailscale SSH no longer hangs for 10s when connecting to tsrecorder. This\n affected tailnets that use Tailscale SSH recording\n\n- Update to version 1.90.4:\n * deadlock issue no longer occurs in the client when checking\n for the network to be available\n * tailscaled no longer sporadically panics when a\n Trusted Platform Module (TPM) device is present\n\n- Update to version 1.90.3:\n * tailscaled shuts down as expected and without panic\n * tailscaled starts up as expected in a no router configuration environment\n\n- Update to version 1.90.2:\n * util/linuxfw: fix 32-bit arm regression with iptables\n * health: compare warnable codes to avoid errors on release branch\n * feature/tpm: check TPM family data for compatibility\n\n- Upate to version 1.90.1:\n * Clients can use configured DNS resolvers for all domains\n * Node keys will be renewed seamlessly\n * Unnecessary path discovery packets over DERP servers are suppressed\n * Node key sealing is GA (generally available) and enabled by default\n\n- update to version 1.88.3:\n * cmd/tailscale/cli: add ts2021 debug flag to set a dial plan\n * control/controlhttp: simplify, fix race dialing, remove priority concept\n- update to version 1.88.2:\n * k8s-operator: reset service status before append\n- require the minimum go version directly, in comparison to using the golang(API)\n symbol\n\n- update to version 1.88.1:\n * Tailscale CLI prompts users to confirm impactful actions\n * Tailscale SSH works as expected when using an IP address instead of a\n hostname and MagicDNS is disabled\n * fixed: Taildrive sharing when su not present\n * Taildrive files remain consistently accessible\n * new: Tailscale tray GUI\n * DERP IPs changed for Singapore and Tokyo\n- Fixing CVE-2025-58058, bsc#1248920\n\n- update to version 1.86.5:\n * cmd/k8s-proxy,k8s-operator: fix serve config for userspace mode\n- update to version 1.86.4:\n * nothing of relevance\n- update to version 1.86.3:\n * nothing of relevance\n\n- update to version 1.86.2:\n * A deadlock issue that may have occurred in the client\n * An occasional crash when establishing a new port mapping with a gateway or\n firewall\n\n- update to version 1.86.0:\n * tsStateEncrypted device posture attribute for checking whether the\n Tailscale client state is encrypted at rest\n * Cross-site request forgery (CSRF) issue that may have resulted in a log in\n error when accessing the web interface\n * Recommended exit node when the previously recommended exit node is offline\n * tailscale up --exit-node=auto:any and tailscale set --exit-node=auto:any\n CLI commands track the recommended exit node and automatically switches to\n it when available exit nodes or network conditions change\n * tailscaled CLI command flag --encrypt-state encrypts the node state file on\n the disk using trusted platform module (TPM)\n\n- update to 1.84.3:\n * ipn/ipnlocal: Update hostinfo to control on service config change\n\n- update to 1.84.2:\n * Re-enable setting \u2014accept-dns by using TS_EXTRA_ARGS. This issue resulted\n from stricter CLI arguments parsing introduced in Tailscale v1.84.0\n\n- update to 1.84.1:\n * net/dns: cache dns.Config for reuse when compileConfig fails\n\n- update to 1.84.0:\n * The --reason flag is added to the tailscale down command\n * ReconnectAfter policy setting, which configures the maximum period of time\n between a user disconnecting Tailscale and the client automatically\n reconnecting\n * Tailscale CLI commands throw an error if multiple of the same flag are detected\n * Network connectivity issues when creating a new profile or switching\n profiles while using an exit node\n * DNS-over-TCP fallback works correctly with upstream servers reachable only\n via the tailnet\n\n- update to 1.82.5:\n * A panic issue related to CUBIC congestion control in userspace mode is resolved.\n\n- update to 1.82.0:\n * DERP functionality within the client supports certificate pinning for\n self-signed IP address certificates for those unable to use Let\u0027s Encrypt\n or WebPKI certificates.\n * Go is updated to version 1.24.1\n * NAT traversal code uses the DERP connection that a packet arrived on as an\n ultimate fallback route if no other information is available\n * Captive portal detection reliability is improved on some in-flight Wi-Fi networks\n * Port mapping success rate is improved\n * Helsinki is added as a DERP region.\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Leap-16.0-packagehub-119",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2026_20192-1.json"
},
{
"category": "self",
"summary": "SUSE Bug 1248920",
"url": "https://bugzilla.suse.com/1248920"
},
{
"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-58058 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58058/"
}
],
"title": "Security update for tailscale",
"tracking": {
"current_release_date": "2026-02-10T21:45:05Z",
"generator": {
"date": "2026-02-10T21:45:05Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:20192-1",
"initial_release_date": "2026-02-10T21:45:05Z",
"revision_history": [
{
"date": "2026-02-10T21:45:05Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "tailscale-1.94.1-bp160.1.1.aarch64",
"product": {
"name": "tailscale-1.94.1-bp160.1.1.aarch64",
"product_id": "tailscale-1.94.1-bp160.1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "tailscale-bash-completion-1.94.1-bp160.1.1.noarch",
"product": {
"name": "tailscale-bash-completion-1.94.1-bp160.1.1.noarch",
"product_id": "tailscale-bash-completion-1.94.1-bp160.1.1.noarch"
}
},
{
"category": "product_version",
"name": "tailscale-fish-completion-1.94.1-bp160.1.1.noarch",
"product": {
"name": "tailscale-fish-completion-1.94.1-bp160.1.1.noarch",
"product_id": "tailscale-fish-completion-1.94.1-bp160.1.1.noarch"
}
},
{
"category": "product_version",
"name": "tailscale-zsh-completion-1.94.1-bp160.1.1.noarch",
"product": {
"name": "tailscale-zsh-completion-1.94.1-bp160.1.1.noarch",
"product_id": "tailscale-zsh-completion-1.94.1-bp160.1.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "tailscale-1.94.1-bp160.1.1.ppc64le",
"product": {
"name": "tailscale-1.94.1-bp160.1.1.ppc64le",
"product_id": "tailscale-1.94.1-bp160.1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "tailscale-1.94.1-bp160.1.1.s390x",
"product": {
"name": "tailscale-1.94.1-bp160.1.1.s390x",
"product_id": "tailscale-1.94.1-bp160.1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "tailscale-1.94.1-bp160.1.1.x86_64",
"product": {
"name": "tailscale-1.94.1-bp160.1.1.x86_64",
"product_id": "tailscale-1.94.1-bp160.1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Leap 16.0",
"product": {
"name": "openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0"
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "tailscale-1.94.1-bp160.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:tailscale-1.94.1-bp160.1.1.aarch64"
},
"product_reference": "tailscale-1.94.1-bp160.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tailscale-1.94.1-bp160.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:tailscale-1.94.1-bp160.1.1.ppc64le"
},
"product_reference": "tailscale-1.94.1-bp160.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tailscale-1.94.1-bp160.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:tailscale-1.94.1-bp160.1.1.s390x"
},
"product_reference": "tailscale-1.94.1-bp160.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tailscale-1.94.1-bp160.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:tailscale-1.94.1-bp160.1.1.x86_64"
},
"product_reference": "tailscale-1.94.1-bp160.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tailscale-bash-completion-1.94.1-bp160.1.1.noarch as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:tailscale-bash-completion-1.94.1-bp160.1.1.noarch"
},
"product_reference": "tailscale-bash-completion-1.94.1-bp160.1.1.noarch",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tailscale-fish-completion-1.94.1-bp160.1.1.noarch as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:tailscale-fish-completion-1.94.1-bp160.1.1.noarch"
},
"product_reference": "tailscale-fish-completion-1.94.1-bp160.1.1.noarch",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tailscale-zsh-completion-1.94.1-bp160.1.1.noarch as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:tailscale-zsh-completion-1.94.1-bp160.1.1.noarch"
},
"product_reference": "tailscale-zsh-completion-1.94.1-bp160.1.1.noarch",
"relates_to_product_reference": "openSUSE Leap 16.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:tailscale-1.94.1-bp160.1.1.aarch64",
"openSUSE Leap 16.0:tailscale-1.94.1-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:tailscale-1.94.1-bp160.1.1.s390x",
"openSUSE Leap 16.0:tailscale-1.94.1-bp160.1.1.x86_64",
"openSUSE Leap 16.0:tailscale-bash-completion-1.94.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:tailscale-fish-completion-1.94.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:tailscale-zsh-completion-1.94.1-bp160.1.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": [
"openSUSE Leap 16.0:tailscale-1.94.1-bp160.1.1.aarch64",
"openSUSE Leap 16.0:tailscale-1.94.1-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:tailscale-1.94.1-bp160.1.1.s390x",
"openSUSE Leap 16.0:tailscale-1.94.1-bp160.1.1.x86_64",
"openSUSE Leap 16.0:tailscale-bash-completion-1.94.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:tailscale-fish-completion-1.94.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:tailscale-zsh-completion-1.94.1-bp160.1.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": [
"openSUSE Leap 16.0:tailscale-1.94.1-bp160.1.1.aarch64",
"openSUSE Leap 16.0:tailscale-1.94.1-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:tailscale-1.94.1-bp160.1.1.s390x",
"openSUSE Leap 16.0:tailscale-1.94.1-bp160.1.1.x86_64",
"openSUSE Leap 16.0:tailscale-bash-completion-1.94.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:tailscale-fish-completion-1.94.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:tailscale-zsh-completion-1.94.1-bp160.1.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-10T21:45:05Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-58058",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58058"
}
],
"notes": [
{
"category": "general",
"text": "xz is a pure golang package for reading and writing xz-compressed files. Prior to version 0.5.14, it is possible to put data in front of an LZMA-encoded byte stream without detecting the situation while reading the header. This can lead to increased memory consumption because the current implementation allocates the full decoding buffer directly after reading the header. The LZMA header doesn\u0027t include a magic number or has a checksum to detect such an issue according to the specification. Note that the code recognizes the issue later while reading the stream, but at this time the memory allocation has already been done. This issue has been patched in version 0.5.14.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:tailscale-1.94.1-bp160.1.1.aarch64",
"openSUSE Leap 16.0:tailscale-1.94.1-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:tailscale-1.94.1-bp160.1.1.s390x",
"openSUSE Leap 16.0:tailscale-1.94.1-bp160.1.1.x86_64",
"openSUSE Leap 16.0:tailscale-bash-completion-1.94.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:tailscale-fish-completion-1.94.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:tailscale-zsh-completion-1.94.1-bp160.1.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58058",
"url": "https://www.suse.com/security/cve/CVE-2025-58058"
},
{
"category": "external",
"summary": "SUSE Bug 1248889 for CVE-2025-58058",
"url": "https://bugzilla.suse.com/1248889"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:tailscale-1.94.1-bp160.1.1.aarch64",
"openSUSE Leap 16.0:tailscale-1.94.1-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:tailscale-1.94.1-bp160.1.1.s390x",
"openSUSE Leap 16.0:tailscale-1.94.1-bp160.1.1.x86_64",
"openSUSE Leap 16.0:tailscale-bash-completion-1.94.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:tailscale-fish-completion-1.94.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:tailscale-zsh-completion-1.94.1-bp160.1.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:tailscale-1.94.1-bp160.1.1.aarch64",
"openSUSE Leap 16.0:tailscale-1.94.1-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:tailscale-1.94.1-bp160.1.1.s390x",
"openSUSE Leap 16.0:tailscale-1.94.1-bp160.1.1.x86_64",
"openSUSE Leap 16.0:tailscale-bash-completion-1.94.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:tailscale-fish-completion-1.94.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:tailscale-zsh-completion-1.94.1-bp160.1.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-10T21:45:05Z",
"details": "moderate"
}
],
"title": "CVE-2025-58058"
}
]
}
OPENSUSE-SU-2026:20305-1
Vulnerability from csaf_opensuse - Published: 2026-03-03 16:13 - Updated: 2026-03-03 16:13| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:podman-5.4.2-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podman-5.4.2-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podman-5.4.2-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podman-5.4.2-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podman-docker-5.4.2-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:podman-5.4.2-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podman-5.4.2-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podman-5.4.2-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podman-5.4.2-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podman-docker-5.4.2-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:podman-5.4.2-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podman-5.4.2-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podman-5.4.2-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podman-5.4.2-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podman-docker-5.4.2-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:podman-5.4.2-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podman-5.4.2-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podman-5.4.2-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podman-5.4.2-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podman-docker-5.4.2-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:podman-5.4.2-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podman-5.4.2-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podman-5.4.2-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podman-5.4.2-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podman-docker-5.4.2-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:podman-5.4.2-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podman-5.4.2-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podman-5.4.2-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podman-5.4.2-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podman-docker-5.4.2-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:podman-5.4.2-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podman-5.4.2-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podman-5.4.2-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podman-5.4.2-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podman-docker-5.4.2-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:podman-5.4.2-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podman-5.4.2-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podman-5.4.2-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podman-5.4.2-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podman-docker-5.4.2-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.x86_64 | — |
Vendor Fix
|
{
"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\nChanges in podman:\n\n- Add symlink to catatonit in /usr/libexec/podman (bsc#1248988)\n\n- CVE-2025-47914: Fixed golang.org/x/crypto/ssh/agent: non validated message size can cause a panic due to an out of bounds read (bsc#1253993)\n- CVE-2025-47913: Fixed golang.org/x/crypto/ssh/agent: client process termination when receiving an unexpected message type in response to a key listing or signing request (bsc#1253542):\n\n- CVE-2025-31133,CVE-2025-52565,CVE-2025-52881: Fixed runc: Container breakouts by bypassing runc\u0027s restrictions for writing to arbitrary /proc files (bsc#1252376):\n- CVE-2025-9566: Fixed that podman kube play command may overwrite host files (bsc#1249154):\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Leap-16.0-343",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2026_20305-1.json"
},
{
"category": "self",
"summary": "SUSE Bug 1248988",
"url": "https://bugzilla.suse.com/1248988"
},
{
"category": "self",
"summary": "SUSE Bug 1249154",
"url": "https://bugzilla.suse.com/1249154"
},
{
"category": "self",
"summary": "SUSE Bug 1252376",
"url": "https://bugzilla.suse.com/1252376"
},
{
"category": "self",
"summary": "SUSE Bug 1253542",
"url": "https://bugzilla.suse.com/1253542"
},
{
"category": "self",
"summary": "SUSE Bug 1253993",
"url": "https://bugzilla.suse.com/1253993"
},
{
"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-31133 page",
"url": "https://www.suse.com/security/cve/CVE-2025-31133/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-47913 page",
"url": "https://www.suse.com/security/cve/CVE-2025-47913/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-47914 page",
"url": "https://www.suse.com/security/cve/CVE-2025-47914/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-52565 page",
"url": "https://www.suse.com/security/cve/CVE-2025-52565/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-52881 page",
"url": "https://www.suse.com/security/cve/CVE-2025-52881/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-6032 page",
"url": "https://www.suse.com/security/cve/CVE-2025-6032/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-9566 page",
"url": "https://www.suse.com/security/cve/CVE-2025-9566/"
}
],
"title": "Security update for podman",
"tracking": {
"current_release_date": "2026-03-03T16:13:34Z",
"generator": {
"date": "2026-03-03T16:13:34Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:20305-1",
"initial_release_date": "2026-03-03T16:13:34Z",
"revision_history": [
{
"date": "2026-03-03T16:13:34Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "podman-5.4.2-160000.4.1.aarch64",
"product": {
"name": "podman-5.4.2-160000.4.1.aarch64",
"product_id": "podman-5.4.2-160000.4.1.aarch64"
}
},
{
"category": "product_version",
"name": "podman-remote-5.4.2-160000.4.1.aarch64",
"product": {
"name": "podman-remote-5.4.2-160000.4.1.aarch64",
"product_id": "podman-remote-5.4.2-160000.4.1.aarch64"
}
},
{
"category": "product_version",
"name": "podmansh-5.4.2-160000.4.1.aarch64",
"product": {
"name": "podmansh-5.4.2-160000.4.1.aarch64",
"product_id": "podmansh-5.4.2-160000.4.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-docker-5.4.2-160000.4.1.noarch",
"product": {
"name": "podman-docker-5.4.2-160000.4.1.noarch",
"product_id": "podman-docker-5.4.2-160000.4.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-5.4.2-160000.4.1.ppc64le",
"product": {
"name": "podman-5.4.2-160000.4.1.ppc64le",
"product_id": "podman-5.4.2-160000.4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "podman-remote-5.4.2-160000.4.1.ppc64le",
"product": {
"name": "podman-remote-5.4.2-160000.4.1.ppc64le",
"product_id": "podman-remote-5.4.2-160000.4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "podmansh-5.4.2-160000.4.1.ppc64le",
"product": {
"name": "podmansh-5.4.2-160000.4.1.ppc64le",
"product_id": "podmansh-5.4.2-160000.4.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-5.4.2-160000.4.1.s390x",
"product": {
"name": "podman-5.4.2-160000.4.1.s390x",
"product_id": "podman-5.4.2-160000.4.1.s390x"
}
},
{
"category": "product_version",
"name": "podman-remote-5.4.2-160000.4.1.s390x",
"product": {
"name": "podman-remote-5.4.2-160000.4.1.s390x",
"product_id": "podman-remote-5.4.2-160000.4.1.s390x"
}
},
{
"category": "product_version",
"name": "podmansh-5.4.2-160000.4.1.s390x",
"product": {
"name": "podmansh-5.4.2-160000.4.1.s390x",
"product_id": "podmansh-5.4.2-160000.4.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-5.4.2-160000.4.1.x86_64",
"product": {
"name": "podman-5.4.2-160000.4.1.x86_64",
"product_id": "podman-5.4.2-160000.4.1.x86_64"
}
},
{
"category": "product_version",
"name": "podman-remote-5.4.2-160000.4.1.x86_64",
"product": {
"name": "podman-remote-5.4.2-160000.4.1.x86_64",
"product_id": "podman-remote-5.4.2-160000.4.1.x86_64"
}
},
{
"category": "product_version",
"name": "podmansh-5.4.2-160000.4.1.x86_64",
"product": {
"name": "podmansh-5.4.2-160000.4.1.x86_64",
"product_id": "podmansh-5.4.2-160000.4.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Leap 16.0",
"product": {
"name": "openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0"
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-5.4.2-160000.4.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:podman-5.4.2-160000.4.1.aarch64"
},
"product_reference": "podman-5.4.2-160000.4.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-5.4.2-160000.4.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:podman-5.4.2-160000.4.1.ppc64le"
},
"product_reference": "podman-5.4.2-160000.4.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-5.4.2-160000.4.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:podman-5.4.2-160000.4.1.s390x"
},
"product_reference": "podman-5.4.2-160000.4.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-5.4.2-160000.4.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:podman-5.4.2-160000.4.1.x86_64"
},
"product_reference": "podman-5.4.2-160000.4.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-5.4.2-160000.4.1.noarch as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:podman-docker-5.4.2-160000.4.1.noarch"
},
"product_reference": "podman-docker-5.4.2-160000.4.1.noarch",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-5.4.2-160000.4.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.aarch64"
},
"product_reference": "podman-remote-5.4.2-160000.4.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-5.4.2-160000.4.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.ppc64le"
},
"product_reference": "podman-remote-5.4.2-160000.4.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-5.4.2-160000.4.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.s390x"
},
"product_reference": "podman-remote-5.4.2-160000.4.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-5.4.2-160000.4.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.x86_64"
},
"product_reference": "podman-remote-5.4.2-160000.4.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-5.4.2-160000.4.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.aarch64"
},
"product_reference": "podmansh-5.4.2-160000.4.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-5.4.2-160000.4.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.ppc64le"
},
"product_reference": "podmansh-5.4.2-160000.4.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-5.4.2-160000.4.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.s390x"
},
"product_reference": "podmansh-5.4.2-160000.4.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-5.4.2-160000.4.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.x86_64"
},
"product_reference": "podmansh-5.4.2-160000.4.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.x86_64",
"openSUSE Leap 16.0:podman-docker-5.4.2-160000.4.1.noarch",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.x86_64",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.x86_64",
"openSUSE Leap 16.0:podman-docker-5.4.2-160000.4.1.noarch",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.x86_64",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.x86_64",
"openSUSE Leap 16.0:podman-docker-5.4.2-160000.4.1.noarch",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.x86_64",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-03T16:13:34Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-31133",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-31133"
}
],
"notes": [
{
"category": "general",
"text": "runc is a CLI tool for spawning and running containers according to the OCI specification. In versions 1.2.7 and below, 1.3.0-rc.1 through 1.3.1, 1.4.0-rc.1 and 1.4.0-rc.2 files, runc would not perform sufficient verification that the source of the bind-mount (i.e., the container\u0027s /dev/null) was actually a real /dev/null inode when using the container\u0027s /dev/null to mask. This exposes two methods of attack: an arbitrary mount gadget, leading to host information disclosure, host denial of service, container escape, or a bypassing of maskedPaths. This issue is fixed in versions 1.2.8, 1.3.3 and 1.4.0-rc.3.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.x86_64",
"openSUSE Leap 16.0:podman-docker-5.4.2-160000.4.1.noarch",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.x86_64",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-31133",
"url": "https://www.suse.com/security/cve/CVE-2025-31133"
},
{
"category": "external",
"summary": "SUSE Bug 1252232 for CVE-2025-31133",
"url": "https://bugzilla.suse.com/1252232"
},
{
"category": "external",
"summary": "SUSE Bug 1255063 for CVE-2025-31133",
"url": "https://bugzilla.suse.com/1255063"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.x86_64",
"openSUSE Leap 16.0:podman-docker-5.4.2-160000.4.1.noarch",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.x86_64",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.x86_64",
"openSUSE Leap 16.0:podman-docker-5.4.2-160000.4.1.noarch",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.x86_64",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-03T16:13:34Z",
"details": "important"
}
],
"title": "CVE-2025-31133"
},
{
"cve": "CVE-2025-47913",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-47913"
}
],
"notes": [
{
"category": "general",
"text": "SSH clients receiving SSH_AGENT_SUCCESS when expecting a typed response will panic and cause early termination of the client process.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.x86_64",
"openSUSE Leap 16.0:podman-docker-5.4.2-160000.4.1.noarch",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.x86_64",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47913",
"url": "https://www.suse.com/security/cve/CVE-2025-47913"
},
{
"category": "external",
"summary": "SUSE Bug 1253506 for CVE-2025-47913",
"url": "https://bugzilla.suse.com/1253506"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.x86_64",
"openSUSE Leap 16.0:podman-docker-5.4.2-160000.4.1.noarch",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.x86_64",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.x86_64",
"openSUSE Leap 16.0:podman-docker-5.4.2-160000.4.1.noarch",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.x86_64",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-03T16:13:34Z",
"details": "important"
}
],
"title": "CVE-2025-47913"
},
{
"cve": "CVE-2025-47914",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-47914"
}
],
"notes": [
{
"category": "general",
"text": "SSH Agent servers do not validate the size of messages when processing new identity requests, which may cause the program to panic if the message is malformed due to an out of bounds read.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.x86_64",
"openSUSE Leap 16.0:podman-docker-5.4.2-160000.4.1.noarch",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.x86_64",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47914",
"url": "https://www.suse.com/security/cve/CVE-2025-47914"
},
{
"category": "external",
"summary": "SUSE Bug 1253967 for CVE-2025-47914",
"url": "https://bugzilla.suse.com/1253967"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.x86_64",
"openSUSE Leap 16.0:podman-docker-5.4.2-160000.4.1.noarch",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.x86_64",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.x86_64",
"openSUSE Leap 16.0:podman-docker-5.4.2-160000.4.1.noarch",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.x86_64",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-03T16:13:34Z",
"details": "moderate"
}
],
"title": "CVE-2025-47914"
},
{
"cve": "CVE-2025-52565",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-52565"
}
],
"notes": [
{
"category": "general",
"text": "runc is a CLI tool for spawning and running containers according to the OCI specification. Versions 1.0.0-rc3 through 1.2.7, 1.3.0-rc.1 through 1.3.2, and 1.4.0-rc.1 through 1.4.0-rc.2, due to insufficient checks when bind-mounting `/dev/pts/$n` to `/dev/console` inside the container, an attacker can trick runc into bind-mounting paths which would normally be made read-only or be masked onto a path that the attacker can write to. This attack is very similar in concept and application to CVE-2025-31133, except that it attacks a similar vulnerability in a different target (namely, the bind-mount of `/dev/pts/$n` to `/dev/console` as configured for all containers that allocate a console). This happens after `pivot_root(2)`, so this cannot be used to write to host files directly -- however, as with CVE-2025-31133, this can load to denial of service of the host or a container breakout by providing the attacker with a writable copy of `/proc/sysrq-trigger` or `/proc/sys/kernel/core_pattern` (respectively). This issue is fixed in versions 1.2.8, 1.3.3 and 1.4.0-rc.3.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.x86_64",
"openSUSE Leap 16.0:podman-docker-5.4.2-160000.4.1.noarch",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.x86_64",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-52565",
"url": "https://www.suse.com/security/cve/CVE-2025-52565"
},
{
"category": "external",
"summary": "SUSE Bug 1252232 for CVE-2025-52565",
"url": "https://bugzilla.suse.com/1252232"
},
{
"category": "external",
"summary": "SUSE Bug 1255063 for CVE-2025-52565",
"url": "https://bugzilla.suse.com/1255063"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.x86_64",
"openSUSE Leap 16.0:podman-docker-5.4.2-160000.4.1.noarch",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.x86_64",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.x86_64",
"openSUSE Leap 16.0:podman-docker-5.4.2-160000.4.1.noarch",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.x86_64",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-03T16:13:34Z",
"details": "important"
}
],
"title": "CVE-2025-52565"
},
{
"cve": "CVE-2025-52881",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-52881"
}
],
"notes": [
{
"category": "general",
"text": "runc is a CLI tool for spawning and running containers according to the OCI specification. In versions 1.2.7, 1.3.2 and 1.4.0-rc.2, an attacker can trick runc into misdirecting writes to /proc to other procfs files through the use of a racing container with shared mounts (we have also verified this attack is possible to exploit using a standard Dockerfile with docker buildx build as that also permits triggering parallel execution of containers with custom shared mounts configured). This redirect could be through symbolic links in a tmpfs or theoretically other methods such as regular bind-mounts. While similar, the mitigation applied for the related CVE, CVE-2019-19921, was fairly limited and effectively only caused runc to verify that when LSM labels are written they are actually procfs files. This issue is fixed in versions 1.2.8, 1.3.3, and 1.4.0-rc.3.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.x86_64",
"openSUSE Leap 16.0:podman-docker-5.4.2-160000.4.1.noarch",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.x86_64",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-52881",
"url": "https://www.suse.com/security/cve/CVE-2025-52881"
},
{
"category": "external",
"summary": "SUSE Bug 1252232 for CVE-2025-52881",
"url": "https://bugzilla.suse.com/1252232"
},
{
"category": "external",
"summary": "SUSE Bug 1255063 for CVE-2025-52881",
"url": "https://bugzilla.suse.com/1255063"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.x86_64",
"openSUSE Leap 16.0:podman-docker-5.4.2-160000.4.1.noarch",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.x86_64",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.x86_64",
"openSUSE Leap 16.0:podman-docker-5.4.2-160000.4.1.noarch",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.x86_64",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-03T16:13:34Z",
"details": "important"
}
],
"title": "CVE-2025-52881"
},
{
"cve": "CVE-2025-6032",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-6032"
}
],
"notes": [
{
"category": "general",
"text": "A flaw was found in Podman. The podman machine init command fails to verify the TLS certificate when downloading the VM images from an OCI registry. This issue results in a Man In The Middle attack.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.x86_64",
"openSUSE Leap 16.0:podman-docker-5.4.2-160000.4.1.noarch",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.x86_64",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-6032",
"url": "https://www.suse.com/security/cve/CVE-2025-6032"
},
{
"category": "external",
"summary": "SUSE Bug 1245320 for CVE-2025-6032",
"url": "https://bugzilla.suse.com/1245320"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.x86_64",
"openSUSE Leap 16.0:podman-docker-5.4.2-160000.4.1.noarch",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.x86_64",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.x86_64",
"openSUSE Leap 16.0:podman-docker-5.4.2-160000.4.1.noarch",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.x86_64",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-03T16:13:34Z",
"details": "important"
}
],
"title": "CVE-2025-6032"
},
{
"cve": "CVE-2025-9566",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-9566"
}
],
"notes": [
{
"category": "general",
"text": "There\u0027s a vulnerability in podman where an attacker may use the kube play command to overwrite host files when the kube file container a Secrete or a ConfigMap volume mount and such volume contains a symbolic link to a host file path. In a successful attack, the attacker can only control the target file to be overwritten but not the content to be written into the file.\n\nBinary-Affected: podman\nUpstream-version-introduced: v4.0.0\nUpstream-version-fixed: v5.6.1",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.x86_64",
"openSUSE Leap 16.0:podman-docker-5.4.2-160000.4.1.noarch",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.x86_64",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-9566",
"url": "https://www.suse.com/security/cve/CVE-2025-9566"
},
{
"category": "external",
"summary": "SUSE Bug 1249154 for CVE-2025-9566",
"url": "https://bugzilla.suse.com/1249154"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.x86_64",
"openSUSE Leap 16.0:podman-docker-5.4.2-160000.4.1.noarch",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.x86_64",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podman-5.4.2-160000.4.1.x86_64",
"openSUSE Leap 16.0:podman-docker-5.4.2-160000.4.1.noarch",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podman-remote-5.4.2-160000.4.1.x86_64",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.aarch64",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.ppc64le",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.s390x",
"openSUSE Leap 16.0:podmansh-5.4.2-160000.4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-03T16:13:34Z",
"details": "important"
}
],
"title": "CVE-2025-9566"
}
]
}
OPENSUSE-SU-2026:21247-1
Vulnerability from csaf_opensuse - Published: 2026-07-07 12:35 - Updated: 2026-07-07 12:35| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:docker-compose-2.33.1-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:docker-compose-2.33.1-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:docker-compose-2.33.1-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:docker-compose-2.33.1-160000.5.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:docker-compose-2.33.1-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:docker-compose-2.33.1-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:docker-compose-2.33.1-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:docker-compose-2.33.1-160000.5.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:docker-compose-2.33.1-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:docker-compose-2.33.1-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:docker-compose-2.33.1-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:docker-compose-2.33.1-160000.5.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:docker-compose-2.33.1-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:docker-compose-2.33.1-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:docker-compose-2.33.1-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:docker-compose-2.33.1-160000.5.1.x86_64 | — |
Vendor Fix
|
{
"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-compose",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for docker-compose fixes the following issues\n\n- CVE-2025-0495: buildx: credential leakage to telemetry endpoints when credentials allowed to be set as attribute\n values in cache-to/cache-from configuration (bsc#1239766).\n- CVE-2025-22869: golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh\n (bsc#1239340).\n- CVE-2026-33814: golang.org/x/net/http2: infinite loop in HTTP/2 transport when given bad SETTINGS_MAX_FRAME_SIZE\n (bsc#1265782).\n- CVE-2026-39821: golang.org/x/net/idna: failure to reject ASCII-only Punycode-encoded labels allows for validation\n bypass and privilege escalation (bsc#1266625).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Leap-16.0-1168",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2026_21247-1.json"
},
{
"category": "self",
"summary": "SUSE Bug 1239340",
"url": "https://bugzilla.suse.com/1239340"
},
{
"category": "self",
"summary": "SUSE Bug 1239766",
"url": "https://bugzilla.suse.com/1239766"
},
{
"category": "self",
"summary": "SUSE Bug 1265782",
"url": "https://bugzilla.suse.com/1265782"
},
{
"category": "self",
"summary": "SUSE Bug 1266625",
"url": "https://bugzilla.suse.com/1266625"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-0495 page",
"url": "https://www.suse.com/security/cve/CVE-2025-0495/"
},
{
"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-2026-33814 page",
"url": "https://www.suse.com/security/cve/CVE-2026-33814/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-39821 page",
"url": "https://www.suse.com/security/cve/CVE-2026-39821/"
}
],
"title": "Security update for docker-compose",
"tracking": {
"current_release_date": "2026-07-07T12:35:23Z",
"generator": {
"date": "2026-07-07T12:35:23Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:21247-1",
"initial_release_date": "2026-07-07T12:35:23Z",
"revision_history": [
{
"date": "2026-07-07T12:35:23Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "docker-compose-2.33.1-160000.5.1.aarch64",
"product": {
"name": "docker-compose-2.33.1-160000.5.1.aarch64",
"product_id": "docker-compose-2.33.1-160000.5.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-compose-2.33.1-160000.5.1.ppc64le",
"product": {
"name": "docker-compose-2.33.1-160000.5.1.ppc64le",
"product_id": "docker-compose-2.33.1-160000.5.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-compose-2.33.1-160000.5.1.s390x",
"product": {
"name": "docker-compose-2.33.1-160000.5.1.s390x",
"product_id": "docker-compose-2.33.1-160000.5.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-compose-2.33.1-160000.5.1.x86_64",
"product": {
"name": "docker-compose-2.33.1-160000.5.1.x86_64",
"product_id": "docker-compose-2.33.1-160000.5.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Leap 16.0",
"product": {
"name": "openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0"
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-compose-2.33.1-160000.5.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:docker-compose-2.33.1-160000.5.1.aarch64"
},
"product_reference": "docker-compose-2.33.1-160000.5.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-compose-2.33.1-160000.5.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:docker-compose-2.33.1-160000.5.1.ppc64le"
},
"product_reference": "docker-compose-2.33.1-160000.5.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-compose-2.33.1-160000.5.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:docker-compose-2.33.1-160000.5.1.s390x"
},
"product_reference": "docker-compose-2.33.1-160000.5.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-compose-2.33.1-160000.5.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:docker-compose-2.33.1-160000.5.1.x86_64"
},
"product_reference": "docker-compose-2.33.1-160000.5.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-0495",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-0495"
}
],
"notes": [
{
"category": "general",
"text": "Buildx is a Docker CLI plugin that extends build capabilities using BuildKit.\n\nCache backends support credentials by setting secrets directly as attribute values in cache-to/cache-from configuration. When supplied as user input, these secure values may be inadvertently captured in OpenTelemetry traces as part of the arguments and flags for the traced CLI command. OpenTelemetry traces are also saved in BuildKit daemon\u0027s history records.\n\n\nThis vulnerability does not impact secrets passed to the Github cache backend via environment variables or registry authentication.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:docker-compose-2.33.1-160000.5.1.aarch64",
"openSUSE Leap 16.0:docker-compose-2.33.1-160000.5.1.ppc64le",
"openSUSE Leap 16.0:docker-compose-2.33.1-160000.5.1.s390x",
"openSUSE Leap 16.0:docker-compose-2.33.1-160000.5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-0495",
"url": "https://www.suse.com/security/cve/CVE-2025-0495"
},
{
"category": "external",
"summary": "SUSE Bug 1239765 for CVE-2025-0495",
"url": "https://bugzilla.suse.com/1239765"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:docker-compose-2.33.1-160000.5.1.aarch64",
"openSUSE Leap 16.0:docker-compose-2.33.1-160000.5.1.ppc64le",
"openSUSE Leap 16.0:docker-compose-2.33.1-160000.5.1.s390x",
"openSUSE Leap 16.0:docker-compose-2.33.1-160000.5.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:docker-compose-2.33.1-160000.5.1.aarch64",
"openSUSE Leap 16.0:docker-compose-2.33.1-160000.5.1.ppc64le",
"openSUSE Leap 16.0:docker-compose-2.33.1-160000.5.1.s390x",
"openSUSE Leap 16.0:docker-compose-2.33.1-160000.5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-07T12:35:23Z",
"details": "moderate"
}
],
"title": "CVE-2025-0495"
},
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:docker-compose-2.33.1-160000.5.1.aarch64",
"openSUSE Leap 16.0:docker-compose-2.33.1-160000.5.1.ppc64le",
"openSUSE Leap 16.0:docker-compose-2.33.1-160000.5.1.s390x",
"openSUSE Leap 16.0:docker-compose-2.33.1-160000.5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:docker-compose-2.33.1-160000.5.1.aarch64",
"openSUSE Leap 16.0:docker-compose-2.33.1-160000.5.1.ppc64le",
"openSUSE Leap 16.0:docker-compose-2.33.1-160000.5.1.s390x",
"openSUSE Leap 16.0:docker-compose-2.33.1-160000.5.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:docker-compose-2.33.1-160000.5.1.aarch64",
"openSUSE Leap 16.0:docker-compose-2.33.1-160000.5.1.ppc64le",
"openSUSE Leap 16.0:docker-compose-2.33.1-160000.5.1.s390x",
"openSUSE Leap 16.0:docker-compose-2.33.1-160000.5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-07T12:35:23Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2026-33814",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-33814"
}
],
"notes": [
{
"category": "general",
"text": "When processing HTTP/2 SETTINGS frames, transport will enter an infinite loop of writing CONTINUATION frames if it receives a SETTINGS_MAX_FRAME_SIZE with a value of 0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:docker-compose-2.33.1-160000.5.1.aarch64",
"openSUSE Leap 16.0:docker-compose-2.33.1-160000.5.1.ppc64le",
"openSUSE Leap 16.0:docker-compose-2.33.1-160000.5.1.s390x",
"openSUSE Leap 16.0:docker-compose-2.33.1-160000.5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-33814",
"url": "https://www.suse.com/security/cve/CVE-2026-33814"
},
{
"category": "external",
"summary": "SUSE Bug 1264506 for CVE-2026-33814",
"url": "https://bugzilla.suse.com/1264506"
},
{
"category": "external",
"summary": "SUSE Bug 1268758 for CVE-2026-33814",
"url": "https://bugzilla.suse.com/1268758"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:docker-compose-2.33.1-160000.5.1.aarch64",
"openSUSE Leap 16.0:docker-compose-2.33.1-160000.5.1.ppc64le",
"openSUSE Leap 16.0:docker-compose-2.33.1-160000.5.1.s390x",
"openSUSE Leap 16.0:docker-compose-2.33.1-160000.5.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:docker-compose-2.33.1-160000.5.1.aarch64",
"openSUSE Leap 16.0:docker-compose-2.33.1-160000.5.1.ppc64le",
"openSUSE Leap 16.0:docker-compose-2.33.1-160000.5.1.s390x",
"openSUSE Leap 16.0:docker-compose-2.33.1-160000.5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-07T12:35:23Z",
"details": "important"
}
],
"title": "CVE-2026-33814"
},
{
"cve": "CVE-2026-39821",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-39821"
}
],
"notes": [
{
"category": "general",
"text": "The ToASCII and ToUnicode functions incorrectly accept Punycode-encoded labels that decode to an ASCII-only label. For example, ToUnicode(\"xn--example-.com\") incorrectly returns the name \"example.com\" rather than an error. This behavior can lead to privilege escalation in programs using the idna package. For example, a program which performs privilege checks on the ASCII hostname may reject \"example.com\" but permit \"xn--example-.com\". If that program subsequently converts the ASCII hostname to Unicode, it will inadvertently permits access to the Unicode name \"example.com\".",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:docker-compose-2.33.1-160000.5.1.aarch64",
"openSUSE Leap 16.0:docker-compose-2.33.1-160000.5.1.ppc64le",
"openSUSE Leap 16.0:docker-compose-2.33.1-160000.5.1.s390x",
"openSUSE Leap 16.0:docker-compose-2.33.1-160000.5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-39821",
"url": "https://www.suse.com/security/cve/CVE-2026-39821"
},
{
"category": "external",
"summary": "SUSE Bug 1266474 for CVE-2026-39821",
"url": "https://bugzilla.suse.com/1266474"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:docker-compose-2.33.1-160000.5.1.aarch64",
"openSUSE Leap 16.0:docker-compose-2.33.1-160000.5.1.ppc64le",
"openSUSE Leap 16.0:docker-compose-2.33.1-160000.5.1.s390x",
"openSUSE Leap 16.0:docker-compose-2.33.1-160000.5.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:docker-compose-2.33.1-160000.5.1.aarch64",
"openSUSE Leap 16.0:docker-compose-2.33.1-160000.5.1.ppc64le",
"openSUSE Leap 16.0:docker-compose-2.33.1-160000.5.1.s390x",
"openSUSE Leap 16.0:docker-compose-2.33.1-160000.5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-07T12:35:23Z",
"details": "important"
}
],
"title": "CVE-2026-39821"
}
]
}
OPENSUSE-SU-2026:21621-1
Vulnerability from csaf_opensuse - Published: 2026-08-21 15:09 - Updated: 2026-08-21 15:09| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:git-lfs-3.7.1-bp160.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:git-lfs-3.7.1-bp160.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:git-lfs-3.7.1-bp160.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:git-lfs-3.7.1-bp160.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:git-lfs-3.7.1-bp160.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:git-lfs-3.7.1-bp160.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:git-lfs-3.7.1-bp160.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:git-lfs-3.7.1-bp160.1.1.x86_64 | — |
Vendor Fix
|
{
"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 git-lfs",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for git-lfs fixes the following issues:\n\nChanges in git-lfs:\n\n- update to 3.7.1: (boo#1252259 CVE-2025-26625)\n\n This release introduces security fixes for Linux, macOS, and\n Windows systems, which have been collectively assigned\n CVE-2025-26625.\n\n When populating a Git repository\u0027s working tree with the contents\n of Git LFS objects, certain Git LFS commands may write to files\n visible outside the current Git working tree if symbolic or hard\n links exist which collide with the paths of files tracked by Git\n LFS.\n\n Git LFS has resolved this problem by revising the git lfs\n checkout and git lfs pull commands so that they check for\n symbolic links in the same manner as performed by Git before\n writing to files in the working tree. These commands now also\n remove existing files in the working tree before writing new\n files in their place.\n\n As well, Git LFS has resolved a problem whereby the git lfs\n checkout and git lfs pull commands, when run in a bare\n repository, could write to files visible outside the repository.\n While a specific and relatively unlikely set of conditions were\n required for this to occur, it is no longer possible under any\n circumstances.\n\n We would like to extend a special thanks to the following\n open-source contributors:\n Apple Product Security for reporting this to us responsibly\n\n * Bugs\n - Detect symbolic links on checkout and pull (@chrisd8088)\n * Misc\n - Upgrade to Go 1.25 (@chrisd8088)\n\n- update to 3.7.0\n\n This release is a feature release which introduces several new options\n for fetching Git LFS objects, such as the ability to force objects\n to be re-downloaded and the capacity to output object URLs and HTTP\n metadata in JSON for external tools to consume. This release also\n adds a configurable in-memory cache of file path pattern matches,\n which along with other changes can help reduce the time required to\n migrate large repositories to Git LFS.\n\n Git LFS now supports the same .netrc files on Windows as Git and\n curl, retries appropriately after all 429 status code HTTP\n responses, permits the use of symbolic links to Git\u0027s object\n storage during Git LFS migrations\n\n - Features\n - Cache a file path filter match result #6047 (@alexkad0)\n - Add --refetch option to fetch #5975 (@redsun82)\n - Add --json option to fetch #5974 (@redsun82)\n - Add --dry-run option to fetch #5973 (@redsun82)\n - Bugs\n - Verify TLS/SSL certificates using default Go support for\n macOS system root CAs #6049 (@chrisd8088)\n - Prefer .netrc on windows if present #6055 (@johanvdw)\n - Fix migrations where .git/objects is a symlink #6042\n (@bk2204)\n - Honour 429 object transfer response Retry-After headers #6014\n (@chrisd8088)\n - Misc\n - Update Linux distribution package list for v3.7.0 release\n (@chrisd8088)\n - Report missing objects consistently when pushing #6027\n (@chrisd8088)\n - Use a git-update-ref script to update references #6048\n (@alexkad0)\n - Drop unused generic stub function for cloning files #6050\n (@chrisd8088)\n - Prevent conflicting curl macros in early Git version CI jobs\n #6040 (@chrisd8088)\n - pull: improve error message on failing checkout #5629\n (@bk2204)\n - Fix language in code snippets in API docs #6035\n (@slonopotamus)\n - build(deps): bump golang.org/x/net from 0.36.0 to 0.38.0\n #6034 (@dependabot[bot])\n - Use single-target Makefile patterns for manual pages #6032\n (@chrisd8088)\n - use direct value nil for error #6024 (@alingse)\n - Update minimum required Git version checks #6028\n (@chrisd8088)\n - build(deps): bump golang.org/x/net from 0.33.0 to 0.36.0\n #6012 (@dependabot[bot])\n - Upgrading x/crypto to v0.35.0 to solve CVE-2025-22869 bsc#1239322\n #5997 (@gergelyfabian)\n - Upgrade to Go 1.24 #6013 (@chrisd8088)\n - Use constant format strings and fix HTTP error messages #5998\n (@chrisd8088)\n - Remove command name prefixes from progress messages #5995\n (@chrisd8088)\n - doc: Add missing \"--to\" argument in git-lfs-checkout example\n #6005 (@DarkDefender)\n - Replace min/max helpers with built-in min/max #5999\n (@Juneezee)\n - Add security patch release process documentation #5987\n (@chrisd8088)\n - Replace unused debug mode with trace logging #5989\n (@chrisd8088)\n - Use default Ruby provided by Actions runners #5984\n (@chrisd8088)\n - build(deps): bump azure/trusted-signing-action from 0.5.0 to\n 0.5.1 #5981 (@dependabot[bot])\n - Update workflows to use ARM runners and new Apple signing\n certificate #5977 (@chrisd8088)\n - docs/man/git-lfs-prune.adoc: fix --(no-)verify-unreachable\n description #5959 (@m3ka24)\n - docs/man/git-lfs-migrate.adoc: remove duplicate flag #5944\n (@fedirz)\n - Upgrade golang.org/x/net from 0.23.0 to 0.33.0 #5940\n (@gergelyfabian)\n - build(deps): bump golang.org/x/crypto from 0.21.0 to 0.31.0\n #5935 (@dependabot[bot])\n - Simplify macOS CI jobs and specify Go toolchain version #5931\n (@chrisd8088)\n - Tighten security of Actions workflows #5930 (@bk2204)\n - Corrected Pop!_OS naming #5929 (@LucasDondo)\n - Update release process documentation and scripts #5920\n (@chrisd8088)\n - Update license copyright dates and minimum supported Git\n version #5921 (@chrisd8088)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Leap-16.0-packagehub-522",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2026_21621-1.json"
},
{
"category": "self",
"summary": "SUSE Bug 1239322",
"url": "https://bugzilla.suse.com/1239322"
},
{
"category": "self",
"summary": "SUSE Bug 1252259",
"url": "https://bugzilla.suse.com/1252259"
},
{
"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-26625 page",
"url": "https://www.suse.com/security/cve/CVE-2025-26625/"
}
],
"title": "Security update for git-lfs",
"tracking": {
"current_release_date": "2026-08-21T15:09:38Z",
"generator": {
"date": "2026-08-21T15:09:38Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:21621-1",
"initial_release_date": "2026-08-21T15:09:38Z",
"revision_history": [
{
"date": "2026-08-21T15:09:38Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "git-lfs-3.7.1-bp160.1.1.aarch64",
"product": {
"name": "git-lfs-3.7.1-bp160.1.1.aarch64",
"product_id": "git-lfs-3.7.1-bp160.1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "git-lfs-3.7.1-bp160.1.1.ppc64le",
"product": {
"name": "git-lfs-3.7.1-bp160.1.1.ppc64le",
"product_id": "git-lfs-3.7.1-bp160.1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "git-lfs-3.7.1-bp160.1.1.s390x",
"product": {
"name": "git-lfs-3.7.1-bp160.1.1.s390x",
"product_id": "git-lfs-3.7.1-bp160.1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "git-lfs-3.7.1-bp160.1.1.x86_64",
"product": {
"name": "git-lfs-3.7.1-bp160.1.1.x86_64",
"product_id": "git-lfs-3.7.1-bp160.1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Leap 16.0",
"product": {
"name": "openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0"
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-3.7.1-bp160.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:git-lfs-3.7.1-bp160.1.1.aarch64"
},
"product_reference": "git-lfs-3.7.1-bp160.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-3.7.1-bp160.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:git-lfs-3.7.1-bp160.1.1.ppc64le"
},
"product_reference": "git-lfs-3.7.1-bp160.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-3.7.1-bp160.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:git-lfs-3.7.1-bp160.1.1.s390x"
},
"product_reference": "git-lfs-3.7.1-bp160.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-3.7.1-bp160.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:git-lfs-3.7.1-bp160.1.1.x86_64"
},
"product_reference": "git-lfs-3.7.1-bp160.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:git-lfs-3.7.1-bp160.1.1.aarch64",
"openSUSE Leap 16.0:git-lfs-3.7.1-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:git-lfs-3.7.1-bp160.1.1.s390x",
"openSUSE Leap 16.0:git-lfs-3.7.1-bp160.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:git-lfs-3.7.1-bp160.1.1.aarch64",
"openSUSE Leap 16.0:git-lfs-3.7.1-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:git-lfs-3.7.1-bp160.1.1.s390x",
"openSUSE Leap 16.0:git-lfs-3.7.1-bp160.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:git-lfs-3.7.1-bp160.1.1.aarch64",
"openSUSE Leap 16.0:git-lfs-3.7.1-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:git-lfs-3.7.1-bp160.1.1.s390x",
"openSUSE Leap 16.0:git-lfs-3.7.1-bp160.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-21T15:09:38Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-26625",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-26625"
}
],
"notes": [
{
"category": "general",
"text": "Git LFS is a Git extension for versioning large files. In Git LFS versions 0.5.2 through 3.7.0, when populating a Git repository\u0027s working tree with the contents of Git LFS objects, certain Git LFS commands may write to files visible outside the current Git working tree if symbolic or hard links exist which collide with the paths of files tracked by Git LFS. The git lfs checkout and git lfs pull commands do not check for symbolic links before writing to files in the working tree, allowing an attacker to craft a repository containing symbolic or hard links that cause Git LFS to write to arbitrary file system locations accessible to the user running these commands. As well, when the git lfs checkout and git lfs pull commands are run in a bare repository, they could write to files visible outside the repository. The vulnerability is fixed in version 3.7.1. As a workaround, support for symlinks in Git may be disabled by setting the core.symlinks configuration option to false, after which further clones and fetches will not create symbolic links. However, any symbolic or hard links in existing repositories will still provide the opportunity for Git LFS to write to their targets.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:git-lfs-3.7.1-bp160.1.1.aarch64",
"openSUSE Leap 16.0:git-lfs-3.7.1-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:git-lfs-3.7.1-bp160.1.1.s390x",
"openSUSE Leap 16.0:git-lfs-3.7.1-bp160.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-26625",
"url": "https://www.suse.com/security/cve/CVE-2025-26625"
},
{
"category": "external",
"summary": "SUSE Bug 1252259 for CVE-2025-26625",
"url": "https://bugzilla.suse.com/1252259"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:git-lfs-3.7.1-bp160.1.1.aarch64",
"openSUSE Leap 16.0:git-lfs-3.7.1-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:git-lfs-3.7.1-bp160.1.1.s390x",
"openSUSE Leap 16.0:git-lfs-3.7.1-bp160.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:git-lfs-3.7.1-bp160.1.1.aarch64",
"openSUSE Leap 16.0:git-lfs-3.7.1-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:git-lfs-3.7.1-bp160.1.1.s390x",
"openSUSE Leap 16.0:git-lfs-3.7.1-bp160.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-21T15:09:38Z",
"details": "important"
}
],
"title": "CVE-2025-26625"
}
]
}
RHBA-2025:3651
Vulnerability from csaf_redhat - Published: 2025-05-09 17:08 - Updated: 2026-09-10 10:21A flaw was found in Gunicorn. This vulnerability allows request smuggling, leading to cache poisoning, data exposure, session manipulation, Server-side request forgery (SSRF), Cross-site scripting (XSS), denial of service (DoS), data integrity compromise, security bypass, and information leakage via improper validation of the 'Transfer-Encoding' header.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:7298f17b3894c919dc271dc60907ce22d53abf9727554ea50e52ee9f8bce73dc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:92715751aef8fce39ba0e97d1a75a65b8d1ae7106d62486a1794b4d9bddbd687_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:a4b5b1c45db5708481908e024f7160cbe27e66d975e12f275cb02fbfeb08207b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:12242be8a33acdc8683b39fdf8e007baf7a35302527807eb0037d0ccef1cfe27_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:841fd2c720b174e3a6df84cb77350c8dbe1d6057198fbe372455fd9a776ae4ea_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:8a4f63f5d129f75c3f53cea7bfd460df44f0f040e92663207c34bdb77255eebe_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:1f494815365be08391ec325271c44100fb6167fb15ccf1c4155c7a0a6197b89b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:d883983710064b866467b4db5766bcfefea8009895eae797e11f2663d0929544_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:f871b4ba1aae82f6a635bc850219313b2118f75d8609c513f2d3846be208a561_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:0675d303e2a70ae0ae3133095e13c7ed630d02ce77ac83cee016e1b16a951971_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:ae4bef78094c03b766f1a47d4ff0f02302797455a28f7a15fa21ef50d31e026d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:cc7ee29566143a2a0f61b1deb93687d28d3e13148afb833e93a37798d0f4dc32_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:254c389896555730eeeae17cb03ec6afc3230883bb2ac9c5722388a4d2de6ab3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:4b730e73b8762a4e994d4d428c7ca96ec18c5480bbd7d5fdbfbeef0419c1b8ce_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:b4f9dba37bf482ef415d5fbc233329ea13c9087dfd5a97cd6dbe0e85d0d1aa40_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:30f8e7bc7a7a72882720cd329dd8d9cebcb0dac3da04e211281129a88992f544_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:9c0f9fd196b3b90c04ce314caa3730736b99edc2762d48cc2f998197ecfbd4d1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:9ea22d519c7b086e27077f935590abc1d9ea2ea1a8db0ebf33ce2383d4b5775b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:34d3081bb600b37cc70827b341d2c54ffe5c6a973f19744ed3b5792e2ffb80b8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b4e155c030b5f4dd8d84888262f6957ff261ec3ab6f484f04445c248bbd16594_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca7062b086a57567b9a00b337c1b0d541c9886873f5de59a6408280e5b6e706c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:324e423b8bccb370ef85f9886515caac1c87fd36a8989dcfdaebda3e8f1062b1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:3a6a4e98b434edc29e8ffa69d500e174e9003fec10559650b295bef3c8b0aa4a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:635ec8aa2cbd5a2387656f615f1ffed7b54845df47780363c42383cdefc20196_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:4b8672d738c80f4aac2f66d740678938acea9b7509cb1746b81cdb9e728608f0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:c6b4d012500b017e0b3265eb9d1c1fb771d30e9a354f572362f69a6bf8f88a00_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:e4ded1509a87c90f95f3fcddf4083b79929f5ec34ba7bb90741e8654691cdf2e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:11b133caf63b6543ecfe545c593941313ad5c62dd9ae1b3d6411e4a281321835_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:35fa842fb2449cec085c3481f640d799a6883ed330f30cf352458fdcf8fe5eae_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:d915acc24d3e3ff524edd9979cb796995afe4eae97c39a3131a04f480ef82770_s390x | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, ".")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:7298f17b3894c919dc271dc60907ce22d53abf9727554ea50e52ee9f8bce73dc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:92715751aef8fce39ba0e97d1a75a65b8d1ae7106d62486a1794b4d9bddbd687_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:a4b5b1c45db5708481908e024f7160cbe27e66d975e12f275cb02fbfeb08207b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:12242be8a33acdc8683b39fdf8e007baf7a35302527807eb0037d0ccef1cfe27_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:841fd2c720b174e3a6df84cb77350c8dbe1d6057198fbe372455fd9a776ae4ea_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:8a4f63f5d129f75c3f53cea7bfd460df44f0f040e92663207c34bdb77255eebe_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:1f494815365be08391ec325271c44100fb6167fb15ccf1c4155c7a0a6197b89b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:d883983710064b866467b4db5766bcfefea8009895eae797e11f2663d0929544_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:f871b4ba1aae82f6a635bc850219313b2118f75d8609c513f2d3846be208a561_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:0675d303e2a70ae0ae3133095e13c7ed630d02ce77ac83cee016e1b16a951971_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:ae4bef78094c03b766f1a47d4ff0f02302797455a28f7a15fa21ef50d31e026d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:cc7ee29566143a2a0f61b1deb93687d28d3e13148afb833e93a37798d0f4dc32_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:254c389896555730eeeae17cb03ec6afc3230883bb2ac9c5722388a4d2de6ab3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:4b730e73b8762a4e994d4d428c7ca96ec18c5480bbd7d5fdbfbeef0419c1b8ce_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:b4f9dba37bf482ef415d5fbc233329ea13c9087dfd5a97cd6dbe0e85d0d1aa40_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:30f8e7bc7a7a72882720cd329dd8d9cebcb0dac3da04e211281129a88992f544_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:9c0f9fd196b3b90c04ce314caa3730736b99edc2762d48cc2f998197ecfbd4d1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:9ea22d519c7b086e27077f935590abc1d9ea2ea1a8db0ebf33ce2383d4b5775b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:34d3081bb600b37cc70827b341d2c54ffe5c6a973f19744ed3b5792e2ffb80b8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b4e155c030b5f4dd8d84888262f6957ff261ec3ab6f484f04445c248bbd16594_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca7062b086a57567b9a00b337c1b0d541c9886873f5de59a6408280e5b6e706c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:324e423b8bccb370ef85f9886515caac1c87fd36a8989dcfdaebda3e8f1062b1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:3a6a4e98b434edc29e8ffa69d500e174e9003fec10559650b295bef3c8b0aa4a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:635ec8aa2cbd5a2387656f615f1ffed7b54845df47780363c42383cdefc20196_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:4b8672d738c80f4aac2f66d740678938acea9b7509cb1746b81cdb9e728608f0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:c6b4d012500b017e0b3265eb9d1c1fb771d30e9a354f572362f69a6bf8f88a00_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:e4ded1509a87c90f95f3fcddf4083b79929f5ec34ba7bb90741e8654691cdf2e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:11b133caf63b6543ecfe545c593941313ad5c62dd9ae1b3d6411e4a281321835_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:35fa842fb2449cec085c3481f640d799a6883ed330f30cf352458fdcf8fe5eae_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:d915acc24d3e3ff524edd9979cb796995afe4eae97c39a3131a04f480ef82770_s390x | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:7298f17b3894c919dc271dc60907ce22d53abf9727554ea50e52ee9f8bce73dc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:92715751aef8fce39ba0e97d1a75a65b8d1ae7106d62486a1794b4d9bddbd687_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:a4b5b1c45db5708481908e024f7160cbe27e66d975e12f275cb02fbfeb08207b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:12242be8a33acdc8683b39fdf8e007baf7a35302527807eb0037d0ccef1cfe27_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:841fd2c720b174e3a6df84cb77350c8dbe1d6057198fbe372455fd9a776ae4ea_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:8a4f63f5d129f75c3f53cea7bfd460df44f0f040e92663207c34bdb77255eebe_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:1f494815365be08391ec325271c44100fb6167fb15ccf1c4155c7a0a6197b89b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:d883983710064b866467b4db5766bcfefea8009895eae797e11f2663d0929544_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:f871b4ba1aae82f6a635bc850219313b2118f75d8609c513f2d3846be208a561_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:0675d303e2a70ae0ae3133095e13c7ed630d02ce77ac83cee016e1b16a951971_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:ae4bef78094c03b766f1a47d4ff0f02302797455a28f7a15fa21ef50d31e026d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:cc7ee29566143a2a0f61b1deb93687d28d3e13148afb833e93a37798d0f4dc32_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:254c389896555730eeeae17cb03ec6afc3230883bb2ac9c5722388a4d2de6ab3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:4b730e73b8762a4e994d4d428c7ca96ec18c5480bbd7d5fdbfbeef0419c1b8ce_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:b4f9dba37bf482ef415d5fbc233329ea13c9087dfd5a97cd6dbe0e85d0d1aa40_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:30f8e7bc7a7a72882720cd329dd8d9cebcb0dac3da04e211281129a88992f544_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:9c0f9fd196b3b90c04ce314caa3730736b99edc2762d48cc2f998197ecfbd4d1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:9ea22d519c7b086e27077f935590abc1d9ea2ea1a8db0ebf33ce2383d4b5775b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:34d3081bb600b37cc70827b341d2c54ffe5c6a973f19744ed3b5792e2ffb80b8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b4e155c030b5f4dd8d84888262f6957ff261ec3ab6f484f04445c248bbd16594_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca7062b086a57567b9a00b337c1b0d541c9886873f5de59a6408280e5b6e706c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:324e423b8bccb370ef85f9886515caac1c87fd36a8989dcfdaebda3e8f1062b1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:3a6a4e98b434edc29e8ffa69d500e174e9003fec10559650b295bef3c8b0aa4a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:635ec8aa2cbd5a2387656f615f1ffed7b54845df47780363c42383cdefc20196_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:4b8672d738c80f4aac2f66d740678938acea9b7509cb1746b81cdb9e728608f0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:c6b4d012500b017e0b3265eb9d1c1fb771d30e9a354f572362f69a6bf8f88a00_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:e4ded1509a87c90f95f3fcddf4083b79929f5ec34ba7bb90741e8654691cdf2e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:11b133caf63b6543ecfe545c593941313ad5c62dd9ae1b3d6411e4a281321835_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:35fa842fb2449cec085c3481f640d799a6883ed330f30cf352458fdcf8fe5eae_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:d915acc24d3e3ff524edd9979cb796995afe4eae97c39a3131a04f480ef82770_s390x | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Jinja. In affected versions, an oversight in how the Jinja sandboxed environment interacts with the `|attr` filter allows an attacker who controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja's sandbox does catch calls to `str.format` and ensures they don't escape the sandbox. However, it's possible to use the `|attr` filter to get a reference to a string's plain format method, bypassing the sandbox.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:7298f17b3894c919dc271dc60907ce22d53abf9727554ea50e52ee9f8bce73dc_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:92715751aef8fce39ba0e97d1a75a65b8d1ae7106d62486a1794b4d9bddbd687_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:a4b5b1c45db5708481908e024f7160cbe27e66d975e12f275cb02fbfeb08207b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:12242be8a33acdc8683b39fdf8e007baf7a35302527807eb0037d0ccef1cfe27_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:841fd2c720b174e3a6df84cb77350c8dbe1d6057198fbe372455fd9a776ae4ea_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:8a4f63f5d129f75c3f53cea7bfd460df44f0f040e92663207c34bdb77255eebe_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:1f494815365be08391ec325271c44100fb6167fb15ccf1c4155c7a0a6197b89b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:d883983710064b866467b4db5766bcfefea8009895eae797e11f2663d0929544_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:f871b4ba1aae82f6a635bc850219313b2118f75d8609c513f2d3846be208a561_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:0675d303e2a70ae0ae3133095e13c7ed630d02ce77ac83cee016e1b16a951971_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:ae4bef78094c03b766f1a47d4ff0f02302797455a28f7a15fa21ef50d31e026d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:cc7ee29566143a2a0f61b1deb93687d28d3e13148afb833e93a37798d0f4dc32_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:254c389896555730eeeae17cb03ec6afc3230883bb2ac9c5722388a4d2de6ab3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:4b730e73b8762a4e994d4d428c7ca96ec18c5480bbd7d5fdbfbeef0419c1b8ce_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:b4f9dba37bf482ef415d5fbc233329ea13c9087dfd5a97cd6dbe0e85d0d1aa40_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:30f8e7bc7a7a72882720cd329dd8d9cebcb0dac3da04e211281129a88992f544_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:9c0f9fd196b3b90c04ce314caa3730736b99edc2762d48cc2f998197ecfbd4d1_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:9ea22d519c7b086e27077f935590abc1d9ea2ea1a8db0ebf33ce2383d4b5775b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:34d3081bb600b37cc70827b341d2c54ffe5c6a973f19744ed3b5792e2ffb80b8_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b4e155c030b5f4dd8d84888262f6957ff261ec3ab6f484f04445c248bbd16594_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca7062b086a57567b9a00b337c1b0d541c9886873f5de59a6408280e5b6e706c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:324e423b8bccb370ef85f9886515caac1c87fd36a8989dcfdaebda3e8f1062b1_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:3a6a4e98b434edc29e8ffa69d500e174e9003fec10559650b295bef3c8b0aa4a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:635ec8aa2cbd5a2387656f615f1ffed7b54845df47780363c42383cdefc20196_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:4b8672d738c80f4aac2f66d740678938acea9b7509cb1746b81cdb9e728608f0_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:c6b4d012500b017e0b3265eb9d1c1fb771d30e9a354f572362f69a6bf8f88a00_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:e4ded1509a87c90f95f3fcddf4083b79929f5ec34ba7bb90741e8654691cdf2e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:11b133caf63b6543ecfe545c593941313ad5c62dd9ae1b3d6411e4a281321835_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:35fa842fb2449cec085c3481f640d799a6883ed330f30cf352458fdcf8fe5eae_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:d915acc24d3e3ff524edd9979cb796995afe4eae97c39a3131a04f480ef82770_s390x | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat Quay 3.13.5 is now available with bug fixes.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Quay 3.13.5",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHBA-2025:3651",
"url": "https://access.redhat.com/errata/RHBA-2025:3651"
},
{
"category": "external",
"summary": "PROJQUAY-7579",
"url": "https://issues.redhat.com/browse/PROJQUAY-7579"
},
{
"category": "external",
"summary": "PROJQUAY-8692",
"url": "https://issues.redhat.com/browse/PROJQUAY-8692"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhba-2025_3651.json"
}
],
"title": "Red Hat Bug Fix Advisory: Red Hat Quay v3.13.5 bug fix release",
"tracking": {
"current_release_date": "2026-09-10T10:21:04+00:00",
"generator": {
"date": "2026-09-10T10:21:04+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.18"
}
},
"id": "RHBA-2025:3651",
"initial_release_date": "2025-05-09T17:08:35+00:00",
"revision_history": [
{
"date": "2025-05-09T17:08:35+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-09T17:08:35+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-09-10T10:21:04+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Quay v3",
"product": {
"name": "Quay v3",
"product_id": "8Base-Quay-3",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:quay:3::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Quay"
},
{
"branches": [
{
"category": "product_version",
"name": "quay/quay-bridge-operator-bundle@sha256:8a4f63f5d129f75c3f53cea7bfd460df44f0f040e92663207c34bdb77255eebe_ppc64le",
"product": {
"name": "quay/quay-bridge-operator-bundle@sha256:8a4f63f5d129f75c3f53cea7bfd460df44f0f040e92663207c34bdb77255eebe_ppc64le",
"product_id": "quay/quay-bridge-operator-bundle@sha256:8a4f63f5d129f75c3f53cea7bfd460df44f0f040e92663207c34bdb77255eebe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-bundle@sha256:8a4f63f5d129f75c3f53cea7bfd460df44f0f040e92663207c34bdb77255eebe?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-bridge-operator-bundle\u0026tag=v3.13.5-8"
}
}
},
{
"category": "product_version",
"name": "quay/quay-bridge-operator-rhel8@sha256:d883983710064b866467b4db5766bcfefea8009895eae797e11f2663d0929544_ppc64le",
"product": {
"name": "quay/quay-bridge-operator-rhel8@sha256:d883983710064b866467b4db5766bcfefea8009895eae797e11f2663d0929544_ppc64le",
"product_id": "quay/quay-bridge-operator-rhel8@sha256:d883983710064b866467b4db5766bcfefea8009895eae797e11f2663d0929544_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256:d883983710064b866467b4db5766bcfefea8009895eae797e11f2663d0929544?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-bridge-operator-rhel8\u0026tag=v3.13.5-6"
}
}
},
{
"category": "product_version",
"name": "quay/quay-builder-rhel8@sha256:4b730e73b8762a4e994d4d428c7ca96ec18c5480bbd7d5fdbfbeef0419c1b8ce_ppc64le",
"product": {
"name": "quay/quay-builder-rhel8@sha256:4b730e73b8762a4e994d4d428c7ca96ec18c5480bbd7d5fdbfbeef0419c1b8ce_ppc64le",
"product_id": "quay/quay-builder-rhel8@sha256:4b730e73b8762a4e994d4d428c7ca96ec18c5480bbd7d5fdbfbeef0419c1b8ce_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256:4b730e73b8762a4e994d4d428c7ca96ec18c5480bbd7d5fdbfbeef0419c1b8ce?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-builder-rhel8\u0026tag=v3.13.5-7"
}
}
},
{
"category": "product_version",
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:ae4bef78094c03b766f1a47d4ff0f02302797455a28f7a15fa21ef50d31e026d_ppc64le",
"product": {
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:ae4bef78094c03b766f1a47d4ff0f02302797455a28f7a15fa21ef50d31e026d_ppc64le",
"product_id": "quay/quay-builder-qemu-rhcos-rhel8@sha256:ae4bef78094c03b766f1a47d4ff0f02302797455a28f7a15fa21ef50d31e026d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256:ae4bef78094c03b766f1a47d4ff0f02302797455a28f7a15fa21ef50d31e026d?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8\u0026tag=v3.13.5-5"
}
}
},
{
"category": "product_version",
"name": "quay/clair-rhel8@sha256:92715751aef8fce39ba0e97d1a75a65b8d1ae7106d62486a1794b4d9bddbd687_ppc64le",
"product": {
"name": "quay/clair-rhel8@sha256:92715751aef8fce39ba0e97d1a75a65b8d1ae7106d62486a1794b4d9bddbd687_ppc64le",
"product_id": "quay/clair-rhel8@sha256:92715751aef8fce39ba0e97d1a75a65b8d1ae7106d62486a1794b4d9bddbd687_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256:92715751aef8fce39ba0e97d1a75a65b8d1ae7106d62486a1794b4d9bddbd687?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/clair-rhel8\u0026tag=v3.13.5-4"
}
}
},
{
"category": "product_version",
"name": "quay/quay-container-security-operator-bundle@sha256:9c0f9fd196b3b90c04ce314caa3730736b99edc2762d48cc2f998197ecfbd4d1_ppc64le",
"product": {
"name": "quay/quay-container-security-operator-bundle@sha256:9c0f9fd196b3b90c04ce314caa3730736b99edc2762d48cc2f998197ecfbd4d1_ppc64le",
"product_id": "quay/quay-container-security-operator-bundle@sha256:9c0f9fd196b3b90c04ce314caa3730736b99edc2762d48cc2f998197ecfbd4d1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-bundle@sha256:9c0f9fd196b3b90c04ce314caa3730736b99edc2762d48cc2f998197ecfbd4d1?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-bundle\u0026tag=v3.13.5-5"
}
}
},
{
"category": "product_version",
"name": "quay/quay-container-security-operator-rhel8@sha256:34d3081bb600b37cc70827b341d2c54ffe5c6a973f19744ed3b5792e2ffb80b8_ppc64le",
"product": {
"name": "quay/quay-container-security-operator-rhel8@sha256:34d3081bb600b37cc70827b341d2c54ffe5c6a973f19744ed3b5792e2ffb80b8_ppc64le",
"product_id": "quay/quay-container-security-operator-rhel8@sha256:34d3081bb600b37cc70827b341d2c54ffe5c6a973f19744ed3b5792e2ffb80b8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256:34d3081bb600b37cc70827b341d2c54ffe5c6a973f19744ed3b5792e2ffb80b8?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-rhel8\u0026tag=v3.13.5-5"
}
}
},
{
"category": "product_version",
"name": "quay/quay-operator-bundle@sha256:324e423b8bccb370ef85f9886515caac1c87fd36a8989dcfdaebda3e8f1062b1_ppc64le",
"product": {
"name": "quay/quay-operator-bundle@sha256:324e423b8bccb370ef85f9886515caac1c87fd36a8989dcfdaebda3e8f1062b1_ppc64le",
"product_id": "quay/quay-operator-bundle@sha256:324e423b8bccb370ef85f9886515caac1c87fd36a8989dcfdaebda3e8f1062b1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-bundle@sha256:324e423b8bccb370ef85f9886515caac1c87fd36a8989dcfdaebda3e8f1062b1?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-operator-bundle\u0026tag=v3.13.5-25"
}
}
},
{
"category": "product_version",
"name": "quay/quay-operator-rhel8@sha256:4b8672d738c80f4aac2f66d740678938acea9b7509cb1746b81cdb9e728608f0_ppc64le",
"product": {
"name": "quay/quay-operator-rhel8@sha256:4b8672d738c80f4aac2f66d740678938acea9b7509cb1746b81cdb9e728608f0_ppc64le",
"product_id": "quay/quay-operator-rhel8@sha256:4b8672d738c80f4aac2f66d740678938acea9b7509cb1746b81cdb9e728608f0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256:4b8672d738c80f4aac2f66d740678938acea9b7509cb1746b81cdb9e728608f0?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-operator-rhel8\u0026tag=v3.13.5-6"
}
}
},
{
"category": "product_version",
"name": "quay/quay-rhel8@sha256:35fa842fb2449cec085c3481f640d799a6883ed330f30cf352458fdcf8fe5eae_ppc64le",
"product": {
"name": "quay/quay-rhel8@sha256:35fa842fb2449cec085c3481f640d799a6883ed330f30cf352458fdcf8fe5eae_ppc64le",
"product_id": "quay/quay-rhel8@sha256:35fa842fb2449cec085c3481f640d799a6883ed330f30cf352458fdcf8fe5eae_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256:35fa842fb2449cec085c3481f640d799a6883ed330f30cf352458fdcf8fe5eae?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-rhel8\u0026tag=v3.13.5-17"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "quay/quay-bridge-operator-bundle@sha256:841fd2c720b174e3a6df84cb77350c8dbe1d6057198fbe372455fd9a776ae4ea_amd64",
"product": {
"name": "quay/quay-bridge-operator-bundle@sha256:841fd2c720b174e3a6df84cb77350c8dbe1d6057198fbe372455fd9a776ae4ea_amd64",
"product_id": "quay/quay-bridge-operator-bundle@sha256:841fd2c720b174e3a6df84cb77350c8dbe1d6057198fbe372455fd9a776ae4ea_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-bundle@sha256:841fd2c720b174e3a6df84cb77350c8dbe1d6057198fbe372455fd9a776ae4ea?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-bridge-operator-bundle\u0026tag=v3.13.5-8"
}
}
},
{
"category": "product_version",
"name": "quay/quay-bridge-operator-rhel8@sha256:1f494815365be08391ec325271c44100fb6167fb15ccf1c4155c7a0a6197b89b_amd64",
"product": {
"name": "quay/quay-bridge-operator-rhel8@sha256:1f494815365be08391ec325271c44100fb6167fb15ccf1c4155c7a0a6197b89b_amd64",
"product_id": "quay/quay-bridge-operator-rhel8@sha256:1f494815365be08391ec325271c44100fb6167fb15ccf1c4155c7a0a6197b89b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256:1f494815365be08391ec325271c44100fb6167fb15ccf1c4155c7a0a6197b89b?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-bridge-operator-rhel8\u0026tag=v3.13.5-6"
}
}
},
{
"category": "product_version",
"name": "quay/quay-builder-rhel8@sha256:254c389896555730eeeae17cb03ec6afc3230883bb2ac9c5722388a4d2de6ab3_amd64",
"product": {
"name": "quay/quay-builder-rhel8@sha256:254c389896555730eeeae17cb03ec6afc3230883bb2ac9c5722388a4d2de6ab3_amd64",
"product_id": "quay/quay-builder-rhel8@sha256:254c389896555730eeeae17cb03ec6afc3230883bb2ac9c5722388a4d2de6ab3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256:254c389896555730eeeae17cb03ec6afc3230883bb2ac9c5722388a4d2de6ab3?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-builder-rhel8\u0026tag=v3.13.5-7"
}
}
},
{
"category": "product_version",
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:cc7ee29566143a2a0f61b1deb93687d28d3e13148afb833e93a37798d0f4dc32_amd64",
"product": {
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:cc7ee29566143a2a0f61b1deb93687d28d3e13148afb833e93a37798d0f4dc32_amd64",
"product_id": "quay/quay-builder-qemu-rhcos-rhel8@sha256:cc7ee29566143a2a0f61b1deb93687d28d3e13148afb833e93a37798d0f4dc32_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256:cc7ee29566143a2a0f61b1deb93687d28d3e13148afb833e93a37798d0f4dc32?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8\u0026tag=v3.13.5-5"
}
}
},
{
"category": "product_version",
"name": "quay/clair-rhel8@sha256:a4b5b1c45db5708481908e024f7160cbe27e66d975e12f275cb02fbfeb08207b_amd64",
"product": {
"name": "quay/clair-rhel8@sha256:a4b5b1c45db5708481908e024f7160cbe27e66d975e12f275cb02fbfeb08207b_amd64",
"product_id": "quay/clair-rhel8@sha256:a4b5b1c45db5708481908e024f7160cbe27e66d975e12f275cb02fbfeb08207b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256:a4b5b1c45db5708481908e024f7160cbe27e66d975e12f275cb02fbfeb08207b?arch=amd64\u0026repository_url=registry.redhat.io/quay/clair-rhel8\u0026tag=v3.13.5-4"
}
}
},
{
"category": "product_version",
"name": "quay/quay-container-security-operator-bundle@sha256:30f8e7bc7a7a72882720cd329dd8d9cebcb0dac3da04e211281129a88992f544_amd64",
"product": {
"name": "quay/quay-container-security-operator-bundle@sha256:30f8e7bc7a7a72882720cd329dd8d9cebcb0dac3da04e211281129a88992f544_amd64",
"product_id": "quay/quay-container-security-operator-bundle@sha256:30f8e7bc7a7a72882720cd329dd8d9cebcb0dac3da04e211281129a88992f544_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-bundle@sha256:30f8e7bc7a7a72882720cd329dd8d9cebcb0dac3da04e211281129a88992f544?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-bundle\u0026tag=v3.13.5-5"
}
}
},
{
"category": "product_version",
"name": "quay/quay-container-security-operator-rhel8@sha256:ca7062b086a57567b9a00b337c1b0d541c9886873f5de59a6408280e5b6e706c_amd64",
"product": {
"name": "quay/quay-container-security-operator-rhel8@sha256:ca7062b086a57567b9a00b337c1b0d541c9886873f5de59a6408280e5b6e706c_amd64",
"product_id": "quay/quay-container-security-operator-rhel8@sha256:ca7062b086a57567b9a00b337c1b0d541c9886873f5de59a6408280e5b6e706c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256:ca7062b086a57567b9a00b337c1b0d541c9886873f5de59a6408280e5b6e706c?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-rhel8\u0026tag=v3.13.5-5"
}
}
},
{
"category": "product_version",
"name": "quay/quay-operator-bundle@sha256:635ec8aa2cbd5a2387656f615f1ffed7b54845df47780363c42383cdefc20196_amd64",
"product": {
"name": "quay/quay-operator-bundle@sha256:635ec8aa2cbd5a2387656f615f1ffed7b54845df47780363c42383cdefc20196_amd64",
"product_id": "quay/quay-operator-bundle@sha256:635ec8aa2cbd5a2387656f615f1ffed7b54845df47780363c42383cdefc20196_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-bundle@sha256:635ec8aa2cbd5a2387656f615f1ffed7b54845df47780363c42383cdefc20196?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-operator-bundle\u0026tag=v3.13.5-25"
}
}
},
{
"category": "product_version",
"name": "quay/quay-operator-rhel8@sha256:e4ded1509a87c90f95f3fcddf4083b79929f5ec34ba7bb90741e8654691cdf2e_amd64",
"product": {
"name": "quay/quay-operator-rhel8@sha256:e4ded1509a87c90f95f3fcddf4083b79929f5ec34ba7bb90741e8654691cdf2e_amd64",
"product_id": "quay/quay-operator-rhel8@sha256:e4ded1509a87c90f95f3fcddf4083b79929f5ec34ba7bb90741e8654691cdf2e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256:e4ded1509a87c90f95f3fcddf4083b79929f5ec34ba7bb90741e8654691cdf2e?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-operator-rhel8\u0026tag=v3.13.5-6"
}
}
},
{
"category": "product_version",
"name": "quay/quay-rhel8@sha256:11b133caf63b6543ecfe545c593941313ad5c62dd9ae1b3d6411e4a281321835_amd64",
"product": {
"name": "quay/quay-rhel8@sha256:11b133caf63b6543ecfe545c593941313ad5c62dd9ae1b3d6411e4a281321835_amd64",
"product_id": "quay/quay-rhel8@sha256:11b133caf63b6543ecfe545c593941313ad5c62dd9ae1b3d6411e4a281321835_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256:11b133caf63b6543ecfe545c593941313ad5c62dd9ae1b3d6411e4a281321835?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-rhel8\u0026tag=v3.13.5-17"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "quay/quay-bridge-operator-bundle@sha256:12242be8a33acdc8683b39fdf8e007baf7a35302527807eb0037d0ccef1cfe27_s390x",
"product": {
"name": "quay/quay-bridge-operator-bundle@sha256:12242be8a33acdc8683b39fdf8e007baf7a35302527807eb0037d0ccef1cfe27_s390x",
"product_id": "quay/quay-bridge-operator-bundle@sha256:12242be8a33acdc8683b39fdf8e007baf7a35302527807eb0037d0ccef1cfe27_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-bundle@sha256:12242be8a33acdc8683b39fdf8e007baf7a35302527807eb0037d0ccef1cfe27?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-bridge-operator-bundle\u0026tag=v3.13.5-8"
}
}
},
{
"category": "product_version",
"name": "quay/quay-bridge-operator-rhel8@sha256:f871b4ba1aae82f6a635bc850219313b2118f75d8609c513f2d3846be208a561_s390x",
"product": {
"name": "quay/quay-bridge-operator-rhel8@sha256:f871b4ba1aae82f6a635bc850219313b2118f75d8609c513f2d3846be208a561_s390x",
"product_id": "quay/quay-bridge-operator-rhel8@sha256:f871b4ba1aae82f6a635bc850219313b2118f75d8609c513f2d3846be208a561_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256:f871b4ba1aae82f6a635bc850219313b2118f75d8609c513f2d3846be208a561?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-bridge-operator-rhel8\u0026tag=v3.13.5-6"
}
}
},
{
"category": "product_version",
"name": "quay/quay-builder-rhel8@sha256:b4f9dba37bf482ef415d5fbc233329ea13c9087dfd5a97cd6dbe0e85d0d1aa40_s390x",
"product": {
"name": "quay/quay-builder-rhel8@sha256:b4f9dba37bf482ef415d5fbc233329ea13c9087dfd5a97cd6dbe0e85d0d1aa40_s390x",
"product_id": "quay/quay-builder-rhel8@sha256:b4f9dba37bf482ef415d5fbc233329ea13c9087dfd5a97cd6dbe0e85d0d1aa40_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256:b4f9dba37bf482ef415d5fbc233329ea13c9087dfd5a97cd6dbe0e85d0d1aa40?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-builder-rhel8\u0026tag=v3.13.5-7"
}
}
},
{
"category": "product_version",
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:0675d303e2a70ae0ae3133095e13c7ed630d02ce77ac83cee016e1b16a951971_s390x",
"product": {
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:0675d303e2a70ae0ae3133095e13c7ed630d02ce77ac83cee016e1b16a951971_s390x",
"product_id": "quay/quay-builder-qemu-rhcos-rhel8@sha256:0675d303e2a70ae0ae3133095e13c7ed630d02ce77ac83cee016e1b16a951971_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256:0675d303e2a70ae0ae3133095e13c7ed630d02ce77ac83cee016e1b16a951971?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8\u0026tag=v3.13.5-5"
}
}
},
{
"category": "product_version",
"name": "quay/clair-rhel8@sha256:7298f17b3894c919dc271dc60907ce22d53abf9727554ea50e52ee9f8bce73dc_s390x",
"product": {
"name": "quay/clair-rhel8@sha256:7298f17b3894c919dc271dc60907ce22d53abf9727554ea50e52ee9f8bce73dc_s390x",
"product_id": "quay/clair-rhel8@sha256:7298f17b3894c919dc271dc60907ce22d53abf9727554ea50e52ee9f8bce73dc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256:7298f17b3894c919dc271dc60907ce22d53abf9727554ea50e52ee9f8bce73dc?arch=s390x\u0026repository_url=registry.redhat.io/quay/clair-rhel8\u0026tag=v3.13.5-4"
}
}
},
{
"category": "product_version",
"name": "quay/quay-container-security-operator-bundle@sha256:9ea22d519c7b086e27077f935590abc1d9ea2ea1a8db0ebf33ce2383d4b5775b_s390x",
"product": {
"name": "quay/quay-container-security-operator-bundle@sha256:9ea22d519c7b086e27077f935590abc1d9ea2ea1a8db0ebf33ce2383d4b5775b_s390x",
"product_id": "quay/quay-container-security-operator-bundle@sha256:9ea22d519c7b086e27077f935590abc1d9ea2ea1a8db0ebf33ce2383d4b5775b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-bundle@sha256:9ea22d519c7b086e27077f935590abc1d9ea2ea1a8db0ebf33ce2383d4b5775b?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-bundle\u0026tag=v3.13.5-5"
}
}
},
{
"category": "product_version",
"name": "quay/quay-container-security-operator-rhel8@sha256:b4e155c030b5f4dd8d84888262f6957ff261ec3ab6f484f04445c248bbd16594_s390x",
"product": {
"name": "quay/quay-container-security-operator-rhel8@sha256:b4e155c030b5f4dd8d84888262f6957ff261ec3ab6f484f04445c248bbd16594_s390x",
"product_id": "quay/quay-container-security-operator-rhel8@sha256:b4e155c030b5f4dd8d84888262f6957ff261ec3ab6f484f04445c248bbd16594_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256:b4e155c030b5f4dd8d84888262f6957ff261ec3ab6f484f04445c248bbd16594?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-rhel8\u0026tag=v3.13.5-5"
}
}
},
{
"category": "product_version",
"name": "quay/quay-operator-bundle@sha256:3a6a4e98b434edc29e8ffa69d500e174e9003fec10559650b295bef3c8b0aa4a_s390x",
"product": {
"name": "quay/quay-operator-bundle@sha256:3a6a4e98b434edc29e8ffa69d500e174e9003fec10559650b295bef3c8b0aa4a_s390x",
"product_id": "quay/quay-operator-bundle@sha256:3a6a4e98b434edc29e8ffa69d500e174e9003fec10559650b295bef3c8b0aa4a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-bundle@sha256:3a6a4e98b434edc29e8ffa69d500e174e9003fec10559650b295bef3c8b0aa4a?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-operator-bundle\u0026tag=v3.13.5-25"
}
}
},
{
"category": "product_version",
"name": "quay/quay-operator-rhel8@sha256:c6b4d012500b017e0b3265eb9d1c1fb771d30e9a354f572362f69a6bf8f88a00_s390x",
"product": {
"name": "quay/quay-operator-rhel8@sha256:c6b4d012500b017e0b3265eb9d1c1fb771d30e9a354f572362f69a6bf8f88a00_s390x",
"product_id": "quay/quay-operator-rhel8@sha256:c6b4d012500b017e0b3265eb9d1c1fb771d30e9a354f572362f69a6bf8f88a00_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256:c6b4d012500b017e0b3265eb9d1c1fb771d30e9a354f572362f69a6bf8f88a00?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-operator-rhel8\u0026tag=v3.13.5-6"
}
}
},
{
"category": "product_version",
"name": "quay/quay-rhel8@sha256:d915acc24d3e3ff524edd9979cb796995afe4eae97c39a3131a04f480ef82770_s390x",
"product": {
"name": "quay/quay-rhel8@sha256:d915acc24d3e3ff524edd9979cb796995afe4eae97c39a3131a04f480ef82770_s390x",
"product_id": "quay/quay-rhel8@sha256:d915acc24d3e3ff524edd9979cb796995afe4eae97c39a3131a04f480ef82770_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256:d915acc24d3e3ff524edd9979cb796995afe4eae97c39a3131a04f480ef82770?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-rhel8\u0026tag=v3.13.5-17"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/clair-rhel8@sha256:7298f17b3894c919dc271dc60907ce22d53abf9727554ea50e52ee9f8bce73dc_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/clair-rhel8@sha256:7298f17b3894c919dc271dc60907ce22d53abf9727554ea50e52ee9f8bce73dc_s390x"
},
"product_reference": "quay/clair-rhel8@sha256:7298f17b3894c919dc271dc60907ce22d53abf9727554ea50e52ee9f8bce73dc_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/clair-rhel8@sha256:92715751aef8fce39ba0e97d1a75a65b8d1ae7106d62486a1794b4d9bddbd687_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/clair-rhel8@sha256:92715751aef8fce39ba0e97d1a75a65b8d1ae7106d62486a1794b4d9bddbd687_ppc64le"
},
"product_reference": "quay/clair-rhel8@sha256:92715751aef8fce39ba0e97d1a75a65b8d1ae7106d62486a1794b4d9bddbd687_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/clair-rhel8@sha256:a4b5b1c45db5708481908e024f7160cbe27e66d975e12f275cb02fbfeb08207b_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/clair-rhel8@sha256:a4b5b1c45db5708481908e024f7160cbe27e66d975e12f275cb02fbfeb08207b_amd64"
},
"product_reference": "quay/clair-rhel8@sha256:a4b5b1c45db5708481908e024f7160cbe27e66d975e12f275cb02fbfeb08207b_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-bridge-operator-bundle@sha256:12242be8a33acdc8683b39fdf8e007baf7a35302527807eb0037d0ccef1cfe27_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:12242be8a33acdc8683b39fdf8e007baf7a35302527807eb0037d0ccef1cfe27_s390x"
},
"product_reference": "quay/quay-bridge-operator-bundle@sha256:12242be8a33acdc8683b39fdf8e007baf7a35302527807eb0037d0ccef1cfe27_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-bridge-operator-bundle@sha256:841fd2c720b174e3a6df84cb77350c8dbe1d6057198fbe372455fd9a776ae4ea_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:841fd2c720b174e3a6df84cb77350c8dbe1d6057198fbe372455fd9a776ae4ea_amd64"
},
"product_reference": "quay/quay-bridge-operator-bundle@sha256:841fd2c720b174e3a6df84cb77350c8dbe1d6057198fbe372455fd9a776ae4ea_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-bridge-operator-bundle@sha256:8a4f63f5d129f75c3f53cea7bfd460df44f0f040e92663207c34bdb77255eebe_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:8a4f63f5d129f75c3f53cea7bfd460df44f0f040e92663207c34bdb77255eebe_ppc64le"
},
"product_reference": "quay/quay-bridge-operator-bundle@sha256:8a4f63f5d129f75c3f53cea7bfd460df44f0f040e92663207c34bdb77255eebe_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-bridge-operator-rhel8@sha256:1f494815365be08391ec325271c44100fb6167fb15ccf1c4155c7a0a6197b89b_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:1f494815365be08391ec325271c44100fb6167fb15ccf1c4155c7a0a6197b89b_amd64"
},
"product_reference": "quay/quay-bridge-operator-rhel8@sha256:1f494815365be08391ec325271c44100fb6167fb15ccf1c4155c7a0a6197b89b_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-bridge-operator-rhel8@sha256:d883983710064b866467b4db5766bcfefea8009895eae797e11f2663d0929544_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:d883983710064b866467b4db5766bcfefea8009895eae797e11f2663d0929544_ppc64le"
},
"product_reference": "quay/quay-bridge-operator-rhel8@sha256:d883983710064b866467b4db5766bcfefea8009895eae797e11f2663d0929544_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-bridge-operator-rhel8@sha256:f871b4ba1aae82f6a635bc850219313b2118f75d8609c513f2d3846be208a561_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:f871b4ba1aae82f6a635bc850219313b2118f75d8609c513f2d3846be208a561_s390x"
},
"product_reference": "quay/quay-bridge-operator-rhel8@sha256:f871b4ba1aae82f6a635bc850219313b2118f75d8609c513f2d3846be208a561_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:0675d303e2a70ae0ae3133095e13c7ed630d02ce77ac83cee016e1b16a951971_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:0675d303e2a70ae0ae3133095e13c7ed630d02ce77ac83cee016e1b16a951971_s390x"
},
"product_reference": "quay/quay-builder-qemu-rhcos-rhel8@sha256:0675d303e2a70ae0ae3133095e13c7ed630d02ce77ac83cee016e1b16a951971_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:ae4bef78094c03b766f1a47d4ff0f02302797455a28f7a15fa21ef50d31e026d_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:ae4bef78094c03b766f1a47d4ff0f02302797455a28f7a15fa21ef50d31e026d_ppc64le"
},
"product_reference": "quay/quay-builder-qemu-rhcos-rhel8@sha256:ae4bef78094c03b766f1a47d4ff0f02302797455a28f7a15fa21ef50d31e026d_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:cc7ee29566143a2a0f61b1deb93687d28d3e13148afb833e93a37798d0f4dc32_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:cc7ee29566143a2a0f61b1deb93687d28d3e13148afb833e93a37798d0f4dc32_amd64"
},
"product_reference": "quay/quay-builder-qemu-rhcos-rhel8@sha256:cc7ee29566143a2a0f61b1deb93687d28d3e13148afb833e93a37798d0f4dc32_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-builder-rhel8@sha256:254c389896555730eeeae17cb03ec6afc3230883bb2ac9c5722388a4d2de6ab3_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-builder-rhel8@sha256:254c389896555730eeeae17cb03ec6afc3230883bb2ac9c5722388a4d2de6ab3_amd64"
},
"product_reference": "quay/quay-builder-rhel8@sha256:254c389896555730eeeae17cb03ec6afc3230883bb2ac9c5722388a4d2de6ab3_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-builder-rhel8@sha256:4b730e73b8762a4e994d4d428c7ca96ec18c5480bbd7d5fdbfbeef0419c1b8ce_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-builder-rhel8@sha256:4b730e73b8762a4e994d4d428c7ca96ec18c5480bbd7d5fdbfbeef0419c1b8ce_ppc64le"
},
"product_reference": "quay/quay-builder-rhel8@sha256:4b730e73b8762a4e994d4d428c7ca96ec18c5480bbd7d5fdbfbeef0419c1b8ce_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-builder-rhel8@sha256:b4f9dba37bf482ef415d5fbc233329ea13c9087dfd5a97cd6dbe0e85d0d1aa40_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-builder-rhel8@sha256:b4f9dba37bf482ef415d5fbc233329ea13c9087dfd5a97cd6dbe0e85d0d1aa40_s390x"
},
"product_reference": "quay/quay-builder-rhel8@sha256:b4f9dba37bf482ef415d5fbc233329ea13c9087dfd5a97cd6dbe0e85d0d1aa40_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-container-security-operator-bundle@sha256:30f8e7bc7a7a72882720cd329dd8d9cebcb0dac3da04e211281129a88992f544_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:30f8e7bc7a7a72882720cd329dd8d9cebcb0dac3da04e211281129a88992f544_amd64"
},
"product_reference": "quay/quay-container-security-operator-bundle@sha256:30f8e7bc7a7a72882720cd329dd8d9cebcb0dac3da04e211281129a88992f544_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-container-security-operator-bundle@sha256:9c0f9fd196b3b90c04ce314caa3730736b99edc2762d48cc2f998197ecfbd4d1_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:9c0f9fd196b3b90c04ce314caa3730736b99edc2762d48cc2f998197ecfbd4d1_ppc64le"
},
"product_reference": "quay/quay-container-security-operator-bundle@sha256:9c0f9fd196b3b90c04ce314caa3730736b99edc2762d48cc2f998197ecfbd4d1_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-container-security-operator-bundle@sha256:9ea22d519c7b086e27077f935590abc1d9ea2ea1a8db0ebf33ce2383d4b5775b_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:9ea22d519c7b086e27077f935590abc1d9ea2ea1a8db0ebf33ce2383d4b5775b_s390x"
},
"product_reference": "quay/quay-container-security-operator-bundle@sha256:9ea22d519c7b086e27077f935590abc1d9ea2ea1a8db0ebf33ce2383d4b5775b_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-container-security-operator-rhel8@sha256:34d3081bb600b37cc70827b341d2c54ffe5c6a973f19744ed3b5792e2ffb80b8_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:34d3081bb600b37cc70827b341d2c54ffe5c6a973f19744ed3b5792e2ffb80b8_ppc64le"
},
"product_reference": "quay/quay-container-security-operator-rhel8@sha256:34d3081bb600b37cc70827b341d2c54ffe5c6a973f19744ed3b5792e2ffb80b8_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-container-security-operator-rhel8@sha256:b4e155c030b5f4dd8d84888262f6957ff261ec3ab6f484f04445c248bbd16594_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b4e155c030b5f4dd8d84888262f6957ff261ec3ab6f484f04445c248bbd16594_s390x"
},
"product_reference": "quay/quay-container-security-operator-rhel8@sha256:b4e155c030b5f4dd8d84888262f6957ff261ec3ab6f484f04445c248bbd16594_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-container-security-operator-rhel8@sha256:ca7062b086a57567b9a00b337c1b0d541c9886873f5de59a6408280e5b6e706c_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca7062b086a57567b9a00b337c1b0d541c9886873f5de59a6408280e5b6e706c_amd64"
},
"product_reference": "quay/quay-container-security-operator-rhel8@sha256:ca7062b086a57567b9a00b337c1b0d541c9886873f5de59a6408280e5b6e706c_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-operator-bundle@sha256:324e423b8bccb370ef85f9886515caac1c87fd36a8989dcfdaebda3e8f1062b1_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-operator-bundle@sha256:324e423b8bccb370ef85f9886515caac1c87fd36a8989dcfdaebda3e8f1062b1_ppc64le"
},
"product_reference": "quay/quay-operator-bundle@sha256:324e423b8bccb370ef85f9886515caac1c87fd36a8989dcfdaebda3e8f1062b1_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-operator-bundle@sha256:3a6a4e98b434edc29e8ffa69d500e174e9003fec10559650b295bef3c8b0aa4a_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-operator-bundle@sha256:3a6a4e98b434edc29e8ffa69d500e174e9003fec10559650b295bef3c8b0aa4a_s390x"
},
"product_reference": "quay/quay-operator-bundle@sha256:3a6a4e98b434edc29e8ffa69d500e174e9003fec10559650b295bef3c8b0aa4a_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-operator-bundle@sha256:635ec8aa2cbd5a2387656f615f1ffed7b54845df47780363c42383cdefc20196_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-operator-bundle@sha256:635ec8aa2cbd5a2387656f615f1ffed7b54845df47780363c42383cdefc20196_amd64"
},
"product_reference": "quay/quay-operator-bundle@sha256:635ec8aa2cbd5a2387656f615f1ffed7b54845df47780363c42383cdefc20196_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-operator-rhel8@sha256:4b8672d738c80f4aac2f66d740678938acea9b7509cb1746b81cdb9e728608f0_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-operator-rhel8@sha256:4b8672d738c80f4aac2f66d740678938acea9b7509cb1746b81cdb9e728608f0_ppc64le"
},
"product_reference": "quay/quay-operator-rhel8@sha256:4b8672d738c80f4aac2f66d740678938acea9b7509cb1746b81cdb9e728608f0_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-operator-rhel8@sha256:c6b4d012500b017e0b3265eb9d1c1fb771d30e9a354f572362f69a6bf8f88a00_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-operator-rhel8@sha256:c6b4d012500b017e0b3265eb9d1c1fb771d30e9a354f572362f69a6bf8f88a00_s390x"
},
"product_reference": "quay/quay-operator-rhel8@sha256:c6b4d012500b017e0b3265eb9d1c1fb771d30e9a354f572362f69a6bf8f88a00_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-operator-rhel8@sha256:e4ded1509a87c90f95f3fcddf4083b79929f5ec34ba7bb90741e8654691cdf2e_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-operator-rhel8@sha256:e4ded1509a87c90f95f3fcddf4083b79929f5ec34ba7bb90741e8654691cdf2e_amd64"
},
"product_reference": "quay/quay-operator-rhel8@sha256:e4ded1509a87c90f95f3fcddf4083b79929f5ec34ba7bb90741e8654691cdf2e_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-rhel8@sha256:11b133caf63b6543ecfe545c593941313ad5c62dd9ae1b3d6411e4a281321835_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-rhel8@sha256:11b133caf63b6543ecfe545c593941313ad5c62dd9ae1b3d6411e4a281321835_amd64"
},
"product_reference": "quay/quay-rhel8@sha256:11b133caf63b6543ecfe545c593941313ad5c62dd9ae1b3d6411e4a281321835_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-rhel8@sha256:35fa842fb2449cec085c3481f640d799a6883ed330f30cf352458fdcf8fe5eae_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-rhel8@sha256:35fa842fb2449cec085c3481f640d799a6883ed330f30cf352458fdcf8fe5eae_ppc64le"
},
"product_reference": "quay/quay-rhel8@sha256:35fa842fb2449cec085c3481f640d799a6883ed330f30cf352458fdcf8fe5eae_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-rhel8@sha256:d915acc24d3e3ff524edd9979cb796995afe4eae97c39a3131a04f480ef82770_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-rhel8@sha256:d915acc24d3e3ff524edd9979cb796995afe4eae97c39a3131a04f480ef82770_s390x"
},
"product_reference": "quay/quay-rhel8@sha256:d915acc24d3e3ff524edd9979cb796995afe4eae97c39a3131a04f480ef82770_s390x",
"relates_to_product_reference": "8Base-Quay-3"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-6827",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2025-03-20T11:07:09.471036+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2353700"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Gunicorn. This vulnerability allows request smuggling, leading to cache poisoning, data exposure, session manipulation, Server-side request forgery (SSRF), Cross-site scripting (XSS), denial of service (DoS), data integrity compromise, security bypass, and information leakage via improper validation of the \u0027Transfer-Encoding\u0027 header.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "gunicorn: HTTP Request Smuggling in benoitc/gunicorn",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Quay-3:quay/clair-rhel8@sha256:7298f17b3894c919dc271dc60907ce22d53abf9727554ea50e52ee9f8bce73dc_s390x",
"8Base-Quay-3:quay/clair-rhel8@sha256:92715751aef8fce39ba0e97d1a75a65b8d1ae7106d62486a1794b4d9bddbd687_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:a4b5b1c45db5708481908e024f7160cbe27e66d975e12f275cb02fbfeb08207b_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:12242be8a33acdc8683b39fdf8e007baf7a35302527807eb0037d0ccef1cfe27_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:841fd2c720b174e3a6df84cb77350c8dbe1d6057198fbe372455fd9a776ae4ea_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:8a4f63f5d129f75c3f53cea7bfd460df44f0f040e92663207c34bdb77255eebe_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:1f494815365be08391ec325271c44100fb6167fb15ccf1c4155c7a0a6197b89b_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:d883983710064b866467b4db5766bcfefea8009895eae797e11f2663d0929544_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:f871b4ba1aae82f6a635bc850219313b2118f75d8609c513f2d3846be208a561_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:0675d303e2a70ae0ae3133095e13c7ed630d02ce77ac83cee016e1b16a951971_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:ae4bef78094c03b766f1a47d4ff0f02302797455a28f7a15fa21ef50d31e026d_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:cc7ee29566143a2a0f61b1deb93687d28d3e13148afb833e93a37798d0f4dc32_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:254c389896555730eeeae17cb03ec6afc3230883bb2ac9c5722388a4d2de6ab3_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:4b730e73b8762a4e994d4d428c7ca96ec18c5480bbd7d5fdbfbeef0419c1b8ce_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:b4f9dba37bf482ef415d5fbc233329ea13c9087dfd5a97cd6dbe0e85d0d1aa40_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:30f8e7bc7a7a72882720cd329dd8d9cebcb0dac3da04e211281129a88992f544_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:9c0f9fd196b3b90c04ce314caa3730736b99edc2762d48cc2f998197ecfbd4d1_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:9ea22d519c7b086e27077f935590abc1d9ea2ea1a8db0ebf33ce2383d4b5775b_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:34d3081bb600b37cc70827b341d2c54ffe5c6a973f19744ed3b5792e2ffb80b8_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b4e155c030b5f4dd8d84888262f6957ff261ec3ab6f484f04445c248bbd16594_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca7062b086a57567b9a00b337c1b0d541c9886873f5de59a6408280e5b6e706c_amd64",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:324e423b8bccb370ef85f9886515caac1c87fd36a8989dcfdaebda3e8f1062b1_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:3a6a4e98b434edc29e8ffa69d500e174e9003fec10559650b295bef3c8b0aa4a_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:635ec8aa2cbd5a2387656f615f1ffed7b54845df47780363c42383cdefc20196_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:4b8672d738c80f4aac2f66d740678938acea9b7509cb1746b81cdb9e728608f0_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:c6b4d012500b017e0b3265eb9d1c1fb771d30e9a354f572362f69a6bf8f88a00_s390x",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:e4ded1509a87c90f95f3fcddf4083b79929f5ec34ba7bb90741e8654691cdf2e_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:11b133caf63b6543ecfe545c593941313ad5c62dd9ae1b3d6411e4a281321835_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:35fa842fb2449cec085c3481f640d799a6883ed330f30cf352458fdcf8fe5eae_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:d915acc24d3e3ff524edd9979cb796995afe4eae97c39a3131a04f480ef82770_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-6827"
},
{
"category": "external",
"summary": "RHBZ#2353700",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2353700"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-6827",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6827"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6827",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6827"
},
{
"category": "external",
"summary": "https://huntr.com/bounties/1b4f8f38-39da-44b6-9f98-f618639d0dd7",
"url": "https://huntr.com/bounties/1b4f8f38-39da-44b6-9f98-f618639d0dd7"
}
],
"release_date": "2025-03-20T10:09:55.725000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-09T17:08:35+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-Quay-3:quay/clair-rhel8@sha256:7298f17b3894c919dc271dc60907ce22d53abf9727554ea50e52ee9f8bce73dc_s390x",
"8Base-Quay-3:quay/clair-rhel8@sha256:92715751aef8fce39ba0e97d1a75a65b8d1ae7106d62486a1794b4d9bddbd687_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:a4b5b1c45db5708481908e024f7160cbe27e66d975e12f275cb02fbfeb08207b_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:12242be8a33acdc8683b39fdf8e007baf7a35302527807eb0037d0ccef1cfe27_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:841fd2c720b174e3a6df84cb77350c8dbe1d6057198fbe372455fd9a776ae4ea_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:8a4f63f5d129f75c3f53cea7bfd460df44f0f040e92663207c34bdb77255eebe_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:1f494815365be08391ec325271c44100fb6167fb15ccf1c4155c7a0a6197b89b_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:d883983710064b866467b4db5766bcfefea8009895eae797e11f2663d0929544_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:f871b4ba1aae82f6a635bc850219313b2118f75d8609c513f2d3846be208a561_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:0675d303e2a70ae0ae3133095e13c7ed630d02ce77ac83cee016e1b16a951971_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:ae4bef78094c03b766f1a47d4ff0f02302797455a28f7a15fa21ef50d31e026d_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:cc7ee29566143a2a0f61b1deb93687d28d3e13148afb833e93a37798d0f4dc32_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:254c389896555730eeeae17cb03ec6afc3230883bb2ac9c5722388a4d2de6ab3_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:4b730e73b8762a4e994d4d428c7ca96ec18c5480bbd7d5fdbfbeef0419c1b8ce_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:b4f9dba37bf482ef415d5fbc233329ea13c9087dfd5a97cd6dbe0e85d0d1aa40_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:30f8e7bc7a7a72882720cd329dd8d9cebcb0dac3da04e211281129a88992f544_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:9c0f9fd196b3b90c04ce314caa3730736b99edc2762d48cc2f998197ecfbd4d1_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:9ea22d519c7b086e27077f935590abc1d9ea2ea1a8db0ebf33ce2383d4b5775b_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:34d3081bb600b37cc70827b341d2c54ffe5c6a973f19744ed3b5792e2ffb80b8_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b4e155c030b5f4dd8d84888262f6957ff261ec3ab6f484f04445c248bbd16594_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca7062b086a57567b9a00b337c1b0d541c9886873f5de59a6408280e5b6e706c_amd64",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:324e423b8bccb370ef85f9886515caac1c87fd36a8989dcfdaebda3e8f1062b1_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:3a6a4e98b434edc29e8ffa69d500e174e9003fec10559650b295bef3c8b0aa4a_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:635ec8aa2cbd5a2387656f615f1ffed7b54845df47780363c42383cdefc20196_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:4b8672d738c80f4aac2f66d740678938acea9b7509cb1746b81cdb9e728608f0_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:c6b4d012500b017e0b3265eb9d1c1fb771d30e9a354f572362f69a6bf8f88a00_s390x",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:e4ded1509a87c90f95f3fcddf4083b79929f5ec34ba7bb90741e8654691cdf2e_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:11b133caf63b6543ecfe545c593941313ad5c62dd9ae1b3d6411e4a281321835_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:35fa842fb2449cec085c3481f640d799a6883ed330f30cf352458fdcf8fe5eae_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:d915acc24d3e3ff524edd9979cb796995afe4eae97c39a3131a04f480ef82770_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2025:3651"
},
{
"category": "workaround",
"details": "Red Hat Product Security currently does not have a recommended mitigation at this time.",
"product_ids": [
"8Base-Quay-3:quay/clair-rhel8@sha256:7298f17b3894c919dc271dc60907ce22d53abf9727554ea50e52ee9f8bce73dc_s390x",
"8Base-Quay-3:quay/clair-rhel8@sha256:92715751aef8fce39ba0e97d1a75a65b8d1ae7106d62486a1794b4d9bddbd687_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:a4b5b1c45db5708481908e024f7160cbe27e66d975e12f275cb02fbfeb08207b_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:12242be8a33acdc8683b39fdf8e007baf7a35302527807eb0037d0ccef1cfe27_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:841fd2c720b174e3a6df84cb77350c8dbe1d6057198fbe372455fd9a776ae4ea_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:8a4f63f5d129f75c3f53cea7bfd460df44f0f040e92663207c34bdb77255eebe_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:1f494815365be08391ec325271c44100fb6167fb15ccf1c4155c7a0a6197b89b_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:d883983710064b866467b4db5766bcfefea8009895eae797e11f2663d0929544_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:f871b4ba1aae82f6a635bc850219313b2118f75d8609c513f2d3846be208a561_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:0675d303e2a70ae0ae3133095e13c7ed630d02ce77ac83cee016e1b16a951971_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:ae4bef78094c03b766f1a47d4ff0f02302797455a28f7a15fa21ef50d31e026d_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:cc7ee29566143a2a0f61b1deb93687d28d3e13148afb833e93a37798d0f4dc32_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:254c389896555730eeeae17cb03ec6afc3230883bb2ac9c5722388a4d2de6ab3_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:4b730e73b8762a4e994d4d428c7ca96ec18c5480bbd7d5fdbfbeef0419c1b8ce_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:b4f9dba37bf482ef415d5fbc233329ea13c9087dfd5a97cd6dbe0e85d0d1aa40_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:30f8e7bc7a7a72882720cd329dd8d9cebcb0dac3da04e211281129a88992f544_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:9c0f9fd196b3b90c04ce314caa3730736b99edc2762d48cc2f998197ecfbd4d1_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:9ea22d519c7b086e27077f935590abc1d9ea2ea1a8db0ebf33ce2383d4b5775b_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:34d3081bb600b37cc70827b341d2c54ffe5c6a973f19744ed3b5792e2ffb80b8_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b4e155c030b5f4dd8d84888262f6957ff261ec3ab6f484f04445c248bbd16594_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca7062b086a57567b9a00b337c1b0d541c9886873f5de59a6408280e5b6e706c_amd64",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:324e423b8bccb370ef85f9886515caac1c87fd36a8989dcfdaebda3e8f1062b1_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:3a6a4e98b434edc29e8ffa69d500e174e9003fec10559650b295bef3c8b0aa4a_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:635ec8aa2cbd5a2387656f615f1ffed7b54845df47780363c42383cdefc20196_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:4b8672d738c80f4aac2f66d740678938acea9b7509cb1746b81cdb9e728608f0_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:c6b4d012500b017e0b3265eb9d1c1fb771d30e9a354f572362f69a6bf8f88a00_s390x",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:e4ded1509a87c90f95f3fcddf4083b79929f5ec34ba7bb90741e8654691cdf2e_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:11b133caf63b6543ecfe545c593941313ad5c62dd9ae1b3d6411e4a281321835_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:35fa842fb2449cec085c3481f640d799a6883ed330f30cf352458fdcf8fe5eae_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:d915acc24d3e3ff524edd9979cb796995afe4eae97c39a3131a04f480ef82770_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.0"
},
"products": [
"8Base-Quay-3:quay/clair-rhel8@sha256:7298f17b3894c919dc271dc60907ce22d53abf9727554ea50e52ee9f8bce73dc_s390x",
"8Base-Quay-3:quay/clair-rhel8@sha256:92715751aef8fce39ba0e97d1a75a65b8d1ae7106d62486a1794b4d9bddbd687_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:a4b5b1c45db5708481908e024f7160cbe27e66d975e12f275cb02fbfeb08207b_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:12242be8a33acdc8683b39fdf8e007baf7a35302527807eb0037d0ccef1cfe27_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:841fd2c720b174e3a6df84cb77350c8dbe1d6057198fbe372455fd9a776ae4ea_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:8a4f63f5d129f75c3f53cea7bfd460df44f0f040e92663207c34bdb77255eebe_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:1f494815365be08391ec325271c44100fb6167fb15ccf1c4155c7a0a6197b89b_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:d883983710064b866467b4db5766bcfefea8009895eae797e11f2663d0929544_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:f871b4ba1aae82f6a635bc850219313b2118f75d8609c513f2d3846be208a561_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:0675d303e2a70ae0ae3133095e13c7ed630d02ce77ac83cee016e1b16a951971_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:ae4bef78094c03b766f1a47d4ff0f02302797455a28f7a15fa21ef50d31e026d_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:cc7ee29566143a2a0f61b1deb93687d28d3e13148afb833e93a37798d0f4dc32_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:254c389896555730eeeae17cb03ec6afc3230883bb2ac9c5722388a4d2de6ab3_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:4b730e73b8762a4e994d4d428c7ca96ec18c5480bbd7d5fdbfbeef0419c1b8ce_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:b4f9dba37bf482ef415d5fbc233329ea13c9087dfd5a97cd6dbe0e85d0d1aa40_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:30f8e7bc7a7a72882720cd329dd8d9cebcb0dac3da04e211281129a88992f544_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:9c0f9fd196b3b90c04ce314caa3730736b99edc2762d48cc2f998197ecfbd4d1_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:9ea22d519c7b086e27077f935590abc1d9ea2ea1a8db0ebf33ce2383d4b5775b_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:34d3081bb600b37cc70827b341d2c54ffe5c6a973f19744ed3b5792e2ffb80b8_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b4e155c030b5f4dd8d84888262f6957ff261ec3ab6f484f04445c248bbd16594_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca7062b086a57567b9a00b337c1b0d541c9886873f5de59a6408280e5b6e706c_amd64",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:324e423b8bccb370ef85f9886515caac1c87fd36a8989dcfdaebda3e8f1062b1_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:3a6a4e98b434edc29e8ffa69d500e174e9003fec10559650b295bef3c8b0aa4a_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:635ec8aa2cbd5a2387656f615f1ffed7b54845df47780363c42383cdefc20196_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:4b8672d738c80f4aac2f66d740678938acea9b7509cb1746b81cdb9e728608f0_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:c6b4d012500b017e0b3265eb9d1c1fb771d30e9a354f572362f69a6bf8f88a00_s390x",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:e4ded1509a87c90f95f3fcddf4083b79929f5ec34ba7bb90741e8654691cdf2e_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:11b133caf63b6543ecfe545c593941313ad5c62dd9ae1b3d6411e4a281321835_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:35fa842fb2449cec085c3481f640d799a6883ed330f30cf352458fdcf8fe5eae_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:d915acc24d3e3ff524edd9979cb796995afe4eae97c39a3131a04f480ef82770_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "gunicorn: HTTP Request Smuggling in benoitc/gunicorn"
},
{
"acknowledgments": [
{
"names": [
"jub0bs"
]
}
],
"cve": "CVE-2025-22868",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2025-02-26T04:00:44.350024+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348366"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, \".\")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Quay-3:quay/clair-rhel8@sha256:7298f17b3894c919dc271dc60907ce22d53abf9727554ea50e52ee9f8bce73dc_s390x",
"8Base-Quay-3:quay/clair-rhel8@sha256:92715751aef8fce39ba0e97d1a75a65b8d1ae7106d62486a1794b4d9bddbd687_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:a4b5b1c45db5708481908e024f7160cbe27e66d975e12f275cb02fbfeb08207b_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:12242be8a33acdc8683b39fdf8e007baf7a35302527807eb0037d0ccef1cfe27_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:841fd2c720b174e3a6df84cb77350c8dbe1d6057198fbe372455fd9a776ae4ea_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:8a4f63f5d129f75c3f53cea7bfd460df44f0f040e92663207c34bdb77255eebe_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:1f494815365be08391ec325271c44100fb6167fb15ccf1c4155c7a0a6197b89b_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:d883983710064b866467b4db5766bcfefea8009895eae797e11f2663d0929544_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:f871b4ba1aae82f6a635bc850219313b2118f75d8609c513f2d3846be208a561_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:0675d303e2a70ae0ae3133095e13c7ed630d02ce77ac83cee016e1b16a951971_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:ae4bef78094c03b766f1a47d4ff0f02302797455a28f7a15fa21ef50d31e026d_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:cc7ee29566143a2a0f61b1deb93687d28d3e13148afb833e93a37798d0f4dc32_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:254c389896555730eeeae17cb03ec6afc3230883bb2ac9c5722388a4d2de6ab3_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:4b730e73b8762a4e994d4d428c7ca96ec18c5480bbd7d5fdbfbeef0419c1b8ce_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:b4f9dba37bf482ef415d5fbc233329ea13c9087dfd5a97cd6dbe0e85d0d1aa40_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:30f8e7bc7a7a72882720cd329dd8d9cebcb0dac3da04e211281129a88992f544_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:9c0f9fd196b3b90c04ce314caa3730736b99edc2762d48cc2f998197ecfbd4d1_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:9ea22d519c7b086e27077f935590abc1d9ea2ea1a8db0ebf33ce2383d4b5775b_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:34d3081bb600b37cc70827b341d2c54ffe5c6a973f19744ed3b5792e2ffb80b8_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b4e155c030b5f4dd8d84888262f6957ff261ec3ab6f484f04445c248bbd16594_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca7062b086a57567b9a00b337c1b0d541c9886873f5de59a6408280e5b6e706c_amd64",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:324e423b8bccb370ef85f9886515caac1c87fd36a8989dcfdaebda3e8f1062b1_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:3a6a4e98b434edc29e8ffa69d500e174e9003fec10559650b295bef3c8b0aa4a_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:635ec8aa2cbd5a2387656f615f1ffed7b54845df47780363c42383cdefc20196_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:4b8672d738c80f4aac2f66d740678938acea9b7509cb1746b81cdb9e728608f0_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:c6b4d012500b017e0b3265eb9d1c1fb771d30e9a354f572362f69a6bf8f88a00_s390x",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:e4ded1509a87c90f95f3fcddf4083b79929f5ec34ba7bb90741e8654691cdf2e_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:11b133caf63b6543ecfe545c593941313ad5c62dd9ae1b3d6411e4a281321835_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:35fa842fb2449cec085c3481f640d799a6883ed330f30cf352458fdcf8fe5eae_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:d915acc24d3e3ff524edd9979cb796995afe4eae97c39a3131a04f480ef82770_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "RHBZ#2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://go.dev/cl/652155",
"url": "https://go.dev/cl/652155"
},
{
"category": "external",
"summary": "https://go.dev/issue/71490",
"url": "https://go.dev/issue/71490"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3488",
"url": "https://pkg.go.dev/vuln/GO-2025-3488"
}
],
"release_date": "2025-02-26T03:07:49.012000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-09T17:08:35+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-Quay-3:quay/clair-rhel8@sha256:7298f17b3894c919dc271dc60907ce22d53abf9727554ea50e52ee9f8bce73dc_s390x",
"8Base-Quay-3:quay/clair-rhel8@sha256:92715751aef8fce39ba0e97d1a75a65b8d1ae7106d62486a1794b4d9bddbd687_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:a4b5b1c45db5708481908e024f7160cbe27e66d975e12f275cb02fbfeb08207b_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:12242be8a33acdc8683b39fdf8e007baf7a35302527807eb0037d0ccef1cfe27_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:841fd2c720b174e3a6df84cb77350c8dbe1d6057198fbe372455fd9a776ae4ea_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:8a4f63f5d129f75c3f53cea7bfd460df44f0f040e92663207c34bdb77255eebe_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:1f494815365be08391ec325271c44100fb6167fb15ccf1c4155c7a0a6197b89b_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:d883983710064b866467b4db5766bcfefea8009895eae797e11f2663d0929544_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:f871b4ba1aae82f6a635bc850219313b2118f75d8609c513f2d3846be208a561_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:0675d303e2a70ae0ae3133095e13c7ed630d02ce77ac83cee016e1b16a951971_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:ae4bef78094c03b766f1a47d4ff0f02302797455a28f7a15fa21ef50d31e026d_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:cc7ee29566143a2a0f61b1deb93687d28d3e13148afb833e93a37798d0f4dc32_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:254c389896555730eeeae17cb03ec6afc3230883bb2ac9c5722388a4d2de6ab3_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:4b730e73b8762a4e994d4d428c7ca96ec18c5480bbd7d5fdbfbeef0419c1b8ce_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:b4f9dba37bf482ef415d5fbc233329ea13c9087dfd5a97cd6dbe0e85d0d1aa40_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:30f8e7bc7a7a72882720cd329dd8d9cebcb0dac3da04e211281129a88992f544_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:9c0f9fd196b3b90c04ce314caa3730736b99edc2762d48cc2f998197ecfbd4d1_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:9ea22d519c7b086e27077f935590abc1d9ea2ea1a8db0ebf33ce2383d4b5775b_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:34d3081bb600b37cc70827b341d2c54ffe5c6a973f19744ed3b5792e2ffb80b8_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b4e155c030b5f4dd8d84888262f6957ff261ec3ab6f484f04445c248bbd16594_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca7062b086a57567b9a00b337c1b0d541c9886873f5de59a6408280e5b6e706c_amd64",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:324e423b8bccb370ef85f9886515caac1c87fd36a8989dcfdaebda3e8f1062b1_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:3a6a4e98b434edc29e8ffa69d500e174e9003fec10559650b295bef3c8b0aa4a_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:635ec8aa2cbd5a2387656f615f1ffed7b54845df47780363c42383cdefc20196_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:4b8672d738c80f4aac2f66d740678938acea9b7509cb1746b81cdb9e728608f0_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:c6b4d012500b017e0b3265eb9d1c1fb771d30e9a354f572362f69a6bf8f88a00_s390x",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:e4ded1509a87c90f95f3fcddf4083b79929f5ec34ba7bb90741e8654691cdf2e_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:11b133caf63b6543ecfe545c593941313ad5c62dd9ae1b3d6411e4a281321835_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:35fa842fb2449cec085c3481f640d799a6883ed330f30cf352458fdcf8fe5eae_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:d915acc24d3e3ff524edd9979cb796995afe4eae97c39a3131a04f480ef82770_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2025:3651"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, it is recommended to pre-validate any payloads passed to `go-jose` to check that they do not contain an excessive amount of `.` characters.",
"product_ids": [
"8Base-Quay-3:quay/clair-rhel8@sha256:7298f17b3894c919dc271dc60907ce22d53abf9727554ea50e52ee9f8bce73dc_s390x",
"8Base-Quay-3:quay/clair-rhel8@sha256:92715751aef8fce39ba0e97d1a75a65b8d1ae7106d62486a1794b4d9bddbd687_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:a4b5b1c45db5708481908e024f7160cbe27e66d975e12f275cb02fbfeb08207b_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:12242be8a33acdc8683b39fdf8e007baf7a35302527807eb0037d0ccef1cfe27_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:841fd2c720b174e3a6df84cb77350c8dbe1d6057198fbe372455fd9a776ae4ea_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:8a4f63f5d129f75c3f53cea7bfd460df44f0f040e92663207c34bdb77255eebe_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:1f494815365be08391ec325271c44100fb6167fb15ccf1c4155c7a0a6197b89b_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:d883983710064b866467b4db5766bcfefea8009895eae797e11f2663d0929544_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:f871b4ba1aae82f6a635bc850219313b2118f75d8609c513f2d3846be208a561_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:0675d303e2a70ae0ae3133095e13c7ed630d02ce77ac83cee016e1b16a951971_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:ae4bef78094c03b766f1a47d4ff0f02302797455a28f7a15fa21ef50d31e026d_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:cc7ee29566143a2a0f61b1deb93687d28d3e13148afb833e93a37798d0f4dc32_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:254c389896555730eeeae17cb03ec6afc3230883bb2ac9c5722388a4d2de6ab3_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:4b730e73b8762a4e994d4d428c7ca96ec18c5480bbd7d5fdbfbeef0419c1b8ce_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:b4f9dba37bf482ef415d5fbc233329ea13c9087dfd5a97cd6dbe0e85d0d1aa40_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:30f8e7bc7a7a72882720cd329dd8d9cebcb0dac3da04e211281129a88992f544_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:9c0f9fd196b3b90c04ce314caa3730736b99edc2762d48cc2f998197ecfbd4d1_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:9ea22d519c7b086e27077f935590abc1d9ea2ea1a8db0ebf33ce2383d4b5775b_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:34d3081bb600b37cc70827b341d2c54ffe5c6a973f19744ed3b5792e2ffb80b8_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b4e155c030b5f4dd8d84888262f6957ff261ec3ab6f484f04445c248bbd16594_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca7062b086a57567b9a00b337c1b0d541c9886873f5de59a6408280e5b6e706c_amd64",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:324e423b8bccb370ef85f9886515caac1c87fd36a8989dcfdaebda3e8f1062b1_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:3a6a4e98b434edc29e8ffa69d500e174e9003fec10559650b295bef3c8b0aa4a_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:635ec8aa2cbd5a2387656f615f1ffed7b54845df47780363c42383cdefc20196_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:4b8672d738c80f4aac2f66d740678938acea9b7509cb1746b81cdb9e728608f0_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:c6b4d012500b017e0b3265eb9d1c1fb771d30e9a354f572362f69a6bf8f88a00_s390x",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:e4ded1509a87c90f95f3fcddf4083b79929f5ec34ba7bb90741e8654691cdf2e_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:11b133caf63b6543ecfe545c593941313ad5c62dd9ae1b3d6411e4a281321835_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:35fa842fb2449cec085c3481f640d799a6883ed330f30cf352458fdcf8fe5eae_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:d915acc24d3e3ff524edd9979cb796995afe4eae97c39a3131a04f480ef82770_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"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"
},
"products": [
"8Base-Quay-3:quay/clair-rhel8@sha256:7298f17b3894c919dc271dc60907ce22d53abf9727554ea50e52ee9f8bce73dc_s390x",
"8Base-Quay-3:quay/clair-rhel8@sha256:92715751aef8fce39ba0e97d1a75a65b8d1ae7106d62486a1794b4d9bddbd687_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:a4b5b1c45db5708481908e024f7160cbe27e66d975e12f275cb02fbfeb08207b_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:12242be8a33acdc8683b39fdf8e007baf7a35302527807eb0037d0ccef1cfe27_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:841fd2c720b174e3a6df84cb77350c8dbe1d6057198fbe372455fd9a776ae4ea_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:8a4f63f5d129f75c3f53cea7bfd460df44f0f040e92663207c34bdb77255eebe_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:1f494815365be08391ec325271c44100fb6167fb15ccf1c4155c7a0a6197b89b_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:d883983710064b866467b4db5766bcfefea8009895eae797e11f2663d0929544_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:f871b4ba1aae82f6a635bc850219313b2118f75d8609c513f2d3846be208a561_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:0675d303e2a70ae0ae3133095e13c7ed630d02ce77ac83cee016e1b16a951971_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:ae4bef78094c03b766f1a47d4ff0f02302797455a28f7a15fa21ef50d31e026d_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:cc7ee29566143a2a0f61b1deb93687d28d3e13148afb833e93a37798d0f4dc32_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:254c389896555730eeeae17cb03ec6afc3230883bb2ac9c5722388a4d2de6ab3_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:4b730e73b8762a4e994d4d428c7ca96ec18c5480bbd7d5fdbfbeef0419c1b8ce_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:b4f9dba37bf482ef415d5fbc233329ea13c9087dfd5a97cd6dbe0e85d0d1aa40_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:30f8e7bc7a7a72882720cd329dd8d9cebcb0dac3da04e211281129a88992f544_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:9c0f9fd196b3b90c04ce314caa3730736b99edc2762d48cc2f998197ecfbd4d1_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:9ea22d519c7b086e27077f935590abc1d9ea2ea1a8db0ebf33ce2383d4b5775b_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:34d3081bb600b37cc70827b341d2c54ffe5c6a973f19744ed3b5792e2ffb80b8_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b4e155c030b5f4dd8d84888262f6957ff261ec3ab6f484f04445c248bbd16594_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca7062b086a57567b9a00b337c1b0d541c9886873f5de59a6408280e5b6e706c_amd64",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:324e423b8bccb370ef85f9886515caac1c87fd36a8989dcfdaebda3e8f1062b1_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:3a6a4e98b434edc29e8ffa69d500e174e9003fec10559650b295bef3c8b0aa4a_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:635ec8aa2cbd5a2387656f615f1ffed7b54845df47780363c42383cdefc20196_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:4b8672d738c80f4aac2f66d740678938acea9b7509cb1746b81cdb9e728608f0_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:c6b4d012500b017e0b3265eb9d1c1fb771d30e9a354f572362f69a6bf8f88a00_s390x",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:e4ded1509a87c90f95f3fcddf4083b79929f5ec34ba7bb90741e8654691cdf2e_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:11b133caf63b6543ecfe545c593941313ad5c62dd9ae1b3d6411e4a281321835_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:35fa842fb2449cec085c3481f640d799a6883ed330f30cf352458fdcf8fe5eae_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:d915acc24d3e3ff524edd9979cb796995afe4eae97c39a3131a04f480ef82770_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws"
},
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Quay-3:quay/clair-rhel8@sha256:7298f17b3894c919dc271dc60907ce22d53abf9727554ea50e52ee9f8bce73dc_s390x",
"8Base-Quay-3:quay/clair-rhel8@sha256:92715751aef8fce39ba0e97d1a75a65b8d1ae7106d62486a1794b4d9bddbd687_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:a4b5b1c45db5708481908e024f7160cbe27e66d975e12f275cb02fbfeb08207b_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:12242be8a33acdc8683b39fdf8e007baf7a35302527807eb0037d0ccef1cfe27_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:841fd2c720b174e3a6df84cb77350c8dbe1d6057198fbe372455fd9a776ae4ea_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:8a4f63f5d129f75c3f53cea7bfd460df44f0f040e92663207c34bdb77255eebe_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:1f494815365be08391ec325271c44100fb6167fb15ccf1c4155c7a0a6197b89b_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:d883983710064b866467b4db5766bcfefea8009895eae797e11f2663d0929544_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:f871b4ba1aae82f6a635bc850219313b2118f75d8609c513f2d3846be208a561_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:0675d303e2a70ae0ae3133095e13c7ed630d02ce77ac83cee016e1b16a951971_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:ae4bef78094c03b766f1a47d4ff0f02302797455a28f7a15fa21ef50d31e026d_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:cc7ee29566143a2a0f61b1deb93687d28d3e13148afb833e93a37798d0f4dc32_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:254c389896555730eeeae17cb03ec6afc3230883bb2ac9c5722388a4d2de6ab3_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:4b730e73b8762a4e994d4d428c7ca96ec18c5480bbd7d5fdbfbeef0419c1b8ce_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:b4f9dba37bf482ef415d5fbc233329ea13c9087dfd5a97cd6dbe0e85d0d1aa40_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:30f8e7bc7a7a72882720cd329dd8d9cebcb0dac3da04e211281129a88992f544_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:9c0f9fd196b3b90c04ce314caa3730736b99edc2762d48cc2f998197ecfbd4d1_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:9ea22d519c7b086e27077f935590abc1d9ea2ea1a8db0ebf33ce2383d4b5775b_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:34d3081bb600b37cc70827b341d2c54ffe5c6a973f19744ed3b5792e2ffb80b8_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b4e155c030b5f4dd8d84888262f6957ff261ec3ab6f484f04445c248bbd16594_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca7062b086a57567b9a00b337c1b0d541c9886873f5de59a6408280e5b6e706c_amd64",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:324e423b8bccb370ef85f9886515caac1c87fd36a8989dcfdaebda3e8f1062b1_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:3a6a4e98b434edc29e8ffa69d500e174e9003fec10559650b295bef3c8b0aa4a_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:635ec8aa2cbd5a2387656f615f1ffed7b54845df47780363c42383cdefc20196_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:4b8672d738c80f4aac2f66d740678938acea9b7509cb1746b81cdb9e728608f0_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:c6b4d012500b017e0b3265eb9d1c1fb771d30e9a354f572362f69a6bf8f88a00_s390x",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:e4ded1509a87c90f95f3fcddf4083b79929f5ec34ba7bb90741e8654691cdf2e_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:11b133caf63b6543ecfe545c593941313ad5c62dd9ae1b3d6411e4a281321835_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:35fa842fb2449cec085c3481f640d799a6883ed330f30cf352458fdcf8fe5eae_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:d915acc24d3e3ff524edd9979cb796995afe4eae97c39a3131a04f480ef82770_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-09T17:08:35+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-Quay-3:quay/clair-rhel8@sha256:7298f17b3894c919dc271dc60907ce22d53abf9727554ea50e52ee9f8bce73dc_s390x",
"8Base-Quay-3:quay/clair-rhel8@sha256:92715751aef8fce39ba0e97d1a75a65b8d1ae7106d62486a1794b4d9bddbd687_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:a4b5b1c45db5708481908e024f7160cbe27e66d975e12f275cb02fbfeb08207b_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:12242be8a33acdc8683b39fdf8e007baf7a35302527807eb0037d0ccef1cfe27_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:841fd2c720b174e3a6df84cb77350c8dbe1d6057198fbe372455fd9a776ae4ea_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:8a4f63f5d129f75c3f53cea7bfd460df44f0f040e92663207c34bdb77255eebe_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:1f494815365be08391ec325271c44100fb6167fb15ccf1c4155c7a0a6197b89b_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:d883983710064b866467b4db5766bcfefea8009895eae797e11f2663d0929544_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:f871b4ba1aae82f6a635bc850219313b2118f75d8609c513f2d3846be208a561_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:0675d303e2a70ae0ae3133095e13c7ed630d02ce77ac83cee016e1b16a951971_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:ae4bef78094c03b766f1a47d4ff0f02302797455a28f7a15fa21ef50d31e026d_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:cc7ee29566143a2a0f61b1deb93687d28d3e13148afb833e93a37798d0f4dc32_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:254c389896555730eeeae17cb03ec6afc3230883bb2ac9c5722388a4d2de6ab3_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:4b730e73b8762a4e994d4d428c7ca96ec18c5480bbd7d5fdbfbeef0419c1b8ce_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:b4f9dba37bf482ef415d5fbc233329ea13c9087dfd5a97cd6dbe0e85d0d1aa40_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:30f8e7bc7a7a72882720cd329dd8d9cebcb0dac3da04e211281129a88992f544_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:9c0f9fd196b3b90c04ce314caa3730736b99edc2762d48cc2f998197ecfbd4d1_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:9ea22d519c7b086e27077f935590abc1d9ea2ea1a8db0ebf33ce2383d4b5775b_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:34d3081bb600b37cc70827b341d2c54ffe5c6a973f19744ed3b5792e2ffb80b8_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b4e155c030b5f4dd8d84888262f6957ff261ec3ab6f484f04445c248bbd16594_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca7062b086a57567b9a00b337c1b0d541c9886873f5de59a6408280e5b6e706c_amd64",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:324e423b8bccb370ef85f9886515caac1c87fd36a8989dcfdaebda3e8f1062b1_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:3a6a4e98b434edc29e8ffa69d500e174e9003fec10559650b295bef3c8b0aa4a_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:635ec8aa2cbd5a2387656f615f1ffed7b54845df47780363c42383cdefc20196_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:4b8672d738c80f4aac2f66d740678938acea9b7509cb1746b81cdb9e728608f0_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:c6b4d012500b017e0b3265eb9d1c1fb771d30e9a354f572362f69a6bf8f88a00_s390x",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:e4ded1509a87c90f95f3fcddf4083b79929f5ec34ba7bb90741e8654691cdf2e_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:11b133caf63b6543ecfe545c593941313ad5c62dd9ae1b3d6411e4a281321835_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:35fa842fb2449cec085c3481f640d799a6883ed330f30cf352458fdcf8fe5eae_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:d915acc24d3e3ff524edd9979cb796995afe4eae97c39a3131a04f480ef82770_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2025:3651"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"8Base-Quay-3:quay/clair-rhel8@sha256:7298f17b3894c919dc271dc60907ce22d53abf9727554ea50e52ee9f8bce73dc_s390x",
"8Base-Quay-3:quay/clair-rhel8@sha256:92715751aef8fce39ba0e97d1a75a65b8d1ae7106d62486a1794b4d9bddbd687_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:a4b5b1c45db5708481908e024f7160cbe27e66d975e12f275cb02fbfeb08207b_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:12242be8a33acdc8683b39fdf8e007baf7a35302527807eb0037d0ccef1cfe27_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:841fd2c720b174e3a6df84cb77350c8dbe1d6057198fbe372455fd9a776ae4ea_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:8a4f63f5d129f75c3f53cea7bfd460df44f0f040e92663207c34bdb77255eebe_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:1f494815365be08391ec325271c44100fb6167fb15ccf1c4155c7a0a6197b89b_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:d883983710064b866467b4db5766bcfefea8009895eae797e11f2663d0929544_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:f871b4ba1aae82f6a635bc850219313b2118f75d8609c513f2d3846be208a561_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:0675d303e2a70ae0ae3133095e13c7ed630d02ce77ac83cee016e1b16a951971_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:ae4bef78094c03b766f1a47d4ff0f02302797455a28f7a15fa21ef50d31e026d_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:cc7ee29566143a2a0f61b1deb93687d28d3e13148afb833e93a37798d0f4dc32_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:254c389896555730eeeae17cb03ec6afc3230883bb2ac9c5722388a4d2de6ab3_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:4b730e73b8762a4e994d4d428c7ca96ec18c5480bbd7d5fdbfbeef0419c1b8ce_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:b4f9dba37bf482ef415d5fbc233329ea13c9087dfd5a97cd6dbe0e85d0d1aa40_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:30f8e7bc7a7a72882720cd329dd8d9cebcb0dac3da04e211281129a88992f544_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:9c0f9fd196b3b90c04ce314caa3730736b99edc2762d48cc2f998197ecfbd4d1_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:9ea22d519c7b086e27077f935590abc1d9ea2ea1a8db0ebf33ce2383d4b5775b_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:34d3081bb600b37cc70827b341d2c54ffe5c6a973f19744ed3b5792e2ffb80b8_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b4e155c030b5f4dd8d84888262f6957ff261ec3ab6f484f04445c248bbd16594_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca7062b086a57567b9a00b337c1b0d541c9886873f5de59a6408280e5b6e706c_amd64",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:324e423b8bccb370ef85f9886515caac1c87fd36a8989dcfdaebda3e8f1062b1_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:3a6a4e98b434edc29e8ffa69d500e174e9003fec10559650b295bef3c8b0aa4a_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:635ec8aa2cbd5a2387656f615f1ffed7b54845df47780363c42383cdefc20196_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:4b8672d738c80f4aac2f66d740678938acea9b7509cb1746b81cdb9e728608f0_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:c6b4d012500b017e0b3265eb9d1c1fb771d30e9a354f572362f69a6bf8f88a00_s390x",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:e4ded1509a87c90f95f3fcddf4083b79929f5ec34ba7bb90741e8654691cdf2e_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:11b133caf63b6543ecfe545c593941313ad5c62dd9ae1b3d6411e4a281321835_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:35fa842fb2449cec085c3481f640d799a6883ed330f30cf352458fdcf8fe5eae_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:d915acc24d3e3ff524edd9979cb796995afe4eae97c39a3131a04f480ef82770_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"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"
},
"products": [
"8Base-Quay-3:quay/clair-rhel8@sha256:7298f17b3894c919dc271dc60907ce22d53abf9727554ea50e52ee9f8bce73dc_s390x",
"8Base-Quay-3:quay/clair-rhel8@sha256:92715751aef8fce39ba0e97d1a75a65b8d1ae7106d62486a1794b4d9bddbd687_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:a4b5b1c45db5708481908e024f7160cbe27e66d975e12f275cb02fbfeb08207b_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:12242be8a33acdc8683b39fdf8e007baf7a35302527807eb0037d0ccef1cfe27_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:841fd2c720b174e3a6df84cb77350c8dbe1d6057198fbe372455fd9a776ae4ea_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:8a4f63f5d129f75c3f53cea7bfd460df44f0f040e92663207c34bdb77255eebe_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:1f494815365be08391ec325271c44100fb6167fb15ccf1c4155c7a0a6197b89b_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:d883983710064b866467b4db5766bcfefea8009895eae797e11f2663d0929544_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:f871b4ba1aae82f6a635bc850219313b2118f75d8609c513f2d3846be208a561_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:0675d303e2a70ae0ae3133095e13c7ed630d02ce77ac83cee016e1b16a951971_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:ae4bef78094c03b766f1a47d4ff0f02302797455a28f7a15fa21ef50d31e026d_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:cc7ee29566143a2a0f61b1deb93687d28d3e13148afb833e93a37798d0f4dc32_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:254c389896555730eeeae17cb03ec6afc3230883bb2ac9c5722388a4d2de6ab3_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:4b730e73b8762a4e994d4d428c7ca96ec18c5480bbd7d5fdbfbeef0419c1b8ce_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:b4f9dba37bf482ef415d5fbc233329ea13c9087dfd5a97cd6dbe0e85d0d1aa40_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:30f8e7bc7a7a72882720cd329dd8d9cebcb0dac3da04e211281129a88992f544_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:9c0f9fd196b3b90c04ce314caa3730736b99edc2762d48cc2f998197ecfbd4d1_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:9ea22d519c7b086e27077f935590abc1d9ea2ea1a8db0ebf33ce2383d4b5775b_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:34d3081bb600b37cc70827b341d2c54ffe5c6a973f19744ed3b5792e2ffb80b8_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b4e155c030b5f4dd8d84888262f6957ff261ec3ab6f484f04445c248bbd16594_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca7062b086a57567b9a00b337c1b0d541c9886873f5de59a6408280e5b6e706c_amd64",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:324e423b8bccb370ef85f9886515caac1c87fd36a8989dcfdaebda3e8f1062b1_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:3a6a4e98b434edc29e8ffa69d500e174e9003fec10559650b295bef3c8b0aa4a_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:635ec8aa2cbd5a2387656f615f1ffed7b54845df47780363c42383cdefc20196_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:4b8672d738c80f4aac2f66d740678938acea9b7509cb1746b81cdb9e728608f0_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:c6b4d012500b017e0b3265eb9d1c1fb771d30e9a354f572362f69a6bf8f88a00_s390x",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:e4ded1509a87c90f95f3fcddf4083b79929f5ec34ba7bb90741e8654691cdf2e_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:11b133caf63b6543ecfe545c593941313ad5c62dd9ae1b3d6411e4a281321835_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:35fa842fb2449cec085c3481f640d799a6883ed330f30cf352458fdcf8fe5eae_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:d915acc24d3e3ff524edd9979cb796995afe4eae97c39a3131a04f480ef82770_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
},
{
"cve": "CVE-2025-27516",
"cwe": {
"id": "CWE-1336",
"name": "Improper Neutralization of Special Elements Used in a Template Engine"
},
"discovery_date": "2025-03-05T21:01:07.674606+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2350190"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Jinja. In affected versions, an oversight in how the Jinja sandboxed environment interacts with the `|attr` filter allows an attacker who controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to `str.format` and ensures they don\u0027t escape the sandbox. However, it\u0027s possible to use the `|attr` filter to get a reference to a string\u0027s plain format method, bypassing the sandbox.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jinja2: Jinja sandbox breakout through attr filter selecting format method",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as important severity due to the potential for an attacker to bypass Jinja\u0027s sandbox by exploiting the |attr filter, by controlling template content, an attacker can execute arbitrary Python code, impacting the integrity, confidentiality, and availability of the system. While the attack requires user interaction to trigger untrusted templates, the risk is significant in applications that allow such templates to be executed.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Quay-3:quay/clair-rhel8@sha256:7298f17b3894c919dc271dc60907ce22d53abf9727554ea50e52ee9f8bce73dc_s390x",
"8Base-Quay-3:quay/clair-rhel8@sha256:92715751aef8fce39ba0e97d1a75a65b8d1ae7106d62486a1794b4d9bddbd687_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:a4b5b1c45db5708481908e024f7160cbe27e66d975e12f275cb02fbfeb08207b_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:12242be8a33acdc8683b39fdf8e007baf7a35302527807eb0037d0ccef1cfe27_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:841fd2c720b174e3a6df84cb77350c8dbe1d6057198fbe372455fd9a776ae4ea_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:8a4f63f5d129f75c3f53cea7bfd460df44f0f040e92663207c34bdb77255eebe_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:1f494815365be08391ec325271c44100fb6167fb15ccf1c4155c7a0a6197b89b_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:d883983710064b866467b4db5766bcfefea8009895eae797e11f2663d0929544_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:f871b4ba1aae82f6a635bc850219313b2118f75d8609c513f2d3846be208a561_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:0675d303e2a70ae0ae3133095e13c7ed630d02ce77ac83cee016e1b16a951971_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:ae4bef78094c03b766f1a47d4ff0f02302797455a28f7a15fa21ef50d31e026d_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:cc7ee29566143a2a0f61b1deb93687d28d3e13148afb833e93a37798d0f4dc32_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:254c389896555730eeeae17cb03ec6afc3230883bb2ac9c5722388a4d2de6ab3_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:4b730e73b8762a4e994d4d428c7ca96ec18c5480bbd7d5fdbfbeef0419c1b8ce_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:b4f9dba37bf482ef415d5fbc233329ea13c9087dfd5a97cd6dbe0e85d0d1aa40_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:30f8e7bc7a7a72882720cd329dd8d9cebcb0dac3da04e211281129a88992f544_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:9c0f9fd196b3b90c04ce314caa3730736b99edc2762d48cc2f998197ecfbd4d1_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:9ea22d519c7b086e27077f935590abc1d9ea2ea1a8db0ebf33ce2383d4b5775b_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:34d3081bb600b37cc70827b341d2c54ffe5c6a973f19744ed3b5792e2ffb80b8_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b4e155c030b5f4dd8d84888262f6957ff261ec3ab6f484f04445c248bbd16594_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca7062b086a57567b9a00b337c1b0d541c9886873f5de59a6408280e5b6e706c_amd64",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:324e423b8bccb370ef85f9886515caac1c87fd36a8989dcfdaebda3e8f1062b1_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:3a6a4e98b434edc29e8ffa69d500e174e9003fec10559650b295bef3c8b0aa4a_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:635ec8aa2cbd5a2387656f615f1ffed7b54845df47780363c42383cdefc20196_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:4b8672d738c80f4aac2f66d740678938acea9b7509cb1746b81cdb9e728608f0_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:c6b4d012500b017e0b3265eb9d1c1fb771d30e9a354f572362f69a6bf8f88a00_s390x",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:e4ded1509a87c90f95f3fcddf4083b79929f5ec34ba7bb90741e8654691cdf2e_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:11b133caf63b6543ecfe545c593941313ad5c62dd9ae1b3d6411e4a281321835_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:35fa842fb2449cec085c3481f640d799a6883ed330f30cf352458fdcf8fe5eae_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:d915acc24d3e3ff524edd9979cb796995afe4eae97c39a3131a04f480ef82770_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-27516"
},
{
"category": "external",
"summary": "RHBZ#2350190",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-27516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516"
},
{
"category": "external",
"summary": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403",
"url": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403"
},
{
"category": "external",
"summary": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7",
"url": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7"
}
],
"release_date": "2025-03-05T20:40:06.568000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-09T17:08:35+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-Quay-3:quay/clair-rhel8@sha256:7298f17b3894c919dc271dc60907ce22d53abf9727554ea50e52ee9f8bce73dc_s390x",
"8Base-Quay-3:quay/clair-rhel8@sha256:92715751aef8fce39ba0e97d1a75a65b8d1ae7106d62486a1794b4d9bddbd687_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:a4b5b1c45db5708481908e024f7160cbe27e66d975e12f275cb02fbfeb08207b_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:12242be8a33acdc8683b39fdf8e007baf7a35302527807eb0037d0ccef1cfe27_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:841fd2c720b174e3a6df84cb77350c8dbe1d6057198fbe372455fd9a776ae4ea_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:8a4f63f5d129f75c3f53cea7bfd460df44f0f040e92663207c34bdb77255eebe_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:1f494815365be08391ec325271c44100fb6167fb15ccf1c4155c7a0a6197b89b_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:d883983710064b866467b4db5766bcfefea8009895eae797e11f2663d0929544_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:f871b4ba1aae82f6a635bc850219313b2118f75d8609c513f2d3846be208a561_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:0675d303e2a70ae0ae3133095e13c7ed630d02ce77ac83cee016e1b16a951971_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:ae4bef78094c03b766f1a47d4ff0f02302797455a28f7a15fa21ef50d31e026d_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:cc7ee29566143a2a0f61b1deb93687d28d3e13148afb833e93a37798d0f4dc32_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:254c389896555730eeeae17cb03ec6afc3230883bb2ac9c5722388a4d2de6ab3_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:4b730e73b8762a4e994d4d428c7ca96ec18c5480bbd7d5fdbfbeef0419c1b8ce_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:b4f9dba37bf482ef415d5fbc233329ea13c9087dfd5a97cd6dbe0e85d0d1aa40_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:30f8e7bc7a7a72882720cd329dd8d9cebcb0dac3da04e211281129a88992f544_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:9c0f9fd196b3b90c04ce314caa3730736b99edc2762d48cc2f998197ecfbd4d1_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:9ea22d519c7b086e27077f935590abc1d9ea2ea1a8db0ebf33ce2383d4b5775b_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:34d3081bb600b37cc70827b341d2c54ffe5c6a973f19744ed3b5792e2ffb80b8_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b4e155c030b5f4dd8d84888262f6957ff261ec3ab6f484f04445c248bbd16594_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca7062b086a57567b9a00b337c1b0d541c9886873f5de59a6408280e5b6e706c_amd64",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:324e423b8bccb370ef85f9886515caac1c87fd36a8989dcfdaebda3e8f1062b1_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:3a6a4e98b434edc29e8ffa69d500e174e9003fec10559650b295bef3c8b0aa4a_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:635ec8aa2cbd5a2387656f615f1ffed7b54845df47780363c42383cdefc20196_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:4b8672d738c80f4aac2f66d740678938acea9b7509cb1746b81cdb9e728608f0_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:c6b4d012500b017e0b3265eb9d1c1fb771d30e9a354f572362f69a6bf8f88a00_s390x",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:e4ded1509a87c90f95f3fcddf4083b79929f5ec34ba7bb90741e8654691cdf2e_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:11b133caf63b6543ecfe545c593941313ad5c62dd9ae1b3d6411e4a281321835_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:35fa842fb2449cec085c3481f640d799a6883ed330f30cf352458fdcf8fe5eae_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:d915acc24d3e3ff524edd9979cb796995afe4eae97c39a3131a04f480ef82770_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2025:3651"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-Quay-3:quay/clair-rhel8@sha256:7298f17b3894c919dc271dc60907ce22d53abf9727554ea50e52ee9f8bce73dc_s390x",
"8Base-Quay-3:quay/clair-rhel8@sha256:92715751aef8fce39ba0e97d1a75a65b8d1ae7106d62486a1794b4d9bddbd687_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:a4b5b1c45db5708481908e024f7160cbe27e66d975e12f275cb02fbfeb08207b_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:12242be8a33acdc8683b39fdf8e007baf7a35302527807eb0037d0ccef1cfe27_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:841fd2c720b174e3a6df84cb77350c8dbe1d6057198fbe372455fd9a776ae4ea_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:8a4f63f5d129f75c3f53cea7bfd460df44f0f040e92663207c34bdb77255eebe_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:1f494815365be08391ec325271c44100fb6167fb15ccf1c4155c7a0a6197b89b_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:d883983710064b866467b4db5766bcfefea8009895eae797e11f2663d0929544_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:f871b4ba1aae82f6a635bc850219313b2118f75d8609c513f2d3846be208a561_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:0675d303e2a70ae0ae3133095e13c7ed630d02ce77ac83cee016e1b16a951971_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:ae4bef78094c03b766f1a47d4ff0f02302797455a28f7a15fa21ef50d31e026d_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:cc7ee29566143a2a0f61b1deb93687d28d3e13148afb833e93a37798d0f4dc32_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:254c389896555730eeeae17cb03ec6afc3230883bb2ac9c5722388a4d2de6ab3_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:4b730e73b8762a4e994d4d428c7ca96ec18c5480bbd7d5fdbfbeef0419c1b8ce_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:b4f9dba37bf482ef415d5fbc233329ea13c9087dfd5a97cd6dbe0e85d0d1aa40_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:30f8e7bc7a7a72882720cd329dd8d9cebcb0dac3da04e211281129a88992f544_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:9c0f9fd196b3b90c04ce314caa3730736b99edc2762d48cc2f998197ecfbd4d1_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:9ea22d519c7b086e27077f935590abc1d9ea2ea1a8db0ebf33ce2383d4b5775b_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:34d3081bb600b37cc70827b341d2c54ffe5c6a973f19744ed3b5792e2ffb80b8_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b4e155c030b5f4dd8d84888262f6957ff261ec3ab6f484f04445c248bbd16594_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca7062b086a57567b9a00b337c1b0d541c9886873f5de59a6408280e5b6e706c_amd64",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:324e423b8bccb370ef85f9886515caac1c87fd36a8989dcfdaebda3e8f1062b1_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:3a6a4e98b434edc29e8ffa69d500e174e9003fec10559650b295bef3c8b0aa4a_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:635ec8aa2cbd5a2387656f615f1ffed7b54845df47780363c42383cdefc20196_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:4b8672d738c80f4aac2f66d740678938acea9b7509cb1746b81cdb9e728608f0_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:c6b4d012500b017e0b3265eb9d1c1fb771d30e9a354f572362f69a6bf8f88a00_s390x",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:e4ded1509a87c90f95f3fcddf4083b79929f5ec34ba7bb90741e8654691cdf2e_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:11b133caf63b6543ecfe545c593941313ad5c62dd9ae1b3d6411e4a281321835_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:35fa842fb2449cec085c3481f640d799a6883ed330f30cf352458fdcf8fe5eae_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:d915acc24d3e3ff524edd9979cb796995afe4eae97c39a3131a04f480ef82770_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jinja2: Jinja sandbox breakout through attr filter selecting format method"
}
]
}
RHBA-2025:3652
Vulnerability from csaf_redhat - Published: 2025-04-21 05:56 - Updated: 2026-09-10 10:21A flaw was found in Gunicorn. This vulnerability allows request smuggling, leading to cache poisoning, data exposure, session manipulation, Server-side request forgery (SSRF), Cross-site scripting (XSS), denial of service (DoS), data integrity compromise, security bypass, and information leakage via improper validation of the 'Transfer-Encoding' header.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:34790b8a4a822ab175a7ecdae0780a3aa9b7ff1514551872f739bb09c29d6f38_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:85be832080d7b7d926d867ae0ff7221cdbf0eae547c7a001cef386751d9ee33c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:91d87dd972ffcb5f6f5816bc8230c6d6ee5a0b05c93bb7835219a3071b51c71a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:7ae378dc3dde53a4f9f1e306fdbed285ef7e76825d37442838c8c559ce0247c1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:a727fe3de80c4d453b988a836ac3603ed74557c1216d7856f2e4811e498ccb88_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:d0bf57b80b5e7f651c6b2b5065b254d2c15a27b78797e54806f49e42e5c005d9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:01b9068a46e4247b6d82dbfca2638e2a65ab8865153041095147026fc095eaf8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:5f0dbf0ecc76e4f7801d32817c2d94af5d53092a976a07873b2178a1956d85ff_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:e1cba8f320e9b9bd0e03c16ab4dcf1df732d00e7801a756fc1f0b991a825307f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:ae8ef1d4e3008e90bfc741495528d69fe00738bc26434296c44eceba58ff5689_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:c520b578db802c3a4be452c19b3d2cdd0e6e253b6af49b33e4e53667ad33d32e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:e95226fbb50c690c3f781b29c6fdf2bc07b31fada34a07299549aff69059f787_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:06f9a6fd3ff94dea7ac118a2eb4207dd70875e84df4fdc0aee3ec4539d123eb3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:31cc757862f8a72e3b28dad7969996c6d30cb331ffd0e2b9118f31ed7f81b37e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:ddcc66bf8221a679c73b3dbf7de905113f03a90c8fb55e2b49dd058b621e0ae9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:020aef030a5c28e95ad5a9de996483764d4f65b3d5f2d8af4f352171bd006504_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:20de35a6f5a39383d2a5d4a97e23a682e53f897117d091f7e7328949da1e004e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d2dad1434cbf1acbdb1d83744984f812b113e64aee3adcbc1cb01068ff462e40_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:2be6546905f6cd4a458bc77ad39bb1052def8c2482e6fe99a49db20059c21fd4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b80c80062bcd83036c40e66e2fb2eba872c24b7fdfdd74d11f84bc2c7398965f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca361d8b0506fce2edb0ab4db12a933dd3a3485ce33dd53fd4d7f0a618b13fea_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:0bf0a45400d5e1c7b5b36cba3e722b6401d804f3ebb05bbbff999d26d92c6997_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:82ed438da5437711a631db7653d3e8cb6c25806cebafcca5706bf7911e2627b3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:c9f3b604b9a0ddae02f7ed5777d8c904080e27bb65c108bc100e8753936e995c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:055f267a5851710283b70e7333be2f6f01f3c910e6d5a4a3432190cf17ee1205_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:3167be7c478b4d412da9cd5473175479b3896b9248495bff061ad59b87d09651_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:cb127341754fcc8a587a06ecd7a31fe0b2b4dda13829f5e577bf72ad7be25b31_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:1594eb4c62118f1e18ef5ca1bf93aa209ca8350d3f8231221a1f31a03ea9498c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:e558f4e7b441a34bd9004e9ecb05859fd99e7be37c7143ccbbe04066cfcd8be8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:fbe61ed5a412cb2f1565cb2fc4d424e4b616bac3d12dff53d5012eb3d3eea1bf_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, ".")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:34790b8a4a822ab175a7ecdae0780a3aa9b7ff1514551872f739bb09c29d6f38_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:85be832080d7b7d926d867ae0ff7221cdbf0eae547c7a001cef386751d9ee33c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:91d87dd972ffcb5f6f5816bc8230c6d6ee5a0b05c93bb7835219a3071b51c71a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:7ae378dc3dde53a4f9f1e306fdbed285ef7e76825d37442838c8c559ce0247c1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:a727fe3de80c4d453b988a836ac3603ed74557c1216d7856f2e4811e498ccb88_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:d0bf57b80b5e7f651c6b2b5065b254d2c15a27b78797e54806f49e42e5c005d9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:01b9068a46e4247b6d82dbfca2638e2a65ab8865153041095147026fc095eaf8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:5f0dbf0ecc76e4f7801d32817c2d94af5d53092a976a07873b2178a1956d85ff_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:e1cba8f320e9b9bd0e03c16ab4dcf1df732d00e7801a756fc1f0b991a825307f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:ae8ef1d4e3008e90bfc741495528d69fe00738bc26434296c44eceba58ff5689_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:c520b578db802c3a4be452c19b3d2cdd0e6e253b6af49b33e4e53667ad33d32e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:e95226fbb50c690c3f781b29c6fdf2bc07b31fada34a07299549aff69059f787_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:06f9a6fd3ff94dea7ac118a2eb4207dd70875e84df4fdc0aee3ec4539d123eb3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:31cc757862f8a72e3b28dad7969996c6d30cb331ffd0e2b9118f31ed7f81b37e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:ddcc66bf8221a679c73b3dbf7de905113f03a90c8fb55e2b49dd058b621e0ae9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:020aef030a5c28e95ad5a9de996483764d4f65b3d5f2d8af4f352171bd006504_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:20de35a6f5a39383d2a5d4a97e23a682e53f897117d091f7e7328949da1e004e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d2dad1434cbf1acbdb1d83744984f812b113e64aee3adcbc1cb01068ff462e40_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:2be6546905f6cd4a458bc77ad39bb1052def8c2482e6fe99a49db20059c21fd4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b80c80062bcd83036c40e66e2fb2eba872c24b7fdfdd74d11f84bc2c7398965f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca361d8b0506fce2edb0ab4db12a933dd3a3485ce33dd53fd4d7f0a618b13fea_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:0bf0a45400d5e1c7b5b36cba3e722b6401d804f3ebb05bbbff999d26d92c6997_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:82ed438da5437711a631db7653d3e8cb6c25806cebafcca5706bf7911e2627b3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:c9f3b604b9a0ddae02f7ed5777d8c904080e27bb65c108bc100e8753936e995c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:055f267a5851710283b70e7333be2f6f01f3c910e6d5a4a3432190cf17ee1205_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:3167be7c478b4d412da9cd5473175479b3896b9248495bff061ad59b87d09651_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:cb127341754fcc8a587a06ecd7a31fe0b2b4dda13829f5e577bf72ad7be25b31_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:1594eb4c62118f1e18ef5ca1bf93aa209ca8350d3f8231221a1f31a03ea9498c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:e558f4e7b441a34bd9004e9ecb05859fd99e7be37c7143ccbbe04066cfcd8be8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:fbe61ed5a412cb2f1565cb2fc4d424e4b616bac3d12dff53d5012eb3d3eea1bf_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:34790b8a4a822ab175a7ecdae0780a3aa9b7ff1514551872f739bb09c29d6f38_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:85be832080d7b7d926d867ae0ff7221cdbf0eae547c7a001cef386751d9ee33c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:91d87dd972ffcb5f6f5816bc8230c6d6ee5a0b05c93bb7835219a3071b51c71a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:7ae378dc3dde53a4f9f1e306fdbed285ef7e76825d37442838c8c559ce0247c1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:a727fe3de80c4d453b988a836ac3603ed74557c1216d7856f2e4811e498ccb88_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:d0bf57b80b5e7f651c6b2b5065b254d2c15a27b78797e54806f49e42e5c005d9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:01b9068a46e4247b6d82dbfca2638e2a65ab8865153041095147026fc095eaf8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:5f0dbf0ecc76e4f7801d32817c2d94af5d53092a976a07873b2178a1956d85ff_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:e1cba8f320e9b9bd0e03c16ab4dcf1df732d00e7801a756fc1f0b991a825307f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:ae8ef1d4e3008e90bfc741495528d69fe00738bc26434296c44eceba58ff5689_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:c520b578db802c3a4be452c19b3d2cdd0e6e253b6af49b33e4e53667ad33d32e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:e95226fbb50c690c3f781b29c6fdf2bc07b31fada34a07299549aff69059f787_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:06f9a6fd3ff94dea7ac118a2eb4207dd70875e84df4fdc0aee3ec4539d123eb3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:31cc757862f8a72e3b28dad7969996c6d30cb331ffd0e2b9118f31ed7f81b37e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:ddcc66bf8221a679c73b3dbf7de905113f03a90c8fb55e2b49dd058b621e0ae9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:020aef030a5c28e95ad5a9de996483764d4f65b3d5f2d8af4f352171bd006504_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:20de35a6f5a39383d2a5d4a97e23a682e53f897117d091f7e7328949da1e004e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d2dad1434cbf1acbdb1d83744984f812b113e64aee3adcbc1cb01068ff462e40_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:2be6546905f6cd4a458bc77ad39bb1052def8c2482e6fe99a49db20059c21fd4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b80c80062bcd83036c40e66e2fb2eba872c24b7fdfdd74d11f84bc2c7398965f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca361d8b0506fce2edb0ab4db12a933dd3a3485ce33dd53fd4d7f0a618b13fea_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:0bf0a45400d5e1c7b5b36cba3e722b6401d804f3ebb05bbbff999d26d92c6997_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:82ed438da5437711a631db7653d3e8cb6c25806cebafcca5706bf7911e2627b3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:c9f3b604b9a0ddae02f7ed5777d8c904080e27bb65c108bc100e8753936e995c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:055f267a5851710283b70e7333be2f6f01f3c910e6d5a4a3432190cf17ee1205_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:3167be7c478b4d412da9cd5473175479b3896b9248495bff061ad59b87d09651_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:cb127341754fcc8a587a06ecd7a31fe0b2b4dda13829f5e577bf72ad7be25b31_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:1594eb4c62118f1e18ef5ca1bf93aa209ca8350d3f8231221a1f31a03ea9498c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:e558f4e7b441a34bd9004e9ecb05859fd99e7be37c7143ccbbe04066cfcd8be8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:fbe61ed5a412cb2f1565cb2fc4d424e4b616bac3d12dff53d5012eb3d3eea1bf_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Jinja. In affected versions, an oversight in how the Jinja sandboxed environment interacts with the `|attr` filter allows an attacker who controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja's sandbox does catch calls to `str.format` and ensures they don't escape the sandbox. However, it's possible to use the `|attr` filter to get a reference to a string's plain format method, bypassing the sandbox.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:34790b8a4a822ab175a7ecdae0780a3aa9b7ff1514551872f739bb09c29d6f38_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:85be832080d7b7d926d867ae0ff7221cdbf0eae547c7a001cef386751d9ee33c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:91d87dd972ffcb5f6f5816bc8230c6d6ee5a0b05c93bb7835219a3071b51c71a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:7ae378dc3dde53a4f9f1e306fdbed285ef7e76825d37442838c8c559ce0247c1_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:a727fe3de80c4d453b988a836ac3603ed74557c1216d7856f2e4811e498ccb88_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:d0bf57b80b5e7f651c6b2b5065b254d2c15a27b78797e54806f49e42e5c005d9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:01b9068a46e4247b6d82dbfca2638e2a65ab8865153041095147026fc095eaf8_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:5f0dbf0ecc76e4f7801d32817c2d94af5d53092a976a07873b2178a1956d85ff_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:e1cba8f320e9b9bd0e03c16ab4dcf1df732d00e7801a756fc1f0b991a825307f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:ae8ef1d4e3008e90bfc741495528d69fe00738bc26434296c44eceba58ff5689_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:c520b578db802c3a4be452c19b3d2cdd0e6e253b6af49b33e4e53667ad33d32e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:e95226fbb50c690c3f781b29c6fdf2bc07b31fada34a07299549aff69059f787_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:06f9a6fd3ff94dea7ac118a2eb4207dd70875e84df4fdc0aee3ec4539d123eb3_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:31cc757862f8a72e3b28dad7969996c6d30cb331ffd0e2b9118f31ed7f81b37e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:ddcc66bf8221a679c73b3dbf7de905113f03a90c8fb55e2b49dd058b621e0ae9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:020aef030a5c28e95ad5a9de996483764d4f65b3d5f2d8af4f352171bd006504_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:20de35a6f5a39383d2a5d4a97e23a682e53f897117d091f7e7328949da1e004e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d2dad1434cbf1acbdb1d83744984f812b113e64aee3adcbc1cb01068ff462e40_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:2be6546905f6cd4a458bc77ad39bb1052def8c2482e6fe99a49db20059c21fd4_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b80c80062bcd83036c40e66e2fb2eba872c24b7fdfdd74d11f84bc2c7398965f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca361d8b0506fce2edb0ab4db12a933dd3a3485ce33dd53fd4d7f0a618b13fea_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:0bf0a45400d5e1c7b5b36cba3e722b6401d804f3ebb05bbbff999d26d92c6997_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:82ed438da5437711a631db7653d3e8cb6c25806cebafcca5706bf7911e2627b3_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:c9f3b604b9a0ddae02f7ed5777d8c904080e27bb65c108bc100e8753936e995c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:055f267a5851710283b70e7333be2f6f01f3c910e6d5a4a3432190cf17ee1205_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:3167be7c478b4d412da9cd5473175479b3896b9248495bff061ad59b87d09651_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:cb127341754fcc8a587a06ecd7a31fe0b2b4dda13829f5e577bf72ad7be25b31_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:1594eb4c62118f1e18ef5ca1bf93aa209ca8350d3f8231221a1f31a03ea9498c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:e558f4e7b441a34bd9004e9ecb05859fd99e7be37c7143ccbbe04066cfcd8be8_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:fbe61ed5a412cb2f1565cb2fc4d424e4b616bac3d12dff53d5012eb3d3eea1bf_amd64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat Quay 3.12.9 is now available with bug fixes.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Quay 3.12.9",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHBA-2025:3652",
"url": "https://access.redhat.com/errata/RHBA-2025:3652"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhba-2025_3652.json"
}
],
"title": "Red Hat Bug Fix Advisory: Red Hat Quay v3.12.9 bug fix release",
"tracking": {
"current_release_date": "2026-09-10T10:21:06+00:00",
"generator": {
"date": "2026-09-10T10:21:06+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.18"
}
},
"id": "RHBA-2025:3652",
"initial_release_date": "2025-04-21T05:56:52+00:00",
"revision_history": [
{
"date": "2025-04-21T05:56:52+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-04-21T05:56:52+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-09-10T10:21:06+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Quay v3",
"product": {
"name": "Quay v3",
"product_id": "8Base-Quay-3",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:quay:3::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Quay"
},
{
"branches": [
{
"category": "product_version",
"name": "quay/quay-bridge-operator-bundle@sha256:a727fe3de80c4d453b988a836ac3603ed74557c1216d7856f2e4811e498ccb88_amd64",
"product": {
"name": "quay/quay-bridge-operator-bundle@sha256:a727fe3de80c4d453b988a836ac3603ed74557c1216d7856f2e4811e498ccb88_amd64",
"product_id": "quay/quay-bridge-operator-bundle@sha256:a727fe3de80c4d453b988a836ac3603ed74557c1216d7856f2e4811e498ccb88_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-bundle@sha256:a727fe3de80c4d453b988a836ac3603ed74557c1216d7856f2e4811e498ccb88?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-bridge-operator-bundle\u0026tag=v3.12.9-6"
}
}
},
{
"category": "product_version",
"name": "quay/quay-bridge-operator-rhel8@sha256:5f0dbf0ecc76e4f7801d32817c2d94af5d53092a976a07873b2178a1956d85ff_amd64",
"product": {
"name": "quay/quay-bridge-operator-rhel8@sha256:5f0dbf0ecc76e4f7801d32817c2d94af5d53092a976a07873b2178a1956d85ff_amd64",
"product_id": "quay/quay-bridge-operator-rhel8@sha256:5f0dbf0ecc76e4f7801d32817c2d94af5d53092a976a07873b2178a1956d85ff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256:5f0dbf0ecc76e4f7801d32817c2d94af5d53092a976a07873b2178a1956d85ff?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-bridge-operator-rhel8\u0026tag=v3.12.9-4"
}
}
},
{
"category": "product_version",
"name": "quay/quay-builder-rhel8@sha256:31cc757862f8a72e3b28dad7969996c6d30cb331ffd0e2b9118f31ed7f81b37e_amd64",
"product": {
"name": "quay/quay-builder-rhel8@sha256:31cc757862f8a72e3b28dad7969996c6d30cb331ffd0e2b9118f31ed7f81b37e_amd64",
"product_id": "quay/quay-builder-rhel8@sha256:31cc757862f8a72e3b28dad7969996c6d30cb331ffd0e2b9118f31ed7f81b37e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256:31cc757862f8a72e3b28dad7969996c6d30cb331ffd0e2b9118f31ed7f81b37e?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-builder-rhel8\u0026tag=v3.12.9-4"
}
}
},
{
"category": "product_version",
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:e95226fbb50c690c3f781b29c6fdf2bc07b31fada34a07299549aff69059f787_amd64",
"product": {
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:e95226fbb50c690c3f781b29c6fdf2bc07b31fada34a07299549aff69059f787_amd64",
"product_id": "quay/quay-builder-qemu-rhcos-rhel8@sha256:e95226fbb50c690c3f781b29c6fdf2bc07b31fada34a07299549aff69059f787_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256:e95226fbb50c690c3f781b29c6fdf2bc07b31fada34a07299549aff69059f787?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8\u0026tag=v3.12.9-3"
}
}
},
{
"category": "product_version",
"name": "quay/clair-rhel8@sha256:34790b8a4a822ab175a7ecdae0780a3aa9b7ff1514551872f739bb09c29d6f38_amd64",
"product": {
"name": "quay/clair-rhel8@sha256:34790b8a4a822ab175a7ecdae0780a3aa9b7ff1514551872f739bb09c29d6f38_amd64",
"product_id": "quay/clair-rhel8@sha256:34790b8a4a822ab175a7ecdae0780a3aa9b7ff1514551872f739bb09c29d6f38_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256:34790b8a4a822ab175a7ecdae0780a3aa9b7ff1514551872f739bb09c29d6f38?arch=amd64\u0026repository_url=registry.redhat.io/quay/clair-rhel8\u0026tag=v3.12.9-3"
}
}
},
{
"category": "product_version",
"name": "quay/quay-container-security-operator-bundle@sha256:20de35a6f5a39383d2a5d4a97e23a682e53f897117d091f7e7328949da1e004e_amd64",
"product": {
"name": "quay/quay-container-security-operator-bundle@sha256:20de35a6f5a39383d2a5d4a97e23a682e53f897117d091f7e7328949da1e004e_amd64",
"product_id": "quay/quay-container-security-operator-bundle@sha256:20de35a6f5a39383d2a5d4a97e23a682e53f897117d091f7e7328949da1e004e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-bundle@sha256:20de35a6f5a39383d2a5d4a97e23a682e53f897117d091f7e7328949da1e004e?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-bundle\u0026tag=v3.12.9-3"
}
}
},
{
"category": "product_version",
"name": "quay/quay-container-security-operator-rhel8@sha256:b80c80062bcd83036c40e66e2fb2eba872c24b7fdfdd74d11f84bc2c7398965f_amd64",
"product": {
"name": "quay/quay-container-security-operator-rhel8@sha256:b80c80062bcd83036c40e66e2fb2eba872c24b7fdfdd74d11f84bc2c7398965f_amd64",
"product_id": "quay/quay-container-security-operator-rhel8@sha256:b80c80062bcd83036c40e66e2fb2eba872c24b7fdfdd74d11f84bc2c7398965f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256:b80c80062bcd83036c40e66e2fb2eba872c24b7fdfdd74d11f84bc2c7398965f?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-rhel8\u0026tag=v3.12.9-3"
}
}
},
{
"category": "product_version",
"name": "quay/quay-operator-bundle@sha256:c9f3b604b9a0ddae02f7ed5777d8c904080e27bb65c108bc100e8753936e995c_amd64",
"product": {
"name": "quay/quay-operator-bundle@sha256:c9f3b604b9a0ddae02f7ed5777d8c904080e27bb65c108bc100e8753936e995c_amd64",
"product_id": "quay/quay-operator-bundle@sha256:c9f3b604b9a0ddae02f7ed5777d8c904080e27bb65c108bc100e8753936e995c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-bundle@sha256:c9f3b604b9a0ddae02f7ed5777d8c904080e27bb65c108bc100e8753936e995c?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-operator-bundle\u0026tag=v3.12.9-15"
}
}
},
{
"category": "product_version",
"name": "quay/quay-operator-rhel8@sha256:055f267a5851710283b70e7333be2f6f01f3c910e6d5a4a3432190cf17ee1205_amd64",
"product": {
"name": "quay/quay-operator-rhel8@sha256:055f267a5851710283b70e7333be2f6f01f3c910e6d5a4a3432190cf17ee1205_amd64",
"product_id": "quay/quay-operator-rhel8@sha256:055f267a5851710283b70e7333be2f6f01f3c910e6d5a4a3432190cf17ee1205_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256:055f267a5851710283b70e7333be2f6f01f3c910e6d5a4a3432190cf17ee1205?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-operator-rhel8\u0026tag=v3.12.9-4"
}
}
},
{
"category": "product_version",
"name": "quay/quay-rhel8@sha256:fbe61ed5a412cb2f1565cb2fc4d424e4b616bac3d12dff53d5012eb3d3eea1bf_amd64",
"product": {
"name": "quay/quay-rhel8@sha256:fbe61ed5a412cb2f1565cb2fc4d424e4b616bac3d12dff53d5012eb3d3eea1bf_amd64",
"product_id": "quay/quay-rhel8@sha256:fbe61ed5a412cb2f1565cb2fc4d424e4b616bac3d12dff53d5012eb3d3eea1bf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256:fbe61ed5a412cb2f1565cb2fc4d424e4b616bac3d12dff53d5012eb3d3eea1bf?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-rhel8\u0026tag=v3.12.9-8"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "quay/quay-bridge-operator-bundle@sha256:7ae378dc3dde53a4f9f1e306fdbed285ef7e76825d37442838c8c559ce0247c1_ppc64le",
"product": {
"name": "quay/quay-bridge-operator-bundle@sha256:7ae378dc3dde53a4f9f1e306fdbed285ef7e76825d37442838c8c559ce0247c1_ppc64le",
"product_id": "quay/quay-bridge-operator-bundle@sha256:7ae378dc3dde53a4f9f1e306fdbed285ef7e76825d37442838c8c559ce0247c1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-bundle@sha256:7ae378dc3dde53a4f9f1e306fdbed285ef7e76825d37442838c8c559ce0247c1?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-bridge-operator-bundle\u0026tag=v3.12.9-6"
}
}
},
{
"category": "product_version",
"name": "quay/quay-bridge-operator-rhel8@sha256:e1cba8f320e9b9bd0e03c16ab4dcf1df732d00e7801a756fc1f0b991a825307f_ppc64le",
"product": {
"name": "quay/quay-bridge-operator-rhel8@sha256:e1cba8f320e9b9bd0e03c16ab4dcf1df732d00e7801a756fc1f0b991a825307f_ppc64le",
"product_id": "quay/quay-bridge-operator-rhel8@sha256:e1cba8f320e9b9bd0e03c16ab4dcf1df732d00e7801a756fc1f0b991a825307f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256:e1cba8f320e9b9bd0e03c16ab4dcf1df732d00e7801a756fc1f0b991a825307f?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-bridge-operator-rhel8\u0026tag=v3.12.9-4"
}
}
},
{
"category": "product_version",
"name": "quay/quay-builder-rhel8@sha256:06f9a6fd3ff94dea7ac118a2eb4207dd70875e84df4fdc0aee3ec4539d123eb3_ppc64le",
"product": {
"name": "quay/quay-builder-rhel8@sha256:06f9a6fd3ff94dea7ac118a2eb4207dd70875e84df4fdc0aee3ec4539d123eb3_ppc64le",
"product_id": "quay/quay-builder-rhel8@sha256:06f9a6fd3ff94dea7ac118a2eb4207dd70875e84df4fdc0aee3ec4539d123eb3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256:06f9a6fd3ff94dea7ac118a2eb4207dd70875e84df4fdc0aee3ec4539d123eb3?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-builder-rhel8\u0026tag=v3.12.9-4"
}
}
},
{
"category": "product_version",
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:ae8ef1d4e3008e90bfc741495528d69fe00738bc26434296c44eceba58ff5689_ppc64le",
"product": {
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:ae8ef1d4e3008e90bfc741495528d69fe00738bc26434296c44eceba58ff5689_ppc64le",
"product_id": "quay/quay-builder-qemu-rhcos-rhel8@sha256:ae8ef1d4e3008e90bfc741495528d69fe00738bc26434296c44eceba58ff5689_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256:ae8ef1d4e3008e90bfc741495528d69fe00738bc26434296c44eceba58ff5689?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8\u0026tag=v3.12.9-3"
}
}
},
{
"category": "product_version",
"name": "quay/clair-rhel8@sha256:85be832080d7b7d926d867ae0ff7221cdbf0eae547c7a001cef386751d9ee33c_ppc64le",
"product": {
"name": "quay/clair-rhel8@sha256:85be832080d7b7d926d867ae0ff7221cdbf0eae547c7a001cef386751d9ee33c_ppc64le",
"product_id": "quay/clair-rhel8@sha256:85be832080d7b7d926d867ae0ff7221cdbf0eae547c7a001cef386751d9ee33c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256:85be832080d7b7d926d867ae0ff7221cdbf0eae547c7a001cef386751d9ee33c?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/clair-rhel8\u0026tag=v3.12.9-3"
}
}
},
{
"category": "product_version",
"name": "quay/quay-container-security-operator-bundle@sha256:020aef030a5c28e95ad5a9de996483764d4f65b3d5f2d8af4f352171bd006504_ppc64le",
"product": {
"name": "quay/quay-container-security-operator-bundle@sha256:020aef030a5c28e95ad5a9de996483764d4f65b3d5f2d8af4f352171bd006504_ppc64le",
"product_id": "quay/quay-container-security-operator-bundle@sha256:020aef030a5c28e95ad5a9de996483764d4f65b3d5f2d8af4f352171bd006504_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-bundle@sha256:020aef030a5c28e95ad5a9de996483764d4f65b3d5f2d8af4f352171bd006504?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-bundle\u0026tag=v3.12.9-3"
}
}
},
{
"category": "product_version",
"name": "quay/quay-container-security-operator-rhel8@sha256:ca361d8b0506fce2edb0ab4db12a933dd3a3485ce33dd53fd4d7f0a618b13fea_ppc64le",
"product": {
"name": "quay/quay-container-security-operator-rhel8@sha256:ca361d8b0506fce2edb0ab4db12a933dd3a3485ce33dd53fd4d7f0a618b13fea_ppc64le",
"product_id": "quay/quay-container-security-operator-rhel8@sha256:ca361d8b0506fce2edb0ab4db12a933dd3a3485ce33dd53fd4d7f0a618b13fea_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256:ca361d8b0506fce2edb0ab4db12a933dd3a3485ce33dd53fd4d7f0a618b13fea?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-rhel8\u0026tag=v3.12.9-3"
}
}
},
{
"category": "product_version",
"name": "quay/quay-operator-bundle@sha256:82ed438da5437711a631db7653d3e8cb6c25806cebafcca5706bf7911e2627b3_ppc64le",
"product": {
"name": "quay/quay-operator-bundle@sha256:82ed438da5437711a631db7653d3e8cb6c25806cebafcca5706bf7911e2627b3_ppc64le",
"product_id": "quay/quay-operator-bundle@sha256:82ed438da5437711a631db7653d3e8cb6c25806cebafcca5706bf7911e2627b3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-bundle@sha256:82ed438da5437711a631db7653d3e8cb6c25806cebafcca5706bf7911e2627b3?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-operator-bundle\u0026tag=v3.12.9-15"
}
}
},
{
"category": "product_version",
"name": "quay/quay-operator-rhel8@sha256:3167be7c478b4d412da9cd5473175479b3896b9248495bff061ad59b87d09651_ppc64le",
"product": {
"name": "quay/quay-operator-rhel8@sha256:3167be7c478b4d412da9cd5473175479b3896b9248495bff061ad59b87d09651_ppc64le",
"product_id": "quay/quay-operator-rhel8@sha256:3167be7c478b4d412da9cd5473175479b3896b9248495bff061ad59b87d09651_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256:3167be7c478b4d412da9cd5473175479b3896b9248495bff061ad59b87d09651?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-operator-rhel8\u0026tag=v3.12.9-4"
}
}
},
{
"category": "product_version",
"name": "quay/quay-rhel8@sha256:e558f4e7b441a34bd9004e9ecb05859fd99e7be37c7143ccbbe04066cfcd8be8_ppc64le",
"product": {
"name": "quay/quay-rhel8@sha256:e558f4e7b441a34bd9004e9ecb05859fd99e7be37c7143ccbbe04066cfcd8be8_ppc64le",
"product_id": "quay/quay-rhel8@sha256:e558f4e7b441a34bd9004e9ecb05859fd99e7be37c7143ccbbe04066cfcd8be8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256:e558f4e7b441a34bd9004e9ecb05859fd99e7be37c7143ccbbe04066cfcd8be8?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-rhel8\u0026tag=v3.12.9-8"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "quay/quay-bridge-operator-bundle@sha256:d0bf57b80b5e7f651c6b2b5065b254d2c15a27b78797e54806f49e42e5c005d9_s390x",
"product": {
"name": "quay/quay-bridge-operator-bundle@sha256:d0bf57b80b5e7f651c6b2b5065b254d2c15a27b78797e54806f49e42e5c005d9_s390x",
"product_id": "quay/quay-bridge-operator-bundle@sha256:d0bf57b80b5e7f651c6b2b5065b254d2c15a27b78797e54806f49e42e5c005d9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-bundle@sha256:d0bf57b80b5e7f651c6b2b5065b254d2c15a27b78797e54806f49e42e5c005d9?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-bridge-operator-bundle\u0026tag=v3.12.9-6"
}
}
},
{
"category": "product_version",
"name": "quay/quay-bridge-operator-rhel8@sha256:01b9068a46e4247b6d82dbfca2638e2a65ab8865153041095147026fc095eaf8_s390x",
"product": {
"name": "quay/quay-bridge-operator-rhel8@sha256:01b9068a46e4247b6d82dbfca2638e2a65ab8865153041095147026fc095eaf8_s390x",
"product_id": "quay/quay-bridge-operator-rhel8@sha256:01b9068a46e4247b6d82dbfca2638e2a65ab8865153041095147026fc095eaf8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256:01b9068a46e4247b6d82dbfca2638e2a65ab8865153041095147026fc095eaf8?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-bridge-operator-rhel8\u0026tag=v3.12.9-4"
}
}
},
{
"category": "product_version",
"name": "quay/quay-builder-rhel8@sha256:ddcc66bf8221a679c73b3dbf7de905113f03a90c8fb55e2b49dd058b621e0ae9_s390x",
"product": {
"name": "quay/quay-builder-rhel8@sha256:ddcc66bf8221a679c73b3dbf7de905113f03a90c8fb55e2b49dd058b621e0ae9_s390x",
"product_id": "quay/quay-builder-rhel8@sha256:ddcc66bf8221a679c73b3dbf7de905113f03a90c8fb55e2b49dd058b621e0ae9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256:ddcc66bf8221a679c73b3dbf7de905113f03a90c8fb55e2b49dd058b621e0ae9?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-builder-rhel8\u0026tag=v3.12.9-4"
}
}
},
{
"category": "product_version",
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:c520b578db802c3a4be452c19b3d2cdd0e6e253b6af49b33e4e53667ad33d32e_s390x",
"product": {
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:c520b578db802c3a4be452c19b3d2cdd0e6e253b6af49b33e4e53667ad33d32e_s390x",
"product_id": "quay/quay-builder-qemu-rhcos-rhel8@sha256:c520b578db802c3a4be452c19b3d2cdd0e6e253b6af49b33e4e53667ad33d32e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256:c520b578db802c3a4be452c19b3d2cdd0e6e253b6af49b33e4e53667ad33d32e?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8\u0026tag=v3.12.9-3"
}
}
},
{
"category": "product_version",
"name": "quay/clair-rhel8@sha256:91d87dd972ffcb5f6f5816bc8230c6d6ee5a0b05c93bb7835219a3071b51c71a_s390x",
"product": {
"name": "quay/clair-rhel8@sha256:91d87dd972ffcb5f6f5816bc8230c6d6ee5a0b05c93bb7835219a3071b51c71a_s390x",
"product_id": "quay/clair-rhel8@sha256:91d87dd972ffcb5f6f5816bc8230c6d6ee5a0b05c93bb7835219a3071b51c71a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256:91d87dd972ffcb5f6f5816bc8230c6d6ee5a0b05c93bb7835219a3071b51c71a?arch=s390x\u0026repository_url=registry.redhat.io/quay/clair-rhel8\u0026tag=v3.12.9-3"
}
}
},
{
"category": "product_version",
"name": "quay/quay-container-security-operator-bundle@sha256:d2dad1434cbf1acbdb1d83744984f812b113e64aee3adcbc1cb01068ff462e40_s390x",
"product": {
"name": "quay/quay-container-security-operator-bundle@sha256:d2dad1434cbf1acbdb1d83744984f812b113e64aee3adcbc1cb01068ff462e40_s390x",
"product_id": "quay/quay-container-security-operator-bundle@sha256:d2dad1434cbf1acbdb1d83744984f812b113e64aee3adcbc1cb01068ff462e40_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-bundle@sha256:d2dad1434cbf1acbdb1d83744984f812b113e64aee3adcbc1cb01068ff462e40?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-bundle\u0026tag=v3.12.9-3"
}
}
},
{
"category": "product_version",
"name": "quay/quay-container-security-operator-rhel8@sha256:2be6546905f6cd4a458bc77ad39bb1052def8c2482e6fe99a49db20059c21fd4_s390x",
"product": {
"name": "quay/quay-container-security-operator-rhel8@sha256:2be6546905f6cd4a458bc77ad39bb1052def8c2482e6fe99a49db20059c21fd4_s390x",
"product_id": "quay/quay-container-security-operator-rhel8@sha256:2be6546905f6cd4a458bc77ad39bb1052def8c2482e6fe99a49db20059c21fd4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256:2be6546905f6cd4a458bc77ad39bb1052def8c2482e6fe99a49db20059c21fd4?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-rhel8\u0026tag=v3.12.9-3"
}
}
},
{
"category": "product_version",
"name": "quay/quay-operator-bundle@sha256:0bf0a45400d5e1c7b5b36cba3e722b6401d804f3ebb05bbbff999d26d92c6997_s390x",
"product": {
"name": "quay/quay-operator-bundle@sha256:0bf0a45400d5e1c7b5b36cba3e722b6401d804f3ebb05bbbff999d26d92c6997_s390x",
"product_id": "quay/quay-operator-bundle@sha256:0bf0a45400d5e1c7b5b36cba3e722b6401d804f3ebb05bbbff999d26d92c6997_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-bundle@sha256:0bf0a45400d5e1c7b5b36cba3e722b6401d804f3ebb05bbbff999d26d92c6997?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-operator-bundle\u0026tag=v3.12.9-15"
}
}
},
{
"category": "product_version",
"name": "quay/quay-operator-rhel8@sha256:cb127341754fcc8a587a06ecd7a31fe0b2b4dda13829f5e577bf72ad7be25b31_s390x",
"product": {
"name": "quay/quay-operator-rhel8@sha256:cb127341754fcc8a587a06ecd7a31fe0b2b4dda13829f5e577bf72ad7be25b31_s390x",
"product_id": "quay/quay-operator-rhel8@sha256:cb127341754fcc8a587a06ecd7a31fe0b2b4dda13829f5e577bf72ad7be25b31_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256:cb127341754fcc8a587a06ecd7a31fe0b2b4dda13829f5e577bf72ad7be25b31?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-operator-rhel8\u0026tag=v3.12.9-4"
}
}
},
{
"category": "product_version",
"name": "quay/quay-rhel8@sha256:1594eb4c62118f1e18ef5ca1bf93aa209ca8350d3f8231221a1f31a03ea9498c_s390x",
"product": {
"name": "quay/quay-rhel8@sha256:1594eb4c62118f1e18ef5ca1bf93aa209ca8350d3f8231221a1f31a03ea9498c_s390x",
"product_id": "quay/quay-rhel8@sha256:1594eb4c62118f1e18ef5ca1bf93aa209ca8350d3f8231221a1f31a03ea9498c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256:1594eb4c62118f1e18ef5ca1bf93aa209ca8350d3f8231221a1f31a03ea9498c?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-rhel8\u0026tag=v3.12.9-8"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/clair-rhel8@sha256:34790b8a4a822ab175a7ecdae0780a3aa9b7ff1514551872f739bb09c29d6f38_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/clair-rhel8@sha256:34790b8a4a822ab175a7ecdae0780a3aa9b7ff1514551872f739bb09c29d6f38_amd64"
},
"product_reference": "quay/clair-rhel8@sha256:34790b8a4a822ab175a7ecdae0780a3aa9b7ff1514551872f739bb09c29d6f38_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/clair-rhel8@sha256:85be832080d7b7d926d867ae0ff7221cdbf0eae547c7a001cef386751d9ee33c_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/clair-rhel8@sha256:85be832080d7b7d926d867ae0ff7221cdbf0eae547c7a001cef386751d9ee33c_ppc64le"
},
"product_reference": "quay/clair-rhel8@sha256:85be832080d7b7d926d867ae0ff7221cdbf0eae547c7a001cef386751d9ee33c_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/clair-rhel8@sha256:91d87dd972ffcb5f6f5816bc8230c6d6ee5a0b05c93bb7835219a3071b51c71a_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/clair-rhel8@sha256:91d87dd972ffcb5f6f5816bc8230c6d6ee5a0b05c93bb7835219a3071b51c71a_s390x"
},
"product_reference": "quay/clair-rhel8@sha256:91d87dd972ffcb5f6f5816bc8230c6d6ee5a0b05c93bb7835219a3071b51c71a_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-bridge-operator-bundle@sha256:7ae378dc3dde53a4f9f1e306fdbed285ef7e76825d37442838c8c559ce0247c1_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:7ae378dc3dde53a4f9f1e306fdbed285ef7e76825d37442838c8c559ce0247c1_ppc64le"
},
"product_reference": "quay/quay-bridge-operator-bundle@sha256:7ae378dc3dde53a4f9f1e306fdbed285ef7e76825d37442838c8c559ce0247c1_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-bridge-operator-bundle@sha256:a727fe3de80c4d453b988a836ac3603ed74557c1216d7856f2e4811e498ccb88_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:a727fe3de80c4d453b988a836ac3603ed74557c1216d7856f2e4811e498ccb88_amd64"
},
"product_reference": "quay/quay-bridge-operator-bundle@sha256:a727fe3de80c4d453b988a836ac3603ed74557c1216d7856f2e4811e498ccb88_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-bridge-operator-bundle@sha256:d0bf57b80b5e7f651c6b2b5065b254d2c15a27b78797e54806f49e42e5c005d9_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:d0bf57b80b5e7f651c6b2b5065b254d2c15a27b78797e54806f49e42e5c005d9_s390x"
},
"product_reference": "quay/quay-bridge-operator-bundle@sha256:d0bf57b80b5e7f651c6b2b5065b254d2c15a27b78797e54806f49e42e5c005d9_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-bridge-operator-rhel8@sha256:01b9068a46e4247b6d82dbfca2638e2a65ab8865153041095147026fc095eaf8_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:01b9068a46e4247b6d82dbfca2638e2a65ab8865153041095147026fc095eaf8_s390x"
},
"product_reference": "quay/quay-bridge-operator-rhel8@sha256:01b9068a46e4247b6d82dbfca2638e2a65ab8865153041095147026fc095eaf8_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-bridge-operator-rhel8@sha256:5f0dbf0ecc76e4f7801d32817c2d94af5d53092a976a07873b2178a1956d85ff_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:5f0dbf0ecc76e4f7801d32817c2d94af5d53092a976a07873b2178a1956d85ff_amd64"
},
"product_reference": "quay/quay-bridge-operator-rhel8@sha256:5f0dbf0ecc76e4f7801d32817c2d94af5d53092a976a07873b2178a1956d85ff_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-bridge-operator-rhel8@sha256:e1cba8f320e9b9bd0e03c16ab4dcf1df732d00e7801a756fc1f0b991a825307f_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:e1cba8f320e9b9bd0e03c16ab4dcf1df732d00e7801a756fc1f0b991a825307f_ppc64le"
},
"product_reference": "quay/quay-bridge-operator-rhel8@sha256:e1cba8f320e9b9bd0e03c16ab4dcf1df732d00e7801a756fc1f0b991a825307f_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:ae8ef1d4e3008e90bfc741495528d69fe00738bc26434296c44eceba58ff5689_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:ae8ef1d4e3008e90bfc741495528d69fe00738bc26434296c44eceba58ff5689_ppc64le"
},
"product_reference": "quay/quay-builder-qemu-rhcos-rhel8@sha256:ae8ef1d4e3008e90bfc741495528d69fe00738bc26434296c44eceba58ff5689_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:c520b578db802c3a4be452c19b3d2cdd0e6e253b6af49b33e4e53667ad33d32e_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:c520b578db802c3a4be452c19b3d2cdd0e6e253b6af49b33e4e53667ad33d32e_s390x"
},
"product_reference": "quay/quay-builder-qemu-rhcos-rhel8@sha256:c520b578db802c3a4be452c19b3d2cdd0e6e253b6af49b33e4e53667ad33d32e_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:e95226fbb50c690c3f781b29c6fdf2bc07b31fada34a07299549aff69059f787_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:e95226fbb50c690c3f781b29c6fdf2bc07b31fada34a07299549aff69059f787_amd64"
},
"product_reference": "quay/quay-builder-qemu-rhcos-rhel8@sha256:e95226fbb50c690c3f781b29c6fdf2bc07b31fada34a07299549aff69059f787_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-builder-rhel8@sha256:06f9a6fd3ff94dea7ac118a2eb4207dd70875e84df4fdc0aee3ec4539d123eb3_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-builder-rhel8@sha256:06f9a6fd3ff94dea7ac118a2eb4207dd70875e84df4fdc0aee3ec4539d123eb3_ppc64le"
},
"product_reference": "quay/quay-builder-rhel8@sha256:06f9a6fd3ff94dea7ac118a2eb4207dd70875e84df4fdc0aee3ec4539d123eb3_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-builder-rhel8@sha256:31cc757862f8a72e3b28dad7969996c6d30cb331ffd0e2b9118f31ed7f81b37e_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-builder-rhel8@sha256:31cc757862f8a72e3b28dad7969996c6d30cb331ffd0e2b9118f31ed7f81b37e_amd64"
},
"product_reference": "quay/quay-builder-rhel8@sha256:31cc757862f8a72e3b28dad7969996c6d30cb331ffd0e2b9118f31ed7f81b37e_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-builder-rhel8@sha256:ddcc66bf8221a679c73b3dbf7de905113f03a90c8fb55e2b49dd058b621e0ae9_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-builder-rhel8@sha256:ddcc66bf8221a679c73b3dbf7de905113f03a90c8fb55e2b49dd058b621e0ae9_s390x"
},
"product_reference": "quay/quay-builder-rhel8@sha256:ddcc66bf8221a679c73b3dbf7de905113f03a90c8fb55e2b49dd058b621e0ae9_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-container-security-operator-bundle@sha256:020aef030a5c28e95ad5a9de996483764d4f65b3d5f2d8af4f352171bd006504_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:020aef030a5c28e95ad5a9de996483764d4f65b3d5f2d8af4f352171bd006504_ppc64le"
},
"product_reference": "quay/quay-container-security-operator-bundle@sha256:020aef030a5c28e95ad5a9de996483764d4f65b3d5f2d8af4f352171bd006504_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-container-security-operator-bundle@sha256:20de35a6f5a39383d2a5d4a97e23a682e53f897117d091f7e7328949da1e004e_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:20de35a6f5a39383d2a5d4a97e23a682e53f897117d091f7e7328949da1e004e_amd64"
},
"product_reference": "quay/quay-container-security-operator-bundle@sha256:20de35a6f5a39383d2a5d4a97e23a682e53f897117d091f7e7328949da1e004e_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-container-security-operator-bundle@sha256:d2dad1434cbf1acbdb1d83744984f812b113e64aee3adcbc1cb01068ff462e40_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d2dad1434cbf1acbdb1d83744984f812b113e64aee3adcbc1cb01068ff462e40_s390x"
},
"product_reference": "quay/quay-container-security-operator-bundle@sha256:d2dad1434cbf1acbdb1d83744984f812b113e64aee3adcbc1cb01068ff462e40_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-container-security-operator-rhel8@sha256:2be6546905f6cd4a458bc77ad39bb1052def8c2482e6fe99a49db20059c21fd4_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:2be6546905f6cd4a458bc77ad39bb1052def8c2482e6fe99a49db20059c21fd4_s390x"
},
"product_reference": "quay/quay-container-security-operator-rhel8@sha256:2be6546905f6cd4a458bc77ad39bb1052def8c2482e6fe99a49db20059c21fd4_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-container-security-operator-rhel8@sha256:b80c80062bcd83036c40e66e2fb2eba872c24b7fdfdd74d11f84bc2c7398965f_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b80c80062bcd83036c40e66e2fb2eba872c24b7fdfdd74d11f84bc2c7398965f_amd64"
},
"product_reference": "quay/quay-container-security-operator-rhel8@sha256:b80c80062bcd83036c40e66e2fb2eba872c24b7fdfdd74d11f84bc2c7398965f_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-container-security-operator-rhel8@sha256:ca361d8b0506fce2edb0ab4db12a933dd3a3485ce33dd53fd4d7f0a618b13fea_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca361d8b0506fce2edb0ab4db12a933dd3a3485ce33dd53fd4d7f0a618b13fea_ppc64le"
},
"product_reference": "quay/quay-container-security-operator-rhel8@sha256:ca361d8b0506fce2edb0ab4db12a933dd3a3485ce33dd53fd4d7f0a618b13fea_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-operator-bundle@sha256:0bf0a45400d5e1c7b5b36cba3e722b6401d804f3ebb05bbbff999d26d92c6997_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-operator-bundle@sha256:0bf0a45400d5e1c7b5b36cba3e722b6401d804f3ebb05bbbff999d26d92c6997_s390x"
},
"product_reference": "quay/quay-operator-bundle@sha256:0bf0a45400d5e1c7b5b36cba3e722b6401d804f3ebb05bbbff999d26d92c6997_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-operator-bundle@sha256:82ed438da5437711a631db7653d3e8cb6c25806cebafcca5706bf7911e2627b3_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-operator-bundle@sha256:82ed438da5437711a631db7653d3e8cb6c25806cebafcca5706bf7911e2627b3_ppc64le"
},
"product_reference": "quay/quay-operator-bundle@sha256:82ed438da5437711a631db7653d3e8cb6c25806cebafcca5706bf7911e2627b3_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-operator-bundle@sha256:c9f3b604b9a0ddae02f7ed5777d8c904080e27bb65c108bc100e8753936e995c_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-operator-bundle@sha256:c9f3b604b9a0ddae02f7ed5777d8c904080e27bb65c108bc100e8753936e995c_amd64"
},
"product_reference": "quay/quay-operator-bundle@sha256:c9f3b604b9a0ddae02f7ed5777d8c904080e27bb65c108bc100e8753936e995c_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-operator-rhel8@sha256:055f267a5851710283b70e7333be2f6f01f3c910e6d5a4a3432190cf17ee1205_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-operator-rhel8@sha256:055f267a5851710283b70e7333be2f6f01f3c910e6d5a4a3432190cf17ee1205_amd64"
},
"product_reference": "quay/quay-operator-rhel8@sha256:055f267a5851710283b70e7333be2f6f01f3c910e6d5a4a3432190cf17ee1205_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-operator-rhel8@sha256:3167be7c478b4d412da9cd5473175479b3896b9248495bff061ad59b87d09651_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-operator-rhel8@sha256:3167be7c478b4d412da9cd5473175479b3896b9248495bff061ad59b87d09651_ppc64le"
},
"product_reference": "quay/quay-operator-rhel8@sha256:3167be7c478b4d412da9cd5473175479b3896b9248495bff061ad59b87d09651_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-operator-rhel8@sha256:cb127341754fcc8a587a06ecd7a31fe0b2b4dda13829f5e577bf72ad7be25b31_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-operator-rhel8@sha256:cb127341754fcc8a587a06ecd7a31fe0b2b4dda13829f5e577bf72ad7be25b31_s390x"
},
"product_reference": "quay/quay-operator-rhel8@sha256:cb127341754fcc8a587a06ecd7a31fe0b2b4dda13829f5e577bf72ad7be25b31_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-rhel8@sha256:1594eb4c62118f1e18ef5ca1bf93aa209ca8350d3f8231221a1f31a03ea9498c_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-rhel8@sha256:1594eb4c62118f1e18ef5ca1bf93aa209ca8350d3f8231221a1f31a03ea9498c_s390x"
},
"product_reference": "quay/quay-rhel8@sha256:1594eb4c62118f1e18ef5ca1bf93aa209ca8350d3f8231221a1f31a03ea9498c_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-rhel8@sha256:e558f4e7b441a34bd9004e9ecb05859fd99e7be37c7143ccbbe04066cfcd8be8_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-rhel8@sha256:e558f4e7b441a34bd9004e9ecb05859fd99e7be37c7143ccbbe04066cfcd8be8_ppc64le"
},
"product_reference": "quay/quay-rhel8@sha256:e558f4e7b441a34bd9004e9ecb05859fd99e7be37c7143ccbbe04066cfcd8be8_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-rhel8@sha256:fbe61ed5a412cb2f1565cb2fc4d424e4b616bac3d12dff53d5012eb3d3eea1bf_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-rhel8@sha256:fbe61ed5a412cb2f1565cb2fc4d424e4b616bac3d12dff53d5012eb3d3eea1bf_amd64"
},
"product_reference": "quay/quay-rhel8@sha256:fbe61ed5a412cb2f1565cb2fc4d424e4b616bac3d12dff53d5012eb3d3eea1bf_amd64",
"relates_to_product_reference": "8Base-Quay-3"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-6827",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2025-03-20T11:07:09.471036+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2353700"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Gunicorn. This vulnerability allows request smuggling, leading to cache poisoning, data exposure, session manipulation, Server-side request forgery (SSRF), Cross-site scripting (XSS), denial of service (DoS), data integrity compromise, security bypass, and information leakage via improper validation of the \u0027Transfer-Encoding\u0027 header.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "gunicorn: HTTP Request Smuggling in benoitc/gunicorn",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Quay-3:quay/clair-rhel8@sha256:34790b8a4a822ab175a7ecdae0780a3aa9b7ff1514551872f739bb09c29d6f38_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:85be832080d7b7d926d867ae0ff7221cdbf0eae547c7a001cef386751d9ee33c_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:91d87dd972ffcb5f6f5816bc8230c6d6ee5a0b05c93bb7835219a3071b51c71a_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:7ae378dc3dde53a4f9f1e306fdbed285ef7e76825d37442838c8c559ce0247c1_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:a727fe3de80c4d453b988a836ac3603ed74557c1216d7856f2e4811e498ccb88_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:d0bf57b80b5e7f651c6b2b5065b254d2c15a27b78797e54806f49e42e5c005d9_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:01b9068a46e4247b6d82dbfca2638e2a65ab8865153041095147026fc095eaf8_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:5f0dbf0ecc76e4f7801d32817c2d94af5d53092a976a07873b2178a1956d85ff_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:e1cba8f320e9b9bd0e03c16ab4dcf1df732d00e7801a756fc1f0b991a825307f_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:ae8ef1d4e3008e90bfc741495528d69fe00738bc26434296c44eceba58ff5689_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:c520b578db802c3a4be452c19b3d2cdd0e6e253b6af49b33e4e53667ad33d32e_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:e95226fbb50c690c3f781b29c6fdf2bc07b31fada34a07299549aff69059f787_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:06f9a6fd3ff94dea7ac118a2eb4207dd70875e84df4fdc0aee3ec4539d123eb3_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:31cc757862f8a72e3b28dad7969996c6d30cb331ffd0e2b9118f31ed7f81b37e_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:ddcc66bf8221a679c73b3dbf7de905113f03a90c8fb55e2b49dd058b621e0ae9_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:020aef030a5c28e95ad5a9de996483764d4f65b3d5f2d8af4f352171bd006504_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:20de35a6f5a39383d2a5d4a97e23a682e53f897117d091f7e7328949da1e004e_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d2dad1434cbf1acbdb1d83744984f812b113e64aee3adcbc1cb01068ff462e40_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:2be6546905f6cd4a458bc77ad39bb1052def8c2482e6fe99a49db20059c21fd4_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b80c80062bcd83036c40e66e2fb2eba872c24b7fdfdd74d11f84bc2c7398965f_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca361d8b0506fce2edb0ab4db12a933dd3a3485ce33dd53fd4d7f0a618b13fea_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:0bf0a45400d5e1c7b5b36cba3e722b6401d804f3ebb05bbbff999d26d92c6997_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:82ed438da5437711a631db7653d3e8cb6c25806cebafcca5706bf7911e2627b3_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:c9f3b604b9a0ddae02f7ed5777d8c904080e27bb65c108bc100e8753936e995c_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:055f267a5851710283b70e7333be2f6f01f3c910e6d5a4a3432190cf17ee1205_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:3167be7c478b4d412da9cd5473175479b3896b9248495bff061ad59b87d09651_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:cb127341754fcc8a587a06ecd7a31fe0b2b4dda13829f5e577bf72ad7be25b31_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:1594eb4c62118f1e18ef5ca1bf93aa209ca8350d3f8231221a1f31a03ea9498c_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:e558f4e7b441a34bd9004e9ecb05859fd99e7be37c7143ccbbe04066cfcd8be8_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:fbe61ed5a412cb2f1565cb2fc4d424e4b616bac3d12dff53d5012eb3d3eea1bf_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-6827"
},
{
"category": "external",
"summary": "RHBZ#2353700",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2353700"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-6827",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6827"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6827",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6827"
},
{
"category": "external",
"summary": "https://huntr.com/bounties/1b4f8f38-39da-44b6-9f98-f618639d0dd7",
"url": "https://huntr.com/bounties/1b4f8f38-39da-44b6-9f98-f618639d0dd7"
}
],
"release_date": "2025-03-20T10:09:55.725000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-21T05:56:52+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-Quay-3:quay/clair-rhel8@sha256:34790b8a4a822ab175a7ecdae0780a3aa9b7ff1514551872f739bb09c29d6f38_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:85be832080d7b7d926d867ae0ff7221cdbf0eae547c7a001cef386751d9ee33c_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:91d87dd972ffcb5f6f5816bc8230c6d6ee5a0b05c93bb7835219a3071b51c71a_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:7ae378dc3dde53a4f9f1e306fdbed285ef7e76825d37442838c8c559ce0247c1_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:a727fe3de80c4d453b988a836ac3603ed74557c1216d7856f2e4811e498ccb88_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:d0bf57b80b5e7f651c6b2b5065b254d2c15a27b78797e54806f49e42e5c005d9_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:01b9068a46e4247b6d82dbfca2638e2a65ab8865153041095147026fc095eaf8_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:5f0dbf0ecc76e4f7801d32817c2d94af5d53092a976a07873b2178a1956d85ff_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:e1cba8f320e9b9bd0e03c16ab4dcf1df732d00e7801a756fc1f0b991a825307f_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:ae8ef1d4e3008e90bfc741495528d69fe00738bc26434296c44eceba58ff5689_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:c520b578db802c3a4be452c19b3d2cdd0e6e253b6af49b33e4e53667ad33d32e_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:e95226fbb50c690c3f781b29c6fdf2bc07b31fada34a07299549aff69059f787_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:06f9a6fd3ff94dea7ac118a2eb4207dd70875e84df4fdc0aee3ec4539d123eb3_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:31cc757862f8a72e3b28dad7969996c6d30cb331ffd0e2b9118f31ed7f81b37e_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:ddcc66bf8221a679c73b3dbf7de905113f03a90c8fb55e2b49dd058b621e0ae9_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:020aef030a5c28e95ad5a9de996483764d4f65b3d5f2d8af4f352171bd006504_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:20de35a6f5a39383d2a5d4a97e23a682e53f897117d091f7e7328949da1e004e_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d2dad1434cbf1acbdb1d83744984f812b113e64aee3adcbc1cb01068ff462e40_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:2be6546905f6cd4a458bc77ad39bb1052def8c2482e6fe99a49db20059c21fd4_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b80c80062bcd83036c40e66e2fb2eba872c24b7fdfdd74d11f84bc2c7398965f_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca361d8b0506fce2edb0ab4db12a933dd3a3485ce33dd53fd4d7f0a618b13fea_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:0bf0a45400d5e1c7b5b36cba3e722b6401d804f3ebb05bbbff999d26d92c6997_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:82ed438da5437711a631db7653d3e8cb6c25806cebafcca5706bf7911e2627b3_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:c9f3b604b9a0ddae02f7ed5777d8c904080e27bb65c108bc100e8753936e995c_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:055f267a5851710283b70e7333be2f6f01f3c910e6d5a4a3432190cf17ee1205_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:3167be7c478b4d412da9cd5473175479b3896b9248495bff061ad59b87d09651_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:cb127341754fcc8a587a06ecd7a31fe0b2b4dda13829f5e577bf72ad7be25b31_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:1594eb4c62118f1e18ef5ca1bf93aa209ca8350d3f8231221a1f31a03ea9498c_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:e558f4e7b441a34bd9004e9ecb05859fd99e7be37c7143ccbbe04066cfcd8be8_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:fbe61ed5a412cb2f1565cb2fc4d424e4b616bac3d12dff53d5012eb3d3eea1bf_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2025:3652"
},
{
"category": "workaround",
"details": "Red Hat Product Security currently does not have a recommended mitigation at this time.",
"product_ids": [
"8Base-Quay-3:quay/clair-rhel8@sha256:34790b8a4a822ab175a7ecdae0780a3aa9b7ff1514551872f739bb09c29d6f38_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:85be832080d7b7d926d867ae0ff7221cdbf0eae547c7a001cef386751d9ee33c_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:91d87dd972ffcb5f6f5816bc8230c6d6ee5a0b05c93bb7835219a3071b51c71a_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:7ae378dc3dde53a4f9f1e306fdbed285ef7e76825d37442838c8c559ce0247c1_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:a727fe3de80c4d453b988a836ac3603ed74557c1216d7856f2e4811e498ccb88_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:d0bf57b80b5e7f651c6b2b5065b254d2c15a27b78797e54806f49e42e5c005d9_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:01b9068a46e4247b6d82dbfca2638e2a65ab8865153041095147026fc095eaf8_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:5f0dbf0ecc76e4f7801d32817c2d94af5d53092a976a07873b2178a1956d85ff_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:e1cba8f320e9b9bd0e03c16ab4dcf1df732d00e7801a756fc1f0b991a825307f_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:ae8ef1d4e3008e90bfc741495528d69fe00738bc26434296c44eceba58ff5689_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:c520b578db802c3a4be452c19b3d2cdd0e6e253b6af49b33e4e53667ad33d32e_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:e95226fbb50c690c3f781b29c6fdf2bc07b31fada34a07299549aff69059f787_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:06f9a6fd3ff94dea7ac118a2eb4207dd70875e84df4fdc0aee3ec4539d123eb3_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:31cc757862f8a72e3b28dad7969996c6d30cb331ffd0e2b9118f31ed7f81b37e_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:ddcc66bf8221a679c73b3dbf7de905113f03a90c8fb55e2b49dd058b621e0ae9_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:020aef030a5c28e95ad5a9de996483764d4f65b3d5f2d8af4f352171bd006504_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:20de35a6f5a39383d2a5d4a97e23a682e53f897117d091f7e7328949da1e004e_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d2dad1434cbf1acbdb1d83744984f812b113e64aee3adcbc1cb01068ff462e40_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:2be6546905f6cd4a458bc77ad39bb1052def8c2482e6fe99a49db20059c21fd4_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b80c80062bcd83036c40e66e2fb2eba872c24b7fdfdd74d11f84bc2c7398965f_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca361d8b0506fce2edb0ab4db12a933dd3a3485ce33dd53fd4d7f0a618b13fea_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:0bf0a45400d5e1c7b5b36cba3e722b6401d804f3ebb05bbbff999d26d92c6997_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:82ed438da5437711a631db7653d3e8cb6c25806cebafcca5706bf7911e2627b3_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:c9f3b604b9a0ddae02f7ed5777d8c904080e27bb65c108bc100e8753936e995c_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:055f267a5851710283b70e7333be2f6f01f3c910e6d5a4a3432190cf17ee1205_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:3167be7c478b4d412da9cd5473175479b3896b9248495bff061ad59b87d09651_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:cb127341754fcc8a587a06ecd7a31fe0b2b4dda13829f5e577bf72ad7be25b31_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:1594eb4c62118f1e18ef5ca1bf93aa209ca8350d3f8231221a1f31a03ea9498c_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:e558f4e7b441a34bd9004e9ecb05859fd99e7be37c7143ccbbe04066cfcd8be8_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:fbe61ed5a412cb2f1565cb2fc4d424e4b616bac3d12dff53d5012eb3d3eea1bf_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.0"
},
"products": [
"8Base-Quay-3:quay/clair-rhel8@sha256:34790b8a4a822ab175a7ecdae0780a3aa9b7ff1514551872f739bb09c29d6f38_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:85be832080d7b7d926d867ae0ff7221cdbf0eae547c7a001cef386751d9ee33c_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:91d87dd972ffcb5f6f5816bc8230c6d6ee5a0b05c93bb7835219a3071b51c71a_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:7ae378dc3dde53a4f9f1e306fdbed285ef7e76825d37442838c8c559ce0247c1_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:a727fe3de80c4d453b988a836ac3603ed74557c1216d7856f2e4811e498ccb88_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:d0bf57b80b5e7f651c6b2b5065b254d2c15a27b78797e54806f49e42e5c005d9_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:01b9068a46e4247b6d82dbfca2638e2a65ab8865153041095147026fc095eaf8_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:5f0dbf0ecc76e4f7801d32817c2d94af5d53092a976a07873b2178a1956d85ff_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:e1cba8f320e9b9bd0e03c16ab4dcf1df732d00e7801a756fc1f0b991a825307f_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:ae8ef1d4e3008e90bfc741495528d69fe00738bc26434296c44eceba58ff5689_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:c520b578db802c3a4be452c19b3d2cdd0e6e253b6af49b33e4e53667ad33d32e_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:e95226fbb50c690c3f781b29c6fdf2bc07b31fada34a07299549aff69059f787_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:06f9a6fd3ff94dea7ac118a2eb4207dd70875e84df4fdc0aee3ec4539d123eb3_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:31cc757862f8a72e3b28dad7969996c6d30cb331ffd0e2b9118f31ed7f81b37e_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:ddcc66bf8221a679c73b3dbf7de905113f03a90c8fb55e2b49dd058b621e0ae9_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:020aef030a5c28e95ad5a9de996483764d4f65b3d5f2d8af4f352171bd006504_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:20de35a6f5a39383d2a5d4a97e23a682e53f897117d091f7e7328949da1e004e_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d2dad1434cbf1acbdb1d83744984f812b113e64aee3adcbc1cb01068ff462e40_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:2be6546905f6cd4a458bc77ad39bb1052def8c2482e6fe99a49db20059c21fd4_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b80c80062bcd83036c40e66e2fb2eba872c24b7fdfdd74d11f84bc2c7398965f_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca361d8b0506fce2edb0ab4db12a933dd3a3485ce33dd53fd4d7f0a618b13fea_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:0bf0a45400d5e1c7b5b36cba3e722b6401d804f3ebb05bbbff999d26d92c6997_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:82ed438da5437711a631db7653d3e8cb6c25806cebafcca5706bf7911e2627b3_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:c9f3b604b9a0ddae02f7ed5777d8c904080e27bb65c108bc100e8753936e995c_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:055f267a5851710283b70e7333be2f6f01f3c910e6d5a4a3432190cf17ee1205_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:3167be7c478b4d412da9cd5473175479b3896b9248495bff061ad59b87d09651_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:cb127341754fcc8a587a06ecd7a31fe0b2b4dda13829f5e577bf72ad7be25b31_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:1594eb4c62118f1e18ef5ca1bf93aa209ca8350d3f8231221a1f31a03ea9498c_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:e558f4e7b441a34bd9004e9ecb05859fd99e7be37c7143ccbbe04066cfcd8be8_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:fbe61ed5a412cb2f1565cb2fc4d424e4b616bac3d12dff53d5012eb3d3eea1bf_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "gunicorn: HTTP Request Smuggling in benoitc/gunicorn"
},
{
"acknowledgments": [
{
"names": [
"jub0bs"
]
}
],
"cve": "CVE-2025-22868",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2025-02-26T04:00:44.350024+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348366"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, \".\")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Quay-3:quay/clair-rhel8@sha256:34790b8a4a822ab175a7ecdae0780a3aa9b7ff1514551872f739bb09c29d6f38_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:85be832080d7b7d926d867ae0ff7221cdbf0eae547c7a001cef386751d9ee33c_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:91d87dd972ffcb5f6f5816bc8230c6d6ee5a0b05c93bb7835219a3071b51c71a_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:7ae378dc3dde53a4f9f1e306fdbed285ef7e76825d37442838c8c559ce0247c1_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:a727fe3de80c4d453b988a836ac3603ed74557c1216d7856f2e4811e498ccb88_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:d0bf57b80b5e7f651c6b2b5065b254d2c15a27b78797e54806f49e42e5c005d9_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:01b9068a46e4247b6d82dbfca2638e2a65ab8865153041095147026fc095eaf8_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:5f0dbf0ecc76e4f7801d32817c2d94af5d53092a976a07873b2178a1956d85ff_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:e1cba8f320e9b9bd0e03c16ab4dcf1df732d00e7801a756fc1f0b991a825307f_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:ae8ef1d4e3008e90bfc741495528d69fe00738bc26434296c44eceba58ff5689_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:c520b578db802c3a4be452c19b3d2cdd0e6e253b6af49b33e4e53667ad33d32e_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:e95226fbb50c690c3f781b29c6fdf2bc07b31fada34a07299549aff69059f787_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:06f9a6fd3ff94dea7ac118a2eb4207dd70875e84df4fdc0aee3ec4539d123eb3_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:31cc757862f8a72e3b28dad7969996c6d30cb331ffd0e2b9118f31ed7f81b37e_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:ddcc66bf8221a679c73b3dbf7de905113f03a90c8fb55e2b49dd058b621e0ae9_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:020aef030a5c28e95ad5a9de996483764d4f65b3d5f2d8af4f352171bd006504_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:20de35a6f5a39383d2a5d4a97e23a682e53f897117d091f7e7328949da1e004e_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d2dad1434cbf1acbdb1d83744984f812b113e64aee3adcbc1cb01068ff462e40_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:2be6546905f6cd4a458bc77ad39bb1052def8c2482e6fe99a49db20059c21fd4_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b80c80062bcd83036c40e66e2fb2eba872c24b7fdfdd74d11f84bc2c7398965f_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca361d8b0506fce2edb0ab4db12a933dd3a3485ce33dd53fd4d7f0a618b13fea_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:0bf0a45400d5e1c7b5b36cba3e722b6401d804f3ebb05bbbff999d26d92c6997_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:82ed438da5437711a631db7653d3e8cb6c25806cebafcca5706bf7911e2627b3_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:c9f3b604b9a0ddae02f7ed5777d8c904080e27bb65c108bc100e8753936e995c_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:055f267a5851710283b70e7333be2f6f01f3c910e6d5a4a3432190cf17ee1205_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:3167be7c478b4d412da9cd5473175479b3896b9248495bff061ad59b87d09651_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:cb127341754fcc8a587a06ecd7a31fe0b2b4dda13829f5e577bf72ad7be25b31_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:1594eb4c62118f1e18ef5ca1bf93aa209ca8350d3f8231221a1f31a03ea9498c_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:e558f4e7b441a34bd9004e9ecb05859fd99e7be37c7143ccbbe04066cfcd8be8_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:fbe61ed5a412cb2f1565cb2fc4d424e4b616bac3d12dff53d5012eb3d3eea1bf_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "RHBZ#2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://go.dev/cl/652155",
"url": "https://go.dev/cl/652155"
},
{
"category": "external",
"summary": "https://go.dev/issue/71490",
"url": "https://go.dev/issue/71490"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3488",
"url": "https://pkg.go.dev/vuln/GO-2025-3488"
}
],
"release_date": "2025-02-26T03:07:49.012000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-21T05:56:52+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-Quay-3:quay/clair-rhel8@sha256:34790b8a4a822ab175a7ecdae0780a3aa9b7ff1514551872f739bb09c29d6f38_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:85be832080d7b7d926d867ae0ff7221cdbf0eae547c7a001cef386751d9ee33c_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:91d87dd972ffcb5f6f5816bc8230c6d6ee5a0b05c93bb7835219a3071b51c71a_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:7ae378dc3dde53a4f9f1e306fdbed285ef7e76825d37442838c8c559ce0247c1_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:a727fe3de80c4d453b988a836ac3603ed74557c1216d7856f2e4811e498ccb88_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:d0bf57b80b5e7f651c6b2b5065b254d2c15a27b78797e54806f49e42e5c005d9_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:01b9068a46e4247b6d82dbfca2638e2a65ab8865153041095147026fc095eaf8_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:5f0dbf0ecc76e4f7801d32817c2d94af5d53092a976a07873b2178a1956d85ff_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:e1cba8f320e9b9bd0e03c16ab4dcf1df732d00e7801a756fc1f0b991a825307f_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:ae8ef1d4e3008e90bfc741495528d69fe00738bc26434296c44eceba58ff5689_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:c520b578db802c3a4be452c19b3d2cdd0e6e253b6af49b33e4e53667ad33d32e_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:e95226fbb50c690c3f781b29c6fdf2bc07b31fada34a07299549aff69059f787_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:06f9a6fd3ff94dea7ac118a2eb4207dd70875e84df4fdc0aee3ec4539d123eb3_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:31cc757862f8a72e3b28dad7969996c6d30cb331ffd0e2b9118f31ed7f81b37e_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:ddcc66bf8221a679c73b3dbf7de905113f03a90c8fb55e2b49dd058b621e0ae9_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:020aef030a5c28e95ad5a9de996483764d4f65b3d5f2d8af4f352171bd006504_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:20de35a6f5a39383d2a5d4a97e23a682e53f897117d091f7e7328949da1e004e_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d2dad1434cbf1acbdb1d83744984f812b113e64aee3adcbc1cb01068ff462e40_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:2be6546905f6cd4a458bc77ad39bb1052def8c2482e6fe99a49db20059c21fd4_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b80c80062bcd83036c40e66e2fb2eba872c24b7fdfdd74d11f84bc2c7398965f_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca361d8b0506fce2edb0ab4db12a933dd3a3485ce33dd53fd4d7f0a618b13fea_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:0bf0a45400d5e1c7b5b36cba3e722b6401d804f3ebb05bbbff999d26d92c6997_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:82ed438da5437711a631db7653d3e8cb6c25806cebafcca5706bf7911e2627b3_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:c9f3b604b9a0ddae02f7ed5777d8c904080e27bb65c108bc100e8753936e995c_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:055f267a5851710283b70e7333be2f6f01f3c910e6d5a4a3432190cf17ee1205_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:3167be7c478b4d412da9cd5473175479b3896b9248495bff061ad59b87d09651_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:cb127341754fcc8a587a06ecd7a31fe0b2b4dda13829f5e577bf72ad7be25b31_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:1594eb4c62118f1e18ef5ca1bf93aa209ca8350d3f8231221a1f31a03ea9498c_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:e558f4e7b441a34bd9004e9ecb05859fd99e7be37c7143ccbbe04066cfcd8be8_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:fbe61ed5a412cb2f1565cb2fc4d424e4b616bac3d12dff53d5012eb3d3eea1bf_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2025:3652"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, it is recommended to pre-validate any payloads passed to `go-jose` to check that they do not contain an excessive amount of `.` characters.",
"product_ids": [
"8Base-Quay-3:quay/clair-rhel8@sha256:34790b8a4a822ab175a7ecdae0780a3aa9b7ff1514551872f739bb09c29d6f38_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:85be832080d7b7d926d867ae0ff7221cdbf0eae547c7a001cef386751d9ee33c_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:91d87dd972ffcb5f6f5816bc8230c6d6ee5a0b05c93bb7835219a3071b51c71a_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:7ae378dc3dde53a4f9f1e306fdbed285ef7e76825d37442838c8c559ce0247c1_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:a727fe3de80c4d453b988a836ac3603ed74557c1216d7856f2e4811e498ccb88_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:d0bf57b80b5e7f651c6b2b5065b254d2c15a27b78797e54806f49e42e5c005d9_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:01b9068a46e4247b6d82dbfca2638e2a65ab8865153041095147026fc095eaf8_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:5f0dbf0ecc76e4f7801d32817c2d94af5d53092a976a07873b2178a1956d85ff_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:e1cba8f320e9b9bd0e03c16ab4dcf1df732d00e7801a756fc1f0b991a825307f_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:ae8ef1d4e3008e90bfc741495528d69fe00738bc26434296c44eceba58ff5689_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:c520b578db802c3a4be452c19b3d2cdd0e6e253b6af49b33e4e53667ad33d32e_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:e95226fbb50c690c3f781b29c6fdf2bc07b31fada34a07299549aff69059f787_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:06f9a6fd3ff94dea7ac118a2eb4207dd70875e84df4fdc0aee3ec4539d123eb3_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:31cc757862f8a72e3b28dad7969996c6d30cb331ffd0e2b9118f31ed7f81b37e_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:ddcc66bf8221a679c73b3dbf7de905113f03a90c8fb55e2b49dd058b621e0ae9_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:020aef030a5c28e95ad5a9de996483764d4f65b3d5f2d8af4f352171bd006504_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:20de35a6f5a39383d2a5d4a97e23a682e53f897117d091f7e7328949da1e004e_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d2dad1434cbf1acbdb1d83744984f812b113e64aee3adcbc1cb01068ff462e40_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:2be6546905f6cd4a458bc77ad39bb1052def8c2482e6fe99a49db20059c21fd4_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b80c80062bcd83036c40e66e2fb2eba872c24b7fdfdd74d11f84bc2c7398965f_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca361d8b0506fce2edb0ab4db12a933dd3a3485ce33dd53fd4d7f0a618b13fea_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:0bf0a45400d5e1c7b5b36cba3e722b6401d804f3ebb05bbbff999d26d92c6997_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:82ed438da5437711a631db7653d3e8cb6c25806cebafcca5706bf7911e2627b3_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:c9f3b604b9a0ddae02f7ed5777d8c904080e27bb65c108bc100e8753936e995c_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:055f267a5851710283b70e7333be2f6f01f3c910e6d5a4a3432190cf17ee1205_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:3167be7c478b4d412da9cd5473175479b3896b9248495bff061ad59b87d09651_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:cb127341754fcc8a587a06ecd7a31fe0b2b4dda13829f5e577bf72ad7be25b31_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:1594eb4c62118f1e18ef5ca1bf93aa209ca8350d3f8231221a1f31a03ea9498c_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:e558f4e7b441a34bd9004e9ecb05859fd99e7be37c7143ccbbe04066cfcd8be8_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:fbe61ed5a412cb2f1565cb2fc4d424e4b616bac3d12dff53d5012eb3d3eea1bf_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"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"
},
"products": [
"8Base-Quay-3:quay/clair-rhel8@sha256:34790b8a4a822ab175a7ecdae0780a3aa9b7ff1514551872f739bb09c29d6f38_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:85be832080d7b7d926d867ae0ff7221cdbf0eae547c7a001cef386751d9ee33c_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:91d87dd972ffcb5f6f5816bc8230c6d6ee5a0b05c93bb7835219a3071b51c71a_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:7ae378dc3dde53a4f9f1e306fdbed285ef7e76825d37442838c8c559ce0247c1_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:a727fe3de80c4d453b988a836ac3603ed74557c1216d7856f2e4811e498ccb88_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:d0bf57b80b5e7f651c6b2b5065b254d2c15a27b78797e54806f49e42e5c005d9_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:01b9068a46e4247b6d82dbfca2638e2a65ab8865153041095147026fc095eaf8_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:5f0dbf0ecc76e4f7801d32817c2d94af5d53092a976a07873b2178a1956d85ff_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:e1cba8f320e9b9bd0e03c16ab4dcf1df732d00e7801a756fc1f0b991a825307f_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:ae8ef1d4e3008e90bfc741495528d69fe00738bc26434296c44eceba58ff5689_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:c520b578db802c3a4be452c19b3d2cdd0e6e253b6af49b33e4e53667ad33d32e_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:e95226fbb50c690c3f781b29c6fdf2bc07b31fada34a07299549aff69059f787_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:06f9a6fd3ff94dea7ac118a2eb4207dd70875e84df4fdc0aee3ec4539d123eb3_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:31cc757862f8a72e3b28dad7969996c6d30cb331ffd0e2b9118f31ed7f81b37e_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:ddcc66bf8221a679c73b3dbf7de905113f03a90c8fb55e2b49dd058b621e0ae9_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:020aef030a5c28e95ad5a9de996483764d4f65b3d5f2d8af4f352171bd006504_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:20de35a6f5a39383d2a5d4a97e23a682e53f897117d091f7e7328949da1e004e_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d2dad1434cbf1acbdb1d83744984f812b113e64aee3adcbc1cb01068ff462e40_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:2be6546905f6cd4a458bc77ad39bb1052def8c2482e6fe99a49db20059c21fd4_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b80c80062bcd83036c40e66e2fb2eba872c24b7fdfdd74d11f84bc2c7398965f_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca361d8b0506fce2edb0ab4db12a933dd3a3485ce33dd53fd4d7f0a618b13fea_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:0bf0a45400d5e1c7b5b36cba3e722b6401d804f3ebb05bbbff999d26d92c6997_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:82ed438da5437711a631db7653d3e8cb6c25806cebafcca5706bf7911e2627b3_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:c9f3b604b9a0ddae02f7ed5777d8c904080e27bb65c108bc100e8753936e995c_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:055f267a5851710283b70e7333be2f6f01f3c910e6d5a4a3432190cf17ee1205_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:3167be7c478b4d412da9cd5473175479b3896b9248495bff061ad59b87d09651_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:cb127341754fcc8a587a06ecd7a31fe0b2b4dda13829f5e577bf72ad7be25b31_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:1594eb4c62118f1e18ef5ca1bf93aa209ca8350d3f8231221a1f31a03ea9498c_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:e558f4e7b441a34bd9004e9ecb05859fd99e7be37c7143ccbbe04066cfcd8be8_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:fbe61ed5a412cb2f1565cb2fc4d424e4b616bac3d12dff53d5012eb3d3eea1bf_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws"
},
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Quay-3:quay/clair-rhel8@sha256:34790b8a4a822ab175a7ecdae0780a3aa9b7ff1514551872f739bb09c29d6f38_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:85be832080d7b7d926d867ae0ff7221cdbf0eae547c7a001cef386751d9ee33c_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:91d87dd972ffcb5f6f5816bc8230c6d6ee5a0b05c93bb7835219a3071b51c71a_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:7ae378dc3dde53a4f9f1e306fdbed285ef7e76825d37442838c8c559ce0247c1_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:a727fe3de80c4d453b988a836ac3603ed74557c1216d7856f2e4811e498ccb88_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:d0bf57b80b5e7f651c6b2b5065b254d2c15a27b78797e54806f49e42e5c005d9_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:01b9068a46e4247b6d82dbfca2638e2a65ab8865153041095147026fc095eaf8_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:5f0dbf0ecc76e4f7801d32817c2d94af5d53092a976a07873b2178a1956d85ff_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:e1cba8f320e9b9bd0e03c16ab4dcf1df732d00e7801a756fc1f0b991a825307f_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:ae8ef1d4e3008e90bfc741495528d69fe00738bc26434296c44eceba58ff5689_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:c520b578db802c3a4be452c19b3d2cdd0e6e253b6af49b33e4e53667ad33d32e_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:e95226fbb50c690c3f781b29c6fdf2bc07b31fada34a07299549aff69059f787_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:06f9a6fd3ff94dea7ac118a2eb4207dd70875e84df4fdc0aee3ec4539d123eb3_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:31cc757862f8a72e3b28dad7969996c6d30cb331ffd0e2b9118f31ed7f81b37e_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:ddcc66bf8221a679c73b3dbf7de905113f03a90c8fb55e2b49dd058b621e0ae9_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:020aef030a5c28e95ad5a9de996483764d4f65b3d5f2d8af4f352171bd006504_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:20de35a6f5a39383d2a5d4a97e23a682e53f897117d091f7e7328949da1e004e_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d2dad1434cbf1acbdb1d83744984f812b113e64aee3adcbc1cb01068ff462e40_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:2be6546905f6cd4a458bc77ad39bb1052def8c2482e6fe99a49db20059c21fd4_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b80c80062bcd83036c40e66e2fb2eba872c24b7fdfdd74d11f84bc2c7398965f_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca361d8b0506fce2edb0ab4db12a933dd3a3485ce33dd53fd4d7f0a618b13fea_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:0bf0a45400d5e1c7b5b36cba3e722b6401d804f3ebb05bbbff999d26d92c6997_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:82ed438da5437711a631db7653d3e8cb6c25806cebafcca5706bf7911e2627b3_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:c9f3b604b9a0ddae02f7ed5777d8c904080e27bb65c108bc100e8753936e995c_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:055f267a5851710283b70e7333be2f6f01f3c910e6d5a4a3432190cf17ee1205_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:3167be7c478b4d412da9cd5473175479b3896b9248495bff061ad59b87d09651_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:cb127341754fcc8a587a06ecd7a31fe0b2b4dda13829f5e577bf72ad7be25b31_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:1594eb4c62118f1e18ef5ca1bf93aa209ca8350d3f8231221a1f31a03ea9498c_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:e558f4e7b441a34bd9004e9ecb05859fd99e7be37c7143ccbbe04066cfcd8be8_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:fbe61ed5a412cb2f1565cb2fc4d424e4b616bac3d12dff53d5012eb3d3eea1bf_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-21T05:56:52+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-Quay-3:quay/clair-rhel8@sha256:34790b8a4a822ab175a7ecdae0780a3aa9b7ff1514551872f739bb09c29d6f38_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:85be832080d7b7d926d867ae0ff7221cdbf0eae547c7a001cef386751d9ee33c_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:91d87dd972ffcb5f6f5816bc8230c6d6ee5a0b05c93bb7835219a3071b51c71a_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:7ae378dc3dde53a4f9f1e306fdbed285ef7e76825d37442838c8c559ce0247c1_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:a727fe3de80c4d453b988a836ac3603ed74557c1216d7856f2e4811e498ccb88_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:d0bf57b80b5e7f651c6b2b5065b254d2c15a27b78797e54806f49e42e5c005d9_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:01b9068a46e4247b6d82dbfca2638e2a65ab8865153041095147026fc095eaf8_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:5f0dbf0ecc76e4f7801d32817c2d94af5d53092a976a07873b2178a1956d85ff_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:e1cba8f320e9b9bd0e03c16ab4dcf1df732d00e7801a756fc1f0b991a825307f_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:ae8ef1d4e3008e90bfc741495528d69fe00738bc26434296c44eceba58ff5689_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:c520b578db802c3a4be452c19b3d2cdd0e6e253b6af49b33e4e53667ad33d32e_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:e95226fbb50c690c3f781b29c6fdf2bc07b31fada34a07299549aff69059f787_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:06f9a6fd3ff94dea7ac118a2eb4207dd70875e84df4fdc0aee3ec4539d123eb3_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:31cc757862f8a72e3b28dad7969996c6d30cb331ffd0e2b9118f31ed7f81b37e_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:ddcc66bf8221a679c73b3dbf7de905113f03a90c8fb55e2b49dd058b621e0ae9_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:020aef030a5c28e95ad5a9de996483764d4f65b3d5f2d8af4f352171bd006504_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:20de35a6f5a39383d2a5d4a97e23a682e53f897117d091f7e7328949da1e004e_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d2dad1434cbf1acbdb1d83744984f812b113e64aee3adcbc1cb01068ff462e40_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:2be6546905f6cd4a458bc77ad39bb1052def8c2482e6fe99a49db20059c21fd4_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b80c80062bcd83036c40e66e2fb2eba872c24b7fdfdd74d11f84bc2c7398965f_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca361d8b0506fce2edb0ab4db12a933dd3a3485ce33dd53fd4d7f0a618b13fea_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:0bf0a45400d5e1c7b5b36cba3e722b6401d804f3ebb05bbbff999d26d92c6997_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:82ed438da5437711a631db7653d3e8cb6c25806cebafcca5706bf7911e2627b3_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:c9f3b604b9a0ddae02f7ed5777d8c904080e27bb65c108bc100e8753936e995c_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:055f267a5851710283b70e7333be2f6f01f3c910e6d5a4a3432190cf17ee1205_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:3167be7c478b4d412da9cd5473175479b3896b9248495bff061ad59b87d09651_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:cb127341754fcc8a587a06ecd7a31fe0b2b4dda13829f5e577bf72ad7be25b31_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:1594eb4c62118f1e18ef5ca1bf93aa209ca8350d3f8231221a1f31a03ea9498c_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:e558f4e7b441a34bd9004e9ecb05859fd99e7be37c7143ccbbe04066cfcd8be8_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:fbe61ed5a412cb2f1565cb2fc4d424e4b616bac3d12dff53d5012eb3d3eea1bf_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2025:3652"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"8Base-Quay-3:quay/clair-rhel8@sha256:34790b8a4a822ab175a7ecdae0780a3aa9b7ff1514551872f739bb09c29d6f38_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:85be832080d7b7d926d867ae0ff7221cdbf0eae547c7a001cef386751d9ee33c_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:91d87dd972ffcb5f6f5816bc8230c6d6ee5a0b05c93bb7835219a3071b51c71a_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:7ae378dc3dde53a4f9f1e306fdbed285ef7e76825d37442838c8c559ce0247c1_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:a727fe3de80c4d453b988a836ac3603ed74557c1216d7856f2e4811e498ccb88_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:d0bf57b80b5e7f651c6b2b5065b254d2c15a27b78797e54806f49e42e5c005d9_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:01b9068a46e4247b6d82dbfca2638e2a65ab8865153041095147026fc095eaf8_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:5f0dbf0ecc76e4f7801d32817c2d94af5d53092a976a07873b2178a1956d85ff_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:e1cba8f320e9b9bd0e03c16ab4dcf1df732d00e7801a756fc1f0b991a825307f_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:ae8ef1d4e3008e90bfc741495528d69fe00738bc26434296c44eceba58ff5689_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:c520b578db802c3a4be452c19b3d2cdd0e6e253b6af49b33e4e53667ad33d32e_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:e95226fbb50c690c3f781b29c6fdf2bc07b31fada34a07299549aff69059f787_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:06f9a6fd3ff94dea7ac118a2eb4207dd70875e84df4fdc0aee3ec4539d123eb3_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:31cc757862f8a72e3b28dad7969996c6d30cb331ffd0e2b9118f31ed7f81b37e_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:ddcc66bf8221a679c73b3dbf7de905113f03a90c8fb55e2b49dd058b621e0ae9_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:020aef030a5c28e95ad5a9de996483764d4f65b3d5f2d8af4f352171bd006504_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:20de35a6f5a39383d2a5d4a97e23a682e53f897117d091f7e7328949da1e004e_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d2dad1434cbf1acbdb1d83744984f812b113e64aee3adcbc1cb01068ff462e40_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:2be6546905f6cd4a458bc77ad39bb1052def8c2482e6fe99a49db20059c21fd4_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b80c80062bcd83036c40e66e2fb2eba872c24b7fdfdd74d11f84bc2c7398965f_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca361d8b0506fce2edb0ab4db12a933dd3a3485ce33dd53fd4d7f0a618b13fea_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:0bf0a45400d5e1c7b5b36cba3e722b6401d804f3ebb05bbbff999d26d92c6997_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:82ed438da5437711a631db7653d3e8cb6c25806cebafcca5706bf7911e2627b3_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:c9f3b604b9a0ddae02f7ed5777d8c904080e27bb65c108bc100e8753936e995c_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:055f267a5851710283b70e7333be2f6f01f3c910e6d5a4a3432190cf17ee1205_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:3167be7c478b4d412da9cd5473175479b3896b9248495bff061ad59b87d09651_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:cb127341754fcc8a587a06ecd7a31fe0b2b4dda13829f5e577bf72ad7be25b31_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:1594eb4c62118f1e18ef5ca1bf93aa209ca8350d3f8231221a1f31a03ea9498c_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:e558f4e7b441a34bd9004e9ecb05859fd99e7be37c7143ccbbe04066cfcd8be8_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:fbe61ed5a412cb2f1565cb2fc4d424e4b616bac3d12dff53d5012eb3d3eea1bf_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"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"
},
"products": [
"8Base-Quay-3:quay/clair-rhel8@sha256:34790b8a4a822ab175a7ecdae0780a3aa9b7ff1514551872f739bb09c29d6f38_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:85be832080d7b7d926d867ae0ff7221cdbf0eae547c7a001cef386751d9ee33c_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:91d87dd972ffcb5f6f5816bc8230c6d6ee5a0b05c93bb7835219a3071b51c71a_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:7ae378dc3dde53a4f9f1e306fdbed285ef7e76825d37442838c8c559ce0247c1_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:a727fe3de80c4d453b988a836ac3603ed74557c1216d7856f2e4811e498ccb88_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:d0bf57b80b5e7f651c6b2b5065b254d2c15a27b78797e54806f49e42e5c005d9_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:01b9068a46e4247b6d82dbfca2638e2a65ab8865153041095147026fc095eaf8_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:5f0dbf0ecc76e4f7801d32817c2d94af5d53092a976a07873b2178a1956d85ff_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:e1cba8f320e9b9bd0e03c16ab4dcf1df732d00e7801a756fc1f0b991a825307f_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:ae8ef1d4e3008e90bfc741495528d69fe00738bc26434296c44eceba58ff5689_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:c520b578db802c3a4be452c19b3d2cdd0e6e253b6af49b33e4e53667ad33d32e_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:e95226fbb50c690c3f781b29c6fdf2bc07b31fada34a07299549aff69059f787_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:06f9a6fd3ff94dea7ac118a2eb4207dd70875e84df4fdc0aee3ec4539d123eb3_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:31cc757862f8a72e3b28dad7969996c6d30cb331ffd0e2b9118f31ed7f81b37e_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:ddcc66bf8221a679c73b3dbf7de905113f03a90c8fb55e2b49dd058b621e0ae9_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:020aef030a5c28e95ad5a9de996483764d4f65b3d5f2d8af4f352171bd006504_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:20de35a6f5a39383d2a5d4a97e23a682e53f897117d091f7e7328949da1e004e_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d2dad1434cbf1acbdb1d83744984f812b113e64aee3adcbc1cb01068ff462e40_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:2be6546905f6cd4a458bc77ad39bb1052def8c2482e6fe99a49db20059c21fd4_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b80c80062bcd83036c40e66e2fb2eba872c24b7fdfdd74d11f84bc2c7398965f_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca361d8b0506fce2edb0ab4db12a933dd3a3485ce33dd53fd4d7f0a618b13fea_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:0bf0a45400d5e1c7b5b36cba3e722b6401d804f3ebb05bbbff999d26d92c6997_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:82ed438da5437711a631db7653d3e8cb6c25806cebafcca5706bf7911e2627b3_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:c9f3b604b9a0ddae02f7ed5777d8c904080e27bb65c108bc100e8753936e995c_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:055f267a5851710283b70e7333be2f6f01f3c910e6d5a4a3432190cf17ee1205_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:3167be7c478b4d412da9cd5473175479b3896b9248495bff061ad59b87d09651_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:cb127341754fcc8a587a06ecd7a31fe0b2b4dda13829f5e577bf72ad7be25b31_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:1594eb4c62118f1e18ef5ca1bf93aa209ca8350d3f8231221a1f31a03ea9498c_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:e558f4e7b441a34bd9004e9ecb05859fd99e7be37c7143ccbbe04066cfcd8be8_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:fbe61ed5a412cb2f1565cb2fc4d424e4b616bac3d12dff53d5012eb3d3eea1bf_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
},
{
"cve": "CVE-2025-27516",
"cwe": {
"id": "CWE-1336",
"name": "Improper Neutralization of Special Elements Used in a Template Engine"
},
"discovery_date": "2025-03-05T21:01:07.674606+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2350190"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Jinja. In affected versions, an oversight in how the Jinja sandboxed environment interacts with the `|attr` filter allows an attacker who controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to `str.format` and ensures they don\u0027t escape the sandbox. However, it\u0027s possible to use the `|attr` filter to get a reference to a string\u0027s plain format method, bypassing the sandbox.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jinja2: Jinja sandbox breakout through attr filter selecting format method",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as important severity due to the potential for an attacker to bypass Jinja\u0027s sandbox by exploiting the |attr filter, by controlling template content, an attacker can execute arbitrary Python code, impacting the integrity, confidentiality, and availability of the system. While the attack requires user interaction to trigger untrusted templates, the risk is significant in applications that allow such templates to be executed.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Quay-3:quay/clair-rhel8@sha256:34790b8a4a822ab175a7ecdae0780a3aa9b7ff1514551872f739bb09c29d6f38_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:85be832080d7b7d926d867ae0ff7221cdbf0eae547c7a001cef386751d9ee33c_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:91d87dd972ffcb5f6f5816bc8230c6d6ee5a0b05c93bb7835219a3071b51c71a_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:7ae378dc3dde53a4f9f1e306fdbed285ef7e76825d37442838c8c559ce0247c1_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:a727fe3de80c4d453b988a836ac3603ed74557c1216d7856f2e4811e498ccb88_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:d0bf57b80b5e7f651c6b2b5065b254d2c15a27b78797e54806f49e42e5c005d9_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:01b9068a46e4247b6d82dbfca2638e2a65ab8865153041095147026fc095eaf8_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:5f0dbf0ecc76e4f7801d32817c2d94af5d53092a976a07873b2178a1956d85ff_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:e1cba8f320e9b9bd0e03c16ab4dcf1df732d00e7801a756fc1f0b991a825307f_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:ae8ef1d4e3008e90bfc741495528d69fe00738bc26434296c44eceba58ff5689_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:c520b578db802c3a4be452c19b3d2cdd0e6e253b6af49b33e4e53667ad33d32e_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:e95226fbb50c690c3f781b29c6fdf2bc07b31fada34a07299549aff69059f787_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:06f9a6fd3ff94dea7ac118a2eb4207dd70875e84df4fdc0aee3ec4539d123eb3_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:31cc757862f8a72e3b28dad7969996c6d30cb331ffd0e2b9118f31ed7f81b37e_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:ddcc66bf8221a679c73b3dbf7de905113f03a90c8fb55e2b49dd058b621e0ae9_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:020aef030a5c28e95ad5a9de996483764d4f65b3d5f2d8af4f352171bd006504_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:20de35a6f5a39383d2a5d4a97e23a682e53f897117d091f7e7328949da1e004e_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d2dad1434cbf1acbdb1d83744984f812b113e64aee3adcbc1cb01068ff462e40_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:2be6546905f6cd4a458bc77ad39bb1052def8c2482e6fe99a49db20059c21fd4_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b80c80062bcd83036c40e66e2fb2eba872c24b7fdfdd74d11f84bc2c7398965f_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca361d8b0506fce2edb0ab4db12a933dd3a3485ce33dd53fd4d7f0a618b13fea_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:0bf0a45400d5e1c7b5b36cba3e722b6401d804f3ebb05bbbff999d26d92c6997_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:82ed438da5437711a631db7653d3e8cb6c25806cebafcca5706bf7911e2627b3_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:c9f3b604b9a0ddae02f7ed5777d8c904080e27bb65c108bc100e8753936e995c_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:055f267a5851710283b70e7333be2f6f01f3c910e6d5a4a3432190cf17ee1205_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:3167be7c478b4d412da9cd5473175479b3896b9248495bff061ad59b87d09651_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:cb127341754fcc8a587a06ecd7a31fe0b2b4dda13829f5e577bf72ad7be25b31_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:1594eb4c62118f1e18ef5ca1bf93aa209ca8350d3f8231221a1f31a03ea9498c_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:e558f4e7b441a34bd9004e9ecb05859fd99e7be37c7143ccbbe04066cfcd8be8_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:fbe61ed5a412cb2f1565cb2fc4d424e4b616bac3d12dff53d5012eb3d3eea1bf_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-27516"
},
{
"category": "external",
"summary": "RHBZ#2350190",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-27516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516"
},
{
"category": "external",
"summary": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403",
"url": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403"
},
{
"category": "external",
"summary": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7",
"url": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7"
}
],
"release_date": "2025-03-05T20:40:06.568000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-21T05:56:52+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-Quay-3:quay/clair-rhel8@sha256:34790b8a4a822ab175a7ecdae0780a3aa9b7ff1514551872f739bb09c29d6f38_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:85be832080d7b7d926d867ae0ff7221cdbf0eae547c7a001cef386751d9ee33c_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:91d87dd972ffcb5f6f5816bc8230c6d6ee5a0b05c93bb7835219a3071b51c71a_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:7ae378dc3dde53a4f9f1e306fdbed285ef7e76825d37442838c8c559ce0247c1_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:a727fe3de80c4d453b988a836ac3603ed74557c1216d7856f2e4811e498ccb88_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:d0bf57b80b5e7f651c6b2b5065b254d2c15a27b78797e54806f49e42e5c005d9_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:01b9068a46e4247b6d82dbfca2638e2a65ab8865153041095147026fc095eaf8_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:5f0dbf0ecc76e4f7801d32817c2d94af5d53092a976a07873b2178a1956d85ff_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:e1cba8f320e9b9bd0e03c16ab4dcf1df732d00e7801a756fc1f0b991a825307f_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:ae8ef1d4e3008e90bfc741495528d69fe00738bc26434296c44eceba58ff5689_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:c520b578db802c3a4be452c19b3d2cdd0e6e253b6af49b33e4e53667ad33d32e_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:e95226fbb50c690c3f781b29c6fdf2bc07b31fada34a07299549aff69059f787_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:06f9a6fd3ff94dea7ac118a2eb4207dd70875e84df4fdc0aee3ec4539d123eb3_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:31cc757862f8a72e3b28dad7969996c6d30cb331ffd0e2b9118f31ed7f81b37e_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:ddcc66bf8221a679c73b3dbf7de905113f03a90c8fb55e2b49dd058b621e0ae9_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:020aef030a5c28e95ad5a9de996483764d4f65b3d5f2d8af4f352171bd006504_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:20de35a6f5a39383d2a5d4a97e23a682e53f897117d091f7e7328949da1e004e_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d2dad1434cbf1acbdb1d83744984f812b113e64aee3adcbc1cb01068ff462e40_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:2be6546905f6cd4a458bc77ad39bb1052def8c2482e6fe99a49db20059c21fd4_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b80c80062bcd83036c40e66e2fb2eba872c24b7fdfdd74d11f84bc2c7398965f_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca361d8b0506fce2edb0ab4db12a933dd3a3485ce33dd53fd4d7f0a618b13fea_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:0bf0a45400d5e1c7b5b36cba3e722b6401d804f3ebb05bbbff999d26d92c6997_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:82ed438da5437711a631db7653d3e8cb6c25806cebafcca5706bf7911e2627b3_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:c9f3b604b9a0ddae02f7ed5777d8c904080e27bb65c108bc100e8753936e995c_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:055f267a5851710283b70e7333be2f6f01f3c910e6d5a4a3432190cf17ee1205_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:3167be7c478b4d412da9cd5473175479b3896b9248495bff061ad59b87d09651_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:cb127341754fcc8a587a06ecd7a31fe0b2b4dda13829f5e577bf72ad7be25b31_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:1594eb4c62118f1e18ef5ca1bf93aa209ca8350d3f8231221a1f31a03ea9498c_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:e558f4e7b441a34bd9004e9ecb05859fd99e7be37c7143ccbbe04066cfcd8be8_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:fbe61ed5a412cb2f1565cb2fc4d424e4b616bac3d12dff53d5012eb3d3eea1bf_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2025:3652"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-Quay-3:quay/clair-rhel8@sha256:34790b8a4a822ab175a7ecdae0780a3aa9b7ff1514551872f739bb09c29d6f38_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:85be832080d7b7d926d867ae0ff7221cdbf0eae547c7a001cef386751d9ee33c_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:91d87dd972ffcb5f6f5816bc8230c6d6ee5a0b05c93bb7835219a3071b51c71a_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:7ae378dc3dde53a4f9f1e306fdbed285ef7e76825d37442838c8c559ce0247c1_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:a727fe3de80c4d453b988a836ac3603ed74557c1216d7856f2e4811e498ccb88_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:d0bf57b80b5e7f651c6b2b5065b254d2c15a27b78797e54806f49e42e5c005d9_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:01b9068a46e4247b6d82dbfca2638e2a65ab8865153041095147026fc095eaf8_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:5f0dbf0ecc76e4f7801d32817c2d94af5d53092a976a07873b2178a1956d85ff_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:e1cba8f320e9b9bd0e03c16ab4dcf1df732d00e7801a756fc1f0b991a825307f_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:ae8ef1d4e3008e90bfc741495528d69fe00738bc26434296c44eceba58ff5689_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:c520b578db802c3a4be452c19b3d2cdd0e6e253b6af49b33e4e53667ad33d32e_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:e95226fbb50c690c3f781b29c6fdf2bc07b31fada34a07299549aff69059f787_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:06f9a6fd3ff94dea7ac118a2eb4207dd70875e84df4fdc0aee3ec4539d123eb3_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:31cc757862f8a72e3b28dad7969996c6d30cb331ffd0e2b9118f31ed7f81b37e_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:ddcc66bf8221a679c73b3dbf7de905113f03a90c8fb55e2b49dd058b621e0ae9_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:020aef030a5c28e95ad5a9de996483764d4f65b3d5f2d8af4f352171bd006504_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:20de35a6f5a39383d2a5d4a97e23a682e53f897117d091f7e7328949da1e004e_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d2dad1434cbf1acbdb1d83744984f812b113e64aee3adcbc1cb01068ff462e40_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:2be6546905f6cd4a458bc77ad39bb1052def8c2482e6fe99a49db20059c21fd4_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b80c80062bcd83036c40e66e2fb2eba872c24b7fdfdd74d11f84bc2c7398965f_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca361d8b0506fce2edb0ab4db12a933dd3a3485ce33dd53fd4d7f0a618b13fea_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:0bf0a45400d5e1c7b5b36cba3e722b6401d804f3ebb05bbbff999d26d92c6997_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:82ed438da5437711a631db7653d3e8cb6c25806cebafcca5706bf7911e2627b3_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:c9f3b604b9a0ddae02f7ed5777d8c904080e27bb65c108bc100e8753936e995c_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:055f267a5851710283b70e7333be2f6f01f3c910e6d5a4a3432190cf17ee1205_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:3167be7c478b4d412da9cd5473175479b3896b9248495bff061ad59b87d09651_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:cb127341754fcc8a587a06ecd7a31fe0b2b4dda13829f5e577bf72ad7be25b31_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:1594eb4c62118f1e18ef5ca1bf93aa209ca8350d3f8231221a1f31a03ea9498c_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:e558f4e7b441a34bd9004e9ecb05859fd99e7be37c7143ccbbe04066cfcd8be8_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:fbe61ed5a412cb2f1565cb2fc4d424e4b616bac3d12dff53d5012eb3d3eea1bf_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jinja2: Jinja sandbox breakout through attr filter selecting format method"
}
]
}
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.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.