Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-22869 (GCVE-0-2025-22869)
Vulnerability from cvelistv5 – Published: 2025-02-26 03:07 – Updated: 2025-04-11 22:03
VLAI
EPSS
Title
Potential denial of service in golang.org/x/crypto
Summary
SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.
Severity
7.5 (High)
SSVC
Exploitation: none
Automatable: yes
Technical Impact: partial
CISA Coordinator (v2.0.3)
CWE
- CWE-770 - Allocation of Resources Without Limits or Throttling
Assigner
References
Impacted products
1 product
| Vendor | Product | Version | |
|---|---|---|---|
| golang.org/x/crypto | golang.org/x/crypto/ssh |
Affected:
0 , < 0.35.0
(semver)
|
Credits
Yuichi Watanabe
{
"containers": {
"adp": [
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2025-22869",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-02-26T14:57:07.968721Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-770",
"description": "CWE-770 Allocation of Resources Without Limits or Throttling",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-02-26T14:57:49.252Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2025-04-11T22:03:24.222Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "https://security.netapp.com/advisory/ntap-20250411-0010/"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://pkg.go.dev",
"defaultStatus": "unaffected",
"packageName": "golang.org/x/crypto/ssh",
"product": "golang.org/x/crypto/ssh",
"programRoutines": [
{
"name": "newHandshakeTransport"
},
{
"name": "handshakeTransport.recordWriteError"
},
{
"name": "handshakeTransport.kexLoop"
},
{
"name": "handshakeTransport.writePacket"
},
{
"name": "Client.Dial"
},
{
"name": "Client.DialContext"
},
{
"name": "Client.DialTCP"
},
{
"name": "Client.Listen"
},
{
"name": "Client.ListenTCP"
},
{
"name": "Client.ListenUnix"
},
{
"name": "Client.NewSession"
},
{
"name": "Dial"
},
{
"name": "DiscardRequests"
},
{
"name": "NewClient"
},
{
"name": "NewClientConn"
},
{
"name": "NewServerConn"
},
{
"name": "Request.Reply"
},
{
"name": "Session.Close"
},
{
"name": "Session.CombinedOutput"
},
{
"name": "Session.Output"
},
{
"name": "Session.RequestPty"
},
{
"name": "Session.RequestSubsystem"
},
{
"name": "Session.Run"
},
{
"name": "Session.SendRequest"
},
{
"name": "Session.Setenv"
},
{
"name": "Session.Shell"
},
{
"name": "Session.Signal"
},
{
"name": "Session.Start"
},
{
"name": "Session.WindowChange"
},
{
"name": "channel.Accept"
},
{
"name": "channel.Close"
},
{
"name": "channel.CloseWrite"
},
{
"name": "channel.Read"
},
{
"name": "channel.ReadExtended"
},
{
"name": "channel.Reject"
},
{
"name": "channel.SendRequest"
},
{
"name": "channel.Write"
},
{
"name": "channel.WriteExtended"
},
{
"name": "connection.SendAuthBanner"
},
{
"name": "curve25519sha256.Client"
},
{
"name": "curve25519sha256.Server"
},
{
"name": "dhGEXSHA.Client"
},
{
"name": "dhGEXSHA.Server"
},
{
"name": "dhGroup.Client"
},
{
"name": "dhGroup.Server"
},
{
"name": "ecdh.Client"
},
{
"name": "ecdh.Server"
},
{
"name": "extChannel.Read"
},
{
"name": "extChannel.Write"
},
{
"name": "mux.OpenChannel"
},
{
"name": "mux.SendRequest"
},
{
"name": "sessionStdin.Close"
},
{
"name": "sshClientKeyboardInteractive.Challenge"
},
{
"name": "tcpListener.Accept"
},
{
"name": "tcpListener.Close"
},
{
"name": "unixListener.Accept"
},
{
"name": "unixListener.Close"
}
],
"vendor": "golang.org/x/crypto",
"versions": [
{
"lessThan": "0.35.0",
"status": "affected",
"version": "0",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"value": "Yuichi Watanabe"
}
],
"descriptions": [
{
"lang": "en",
"value": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "CWE-770: Allocation of Resources Without Limits or Throttling",
"lang": "en"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-02-26T03:07:48.855Z",
"orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"shortName": "Go"
},
"references": [
{
"url": "https://go.dev/cl/652135"
},
{
"url": "https://go.dev/issue/71931"
},
{
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"title": "Potential denial of service in golang.org/x/crypto"
}
},
"cveMetadata": {
"assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"assignerShortName": "Go",
"cveId": "CVE-2025-22869",
"datePublished": "2025-02-26T03:07:48.855Z",
"dateReserved": "2025-01-08T19:11:42.834Z",
"dateUpdated": "2025-04-11T22:03:24.222Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2025-22869",
"date": "2026-06-27",
"epss": "0.00868",
"percentile": "0.54167"
},
"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\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://security.netapp.com/advisory/ntap-20250411-0010/\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-04-11T22:03:24.222Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-22869\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-02-26T14:57:07.968721Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-770\", \"description\": \"CWE-770 Allocation of Resources Without Limits or Throttling\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-02-26T14:57:39.044Z\"}}], \"cna\": {\"title\": \"Potential denial of service in golang.org/x/crypto\", \"credits\": [{\"lang\": \"en\", \"value\": \"Yuichi Watanabe\"}], \"affected\": [{\"vendor\": \"golang.org/x/crypto\", \"product\": \"golang.org/x/crypto/ssh\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"0.35.0\", \"versionType\": \"semver\"}], \"packageName\": \"golang.org/x/crypto/ssh\", \"collectionURL\": \"https://pkg.go.dev\", \"defaultStatus\": \"unaffected\", \"programRoutines\": [{\"name\": \"newHandshakeTransport\"}, {\"name\": \"handshakeTransport.recordWriteError\"}, {\"name\": \"handshakeTransport.kexLoop\"}, {\"name\": \"handshakeTransport.writePacket\"}, {\"name\": \"Client.Dial\"}, {\"name\": \"Client.DialContext\"}, {\"name\": \"Client.DialTCP\"}, {\"name\": \"Client.Listen\"}, {\"name\": \"Client.ListenTCP\"}, {\"name\": \"Client.ListenUnix\"}, {\"name\": \"Client.NewSession\"}, {\"name\": \"Dial\"}, {\"name\": \"DiscardRequests\"}, {\"name\": \"NewClient\"}, {\"name\": \"NewClientConn\"}, {\"name\": \"NewServerConn\"}, {\"name\": \"Request.Reply\"}, {\"name\": \"Session.Close\"}, {\"name\": \"Session.CombinedOutput\"}, {\"name\": \"Session.Output\"}, {\"name\": \"Session.RequestPty\"}, {\"name\": \"Session.RequestSubsystem\"}, {\"name\": \"Session.Run\"}, {\"name\": \"Session.SendRequest\"}, {\"name\": \"Session.Setenv\"}, {\"name\": \"Session.Shell\"}, {\"name\": \"Session.Signal\"}, {\"name\": \"Session.Start\"}, {\"name\": \"Session.WindowChange\"}, {\"name\": \"channel.Accept\"}, {\"name\": \"channel.Close\"}, {\"name\": \"channel.CloseWrite\"}, {\"name\": \"channel.Read\"}, {\"name\": \"channel.ReadExtended\"}, {\"name\": \"channel.Reject\"}, {\"name\": \"channel.SendRequest\"}, {\"name\": \"channel.Write\"}, {\"name\": \"channel.WriteExtended\"}, {\"name\": \"connection.SendAuthBanner\"}, {\"name\": \"curve25519sha256.Client\"}, {\"name\": \"curve25519sha256.Server\"}, {\"name\": \"dhGEXSHA.Client\"}, {\"name\": \"dhGEXSHA.Server\"}, {\"name\": \"dhGroup.Client\"}, {\"name\": \"dhGroup.Server\"}, {\"name\": \"ecdh.Client\"}, {\"name\": \"ecdh.Server\"}, {\"name\": \"extChannel.Read\"}, {\"name\": \"extChannel.Write\"}, {\"name\": \"mux.OpenChannel\"}, {\"name\": \"mux.SendRequest\"}, {\"name\": \"sessionStdin.Close\"}, {\"name\": \"sshClientKeyboardInteractive.Challenge\"}, {\"name\": \"tcpListener.Accept\"}, {\"name\": \"tcpListener.Close\"}, {\"name\": \"unixListener.Accept\"}, {\"name\": \"unixListener.Close\"}]}], \"references\": [{\"url\": \"https://go.dev/cl/652135\"}, {\"url\": \"https://go.dev/issue/71931\"}, {\"url\": \"https://pkg.go.dev/vuln/GO-2025-3487\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"description\": \"CWE-770: Allocation of Resources Without Limits or Throttling\"}]}], \"providerMetadata\": {\"orgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"shortName\": \"Go\", \"dateUpdated\": \"2025-02-26T03:07:48.855Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-22869\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-04-11T22:03:24.222Z\", \"dateReserved\": \"2025-01-08T19:11:42.834Z\", \"assignerOrgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"datePublished\": \"2025-02-26T03:07:48.855Z\", \"assignerShortName\": \"Go\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
SUSE-SU-2026:22133-1
Vulnerability from csaf_suse - Published: 2026-06-12 08:44 - Updated: 2026-06-12 08:44Summary
Security update for google-guest-agent
Severity
Important
Notes
Title of the patch: Security update for google-guest-agent
Description of the patch: This update for google-guest-agent fixes the following issues:
Update to version 20260430.00:
* Update dependencies and go version to 1.26.2 (#607)
(bsc#1265762, CVE-2026-33814)
* Bump github.com/go-jose/go-jose/v4 from 4.1.3 to 4.1.4 (#604)
(bsc#1260264, CVE-2026-33186)
* Backport oslogin changes for sles16 to legacy agent (#603)
* Bump go.opentelemetry.io/otel/sdk from 1.37.0 to 1.40.0 (#596)
* Bump google.golang.org/grpc from 1.75.0 to 1.79.3 (#602)
* Actually finally fix the RPM spec (#601)
* Correct guest telemetry build target (#600)
* Add packaging for new telemetry extension (#599)
* Implement new scheduled job for routes monitor (#598)
* Add packaging changes for locally bundled extensions feature support (#593)
* Ensure the uninstall script handles GCE metadata endpoint unavailability. (#591)
* Disable certificates when security keys are enabled (#588)
* Move sourcing of per-user configs to the end of sshd_config, fixing 2FA logins. (#590)
* Source the contents of /var/google-users.d config files. (#586)
* Force remove core plugin configuration for windows (#587)
* network: force address manager to always consolidate the OS state (#585)
* Bump golang.org/x/crypto from 0.41.0 to 0.45.0 (#583)
(bsc#1239334, CVE-2025-22869, bsc#1253889, CVE-2025-58181)
* Don't delete the authorized_keys file when an empty key list
is passed to updateAuthorizedKeysFile (#582)
* Add Tyler, Saswat, Hank to OWNERS (#577)
* Honor core plugin setting on windows package update (#576)
* Restart agent if core plugin is disabled (#575)
* Add extra debug logging around toggling OS Login (#572)
* Update go version to 1.25 (#565)
* Add compat adapt script to windows in agent sysprep (#569)
* Fix adapt to use more portable shebang line (#567)
* Remove routes script from packaging (#566)
* Update adapt script to run on startup/shutdown both (#561)
* Update agent_uninstall.ps1 (#558)
* Stop core plugin before removing agent package (#554)
* Startup scripts should start after agent manager instead (#553)
* Update presets and install dependencies on systemd units (#552)
* Ensure agent service is disabled (#551)
* Disable legacy agent to enable core plugin (#550)
* Final fix for RHEL packaging for routes setup (#549)
* Fix RHEL packaging for routes scripts (#548)
* Packaging changes to include routes script installation (#542)
* Update CLI name in packaging (#543)
* systemd should manage only the main process (#544)
- from version 20260424.00
* Bring topic-stable up to latest point. (#606)
* Bring stable branch up to 822ad49fd52b4d29869604af836a33cb22a667ba (#592)
* fix start mode for windows on stable release (#584)
* Update agent_uninstall.ps1 (#558) (#580)
* Update go version for stable branch to 1.25 (#571)
* Add adapt script in stable branch as per #569 (#570)
* Backport fix from #567 to stable branch (#568)
* Revert compat behavior and call known binary directly (#560)
* Revert compat behavior and call known binary directly (#559)
* Build rollforward package to re-enable original agent and disable core plugin (#557)
- from version 20260423.01
* Update THIRD_PARTY_LICENSES to be package specific location. (#608)
- from version 20260423.00
* Update dependencies and go version to 1.26.2 (#607)
* Bump github.com/go-jose/go-jose/v4 from 4.1.3 to 4.1.4 (#604)
* Backport oslogin changes for sles16 to legacy agent (#603)
* Bump go.opentelemetry.io/otel/sdk from 1.37.0 to 1.40.0 (#596)
* Bump google.golang.org/grpc from 1.75.0 to 1.79.3 (#602)
* Actually finally fix the RPM spec (#601)
* Correct guest telemetry build target (#600)
* Add packaging for new telemetry extension (#599)
* Implement new scheduled job for routes monitor (#598)
* Add packaging changes for locally bundled extensions feature support (#593)
* Ensure the uninstall script handles GCE metadata endpoint unavailability. (#591)
* Disable certificates when security keys are enabled (#588)
* Move sourcing of per-user configs to the end of sshd_config, fixing 2FA logins. (#590)
* Source the contents of /var/google-users.d config files. (#586)
* Force remove core plugin configuration for windows (#587)
* network: force address manager to always consolidate the OS state (#585)
* Bump golang.org/x/crypto from 0.41.0 to 0.45.0 (#583)
* Don't delete the authorized_keys file when an empty key
list is passed to updateAuthorizedKeysFile (#582)
* Add Tyler, Saswat, Hank to OWNERS (#577)
* Honor core plugin setting on windows package update (#576)
* Restart agent if core plugin is disabled (#575)
* Add extra debug logging around toggling OS Login (#572)
* Update go version to 1.25 (#565)
* Add compat adapt script to windows in agent sysprep (#569)
* Fix adapt to use more portable shebang line (#567)
* Remove routes script from packaging (#566)
* Update adapt script to run on startup/shutdown both (#561)
* Update agent_uninstall.ps1 (#558)
* Stop core plugin before removing agent package (#554)
* Startup scripts should start after agent manager instead (#553)
* Update presets and install dependencies on systemd units (#552)
* Ensure agent service is disabled (#551)
* Disable legacy agent to enable core plugin (#550)
* Final fix for RHEL packaging for routes setup (#549)
* Fix RHEL packaging for routes scripts (#548)
* Packaging changes to include routes script installation (#542)
* Update CLI name in packaging (#543)
* systemd should manage only the main process (#544)
- from version 20260422.01
* Bring topic-stable up to latest point. (#606)
* Bring stable branch up to 822ad49fd52b4d29869604af836a33cb22a667ba (#592)
* fix start mode for windows on stable release (#584)
* Update agent_uninstall.ps1 (#558) (#580)
* Update go version for stable branch to 1.25 (#571)
* Add adapt script in stable branch as per #569 (#570)
* Backport fix from #567 to stable branch (#568)
* Revert compat behavior and call known binary directly (#560)
* Revert compat behavior and call known binary directly (#559)
* Build rollforward package to re-enable original agent and disable core plugin (#557)
- from version 20260422.00
* Update dependencies and go version to 1.26.2 (#607)
* Bump github.com/go-jose/go-jose/v4 from 4.1.3 to 4.1.4 (#604)
* Backport oslogin changes for sles16 to legacy agent (#603)
* Bump go.opentelemetry.io/otel/sdk from 1.37.0 to 1.40.0 (#596)
* Bump google.golang.org/grpc from 1.75.0 to 1.79.3 (#602)
* Actually finally fix the RPM spec (#601)
* Correct guest telemetry build target (#600)
* Add packaging for new telemetry extension (#599)
* Implement new scheduled job for routes monitor (#598)
* Add packaging changes for locally bundled extensions feature support (#593)
* Ensure the uninstall script handles GCE metadata endpoint unavailability. (#591)
* Disable certificates when security keys are enabled (#588)
* Move sourcing of per-user configs to the end of sshd_config, fixing 2FA logins. (#590)
* Source the contents of /var/google-users.d config files. (#586)
* Force remove core plugin configuration for windows (#587)
* network: force address manager to always consolidate the OS state (#585)
* Bump golang.org/x/crypto from 0.41.0 to 0.45.0 (#583)
* Don't delete the authorized_keys file when an empty key
list is passed to updateAuthorizedKeysFile (#582)
* Add Tyler, Saswat, Hank to OWNERS (#577)
* Honor core plugin setting on windows package update (#576)
* Restart agent if core plugin is disabled (#575)
* Add extra debug logging around toggling OS Login (#572)
* Update go version to 1.25 (#565)
* Add compat adapt script to windows in agent sysprep (#569)
* Fix adapt to use more portable shebang line (#567)
* Remove routes script from packaging (#566)
* Update adapt script to run on startup/shutdown both (#561)
* Update agent_uninstall.ps1 (#558)
* Stop core plugin before removing agent package (#554)
* Startup scripts should start after agent manager instead (#553)
* Update presets and install dependencies on systemd units (#552)
* Ensure agent service is disabled (#551)
* Disable legacy agent to enable core plugin (#550)
* Final fix for RHEL packaging for routes setup (#549)
* Fix RHEL packaging for routes scripts (#548)
* Packaging changes to include routes script installation (#542)
* Update CLI name in packaging (#543)
* systemd should manage only the main process (#544)
- from version 20260421.00
* Bring topic-stable up to latest point. (#606)
* Bring stable branch up to 822ad49fd52b4d29869604af836a33cb22a667ba (#592)
* fix start mode for windows on stable release (#584)
* Update agent_uninstall.ps1 (#558) (#580)
* Update go version for stable branch to 1.25 (#571)
* Add adapt script in stable branch as per #569 (#570)
* Backport fix from #567 to stable branch (#568)
* Revert compat behavior and call known binary directly (#560)
* Revert compat behavior and call known binary directly (#559)
* Build rollforward package to re-enable original agent and disable core plugin (#557)
- from version 20260414.00
* Bump github.com/go-jose/go-jose/v4 from 4.1.3 to 4.1.4 (#604)
- Bump Go API version to 1.26
- CVE-2026-34986: Fixed crafted JWE input with a missing encrypted
key can lead to a denial of service (bsc#1262926)
- Update to version 20260402.00: (bsc#1257010)
* Backport oslogin changes for sles16 to legacy agent (#603)
* Bump go.opentelemetry.io/otel/sdk from 1.37.0 to 1.40.0 (#596)
* Bump google.golang.org/grpc from 1.75.0 to 1.79.3 (#602)
* Actually finally fix the RPM spec (#601)
* Correct guest telemetry build target (#600)
* Add packaging for new telemetry extension (#599)
* Implement new scheduled job for routes monitor (#598)
* Add packaging changes for locally bundled extensions feature support (#593)
* Ensure the uninstall script handles GCE metadata endpoint unavailability. (#591)
* Disable certificates when security keys are enabled (#588)
* Move sourcing of per-user configs to the end of sshd_config, fixing 2FA logins. (#590)
- Update to version 20260108.00
* Source the contents of /var/google-users.d config files. (#586)
- Update to version 20251223.00
* Force remove core plugin configuration for windows (#587)
* network: force address manager to always consolidate the OS state (#585)
* Bump golang.org/x/crypto from 0.41.0 to 0.45.0 (#583)
* Don't delete the authorized_keys file when an empty key list
is passed to updateAuthorizedKeysFile (#582)
* Add Tyler, Saswat, Hank to OWNERS (#577)
* Honor core plugin setting on windows package update (#576)
* Restart agent if core plugin is disabled (#575)
* Add extra debug logging around toggling OS Login (#572)
* Update go version to 1.25 (#565)
* Add compat adapt script to windows in agent sysprep (#569)
* Fix adapt to use more portable shebang line (#567)
* Remove routes script from packaging (#566)
* Update adapt script to run on startup/shutdown both (#561)
* Update agent_uninstall.ps1 (#558)
* Stop core plugin before removing agent package (#554)
* Startup scripts should start after agent manager instead (#553)
* Update presets and install dependencies on systemd units (#552)
* Ensure agent service is disabled (#551)
* Disable legacy agent to enable core plugin (#550)
* Final fix for RHEL packaging for routes setup (#549)
* Fix RHEL packaging for routes scripts (#548)
* Packaging changes to include routes script installation (#542)
* Update CLI name in packaging (#543)
* systemd should manage only the main process (#544)
- from version 20251218.01
* fix start mode for windows on stable release (#584)
* Update agent_uninstall.ps1 (#558) (#580)
* Update go version for stable branch to 1.25 (#571)
* Add adapt script in stable branch as per #569 (#570)
* Backport fix from #567 to stable branch (#568)
* Revert compat behavior and call known binary directly (#560)
* Revert compat behavior and call known binary directly (#559)
* Build rollforward package to re-enable original agent and disable core plugin (#557)
- from version 20251218.00
* Force remove core plugin configuration for windows (#587)
* network: force address manager to always consolidate the OS state (#585)
* Bump golang.org/x/crypto from 0.41.0 to 0.45.0 (#583)
* Don't delete the authorized_keys file when an empty key list
is passed to updateAuthorizedKeysFile (#582)
* Add Tyler, Saswat, Hank to OWNERS (#577)
* Honor core plugin setting on windows package update (#576)
* Restart agent if core plugin is disabled (#575)
* Add extra debug logging around toggling OS Login (#572)
* Update go version to 1.25 (#565)
* Add compat adapt script to windows in agent sysprep (#569)
* Fix adapt to use more portable shebang line (#567)
* Remove routes script from packaging (#566)
* Update adapt script to run on startup/shutdown both (#561)
* Update agent_uninstall.ps1 (#558)
* Stop core plugin before removing agent package (#554)
* Startup scripts should start after agent manager instead (#553)
* Update presets and install dependencies on systemd units (#552)
* Ensure agent service is disabled (#551)
* Disable legacy agent to enable core plugin (#550)
* Final fix for RHEL packaging for routes setup (#549)
* Fix RHEL packaging for routes scripts (#548)
* Packaging changes to include routes script installation (#542)
* Update CLI name in packaging (#543)
* systemd should manage only the main process (#544)
- from version 20251216.00
* fix start mode for windows on stable release (#584)
* Update agent_uninstall.ps1 (#558) (#580)
* Update go version for stable branch to 1.25 (#571)
* Add adapt script in stable branch as per #569 (#570)
* Backport fix from #567 to stable branch (#568)
* Revert compat behavior and call known binary directly (#560)
* Revert compat behavior and call known binary directly (#559)
* Build rollforward package to re-enable original agent and disable core plugin (#557)
- from version 20251215.00
* Force remove core plugin configuration for windows (#587)
* network: force address manager to always consolidate the OS state (#585)
* Bump golang.org/x/crypto from 0.41.0 to 0.45.0 (#583)
* Don't delete the authorized_keys file when an empty key list
is passed to updateAuthorizedKeysFile (#582)
* Add Tyler, Saswat, Hank to OWNERS (#577)
* Honor core plugin setting on windows package update (#576)
* Restart agent if core plugin is disabled (#575)
* Add extra debug logging around toggling OS Login (#572)
* Update go version to 1.25 (#565)
* Add compat adapt script to windows in agent sysprep (#569)
* Fix adapt to use more portable shebang line (#567)
* Remove routes script from packaging (#566)
* Update adapt script to run on startup/shutdown both (#561)
* Update agent_uninstall.ps1 (#558)
* Stop core plugin before removing agent package (#554)
* Startup scripts should start after agent manager instead (#553)
* Update presets and install dependencies on systemd units (#552)
* Ensure agent service is disabled (#551)
* Disable legacy agent to enable core plugin (#550)
* Final fix for RHEL packaging for routes setup (#549)
* Fix RHEL packaging for routes scripts (#548)
* Packaging changes to include routes script installation (#542)
* Update CLI name in packaging (#543)
* systemd should manage only the main process (#544)
- from version 20251210.00
* fix start mode for windows on stable release (#584)
* Update agent_uninstall.ps1 (#558) (#580)
* Update go version for stable branch to 1.25 (#571)
* Add adapt script in stable branch as per #569 (#570)
* Backport fix from #567 to stable branch (#568)
* Revert compat behavior and call known binary directly (#560)
* Revert compat behavior and call known binary directly (#559)
* Build rollforward package to re-enable original agent and disable core plugin (#557)
- from version 20251209.00
* Force remove core plugin configuration for windows (#587)
- Update to version 20251208.00
* network: force address manager to always consolidate the OS state (#585)
* Bump golang.org/x/crypto from 0.41.0 to 0.45.0 (#583)
* Don't delete the authorized_keys file when an empty key list is passed
to updateAuthorizedKeysFile (#582)
* Add Tyler, Saswat, Hank to OWNERS (#577)
* Honor core plugin setting on windows package update (#576)
* Restart agent if core plugin is disabled (#575)
* Add extra debug logging around toggling OS Login (#572)
* Update go version to 1.25 (#565)
* Add compat adapt script to windows in agent sysprep (#569)
* Fix adapt to use more portable shebang line (#567)
* Remove routes script from packaging (#566)
* Update adapt script to run on startup/shutdown both (#561)
* Update agent_uninstall.ps1 (#558)
* Stop core plugin before removing agent package (#554)
* Startup scripts should start after agent manager instead (#553)
* Update presets and install dependencies on systemd units (#552)
* Ensure agent service is disabled (#551)
* Disable legacy agent to enable core plugin (#550)
* Final fix for RHEL packaging for routes setup (#549)
* Fix RHEL packaging for routes scripts (#548)
* Packaging changes to include routes script installation (#542)
* Update CLI name in packaging (#543)
* systemd should manage only the main process (#544)
- from version 20251206.00
* fix start mode for windows on stable release (#584)
* Update agent_uninstall.ps1 (#558) (#580)
* Update go version for stable branch to 1.25 (#571)
* Add adapt script in stable branch as per #569 (#570)
* Backport fix from #567 to stable branch (#568)
* Revert compat behavior and call known binary directly (#560)
* Revert compat behavior and call known binary directly (#559)
* Build rollforward package to re-enable original agent and disable core plugin (#557)
- from version 20251205.00
* network: force address manager to always consolidate the OS state (#585)
* Bump golang.org/x/crypto from 0.41.0 to 0.45.0 (#583)
* Don't delete the authorized_keys file when an empty key list
is passed to updateAuthorizedKeysFile (#582)
* Add Tyler, Saswat, Hank to OWNERS (#577)
* Honor core plugin setting on windows package update (#576)
* Restart agent if core plugin is disabled (#575)
* Add extra debug logging around toggling OS Login (#572)
* Update go version to 1.25 (#565)
* Add compat adapt script to windows in agent sysprep (#569)
* Fix adapt to use more portable shebang line (#567)
* Remove routes script from packaging (#566)
* Update adapt script to run on startup/shutdown both (#561)
* Update agent_uninstall.ps1 (#558)
* Stop core plugin before removing agent package (#554)
* Startup scripts should start after agent manager instead (#553)
* Update presets and install dependencies on systemd units (#552)
* Ensure agent service is disabled (#551)
* Disable legacy agent to enable core plugin (#550)
* Final fix for RHEL packaging for routes setup (#549)
* Fix RHEL packaging for routes scripts (#548)
* Packaging changes to include routes script installation (#542)
* Update CLI name in packaging (#543)
* systemd should manage only the main process (#544)
- Update to version 20251120.01
* fix start mode for windows on stable release (#584)
* Update agent_uninstall.ps1 (#558) (#580)
* Update go version for stable branch to 1.25 (#571)
* Add adapt script in stable branch as per #569 (#570)
* Backport fix from #567 to stable branch (#568)
* Revert compat behavior and call known binary directly (#560)
* Revert compat behavior and call known binary directly (#559)
* Build rollforward package to re-enable original agent and disable core plugin (#557)
- from version 20251120.00
* Don't delete the authorized_keys file when an empty key list
is passed to updateAuthorizedKeysFile (#582)
* Add Tyler, Saswat, Hank to OWNERS (#577)
* Honor core plugin setting on windows package update (#576)
* Restart agent if core plugin is disabled (#575)
* Add extra debug logging around toggling OS Login (#572)
* Update go version to 1.25 (#565)
* Add compat adapt script to windows in agent sysprep (#569)
* Fix adapt to use more portable shebang line (#567)
* Remove routes script from packaging (#566)
* Update adapt script to run on startup/shutdown both (#561)
* Update agent_uninstall.ps1 (#558)
* Stop core plugin before removing agent package (#554)
* Startup scripts should start after agent manager instead (#553)
* Update presets and install dependencies on systemd units (#552)
* Ensure agent service is disabled (#551)
* Disable legacy agent to enable core plugin (#550)
* Final fix for RHEL packaging for routes setup (#549)
* Fix RHEL packaging for routes scripts (#548)
* Packaging changes to include routes script installation (#542)
* Update CLI name in packaging (#543)
* systemd should manage only the main process (#544)
- from version 20251117.00
* Update agent_uninstall.ps1 (#558) (#580)
* Update go version for stable branch to 1.25 (#571)
* Add adapt script in stable branch as per #569 (#570)
* Backport fix from #567 to stable branch (#568)
* Revert compat behavior and call known binary directly (#560)
* Revert compat behavior and call known binary directly (#559)
* Build rollforward package to re-enable original agent and disable core plugin (#557)
- from version 20251115.00
* Don't delete the authorized_keys file when an empty key list is
passed to updateAuthorizedKeysFile (#582)
* Add Tyler, Saswat, Hank to OWNERS (#577)
* Honor core plugin setting on windows package update (#576)
* Restart agent if core plugin is disabled (#575)
* Add extra debug logging around toggling OS Login (#572)
* Update go version to 1.25 (#565)
* Add compat adapt script to windows in agent sysprep (#569)
* Fix adapt to use more portable shebang line (#567)
* Remove routes script from packaging (#566)
* Update adapt script to run on startup/shutdown both (#561)
* Update agent_uninstall.ps1 (#558)
* Stop core plugin before removing agent package (#554)
* Startup scripts should start after agent manager instead (#553)
* Update presets and install dependencies on systemd units (#552)
* Ensure agent service is disabled (#551)
* Disable legacy agent to enable core plugin (#550)
* Final fix for RHEL packaging for routes setup (#549)
* Fix RHEL packaging for routes scripts (#548)
* Packaging changes to include routes script installation (#542)
* Update CLI name in packaging (#543)
* systemd should manage only the main process (#544)
- from version 20251108.00
* Update agent_uninstall.ps1 (#558) (#580)
* Update go version for stable branch to 1.25 (#571)
* Add adapt script in stable branch as per #569 (#570)
* Backport fix from #567 to stable branch (#568)
* Revert compat behavior and call known binary directly (#560)
* Revert compat behavior and call known binary directly (#559)
* Build rollforward package to re-enable original agent and disable core plugin (#557)
- from version 20251107.01
* Don't delete the authorized_keys file when an empty key list is
passed to updateAuthorizedKeysFile (#582)
* Add Tyler, Saswat, Hank to OWNERS (#577)
* Honor core plugin setting on windows package update (#576)
* Restart agent if core plugin is disabled (#575)
* Add extra debug logging around toggling OS Login (#572)
* Update go version to 1.25 (#565)
* Add compat adapt script to windows in agent sysprep (#569)
* Fix adapt to use more portable shebang line (#567)
* Remove routes script from packaging (#566)
* Update adapt script to run on startup/shutdown both (#561)
* Update agent_uninstall.ps1 (#558)
* Stop core plugin before removing agent package (#554)
* Startup scripts should start after agent manager instead (#553)
* Update presets and install dependencies on systemd units (#552)
* Ensure agent service is disabled (#551)
* Disable legacy agent to enable core plugin (#550)
* Final fix for RHEL packaging for routes setup (#549)
* Fix RHEL packaging for routes scripts (#548)
* Packaging changes to include routes script installation (#542)
* Update CLI name in packaging (#543)
* systemd should manage only the main process (#544)
- from version 20251031.00
* Update agent_uninstall.ps1 (#558) (#580)
* Update go version for stable branch to 1.25 (#571)
* Add adapt script in stable branch as per #569 (#570)
* Backport fix from #567 to stable branch (#568)
* Revert compat behavior and call known binary directly (#560)
* Revert compat behavior and call known binary directly (#559)
* Build rollforward package to re-enable original agent and disable core plugin (#557)
- from version 20251030.02
* Add Tyler, Saswat, Hank to OWNERS (#577)
* Honor core plugin setting on windows package update (#576)
* Restart agent if core plugin is disabled (#575)
* Add extra debug logging around toggling OS Login (#572)
* Update go version to 1.25 (#565)
* Add compat adapt script to windows in agent sysprep (#569)
* Fix adapt to use more portable shebang line (#567)
* Remove routes script from packaging (#566)
* Update adapt script to run on startup/shutdown both (#561)
* Update agent_uninstall.ps1 (#558)
* Stop core plugin before removing agent package (#554)
* Startup scripts should start after agent manager instead (#553)
* Update presets and install dependencies on systemd units (#552)
* Ensure agent service is disabled (#551)
* Disable legacy agent to enable core plugin (#550)
* Final fix for RHEL packaging for routes setup (#549)
* Fix RHEL packaging for routes scripts (#548)
* Packaging changes to include routes script installation (#542)
* Update CLI name in packaging (#543)
* systemd should manage only the main process (#544)
- from version 20251030.01
* Update agent_uninstall.ps1 (#558) (#580)
* Update go version for stable branch to 1.25 (#571)
* Add adapt script in stable branch as per #569 (#570)
* Backport fix from #567 to stable branch (#568)
* Revert compat behavior and call known binary directly (#560)
* Revert compat behavior and call known binary directly (#559)
* Build rollforward package to re-enable original agent and disable core plugin (#557)
- from version 20251030.00
* Add Tyler, Saswat, Hank to OWNERS (#577)
* Honor core plugin setting on windows package update (#576)
* Restart agent if core plugin is disabled (#575)
* Add extra debug logging around toggling OS Login (#572)
* Update go version to 1.25 (#565)
* Add compat adapt script to windows in agent sysprep (#569)
* Fix adapt to use more portable shebang line (#567)
* Remove routes script from packaging (#566)
* Update adapt script to run on startup/shutdown both (#561)
* Update agent_uninstall.ps1 (#558)
* Stop core plugin before removing agent package (#554)
* Startup scripts should start after agent manager instead (#553)
* Update presets and install dependencies on systemd units (#552)
* Ensure agent service is disabled (#551)
* Disable legacy agent to enable core plugin (#550)
* Final fix for RHEL packaging for routes setup (#549)
* Fix RHEL packaging for routes scripts (#548)
* Packaging changes to include routes script installation (#542)
* Update CLI name in packaging (#543)
* systemd should manage only the main process (#544)
- from version 20251011.00
* Update go version for stable branch to 1.25 (#571)
* Add adapt script in stable branch as per #569 (#570)
* Backport fix from #567 to stable branch (#568)
* Revert compat behavior and call known binary directly (#560)
* Revert compat behavior and call known binary directly (#559)
* Build rollforward package to re-enable original agent and disable core plugin (#557)
- from version 20251009.01
* Add Tyler, Saswat, Hank to OWNERS (#577)
* Honor core plugin setting on windows package update (#576)
* Restart agent if core plugin is disabled (#575)
* Add extra debug logging around toggling OS Login (#572)
* Update go version to 1.25 (#565)
* Add compat adapt script to windows in agent sysprep (#569)
* Fix adapt to use more portable shebang line (#567)
* Remove routes script from packaging (#566)
* Update adapt script to run on startup/shutdown both (#561)
* Update agent_uninstall.ps1 (#558)
* Stop core plugin before removing agent package (#554)
* Startup scripts should start after agent manager instead (#553)
* Update presets and install dependencies on systemd units (#552)
* Ensure agent service is disabled (#551)
* Disable legacy agent to enable core plugin (#550)
* Final fix for RHEL packaging for routes setup (#549)
* Fix RHEL packaging for routes scripts (#548)
* Packaging changes to include routes script installation (#542)
* Update CLI name in packaging (#543)
* systemd should manage only the main process (#544)
- from version 20251009.00
* Update go version for stable branch to 1.25 (#571)
* Add adapt script in stable branch as per #569 (#570)
* Backport fix from #567 to stable branch (#568)
* Revert compat behavior and call known binary directly (#560)
* Revert compat behavior and call known binary directly (#559)
* Build rollforward package to re-enable original agent and disable core plugin (#557)
- Update to version 20251007.00
* Add Tyler, Saswat, Hank to OWNERS (#577)
* Honor core plugin setting on windows package update (#576)
* Restart agent if core plugin is disabled (#575)
* Add extra debug logging around toggling OS Login (#572)
* Update go version to 1.25 (#565)
* Add compat adapt script to windows in agent sysprep (#569)
* Fix adapt to use more portable shebang line (#567)
* Remove routes script from packaging (#566)
* Update adapt script to run on startup/shutdown both (#561)
* Update agent_uninstall.ps1 (#558)
* Stop core plugin before removing agent package (#554)
* Startup scripts should start after agent manager instead (#553)
* Update presets and install dependencies on systemd units (#552)
* Ensure agent service is disabled (#551)
* Disable legacy agent to enable core plugin (#550)
* Final fix for RHEL packaging for routes setup (#549)
* Fix RHEL packaging for routes scripts (#548)
* Packaging changes to include routes script installation (#542)
* Update CLI name in packaging (#543)
* systemd should manage only the main process (#544)
- from version 20251006.01
* Update go version for stable branch to 1.25 (#571)
* Add adapt script in stable branch as per #569 (#570)
* Backport fix from #567 to stable branch (#568)
* Revert compat behavior and call known binary directly (#560)
* Revert compat behavior and call known binary directly (#559)
* Build rollforward package to re-enable original agent and
disable core plugin (#557)
- from version 20251006.00
* Honor core plugin setting on windows package update (#576)
* Restart agent if core plugin is disabled (#575)
* Add extra debug logging around toggling OS Login (#572)
* Update go version to 1.25 (#565)
* Add compat adapt script to windows in agent sysprep (#569)
* Fix adapt to use more portable shebang line (#567)
* Remove routes script from packaging (#566)
* Update adapt script to run on startup/shutdown both (#561)
* Update agent_uninstall.ps1 (#558)
* Stop core plugin before removing agent package (#554)
* Startup scripts should start after agent manager instead (#553)
* Update presets and install dependencies on systemd units (#552)
* Ensure agent service is disabled (#551)
* Disable legacy agent to enable core plugin (#550)
* Final fix for RHEL packaging for routes setup (#549)
* Fix RHEL packaging for routes scripts (#548)
* Packaging changes to include routes script installation (#542)
* Update CLI name in packaging (#543)
* systemd should manage only the main process (#544)
- from version 20251005.00
* Update go version for stable branch to 1.25 (#571)
* Add adapt script in stable branch as per #569 (#570)
* Backport fix from #567 to stable branch (#568)
* Revert compat behavior and call known binary directly (#560)
* Revert compat behavior and call known binary directly (#559)
* Build rollforward package to re-enable original agent and
disable core plugin (#557)
- from version 20250930.01
* Honor core plugin setting on windows package update (#576)
- from version 20250929.01
* Restart agent if core plugin is disabled (#575)
* Add extra debug logging around toggling OS Login (#572)
* Update go version to 1.25 (#565)
* Add compat adapt script to windows in agent sysprep (#569)
* Fix adapt to use more portable shebang line (#567)
* Remove routes script from packaging (#566)
* Update adapt script to run on startup/shutdown both (#561)
* Update agent_uninstall.ps1 (#558)
* Stop core plugin before removing agent package (#554)
* Startup scripts should start after agent manager instead (#553)
* Update presets and install dependencies on systemd units (#552)
* Ensure agent service is disabled (#551)
* Disable legacy agent to enable core plugin (#550)
* Final fix for RHEL packaging for routes setup (#549)
* Fix RHEL packaging for routes scripts (#548)
* Packaging changes to include routes script installation (#542)
* Update CLI name in packaging (#543)
* systemd should manage only the main process (#544)
- from version 20250929.00
* Update go version for stable branch to 1.25 (#571)
* Add adapt script in stable branch as per #569 (#570)
* Backport fix from #567 to stable branch (#568)
* Revert compat behavior and call known binary directly (#560)
* Revert compat behavior and call known binary directly (#559)
* Build rollforward package to re-enable original agent and
disable core plugin (#557)
- from version 20250926.00
* Add extra debug logging around toggling OS Login (#572)
* Update go version to 1.25 (#565)
* Add compat adapt script to windows in agent sysprep (#569)
* Fix adapt to use more portable shebang line (#567)
* Remove routes script from packaging (#566)
* Update adapt script to run on startup/shutdown both (#561)
* Update agent_uninstall.ps1 (#558)
* Stop core plugin before removing agent package (#554)
* Startup scripts should start after agent manager instead (#553)
* Update presets and install dependencies on systemd units (#552)
* Ensure agent service is disabled (#551)
* Disable legacy agent to enable core plugin (#550)
* Final fix for RHEL packaging for routes setup (#549)
* Fix RHEL packaging for routes scripts (#548)
* Packaging changes to include routes script installation (#542)
* Update CLI name in packaging (#543)
* systemd should manage only the main process (#544)
- from version 20250924.02
* Update go version for stable branch to 1.25 (#571)
* Add adapt script in stable branch as per #569 (#570)
* Backport fix from #567 to stable branch (#568)
* Revert compat behavior and call known binary directly (#560)
* Revert compat behavior and call known binary directly (#559)
* Build rollforward package to re-enable original agent and
disable core plugin (#557)
- from version 20250924.01
* Add extra debug logging around toggling OS Login (#572)
* Update go version to 1.25 (#565)
* Add compat adapt script to windows in agent sysprep (#569)
* Fix adapt to use more portable shebang line (#567)
* Remove routes script from packaging (#566)
* Update adapt script to run on startup/shutdown both (#561)
* Update agent_uninstall.ps1 (#558)
* Stop core plugin before removing agent package (#554)
* Startup scripts should start after agent manager instead (#553)
* Update presets and install dependencies on systemd units (#552)
* Ensure agent service is disabled (#551)
* Disable legacy agent to enable core plugin (#550)
* Final fix for RHEL packaging for routes setup (#549)
* Fix RHEL packaging for routes scripts (#548)
* Packaging changes to include routes script installation (#542)
* Update CLI name in packaging (#543)
* systemd should manage only the main process (#544)
- from version 20250924.00
* Update go version for stable branch to 1.25 (#571)
* Add adapt script in stable branch as per #569 (#570)
* Backport fix from #567 to stable branch (#568)
* Revert compat behavior and call known binary directly (#560)
* Revert compat behavior and call known binary directly (#559)
* Build rollforward package to re-enable original agent and
disable core plugin (#557)
- Update to version 20250923.01
* Add extra debug logging around toggling OS Login (#572)
* Update go version to 1.25 (#565)
* Add compat adapt script to windows in agent sysprep (#569)
* Fix adapt to use more portable shebang line (#567)
* Remove routes script from packaging (#566)
* Update adapt script to run on startup/shutdown both (#561)
* Update agent_uninstall.ps1 (#558)
* Stop core plugin before removing agent package (#554)
* Startup scripts should start after agent manager instead (#553)
* Update presets and install dependencies on systemd units (#552)
* Ensure agent service is disabled (#551)
* Disable legacy agent to enable core plugin (#550)
* Final fix for RHEL packaging for routes setup (#549)
* Fix RHEL packaging for routes scripts (#548)
* Packaging changes to include routes script installation (#542)
* Update CLI name in packaging (#543)
* systemd should manage only the main process (#544)
- from version 20250923.00
* Update go version for stable branch to 1.25 (#571)
* Add adapt script in stable branch as per #569 (#570)
* Backport fix from #567 to stable branch (#568)
* Revert compat behavior and call known binary directly (#560)
* Revert compat behavior and call known binary directly (#559)
* Build rollforward package to re-enable original agent and disable core plugin (#557)
- from version 20250921.00
* Add extra debug logging around toggling OS Login (#572)
- from version 20250920.01
* Update go version to 1.25 (#565)
* Add compat adapt script to windows in agent sysprep (#569)
* Fix adapt to use more portable shebang line (#567)
* Remove routes script from packaging (#566)
* Update adapt script to run on startup/shutdown both (#561)
* Update agent_uninstall.ps1 (#558)
* Stop core plugin before removing agent package (#554)
* Startup scripts should start after agent manager instead (#553)
* Update presets and install dependencies on systemd units (#552)
* Ensure agent service is disabled (#551)
* Disable legacy agent to enable core plugin (#550)
* Final fix for RHEL packaging for routes setup (#549)
* Fix RHEL packaging for routes scripts (#548)
* Packaging changes to include routes script installation (#542)
* Update CLI name in packaging (#543)
* systemd should manage only the main process (#544)
- from version 20250920.00
* Update go version for stable branch to 1.25 (#571)
* Add adapt script in stable branch as per #569 (#570)
* Backport fix from #567 to stable branch (#568)
* Revert compat behavior and call known binary directly (#560)
* Revert compat behavior and call known binary directly (#559)
* Build rollforward package to re-enable original agent and disable core plugin (#557)
- from version 20250918.01
* Update go version to 1.25 (#565)
* Add compat adapt script to windows in agent sysprep (#569)
* Fix adapt to use more portable shebang line (#567)
* Remove routes script from packaging (#566)
* Update adapt script to run on startup/shutdown both (#561)
* Update agent_uninstall.ps1 (#558)
* Stop core plugin before removing agent package (#554)
* Startup scripts should start after agent manager instead (#553)
* Update presets and install dependencies on systemd units (#552)
* Ensure agent service is disabled (#551)
* Disable legacy agent to enable core plugin (#550)
* Final fix for RHEL packaging for routes setup (#549)
* Fix RHEL packaging for routes scripts (#548)
* Packaging changes to include routes script installation (#542)
* Update CLI name in packaging (#543)
* systemd should manage only the main process (#544)
- from version 20250917.01
* Update go version for stable branch to 1.25 (#571)
* Add adapt script in stable branch as per #569 (#570)
* Backport fix from #567 to stable branch (#568)
* Revert compat behavior and call known binary directly (#560)
* Revert compat behavior and call known binary directly (#559)
* Build rollforward package to re-enable original agent and disable core plugin (#557)
- from version 20250917.00
* Update go version to 1.25 (#565)
* Add compat adapt script to windows in agent sysprep (#569)
* Fix adapt to use more portable shebang line (#567)
* Remove routes script from packaging (#566)
* Update adapt script to run on startup/shutdown both (#561)
* Update agent_uninstall.ps1 (#558)
* Stop core plugin before removing agent package (#554)
* Startup scripts should start after agent manager instead (#553)
* Update presets and install dependencies on systemd units (#552)
* Ensure agent service is disabled (#551)
* Disable legacy agent to enable core plugin (#550)
* Final fix for RHEL packaging for routes setup (#549)
* Fix RHEL packaging for routes scripts (#548)
* Packaging changes to include routes script installation (#542)
* Update CLI name in packaging (#543)
* systemd should manage only the main process (#544)
- from version 20250916.00
* Update go version for stable branch to 1.25 (#571)
* Add adapt script in stable branch as per #569 (#570)
* Backport fix from #567 to stable branch (#568)
* Revert compat behavior and call known binary directly (#560)
* Revert compat behavior and call known binary directly (#559)
* Build rollforward package to re-enable original agent and disable core plugin (#557)
- from version 20250915.00
* Update go version to 1.25 (#565)
* Add compat adapt script to windows in agent sysprep (#569)
* Fix adapt to use more portable shebang line (#567)
* Remove routes script from packaging (#566)
* Update adapt script to run on startup/shutdown both (#561)
* Update agent_uninstall.ps1 (#558)
* Stop core plugin before removing agent package (#554)
* Startup scripts should start after agent manager instead (#553)
* Update presets and install dependencies on systemd units (#552)
* Ensure agent service is disabled (#551)
* Disable legacy agent to enable core plugin (#550)
* Final fix for RHEL packaging for routes setup (#549)
* Fix RHEL packaging for routes scripts (#548)
* Packaging changes to include routes script installation (#542)
* Update CLI name in packaging (#543)
* systemd should manage only the main process (#544)
- Disable missing daemon google_guest_agent_manager referenced by google-startup-scripts.service
- Update to version 20250908.00
* Update go version for stable branch to 1.25 (#571)
* Add adapt script in stable branch as per #569 (#570)
* Backport fix from #567 to stable branch (#568)
* Revert compat behavior and call known binary directly (#560)
* Revert compat behavior and call known binary directly (#559)
* Build rollforward package to re-enable original agent and
disable core plugin (#557)
- from version 20250907.00
* Update go version to 1.25 (#565)
* Add compat adapt script to windows in agent sysprep (#569)
* Fix adapt to use more portable shebang line (#567)
* Remove routes script from packaging (#566)
* Update adapt script to run on startup/shutdown both (#561)
* Update agent_uninstall.ps1 (#558)
* Stop core plugin before removing agent package (#554)
* Startup scripts should start after agent manager instead (#553)
* Update presets and install dependencies on systemd units (#552)
* Ensure agent service is disabled (#551)
* Disable legacy agent to enable core plugin (#550)
* Final fix for RHEL packaging for routes setup (#549)
* Fix RHEL packaging for routes scripts (#548)
* Packaging changes to include routes script installation (#542)
* Update CLI name in packaging (#543)
* systemd should manage only the main process (#544)
- from version 20250905.01
* Update go version for stable branch to 1.25 (#571)
* Add adapt script in stable branch as per #569 (#570)
* Backport fix from #567 to stable branch (#568)
* Revert compat behavior and call known binary directly (#560)
* Revert compat behavior and call known binary directly (#559)
* Build rollforward package to re-enable original agent and
disable core plugin (#557)
- from version 20250905.00
* Update go version to 1.25 (#565)
* Add compat adapt script to windows in agent sysprep (#569)
* Fix adapt to use more portable shebang line (#567)
* Remove routes script from packaging (#566)
* Update adapt script to run on startup/shutdown both (#561)
* Update agent_uninstall.ps1 (#558)
* Stop core plugin before removing agent package (#554)
* Startup scripts should start after agent manager instead (#553)
* Update presets and install dependencies on systemd units (#552)
* Ensure agent service is disabled (#551)
* Disable legacy agent to enable core plugin (#550)
* Final fix for RHEL packaging for routes setup (#549)
* Fix RHEL packaging for routes scripts (#548)
* Packaging changes to include routes script installation (#542)
* Update CLI name in packaging (#543)
* systemd should manage only the main process (#544)
- from version 20250902.00
* Update go version for stable branch to 1.25 (#571)
* Add adapt script in stable branch as per #569 (#570)
* Backport fix from #567 to stable branch (#568)
* Revert compat behavior and call known binary directly (#560)
* Revert compat behavior and call known binary directly (#559)
* Build rollforward package to re-enable original agent and
disable core plugin (#557)
- Build and install new gce_workload_cert_refresh binary
- Fix installation source of google_metadata_script_runner_adapt script
- Install new systemd service file
* gce-workload-cert-refresh.service
- Update to version 20250901.00
* Update go version to 1.25 (#565)
* Add compat adapt script to windows in agent sysprep (#569)
* Fix adapt to use more portable shebang line (#567)
* Remove routes script from packaging (#566)
* Update adapt script to run on startup/shutdown both (#561)
* Update agent_uninstall.ps1 (#558)
* Stop core plugin before removing agent package (#554)
* Startup scripts should start after agent manager instead (#553)
* Update presets and install dependencies on systemd units (#552)
* Ensure agent service is disabled (#551)
* Disable legacy agent to enable core plugin (#550)
* Final fix for RHEL packaging for routes setup (#549)
* Fix RHEL packaging for routes scripts (#548)
* Packaging changes to include routes script installation (#542)
* Update CLI name in packaging (#543)
* systemd should manage only the main process (#544)
- from version 20250831.03
* Update go version for stable branch to 1.25 (#571)
* Add adapt script in stable branch as per #569 (#570)
* Backport fix from #567 to stable branch (#568)
* Revert compat behavior and call known binary directly (#560)
* Revert compat behavior and call known binary directly (#559)
* Build rollforward package to re-enable original agent and
disable core plugin (#557)
- from version 20250831.02
* Update go version to 1.25 (#565)
* Add compat adapt script to windows in agent sysprep (#569)
* Fix adapt to use more portable shebang line (#567)
* Remove routes script from packaging (#566)
* Update adapt script to run on startup/shutdown both (#561)
* Update agent_uninstall.ps1 (#558)
* Stop core plugin before removing agent package (#554)
* Startup scripts should start after agent manager instead (#553)
* Update presets and install dependencies on systemd units (#552)
* Ensure agent service is disabled (#551)
* Disable legacy agent to enable core plugin (#550)
* Final fix for RHEL packaging for routes setup (#549)
* Fix RHEL packaging for routes scripts (#548)
* Packaging changes to include routes script installation (#542)
* Update CLI name in packaging (#543)
* systemd should manage only the main process (#544)
- from version 20250831.01
* Update go version for stable branch to 1.25 (#571)
* Add adapt script in stable branch as per #569 (#570)
* Backport fix from #567 to stable branch (#568)
* Revert compat behavior and call known binary directly (#560)
* Revert compat behavior and call known binary directly (#559)
* Build rollforward package to re-enable original agent
and disable core plugin (#557)
- from version 20250831.00
* Update go version to 1.25 (#565)
* Add compat adapt script to windows in agent sysprep (#569)
* Fix adapt to use more portable shebang line (#567)
* Remove routes script from packaging (#566)
* Update adapt script to run on startup/shutdown both (#561)
* Update agent_uninstall.ps1 (#558)
* Stop core plugin before removing agent package (#554)
* Startup scripts should start after agent manager instead (#553)
* Update presets and install dependencies on systemd units (#552)
* Ensure agent service is disabled (#551)
* Disable legacy agent to enable core plugin (#550)
* Final fix for RHEL packaging for routes setup (#549)
* Fix RHEL packaging for routes scripts (#548)
* Packaging changes to include routes script installation (#542)
* Update CLI name in packaging (#543)
* systemd should manage only the main process (#544)
- from version 20250830.02
* Update go version for stable branch to 1.25 (#571)
* Add adapt script in stable branch as per #569 (#570)
* Backport fix from #567 to stable branch (#568)
* Revert compat behavior and call known binary directly (#560)
* Revert compat behavior and call known binary directly (#559)
* Build rollforward package to re-enable original agent
and disable core plugin (#557)
- from version 20250830.01
* Update go version to 1.25 (#565)
- from version 20250830.00
* Add compat adapt script to windows in agent sysprep (#569)
* Fix adapt to use more portable shebang line (#567)
* Remove routes script from packaging (#566)
* Update adapt script to run on startup/shutdown both (#561)
* Update agent_uninstall.ps1 (#558)
* Stop core plugin before removing agent package (#554)
* Startup scripts should start after agent manager instead (#553)
* Update presets and install dependencies on systemd units (#552)
* Ensure agent service is disabled (#551)
* Disable legacy agent to enable core plugin (#550)
* Final fix for RHEL packaging for routes setup (#549)
* Fix RHEL packaging for routes scripts (#548)
* Packaging changes to include routes script installation (#542)
* Update CLI name in packaging (#543)
* systemd should manage only the main process (#544)
- from version 20250828.00
* Add adapt script in stable branch as per #569 (#570)
* Backport fix from #567 to stable branch (#568)
- from version 20250826.00
* Revert compat behavior and call known binary directly (#560)
* Revert compat behavior and call known binary directly (#559)
* Build rollforward package to re-enable original agent and
disable core plugin (#557)
- from version 20250821.01
* Remove routes script from packaging (#566)
- Update Go API version to 1.25
- Update to version 20250718.00
* Update adapt script to run on startup/shutdown both (#561)
* Update agent_uninstall.ps1 (#558)
* Stop core plugin before removing agent package (#554)
* Startup scripts should start after agent manager instead (#553)
* Update presets and install dependencies on systemd units (#552)
* Ensure agent service is disabled (#551)
* Disable legacy agent to enable core plugin (#550)
* Final fix for RHEL packaging for routes setup (#549)
* Fix RHEL packaging for routes scripts (#548)
* Packaging changes to include routes script installation (#542)
* Update CLI name in packaging (#543)
* systemd should manage only the main process (#544)
- Update to version 20250709.02
* Revert compat behavior and call known binary directly (#560)
* Revert compat behavior and call known binary directly (#559)
* Build rollforward package to re-enable original agent and disable core plugin (#557)
- from version 20250709.01
* Update adapt script to run on startup/shutdown both (#561)
* Update agent_uninstall.ps1 (#558)
* Stop core plugin before removing agent package (#554)
* Startup scripts should start after agent manager instead (#553)
* Update presets and install dependencies on systemd units (#552)
* Ensure agent service is disabled (#551)
* Disable legacy agent to enable core plugin (#550)
* Final fix for RHEL packaging for routes setup (#549)
* Fix RHEL packaging for routes scripts (#548)
* Packaging changes to include routes script installation (#542)
* Update CLI name in packaging (#543)
* systemd should manage only the main process (#544)
- from version 20250709.00
* Revert compat behavior and call known binary directly (#560)
* Revert compat behavior and call known binary directly (#559)
* Build rollforward package to re-enable original agent and disable core plugin (#557)
- from version 20250702.00
* Update adapt script to run on startup/shutdown both (#561)
- from version 20250701.01
* Update agent_uninstall.ps1 (#558)
- from version 20250701.00
* Stop core plugin before removing agent package (#554)
- from version 20250628.00
* Startup scripts should start after agent manager instead (#553)
* Update presets and install dependencies on systemd units (#552)
* Ensure agent service is disabled (#551)
- from version 20250626.00
* Disable legacy agent to enable core plugin (#550)
* Final fix for RHEL packaging for routes setup (#549)
* Fix RHEL packaging for routes scripts (#548)
* Packaging changes to include routes script installation (#542)
* Update CLI name in packaging (#543)
* systemd should manage only the main process (#544)
* startup script: wrap compatibility decision into its own scripts (#538)
* Reapply "oslogin: Correctly handle newlines at the end of modified files (#520)" (#523) (#540)
- from version 20250625.00
* prepare stable release.
- Install google_metadata_script_runner_adapt script (bsc#1245759)
- Update to version 20250624.00
* Final fix for RHEL packaging for routes setup (#549)
* Fix RHEL packaging for routes scripts (#548)
* Packaging changes to include routes script installation (#542)
* Update CLI name in packaging (#543)
* systemd should manage only the main process (#544)
* startup script: wrap compatibility decision into its own scripts (#538)
* Reapply "oslogin: Correctly handle newlines at the end of modified
files (#520)" (#523) (#540)
- from version 20250611.01
* prepare stable release.
- from version 20250611.00
* startup script: wrap compatibility decision into its own scripts (#538)
* Reapply "oslogin: Correctly handle newlines at the end of modified
files (#520)" (#523) (#540)
- from version 20250609.00
* prepare stable release.
- from version 20250605.00
* startup script: wrap compatibility decision into its own scripts (#538)
* Reapply "oslogin: Correctly handle newlines at the end of modified
files (#520)" (#523) (#540)
* Make sure agent added connections are activated by NM (#534)
* wrap NSS cache refresh in a goroutine (#533)
* Wicked: Only reload interfaces for which configurations are
written or changed. (#524)
* Add AuthorizedKeysCompat to windows packaging (#530)
* Remove error messages from gce_workload_cert_refresh and metadata
script runner (#527)
* Update guest-logging-go dependency (#526)
* Add 'created-by' metadata, and pass it as option to logging library (#508)
* Revert "oslogin: Correctly handle newlines at the end of
modified files (#520)" (#523)
* Re-enable disabled services if the core plugin was enabled (#522)
* Enable guest services on package upgrade (#519)
* oslogin: Correctly handle newlines at the end of modified files (#520)
* Fix core plugin path (#518)
* Fix package build issues (#517)
* Fix dependencies ran go mod tidy -v (#515)
* Fix debian build path (#514)
* Bundle compat metadata script runner binary in package (#513)
* Bump golang.org/x/net from 0.27.0 to 0.36.0 (#512)
* Update startup/shutdown services to launch compat manager (#503)
* Bundle new gce metadata script runner binary in agent package (#502)
* Revert "Revert bundling new binaries in the package (#509)" (#511)
- Update to version 20250604.00
* Preparing stable build.
- from version 20250602.00
* Make sure agent added connections are activated by NM (#534)
* wrap NSS cache refresh in a goroutine (#533)
* Wicked: Only reload interfaces for which configurations are written or changed. (#524)
* Add AuthorizedKeysCompat to windows packaging (#530)
* Remove error messages from gce_workload_cert_refresh and metadata script runner (#527)
* Update guest-logging-go dependency (#526)
* Add 'created-by' metadata, and pass it as option to logging library (#508)
* Revert "oslogin: Correctly handle newlines at the end of modified files (#520)" (#523)
* Re-enable disabled services if the core plugin was enabled (#522)
* Enable guest services on package upgrade (#519)
* oslogin: Correctly handle newlines at the end of modified files (#520)
* Fix core plugin path (#518)
* Fix package build issues (#517)
* Fix dependencies ran go mod tidy -v (#515)
* Fix debian build path (#514)
* Bundle compat metadata script runner binary in package (#513)
* Bump golang.org/x/net from 0.27.0 to 0.36.0 (#512)
* Update startup/shutdown services to launch compat manager (#503)
* Bundle new gce metadata script runner binary in agent package (#502)
* Revert "Revert bundling new binaries in the package (#509)" (#511)
- from version 20250521.00
* Preparing stable build.
- from version 20250515.00
* Make sure agent added connections are activated by NM (#534)
* wrap NSS cache refresh in a goroutine (#533)
* Wicked: Only reload interfaces for which configurations are written or changed. (#524)
* Add AuthorizedKeysCompat to windows packaging (#530)
* Remove error messages from gce_workload_cert_refresh and metadata script runner (#527)
* Update guest-logging-go dependency (#526)
* Add 'created-by' metadata, and pass it as option to logging library (#508)
* Revert "oslogin: Correctly handle newlines at the end of modified files (#520)" (#523)
* Re-enable disabled services if the core plugin was enabled (#522)
* Enable guest services on package upgrade (#519)
* oslogin: Correctly handle newlines at the end of modified files (#520)
* Fix core plugin path (#518)
* Fix package build issues (#517)
* Fix dependencies ran go mod tidy -v (#515)
* Fix debian build path (#514)
* Bundle compat metadata script runner binary in package (#513)
* Bump golang.org/x/net from 0.27.0 to 0.36.0 (#512)
* Update startup/shutdown services to launch compat manager (#503)
* Bundle new gce metadata script runner binary in agent package (#502)
* Revert "Revert bundling new binaries in the package (#509)" (#511)
- Update to version 20250508.00
* Preparing stable build.
- from version 20250506.01 (bsc#1243254, bsc#1243505)
Patchnames: SUSE-SLE-Micro-6.1-577
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.5 (High)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
5.3 (Medium)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
8.1 (High)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
34 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for google-guest-agent",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for google-guest-agent fixes the following issues:\n\nUpdate to version 20260430.00:\n\n * Update dependencies and go version to 1.26.2 (#607)\n (bsc#1265762, CVE-2026-33814)\n * Bump github.com/go-jose/go-jose/v4 from 4.1.3 to 4.1.4 (#604)\n (bsc#1260264, CVE-2026-33186)\n * Backport oslogin changes for sles16 to legacy agent (#603)\n * Bump go.opentelemetry.io/otel/sdk from 1.37.0 to 1.40.0 (#596)\n * Bump google.golang.org/grpc from 1.75.0 to 1.79.3 (#602)\n * Actually finally fix the RPM spec (#601)\n * Correct guest telemetry build target (#600)\n * Add packaging for new telemetry extension (#599)\n * Implement new scheduled job for routes monitor (#598)\n * Add packaging changes for locally bundled extensions feature support (#593)\n * Ensure the uninstall script handles GCE metadata endpoint unavailability. (#591)\n * Disable certificates when security keys are enabled (#588)\n * Move sourcing of per-user configs to the end of sshd_config, fixing 2FA logins. (#590)\n * Source the contents of /var/google-users.d config files. (#586)\n * Force remove core plugin configuration for windows (#587)\n * network: force address manager to always consolidate the OS state (#585)\n * Bump golang.org/x/crypto from 0.41.0 to 0.45.0 (#583)\n (bsc#1239334, CVE-2025-22869, bsc#1253889, CVE-2025-58181)\n * Don\u0027t delete the authorized_keys file when an empty key list\n is passed to updateAuthorizedKeysFile (#582)\n * Add Tyler, Saswat, Hank to OWNERS (#577)\n * Honor core plugin setting on windows package update (#576)\n * Restart agent if core plugin is disabled (#575)\n * Add extra debug logging around toggling OS Login (#572)\n * Update go version to 1.25 (#565)\n * Add compat adapt script to windows in agent sysprep (#569)\n * Fix adapt to use more portable shebang line (#567)\n * Remove routes script from packaging (#566)\n * Update adapt script to run on startup/shutdown both (#561)\n * Update agent_uninstall.ps1 (#558)\n * Stop core plugin before removing agent package (#554)\n * Startup scripts should start after agent manager instead (#553)\n * Update presets and install dependencies on systemd units (#552)\n * Ensure agent service is disabled (#551)\n * Disable legacy agent to enable core plugin (#550)\n * Final fix for RHEL packaging for routes setup (#549)\n * Fix RHEL packaging for routes scripts (#548)\n * Packaging changes to include routes script installation (#542)\n * Update CLI name in packaging (#543)\n * systemd should manage only the main process (#544)\n- from version 20260424.00\n * Bring topic-stable up to latest point. (#606)\n * Bring stable branch up to 822ad49fd52b4d29869604af836a33cb22a667ba (#592)\n * fix start mode for windows on stable release (#584)\n * Update agent_uninstall.ps1 (#558) (#580)\n * Update go version for stable branch to 1.25 (#571)\n * Add adapt script in stable branch as per #569 (#570)\n * Backport fix from #567 to stable branch (#568)\n * Revert compat behavior and call known binary directly (#560)\n * Revert compat behavior and call known binary directly (#559)\n * Build rollforward package to re-enable original agent and disable core plugin (#557)\n- from version 20260423.01\n * Update THIRD_PARTY_LICENSES to be package specific location. (#608)\n- from version 20260423.00\n * Update dependencies and go version to 1.26.2 (#607)\n * Bump github.com/go-jose/go-jose/v4 from 4.1.3 to 4.1.4 (#604)\n * Backport oslogin changes for sles16 to legacy agent (#603)\n * Bump go.opentelemetry.io/otel/sdk from 1.37.0 to 1.40.0 (#596)\n * Bump google.golang.org/grpc from 1.75.0 to 1.79.3 (#602)\n * Actually finally fix the RPM spec (#601)\n * Correct guest telemetry build target (#600)\n * Add packaging for new telemetry extension (#599)\n * Implement new scheduled job for routes monitor (#598)\n * Add packaging changes for locally bundled extensions feature support (#593)\n * Ensure the uninstall script handles GCE metadata endpoint unavailability. (#591)\n * Disable certificates when security keys are enabled (#588)\n * Move sourcing of per-user configs to the end of sshd_config, fixing 2FA logins. (#590)\n * Source the contents of /var/google-users.d config files. (#586)\n * Force remove core plugin configuration for windows (#587)\n * network: force address manager to always consolidate the OS state (#585)\n * Bump golang.org/x/crypto from 0.41.0 to 0.45.0 (#583)\n * Don\u0027t delete the authorized_keys file when an empty key\n list is passed to updateAuthorizedKeysFile (#582)\n * Add Tyler, Saswat, Hank to OWNERS (#577)\n * Honor core plugin setting on windows package update (#576)\n * Restart agent if core plugin is disabled (#575)\n * Add extra debug logging around toggling OS Login (#572)\n * Update go version to 1.25 (#565)\n * Add compat adapt script to windows in agent sysprep (#569)\n * Fix adapt to use more portable shebang line (#567)\n * Remove routes script from packaging (#566)\n * Update adapt script to run on startup/shutdown both (#561)\n * Update agent_uninstall.ps1 (#558)\n * Stop core plugin before removing agent package (#554)\n * Startup scripts should start after agent manager instead (#553)\n * Update presets and install dependencies on systemd units (#552)\n * Ensure agent service is disabled (#551)\n * Disable legacy agent to enable core plugin (#550)\n * Final fix for RHEL packaging for routes setup (#549)\n * Fix RHEL packaging for routes scripts (#548)\n * Packaging changes to include routes script installation (#542)\n * Update CLI name in packaging (#543)\n * systemd should manage only the main process (#544)\n- from version 20260422.01\n * Bring topic-stable up to latest point. (#606)\n * Bring stable branch up to 822ad49fd52b4d29869604af836a33cb22a667ba (#592)\n * fix start mode for windows on stable release (#584)\n * Update agent_uninstall.ps1 (#558) (#580)\n * Update go version for stable branch to 1.25 (#571)\n * Add adapt script in stable branch as per #569 (#570)\n * Backport fix from #567 to stable branch (#568)\n * Revert compat behavior and call known binary directly (#560)\n * Revert compat behavior and call known binary directly (#559)\n * Build rollforward package to re-enable original agent and disable core plugin (#557)\n- from version 20260422.00\n * Update dependencies and go version to 1.26.2 (#607)\n * Bump github.com/go-jose/go-jose/v4 from 4.1.3 to 4.1.4 (#604)\n * Backport oslogin changes for sles16 to legacy agent (#603)\n * Bump go.opentelemetry.io/otel/sdk from 1.37.0 to 1.40.0 (#596)\n * Bump google.golang.org/grpc from 1.75.0 to 1.79.3 (#602)\n * Actually finally fix the RPM spec (#601)\n * Correct guest telemetry build target (#600)\n * Add packaging for new telemetry extension (#599)\n * Implement new scheduled job for routes monitor (#598)\n * Add packaging changes for locally bundled extensions feature support (#593)\n * Ensure the uninstall script handles GCE metadata endpoint unavailability. (#591)\n * Disable certificates when security keys are enabled (#588)\n * Move sourcing of per-user configs to the end of sshd_config, fixing 2FA logins. (#590)\n * Source the contents of /var/google-users.d config files. (#586)\n * Force remove core plugin configuration for windows (#587)\n * network: force address manager to always consolidate the OS state (#585)\n * Bump golang.org/x/crypto from 0.41.0 to 0.45.0 (#583)\n * Don\u0027t delete the authorized_keys file when an empty key\n list is passed to updateAuthorizedKeysFile (#582)\n * Add Tyler, Saswat, Hank to OWNERS (#577)\n * Honor core plugin setting on windows package update (#576)\n * Restart agent if core plugin is disabled (#575)\n * Add extra debug logging around toggling OS Login (#572)\n * Update go version to 1.25 (#565)\n * Add compat adapt script to windows in agent sysprep (#569)\n * Fix adapt to use more portable shebang line (#567)\n * Remove routes script from packaging (#566)\n * Update adapt script to run on startup/shutdown both (#561)\n * Update agent_uninstall.ps1 (#558)\n * Stop core plugin before removing agent package (#554)\n * Startup scripts should start after agent manager instead (#553)\n * Update presets and install dependencies on systemd units (#552)\n * Ensure agent service is disabled (#551)\n * Disable legacy agent to enable core plugin (#550)\n * Final fix for RHEL packaging for routes setup (#549)\n * Fix RHEL packaging for routes scripts (#548)\n * Packaging changes to include routes script installation (#542)\n * Update CLI name in packaging (#543)\n * systemd should manage only the main process (#544)\n- from version 20260421.00\n * Bring topic-stable up to latest point. (#606)\n * Bring stable branch up to 822ad49fd52b4d29869604af836a33cb22a667ba (#592)\n * fix start mode for windows on stable release (#584)\n * Update agent_uninstall.ps1 (#558) (#580)\n * Update go version for stable branch to 1.25 (#571)\n * Add adapt script in stable branch as per #569 (#570)\n * Backport fix from #567 to stable branch (#568)\n * Revert compat behavior and call known binary directly (#560)\n * Revert compat behavior and call known binary directly (#559)\n * Build rollforward package to re-enable original agent and disable core plugin (#557)\n- from version 20260414.00\n * Bump github.com/go-jose/go-jose/v4 from 4.1.3 to 4.1.4 (#604)\n- Bump Go API version to 1.26\n\n- CVE-2026-34986: Fixed crafted JWE input with a missing encrypted\n key can lead to a denial of service (bsc#1262926)\n\n- Update to version 20260402.00: (bsc#1257010)\n\n * Backport oslogin changes for sles16 to legacy agent (#603)\n * Bump go.opentelemetry.io/otel/sdk from 1.37.0 to 1.40.0 (#596)\n * Bump google.golang.org/grpc from 1.75.0 to 1.79.3 (#602)\n * Actually finally fix the RPM spec (#601)\n * Correct guest telemetry build target (#600)\n * Add packaging for new telemetry extension (#599)\n * Implement new scheduled job for routes monitor (#598)\n * Add packaging changes for locally bundled extensions feature support (#593)\n * Ensure the uninstall script handles GCE metadata endpoint unavailability. (#591)\n * Disable certificates when security keys are enabled (#588)\n * Move sourcing of per-user configs to the end of sshd_config, fixing 2FA logins. (#590)\n\n- Update to version 20260108.00\n * Source the contents of /var/google-users.d config files. (#586)\n\n- Update to version 20251223.00\n * Force remove core plugin configuration for windows (#587)\n * network: force address manager to always consolidate the OS state (#585)\n * Bump golang.org/x/crypto from 0.41.0 to 0.45.0 (#583)\n * Don\u0027t delete the authorized_keys file when an empty key list\n is passed to updateAuthorizedKeysFile (#582)\n * Add Tyler, Saswat, Hank to OWNERS (#577)\n * Honor core plugin setting on windows package update (#576)\n * Restart agent if core plugin is disabled (#575)\n * Add extra debug logging around toggling OS Login (#572)\n * Update go version to 1.25 (#565)\n * Add compat adapt script to windows in agent sysprep (#569)\n * Fix adapt to use more portable shebang line (#567)\n * Remove routes script from packaging (#566)\n * Update adapt script to run on startup/shutdown both (#561)\n * Update agent_uninstall.ps1 (#558)\n * Stop core plugin before removing agent package (#554)\n * Startup scripts should start after agent manager instead (#553)\n * Update presets and install dependencies on systemd units (#552)\n * Ensure agent service is disabled (#551)\n * Disable legacy agent to enable core plugin (#550)\n * Final fix for RHEL packaging for routes setup (#549)\n * Fix RHEL packaging for routes scripts (#548)\n * Packaging changes to include routes script installation (#542)\n * Update CLI name in packaging (#543)\n * systemd should manage only the main process (#544)\n- from version 20251218.01\n * fix start mode for windows on stable release (#584)\n * Update agent_uninstall.ps1 (#558) (#580)\n * Update go version for stable branch to 1.25 (#571)\n * Add adapt script in stable branch as per #569 (#570)\n * Backport fix from #567 to stable branch (#568)\n * Revert compat behavior and call known binary directly (#560)\n * Revert compat behavior and call known binary directly (#559)\n * Build rollforward package to re-enable original agent and disable core plugin (#557)\n- from version 20251218.00\n * Force remove core plugin configuration for windows (#587)\n * network: force address manager to always consolidate the OS state (#585)\n * Bump golang.org/x/crypto from 0.41.0 to 0.45.0 (#583)\n * Don\u0027t delete the authorized_keys file when an empty key list\n is passed to updateAuthorizedKeysFile (#582)\n * Add Tyler, Saswat, Hank to OWNERS (#577)\n * Honor core plugin setting on windows package update (#576)\n * Restart agent if core plugin is disabled (#575)\n * Add extra debug logging around toggling OS Login (#572)\n * Update go version to 1.25 (#565)\n * Add compat adapt script to windows in agent sysprep (#569)\n * Fix adapt to use more portable shebang line (#567)\n * Remove routes script from packaging (#566)\n * Update adapt script to run on startup/shutdown both (#561)\n * Update agent_uninstall.ps1 (#558)\n * Stop core plugin before removing agent package (#554)\n * Startup scripts should start after agent manager instead (#553)\n * Update presets and install dependencies on systemd units (#552)\n * Ensure agent service is disabled (#551)\n * Disable legacy agent to enable core plugin (#550)\n * Final fix for RHEL packaging for routes setup (#549)\n * Fix RHEL packaging for routes scripts (#548)\n * Packaging changes to include routes script installation (#542)\n * Update CLI name in packaging (#543)\n * systemd should manage only the main process (#544)\n- from version 20251216.00\n * fix start mode for windows on stable release (#584)\n * Update agent_uninstall.ps1 (#558) (#580)\n * Update go version for stable branch to 1.25 (#571)\n * Add adapt script in stable branch as per #569 (#570)\n * Backport fix from #567 to stable branch (#568)\n * Revert compat behavior and call known binary directly (#560)\n * Revert compat behavior and call known binary directly (#559)\n * Build rollforward package to re-enable original agent and disable core plugin (#557)\n- from version 20251215.00\n * Force remove core plugin configuration for windows (#587)\n * network: force address manager to always consolidate the OS state (#585)\n * Bump golang.org/x/crypto from 0.41.0 to 0.45.0 (#583)\n * Don\u0027t delete the authorized_keys file when an empty key list\n is passed to updateAuthorizedKeysFile (#582)\n * Add Tyler, Saswat, Hank to OWNERS (#577)\n * Honor core plugin setting on windows package update (#576)\n * Restart agent if core plugin is disabled (#575)\n * Add extra debug logging around toggling OS Login (#572)\n * Update go version to 1.25 (#565)\n * Add compat adapt script to windows in agent sysprep (#569)\n * Fix adapt to use more portable shebang line (#567)\n * Remove routes script from packaging (#566)\n * Update adapt script to run on startup/shutdown both (#561)\n * Update agent_uninstall.ps1 (#558)\n * Stop core plugin before removing agent package (#554)\n * Startup scripts should start after agent manager instead (#553)\n * Update presets and install dependencies on systemd units (#552)\n * Ensure agent service is disabled (#551)\n * Disable legacy agent to enable core plugin (#550)\n * Final fix for RHEL packaging for routes setup (#549)\n * Fix RHEL packaging for routes scripts (#548)\n * Packaging changes to include routes script installation (#542)\n * Update CLI name in packaging (#543)\n * systemd should manage only the main process (#544)\n- from version 20251210.00\n * fix start mode for windows on stable release (#584)\n * Update agent_uninstall.ps1 (#558) (#580)\n * Update go version for stable branch to 1.25 (#571)\n * Add adapt script in stable branch as per #569 (#570)\n * Backport fix from #567 to stable branch (#568)\n * Revert compat behavior and call known binary directly (#560)\n * Revert compat behavior and call known binary directly (#559)\n * Build rollforward package to re-enable original agent and disable core plugin (#557)\n- from version 20251209.00\n * Force remove core plugin configuration for windows (#587)\n\n- Update to version 20251208.00\n * network: force address manager to always consolidate the OS state (#585)\n * Bump golang.org/x/crypto from 0.41.0 to 0.45.0 (#583)\n * Don\u0027t delete the authorized_keys file when an empty key list is passed\n to updateAuthorizedKeysFile (#582)\n * Add Tyler, Saswat, Hank to OWNERS (#577)\n * Honor core plugin setting on windows package update (#576)\n * Restart agent if core plugin is disabled (#575)\n * Add extra debug logging around toggling OS Login (#572)\n * Update go version to 1.25 (#565)\n * Add compat adapt script to windows in agent sysprep (#569)\n * Fix adapt to use more portable shebang line (#567)\n * Remove routes script from packaging (#566)\n * Update adapt script to run on startup/shutdown both (#561)\n * Update agent_uninstall.ps1 (#558)\n * Stop core plugin before removing agent package (#554)\n * Startup scripts should start after agent manager instead (#553)\n * Update presets and install dependencies on systemd units (#552)\n * Ensure agent service is disabled (#551)\n * Disable legacy agent to enable core plugin (#550)\n * Final fix for RHEL packaging for routes setup (#549)\n * Fix RHEL packaging for routes scripts (#548)\n * Packaging changes to include routes script installation (#542)\n * Update CLI name in packaging (#543)\n * systemd should manage only the main process (#544)\n- from version 20251206.00\n * fix start mode for windows on stable release (#584)\n * Update agent_uninstall.ps1 (#558) (#580)\n * Update go version for stable branch to 1.25 (#571)\n * Add adapt script in stable branch as per #569 (#570)\n * Backport fix from #567 to stable branch (#568)\n * Revert compat behavior and call known binary directly (#560)\n * Revert compat behavior and call known binary directly (#559)\n * Build rollforward package to re-enable original agent and disable core plugin (#557)\n- from version 20251205.00\n * network: force address manager to always consolidate the OS state (#585)\n * Bump golang.org/x/crypto from 0.41.0 to 0.45.0 (#583)\n * Don\u0027t delete the authorized_keys file when an empty key list\n is passed to updateAuthorizedKeysFile (#582)\n * Add Tyler, Saswat, Hank to OWNERS (#577)\n * Honor core plugin setting on windows package update (#576)\n * Restart agent if core plugin is disabled (#575)\n * Add extra debug logging around toggling OS Login (#572)\n * Update go version to 1.25 (#565)\n * Add compat adapt script to windows in agent sysprep (#569)\n * Fix adapt to use more portable shebang line (#567)\n * Remove routes script from packaging (#566)\n * Update adapt script to run on startup/shutdown both (#561)\n * Update agent_uninstall.ps1 (#558)\n * Stop core plugin before removing agent package (#554)\n * Startup scripts should start after agent manager instead (#553)\n * Update presets and install dependencies on systemd units (#552)\n * Ensure agent service is disabled (#551)\n * Disable legacy agent to enable core plugin (#550)\n * Final fix for RHEL packaging for routes setup (#549)\n * Fix RHEL packaging for routes scripts (#548)\n * Packaging changes to include routes script installation (#542)\n * Update CLI name in packaging (#543)\n * systemd should manage only the main process (#544)\n\n- Update to version 20251120.01\n * fix start mode for windows on stable release (#584)\n * Update agent_uninstall.ps1 (#558) (#580)\n * Update go version for stable branch to 1.25 (#571)\n * Add adapt script in stable branch as per #569 (#570)\n * Backport fix from #567 to stable branch (#568)\n * Revert compat behavior and call known binary directly (#560)\n * Revert compat behavior and call known binary directly (#559)\n * Build rollforward package to re-enable original agent and disable core plugin (#557)\n- from version 20251120.00\n * Don\u0027t delete the authorized_keys file when an empty key list\n is passed to updateAuthorizedKeysFile (#582)\n * Add Tyler, Saswat, Hank to OWNERS (#577)\n * Honor core plugin setting on windows package update (#576)\n * Restart agent if core plugin is disabled (#575)\n * Add extra debug logging around toggling OS Login (#572)\n * Update go version to 1.25 (#565)\n * Add compat adapt script to windows in agent sysprep (#569)\n * Fix adapt to use more portable shebang line (#567)\n * Remove routes script from packaging (#566)\n * Update adapt script to run on startup/shutdown both (#561)\n * Update agent_uninstall.ps1 (#558)\n * Stop core plugin before removing agent package (#554)\n * Startup scripts should start after agent manager instead (#553)\n * Update presets and install dependencies on systemd units (#552)\n * Ensure agent service is disabled (#551)\n * Disable legacy agent to enable core plugin (#550)\n * Final fix for RHEL packaging for routes setup (#549)\n * Fix RHEL packaging for routes scripts (#548)\n * Packaging changes to include routes script installation (#542)\n * Update CLI name in packaging (#543)\n * systemd should manage only the main process (#544)\n- from version 20251117.00\n * Update agent_uninstall.ps1 (#558) (#580)\n * Update go version for stable branch to 1.25 (#571)\n * Add adapt script in stable branch as per #569 (#570)\n * Backport fix from #567 to stable branch (#568)\n * Revert compat behavior and call known binary directly (#560)\n * Revert compat behavior and call known binary directly (#559)\n * Build rollforward package to re-enable original agent and disable core plugin (#557)\n- from version 20251115.00\n * Don\u0027t delete the authorized_keys file when an empty key list is\n passed to updateAuthorizedKeysFile (#582)\n * Add Tyler, Saswat, Hank to OWNERS (#577)\n * Honor core plugin setting on windows package update (#576)\n * Restart agent if core plugin is disabled (#575)\n * Add extra debug logging around toggling OS Login (#572)\n * Update go version to 1.25 (#565)\n * Add compat adapt script to windows in agent sysprep (#569)\n * Fix adapt to use more portable shebang line (#567)\n * Remove routes script from packaging (#566)\n * Update adapt script to run on startup/shutdown both (#561)\n * Update agent_uninstall.ps1 (#558)\n * Stop core plugin before removing agent package (#554)\n * Startup scripts should start after agent manager instead (#553)\n * Update presets and install dependencies on systemd units (#552)\n * Ensure agent service is disabled (#551)\n * Disable legacy agent to enable core plugin (#550)\n * Final fix for RHEL packaging for routes setup (#549)\n * Fix RHEL packaging for routes scripts (#548)\n * Packaging changes to include routes script installation (#542)\n * Update CLI name in packaging (#543)\n * systemd should manage only the main process (#544)\n- from version 20251108.00\n * Update agent_uninstall.ps1 (#558) (#580)\n * Update go version for stable branch to 1.25 (#571)\n * Add adapt script in stable branch as per #569 (#570)\n * Backport fix from #567 to stable branch (#568)\n * Revert compat behavior and call known binary directly (#560)\n * Revert compat behavior and call known binary directly (#559)\n * Build rollforward package to re-enable original agent and disable core plugin (#557)\n- from version 20251107.01\n * Don\u0027t delete the authorized_keys file when an empty key list is\n passed to updateAuthorizedKeysFile (#582)\n * Add Tyler, Saswat, Hank to OWNERS (#577)\n * Honor core plugin setting on windows package update (#576)\n * Restart agent if core plugin is disabled (#575)\n * Add extra debug logging around toggling OS Login (#572)\n * Update go version to 1.25 (#565)\n * Add compat adapt script to windows in agent sysprep (#569)\n * Fix adapt to use more portable shebang line (#567)\n * Remove routes script from packaging (#566)\n * Update adapt script to run on startup/shutdown both (#561)\n * Update agent_uninstall.ps1 (#558)\n * Stop core plugin before removing agent package (#554)\n * Startup scripts should start after agent manager instead (#553)\n * Update presets and install dependencies on systemd units (#552)\n * Ensure agent service is disabled (#551)\n * Disable legacy agent to enable core plugin (#550)\n * Final fix for RHEL packaging for routes setup (#549)\n * Fix RHEL packaging for routes scripts (#548)\n * Packaging changes to include routes script installation (#542)\n * Update CLI name in packaging (#543)\n * systemd should manage only the main process (#544)\n- from version 20251031.00\n * Update agent_uninstall.ps1 (#558) (#580)\n * Update go version for stable branch to 1.25 (#571)\n * Add adapt script in stable branch as per #569 (#570)\n * Backport fix from #567 to stable branch (#568)\n * Revert compat behavior and call known binary directly (#560)\n * Revert compat behavior and call known binary directly (#559)\n * Build rollforward package to re-enable original agent and disable core plugin (#557)\n- from version 20251030.02\n * Add Tyler, Saswat, Hank to OWNERS (#577)\n * Honor core plugin setting on windows package update (#576)\n * Restart agent if core plugin is disabled (#575)\n * Add extra debug logging around toggling OS Login (#572)\n * Update go version to 1.25 (#565)\n * Add compat adapt script to windows in agent sysprep (#569)\n * Fix adapt to use more portable shebang line (#567)\n * Remove routes script from packaging (#566)\n * Update adapt script to run on startup/shutdown both (#561)\n * Update agent_uninstall.ps1 (#558)\n * Stop core plugin before removing agent package (#554)\n * Startup scripts should start after agent manager instead (#553)\n * Update presets and install dependencies on systemd units (#552)\n * Ensure agent service is disabled (#551)\n * Disable legacy agent to enable core plugin (#550)\n * Final fix for RHEL packaging for routes setup (#549)\n * Fix RHEL packaging for routes scripts (#548)\n * Packaging changes to include routes script installation (#542)\n * Update CLI name in packaging (#543)\n * systemd should manage only the main process (#544)\n- from version 20251030.01\n * Update agent_uninstall.ps1 (#558) (#580)\n * Update go version for stable branch to 1.25 (#571)\n * Add adapt script in stable branch as per #569 (#570)\n * Backport fix from #567 to stable branch (#568)\n * Revert compat behavior and call known binary directly (#560)\n * Revert compat behavior and call known binary directly (#559)\n * Build rollforward package to re-enable original agent and disable core plugin (#557)\n- from version 20251030.00\n * Add Tyler, Saswat, Hank to OWNERS (#577)\n * Honor core plugin setting on windows package update (#576)\n * Restart agent if core plugin is disabled (#575)\n * Add extra debug logging around toggling OS Login (#572)\n * Update go version to 1.25 (#565)\n * Add compat adapt script to windows in agent sysprep (#569)\n * Fix adapt to use more portable shebang line (#567)\n * Remove routes script from packaging (#566)\n * Update adapt script to run on startup/shutdown both (#561)\n * Update agent_uninstall.ps1 (#558)\n * Stop core plugin before removing agent package (#554)\n * Startup scripts should start after agent manager instead (#553)\n * Update presets and install dependencies on systemd units (#552)\n * Ensure agent service is disabled (#551)\n * Disable legacy agent to enable core plugin (#550)\n * Final fix for RHEL packaging for routes setup (#549)\n * Fix RHEL packaging for routes scripts (#548)\n * Packaging changes to include routes script installation (#542)\n * Update CLI name in packaging (#543)\n * systemd should manage only the main process (#544)\n- from version 20251011.00\n * Update go version for stable branch to 1.25 (#571)\n * Add adapt script in stable branch as per #569 (#570)\n * Backport fix from #567 to stable branch (#568)\n * Revert compat behavior and call known binary directly (#560)\n * Revert compat behavior and call known binary directly (#559)\n * Build rollforward package to re-enable original agent and disable core plugin (#557)\n- from version 20251009.01\n * Add Tyler, Saswat, Hank to OWNERS (#577)\n * Honor core plugin setting on windows package update (#576)\n * Restart agent if core plugin is disabled (#575)\n * Add extra debug logging around toggling OS Login (#572)\n * Update go version to 1.25 (#565)\n * Add compat adapt script to windows in agent sysprep (#569)\n * Fix adapt to use more portable shebang line (#567)\n * Remove routes script from packaging (#566)\n * Update adapt script to run on startup/shutdown both (#561)\n * Update agent_uninstall.ps1 (#558)\n * Stop core plugin before removing agent package (#554)\n * Startup scripts should start after agent manager instead (#553)\n * Update presets and install dependencies on systemd units (#552)\n * Ensure agent service is disabled (#551)\n * Disable legacy agent to enable core plugin (#550)\n * Final fix for RHEL packaging for routes setup (#549)\n * Fix RHEL packaging for routes scripts (#548)\n * Packaging changes to include routes script installation (#542)\n * Update CLI name in packaging (#543)\n * systemd should manage only the main process (#544)\n- from version 20251009.00\n * Update go version for stable branch to 1.25 (#571)\n * Add adapt script in stable branch as per #569 (#570)\n * Backport fix from #567 to stable branch (#568)\n * Revert compat behavior and call known binary directly (#560)\n * Revert compat behavior and call known binary directly (#559)\n * Build rollforward package to re-enable original agent and disable core plugin (#557)\n\n- Update to version 20251007.00\n * Add Tyler, Saswat, Hank to OWNERS (#577)\n * Honor core plugin setting on windows package update (#576)\n * Restart agent if core plugin is disabled (#575)\n * Add extra debug logging around toggling OS Login (#572)\n * Update go version to 1.25 (#565)\n * Add compat adapt script to windows in agent sysprep (#569)\n * Fix adapt to use more portable shebang line (#567)\n * Remove routes script from packaging (#566)\n * Update adapt script to run on startup/shutdown both (#561)\n * Update agent_uninstall.ps1 (#558)\n * Stop core plugin before removing agent package (#554)\n * Startup scripts should start after agent manager instead (#553)\n * Update presets and install dependencies on systemd units (#552)\n * Ensure agent service is disabled (#551)\n * Disable legacy agent to enable core plugin (#550)\n * Final fix for RHEL packaging for routes setup (#549)\n * Fix RHEL packaging for routes scripts (#548)\n * Packaging changes to include routes script installation (#542)\n * Update CLI name in packaging (#543)\n * systemd should manage only the main process (#544)\n- from version 20251006.01\n * Update go version for stable branch to 1.25 (#571)\n * Add adapt script in stable branch as per #569 (#570)\n * Backport fix from #567 to stable branch (#568)\n * Revert compat behavior and call known binary directly (#560)\n * Revert compat behavior and call known binary directly (#559)\n * Build rollforward package to re-enable original agent and\n disable core plugin (#557)\n- from version 20251006.00\n * Honor core plugin setting on windows package update (#576)\n * Restart agent if core plugin is disabled (#575)\n * Add extra debug logging around toggling OS Login (#572)\n * Update go version to 1.25 (#565)\n * Add compat adapt script to windows in agent sysprep (#569)\n * Fix adapt to use more portable shebang line (#567)\n * Remove routes script from packaging (#566)\n * Update adapt script to run on startup/shutdown both (#561)\n * Update agent_uninstall.ps1 (#558)\n * Stop core plugin before removing agent package (#554)\n * Startup scripts should start after agent manager instead (#553)\n * Update presets and install dependencies on systemd units (#552)\n * Ensure agent service is disabled (#551)\n * Disable legacy agent to enable core plugin (#550)\n * Final fix for RHEL packaging for routes setup (#549)\n * Fix RHEL packaging for routes scripts (#548)\n * Packaging changes to include routes script installation (#542)\n * Update CLI name in packaging (#543)\n * systemd should manage only the main process (#544)\n- from version 20251005.00\n * Update go version for stable branch to 1.25 (#571)\n * Add adapt script in stable branch as per #569 (#570)\n * Backport fix from #567 to stable branch (#568)\n * Revert compat behavior and call known binary directly (#560)\n * Revert compat behavior and call known binary directly (#559)\n * Build rollforward package to re-enable original agent and\n disable core plugin (#557)\n- from version 20250930.01\n * Honor core plugin setting on windows package update (#576)\n- from version 20250929.01\n * Restart agent if core plugin is disabled (#575)\n * Add extra debug logging around toggling OS Login (#572)\n * Update go version to 1.25 (#565)\n * Add compat adapt script to windows in agent sysprep (#569)\n * Fix adapt to use more portable shebang line (#567)\n * Remove routes script from packaging (#566)\n * Update adapt script to run on startup/shutdown both (#561)\n * Update agent_uninstall.ps1 (#558)\n * Stop core plugin before removing agent package (#554)\n * Startup scripts should start after agent manager instead (#553)\n * Update presets and install dependencies on systemd units (#552)\n * Ensure agent service is disabled (#551)\n * Disable legacy agent to enable core plugin (#550)\n * Final fix for RHEL packaging for routes setup (#549)\n * Fix RHEL packaging for routes scripts (#548)\n * Packaging changes to include routes script installation (#542)\n * Update CLI name in packaging (#543)\n * systemd should manage only the main process (#544)\n- from version 20250929.00\n * Update go version for stable branch to 1.25 (#571)\n * Add adapt script in stable branch as per #569 (#570)\n * Backport fix from #567 to stable branch (#568)\n * Revert compat behavior and call known binary directly (#560)\n * Revert compat behavior and call known binary directly (#559)\n * Build rollforward package to re-enable original agent and\n disable core plugin (#557)\n- from version 20250926.00\n * Add extra debug logging around toggling OS Login (#572)\n * Update go version to 1.25 (#565)\n * Add compat adapt script to windows in agent sysprep (#569)\n * Fix adapt to use more portable shebang line (#567)\n * Remove routes script from packaging (#566)\n * Update adapt script to run on startup/shutdown both (#561)\n * Update agent_uninstall.ps1 (#558)\n * Stop core plugin before removing agent package (#554)\n * Startup scripts should start after agent manager instead (#553)\n * Update presets and install dependencies on systemd units (#552)\n * Ensure agent service is disabled (#551)\n * Disable legacy agent to enable core plugin (#550)\n * Final fix for RHEL packaging for routes setup (#549)\n * Fix RHEL packaging for routes scripts (#548)\n * Packaging changes to include routes script installation (#542)\n * Update CLI name in packaging (#543)\n * systemd should manage only the main process (#544)\n- from version 20250924.02\n * Update go version for stable branch to 1.25 (#571)\n * Add adapt script in stable branch as per #569 (#570)\n * Backport fix from #567 to stable branch (#568)\n * Revert compat behavior and call known binary directly (#560)\n * Revert compat behavior and call known binary directly (#559)\n * Build rollforward package to re-enable original agent and\n disable core plugin (#557)\n- from version 20250924.01\n * Add extra debug logging around toggling OS Login (#572)\n * Update go version to 1.25 (#565)\n * Add compat adapt script to windows in agent sysprep (#569)\n * Fix adapt to use more portable shebang line (#567)\n * Remove routes script from packaging (#566)\n * Update adapt script to run on startup/shutdown both (#561)\n * Update agent_uninstall.ps1 (#558)\n * Stop core plugin before removing agent package (#554)\n * Startup scripts should start after agent manager instead (#553)\n * Update presets and install dependencies on systemd units (#552)\n * Ensure agent service is disabled (#551)\n * Disable legacy agent to enable core plugin (#550)\n * Final fix for RHEL packaging for routes setup (#549)\n * Fix RHEL packaging for routes scripts (#548)\n * Packaging changes to include routes script installation (#542)\n * Update CLI name in packaging (#543)\n * systemd should manage only the main process (#544)\n- from version 20250924.00\n * Update go version for stable branch to 1.25 (#571)\n * Add adapt script in stable branch as per #569 (#570)\n * Backport fix from #567 to stable branch (#568)\n * Revert compat behavior and call known binary directly (#560)\n * Revert compat behavior and call known binary directly (#559)\n * Build rollforward package to re-enable original agent and\n disable core plugin (#557)\n\n- Update to version 20250923.01\n * Add extra debug logging around toggling OS Login (#572)\n * Update go version to 1.25 (#565)\n * Add compat adapt script to windows in agent sysprep (#569)\n * Fix adapt to use more portable shebang line (#567)\n * Remove routes script from packaging (#566)\n * Update adapt script to run on startup/shutdown both (#561)\n * Update agent_uninstall.ps1 (#558)\n * Stop core plugin before removing agent package (#554)\n * Startup scripts should start after agent manager instead (#553)\n * Update presets and install dependencies on systemd units (#552)\n * Ensure agent service is disabled (#551)\n * Disable legacy agent to enable core plugin (#550)\n * Final fix for RHEL packaging for routes setup (#549)\n * Fix RHEL packaging for routes scripts (#548)\n * Packaging changes to include routes script installation (#542)\n * Update CLI name in packaging (#543)\n * systemd should manage only the main process (#544)\n- from version 20250923.00\n * Update go version for stable branch to 1.25 (#571)\n * Add adapt script in stable branch as per #569 (#570)\n * Backport fix from #567 to stable branch (#568)\n * Revert compat behavior and call known binary directly (#560)\n * Revert compat behavior and call known binary directly (#559)\n * Build rollforward package to re-enable original agent and disable core plugin (#557)\n- from version 20250921.00\n * Add extra debug logging around toggling OS Login (#572)\n- from version 20250920.01\n * Update go version to 1.25 (#565)\n * Add compat adapt script to windows in agent sysprep (#569)\n * Fix adapt to use more portable shebang line (#567)\n * Remove routes script from packaging (#566)\n * Update adapt script to run on startup/shutdown both (#561)\n * Update agent_uninstall.ps1 (#558)\n * Stop core plugin before removing agent package (#554)\n * Startup scripts should start after agent manager instead (#553)\n * Update presets and install dependencies on systemd units (#552)\n * Ensure agent service is disabled (#551)\n * Disable legacy agent to enable core plugin (#550)\n * Final fix for RHEL packaging for routes setup (#549)\n * Fix RHEL packaging for routes scripts (#548)\n * Packaging changes to include routes script installation (#542)\n * Update CLI name in packaging (#543)\n * systemd should manage only the main process (#544)\n- from version 20250920.00\n * Update go version for stable branch to 1.25 (#571)\n * Add adapt script in stable branch as per #569 (#570)\n * Backport fix from #567 to stable branch (#568)\n * Revert compat behavior and call known binary directly (#560)\n * Revert compat behavior and call known binary directly (#559)\n * Build rollforward package to re-enable original agent and disable core plugin (#557)\n- from version 20250918.01\n * Update go version to 1.25 (#565)\n * Add compat adapt script to windows in agent sysprep (#569)\n * Fix adapt to use more portable shebang line (#567)\n * Remove routes script from packaging (#566)\n * Update adapt script to run on startup/shutdown both (#561)\n * Update agent_uninstall.ps1 (#558)\n * Stop core plugin before removing agent package (#554)\n * Startup scripts should start after agent manager instead (#553)\n * Update presets and install dependencies on systemd units (#552)\n * Ensure agent service is disabled (#551)\n * Disable legacy agent to enable core plugin (#550)\n * Final fix for RHEL packaging for routes setup (#549)\n * Fix RHEL packaging for routes scripts (#548)\n * Packaging changes to include routes script installation (#542)\n * Update CLI name in packaging (#543)\n * systemd should manage only the main process (#544)\n- from version 20250917.01\n * Update go version for stable branch to 1.25 (#571)\n * Add adapt script in stable branch as per #569 (#570)\n * Backport fix from #567 to stable branch (#568)\n * Revert compat behavior and call known binary directly (#560)\n * Revert compat behavior and call known binary directly (#559)\n * Build rollforward package to re-enable original agent and disable core plugin (#557)\n- from version 20250917.00\n * Update go version to 1.25 (#565)\n * Add compat adapt script to windows in agent sysprep (#569)\n * Fix adapt to use more portable shebang line (#567)\n * Remove routes script from packaging (#566)\n * Update adapt script to run on startup/shutdown both (#561)\n * Update agent_uninstall.ps1 (#558)\n * Stop core plugin before removing agent package (#554)\n * Startup scripts should start after agent manager instead (#553)\n * Update presets and install dependencies on systemd units (#552)\n * Ensure agent service is disabled (#551)\n * Disable legacy agent to enable core plugin (#550)\n * Final fix for RHEL packaging for routes setup (#549)\n * Fix RHEL packaging for routes scripts (#548)\n * Packaging changes to include routes script installation (#542)\n * Update CLI name in packaging (#543)\n * systemd should manage only the main process (#544)\n- from version 20250916.00\n * Update go version for stable branch to 1.25 (#571)\n * Add adapt script in stable branch as per #569 (#570)\n * Backport fix from #567 to stable branch (#568)\n * Revert compat behavior and call known binary directly (#560)\n * Revert compat behavior and call known binary directly (#559)\n * Build rollforward package to re-enable original agent and disable core plugin (#557)\n- from version 20250915.00\n * Update go version to 1.25 (#565)\n * Add compat adapt script to windows in agent sysprep (#569)\n * Fix adapt to use more portable shebang line (#567)\n * Remove routes script from packaging (#566)\n * Update adapt script to run on startup/shutdown both (#561)\n * Update agent_uninstall.ps1 (#558)\n * Stop core plugin before removing agent package (#554)\n * Startup scripts should start after agent manager instead (#553)\n * Update presets and install dependencies on systemd units (#552)\n * Ensure agent service is disabled (#551)\n * Disable legacy agent to enable core plugin (#550)\n * Final fix for RHEL packaging for routes setup (#549)\n * Fix RHEL packaging for routes scripts (#548)\n * Packaging changes to include routes script installation (#542)\n * Update CLI name in packaging (#543)\n * systemd should manage only the main process (#544)\n- Disable missing daemon google_guest_agent_manager referenced by google-startup-scripts.service\n\n- Update to version 20250908.00\n * Update go version for stable branch to 1.25 (#571)\n * Add adapt script in stable branch as per #569 (#570)\n * Backport fix from #567 to stable branch (#568)\n * Revert compat behavior and call known binary directly (#560)\n * Revert compat behavior and call known binary directly (#559)\n * Build rollforward package to re-enable original agent and\n disable core plugin (#557)\n- from version 20250907.00\n * Update go version to 1.25 (#565)\n * Add compat adapt script to windows in agent sysprep (#569)\n * Fix adapt to use more portable shebang line (#567)\n * Remove routes script from packaging (#566)\n * Update adapt script to run on startup/shutdown both (#561)\n * Update agent_uninstall.ps1 (#558)\n * Stop core plugin before removing agent package (#554)\n * Startup scripts should start after agent manager instead (#553)\n * Update presets and install dependencies on systemd units (#552)\n * Ensure agent service is disabled (#551)\n * Disable legacy agent to enable core plugin (#550)\n * Final fix for RHEL packaging for routes setup (#549)\n * Fix RHEL packaging for routes scripts (#548)\n * Packaging changes to include routes script installation (#542)\n * Update CLI name in packaging (#543)\n * systemd should manage only the main process (#544)\n- from version 20250905.01\n * Update go version for stable branch to 1.25 (#571)\n * Add adapt script in stable branch as per #569 (#570)\n * Backport fix from #567 to stable branch (#568)\n * Revert compat behavior and call known binary directly (#560)\n * Revert compat behavior and call known binary directly (#559)\n * Build rollforward package to re-enable original agent and\n disable core plugin (#557)\n- from version 20250905.00\n * Update go version to 1.25 (#565)\n * Add compat adapt script to windows in agent sysprep (#569)\n * Fix adapt to use more portable shebang line (#567)\n * Remove routes script from packaging (#566)\n * Update adapt script to run on startup/shutdown both (#561)\n * Update agent_uninstall.ps1 (#558)\n * Stop core plugin before removing agent package (#554)\n * Startup scripts should start after agent manager instead (#553)\n * Update presets and install dependencies on systemd units (#552)\n * Ensure agent service is disabled (#551)\n * Disable legacy agent to enable core plugin (#550)\n * Final fix for RHEL packaging for routes setup (#549)\n * Fix RHEL packaging for routes scripts (#548)\n * Packaging changes to include routes script installation (#542)\n * Update CLI name in packaging (#543)\n * systemd should manage only the main process (#544)\n- from version 20250902.00\n * Update go version for stable branch to 1.25 (#571)\n * Add adapt script in stable branch as per #569 (#570)\n * Backport fix from #567 to stable branch (#568)\n * Revert compat behavior and call known binary directly (#560)\n * Revert compat behavior and call known binary directly (#559)\n * Build rollforward package to re-enable original agent and\n disable core plugin (#557)\n- Build and install new gce_workload_cert_refresh binary\n- Fix installation source of google_metadata_script_runner_adapt script\n- Install new systemd service file\n * gce-workload-cert-refresh.service\n\n- Update to version 20250901.00\n * Update go version to 1.25 (#565)\n * Add compat adapt script to windows in agent sysprep (#569)\n * Fix adapt to use more portable shebang line (#567)\n * Remove routes script from packaging (#566)\n * Update adapt script to run on startup/shutdown both (#561)\n * Update agent_uninstall.ps1 (#558)\n * Stop core plugin before removing agent package (#554)\n * Startup scripts should start after agent manager instead (#553)\n * Update presets and install dependencies on systemd units (#552)\n * Ensure agent service is disabled (#551)\n * Disable legacy agent to enable core plugin (#550)\n * Final fix for RHEL packaging for routes setup (#549)\n * Fix RHEL packaging for routes scripts (#548)\n * Packaging changes to include routes script installation (#542)\n * Update CLI name in packaging (#543)\n * systemd should manage only the main process (#544)\n- from version 20250831.03\n * Update go version for stable branch to 1.25 (#571)\n * Add adapt script in stable branch as per #569 (#570)\n * Backport fix from #567 to stable branch (#568)\n * Revert compat behavior and call known binary directly (#560)\n * Revert compat behavior and call known binary directly (#559)\n * Build rollforward package to re-enable original agent and\n disable core plugin (#557)\n- from version 20250831.02\n * Update go version to 1.25 (#565)\n * Add compat adapt script to windows in agent sysprep (#569)\n * Fix adapt to use more portable shebang line (#567)\n * Remove routes script from packaging (#566)\n * Update adapt script to run on startup/shutdown both (#561)\n * Update agent_uninstall.ps1 (#558)\n * Stop core plugin before removing agent package (#554)\n * Startup scripts should start after agent manager instead (#553)\n * Update presets and install dependencies on systemd units (#552)\n * Ensure agent service is disabled (#551)\n * Disable legacy agent to enable core plugin (#550)\n * Final fix for RHEL packaging for routes setup (#549)\n * Fix RHEL packaging for routes scripts (#548)\n * Packaging changes to include routes script installation (#542)\n * Update CLI name in packaging (#543)\n * systemd should manage only the main process (#544)\n- from version 20250831.01\n * Update go version for stable branch to 1.25 (#571)\n * Add adapt script in stable branch as per #569 (#570)\n * Backport fix from #567 to stable branch (#568)\n * Revert compat behavior and call known binary directly (#560)\n * Revert compat behavior and call known binary directly (#559)\n * Build rollforward package to re-enable original agent\n and disable core plugin (#557)\n- from version 20250831.00\n * Update go version to 1.25 (#565)\n * Add compat adapt script to windows in agent sysprep (#569)\n * Fix adapt to use more portable shebang line (#567)\n * Remove routes script from packaging (#566)\n * Update adapt script to run on startup/shutdown both (#561)\n * Update agent_uninstall.ps1 (#558)\n * Stop core plugin before removing agent package (#554)\n * Startup scripts should start after agent manager instead (#553)\n * Update presets and install dependencies on systemd units (#552)\n * Ensure agent service is disabled (#551)\n * Disable legacy agent to enable core plugin (#550)\n * Final fix for RHEL packaging for routes setup (#549)\n * Fix RHEL packaging for routes scripts (#548)\n * Packaging changes to include routes script installation (#542)\n * Update CLI name in packaging (#543)\n * systemd should manage only the main process (#544)\n- from version 20250830.02\n * Update go version for stable branch to 1.25 (#571)\n * Add adapt script in stable branch as per #569 (#570)\n * Backport fix from #567 to stable branch (#568)\n * Revert compat behavior and call known binary directly (#560)\n * Revert compat behavior and call known binary directly (#559)\n * Build rollforward package to re-enable original agent\n and disable core plugin (#557)\n- from version 20250830.01\n * Update go version to 1.25 (#565)\n- from version 20250830.00\n * Add compat adapt script to windows in agent sysprep (#569)\n * Fix adapt to use more portable shebang line (#567)\n * Remove routes script from packaging (#566)\n * Update adapt script to run on startup/shutdown both (#561)\n * Update agent_uninstall.ps1 (#558)\n * Stop core plugin before removing agent package (#554)\n * Startup scripts should start after agent manager instead (#553)\n * Update presets and install dependencies on systemd units (#552)\n * Ensure agent service is disabled (#551)\n * Disable legacy agent to enable core plugin (#550)\n * Final fix for RHEL packaging for routes setup (#549)\n * Fix RHEL packaging for routes scripts (#548)\n * Packaging changes to include routes script installation (#542)\n * Update CLI name in packaging (#543)\n * systemd should manage only the main process (#544)\n- from version 20250828.00\n * Add adapt script in stable branch as per #569 (#570)\n * Backport fix from #567 to stable branch (#568)\n- from version 20250826.00\n * Revert compat behavior and call known binary directly (#560)\n * Revert compat behavior and call known binary directly (#559)\n * Build rollforward package to re-enable original agent and\n disable core plugin (#557)\n- from version 20250821.01\n * Remove routes script from packaging (#566)\n- Update Go API version to 1.25\n\n- Update to version 20250718.00\n\n * Update adapt script to run on startup/shutdown both (#561)\n * Update agent_uninstall.ps1 (#558)\n * Stop core plugin before removing agent package (#554)\n * Startup scripts should start after agent manager instead (#553)\n * Update presets and install dependencies on systemd units (#552)\n * Ensure agent service is disabled (#551)\n * Disable legacy agent to enable core plugin (#550)\n * Final fix for RHEL packaging for routes setup (#549)\n * Fix RHEL packaging for routes scripts (#548)\n * Packaging changes to include routes script installation (#542)\n * Update CLI name in packaging (#543)\n * systemd should manage only the main process (#544)\n\n- Update to version 20250709.02\n\n * Revert compat behavior and call known binary directly (#560)\n * Revert compat behavior and call known binary directly (#559)\n * Build rollforward package to re-enable original agent and disable core plugin (#557)\n\n- from version 20250709.01\n\n * Update adapt script to run on startup/shutdown both (#561)\n * Update agent_uninstall.ps1 (#558)\n * Stop core plugin before removing agent package (#554)\n * Startup scripts should start after agent manager instead (#553)\n * Update presets and install dependencies on systemd units (#552)\n * Ensure agent service is disabled (#551)\n * Disable legacy agent to enable core plugin (#550)\n * Final fix for RHEL packaging for routes setup (#549)\n * Fix RHEL packaging for routes scripts (#548)\n * Packaging changes to include routes script installation (#542)\n * Update CLI name in packaging (#543)\n * systemd should manage only the main process (#544)\n- from version 20250709.00\n * Revert compat behavior and call known binary directly (#560)\n * Revert compat behavior and call known binary directly (#559)\n * Build rollforward package to re-enable original agent and disable core plugin (#557)\n- from version 20250702.00\n * Update adapt script to run on startup/shutdown both (#561)\n- from version 20250701.01\n * Update agent_uninstall.ps1 (#558)\n- from version 20250701.00\n * Stop core plugin before removing agent package (#554)\n- from version 20250628.00\n * Startup scripts should start after agent manager instead (#553)\n * Update presets and install dependencies on systemd units (#552)\n * Ensure agent service is disabled (#551)\n- from version 20250626.00\n * Disable legacy agent to enable core plugin (#550)\n * Final fix for RHEL packaging for routes setup (#549)\n * Fix RHEL packaging for routes scripts (#548)\n * Packaging changes to include routes script installation (#542)\n * Update CLI name in packaging (#543)\n * systemd should manage only the main process (#544)\n * startup script: wrap compatibility decision into its own scripts (#538)\n * Reapply \"oslogin: Correctly handle newlines at the end of modified files (#520)\" (#523) (#540)\n- from version 20250625.00\n * prepare stable release.\n- Install google_metadata_script_runner_adapt script (bsc#1245759)\n\n- Update to version 20250624.00\n * Final fix for RHEL packaging for routes setup (#549)\n * Fix RHEL packaging for routes scripts (#548)\n * Packaging changes to include routes script installation (#542)\n * Update CLI name in packaging (#543)\n * systemd should manage only the main process (#544)\n * startup script: wrap compatibility decision into its own scripts (#538)\n * Reapply \"oslogin: Correctly handle newlines at the end of modified\n files (#520)\" (#523) (#540)\n- from version 20250611.01\n * prepare stable release.\n- from version 20250611.00\n * startup script: wrap compatibility decision into its own scripts (#538)\n * Reapply \"oslogin: Correctly handle newlines at the end of modified\n files (#520)\" (#523) (#540)\n- from version 20250609.00\n * prepare stable release.\n- from version 20250605.00\n * startup script: wrap compatibility decision into its own scripts (#538)\n * Reapply \"oslogin: Correctly handle newlines at the end of modified\n files (#520)\" (#523) (#540)\n * Make sure agent added connections are activated by NM (#534)\n * wrap NSS cache refresh in a goroutine (#533)\n * Wicked: Only reload interfaces for which configurations are\n written or changed. (#524)\n * Add AuthorizedKeysCompat to windows packaging (#530)\n * Remove error messages from gce_workload_cert_refresh and metadata\n script runner (#527)\n * Update guest-logging-go dependency (#526)\n * Add \u0027created-by\u0027 metadata, and pass it as option to logging library (#508)\n * Revert \"oslogin: Correctly handle newlines at the end of\n modified files (#520)\" (#523)\n * Re-enable disabled services if the core plugin was enabled (#522)\n * Enable guest services on package upgrade (#519)\n * oslogin: Correctly handle newlines at the end of modified files (#520)\n * Fix core plugin path (#518)\n * Fix package build issues (#517)\n * Fix dependencies ran go mod tidy -v (#515)\n * Fix debian build path (#514)\n * Bundle compat metadata script runner binary in package (#513)\n * Bump golang.org/x/net from 0.27.0 to 0.36.0 (#512)\n * Update startup/shutdown services to launch compat manager (#503)\n * Bundle new gce metadata script runner binary in agent package (#502)\n * Revert \"Revert bundling new binaries in the package (#509)\" (#511)\n\n- Update to version 20250604.00\n * Preparing stable build.\n- from version 20250602.00\n * Make sure agent added connections are activated by NM (#534)\n * wrap NSS cache refresh in a goroutine (#533)\n * Wicked: Only reload interfaces for which configurations are written or changed. (#524)\n * Add AuthorizedKeysCompat to windows packaging (#530)\n * Remove error messages from gce_workload_cert_refresh and metadata script runner (#527)\n * Update guest-logging-go dependency (#526)\n * Add \u0027created-by\u0027 metadata, and pass it as option to logging library (#508)\n * Revert \"oslogin: Correctly handle newlines at the end of modified files (#520)\" (#523)\n * Re-enable disabled services if the core plugin was enabled (#522)\n * Enable guest services on package upgrade (#519)\n * oslogin: Correctly handle newlines at the end of modified files (#520)\n * Fix core plugin path (#518)\n * Fix package build issues (#517)\n * Fix dependencies ran go mod tidy -v (#515)\n * Fix debian build path (#514)\n * Bundle compat metadata script runner binary in package (#513)\n * Bump golang.org/x/net from 0.27.0 to 0.36.0 (#512)\n * Update startup/shutdown services to launch compat manager (#503)\n * Bundle new gce metadata script runner binary in agent package (#502)\n * Revert \"Revert bundling new binaries in the package (#509)\" (#511)\n- from version 20250521.00\n * Preparing stable build.\n- from version 20250515.00\n * Make sure agent added connections are activated by NM (#534)\n * wrap NSS cache refresh in a goroutine (#533)\n * Wicked: Only reload interfaces for which configurations are written or changed. (#524)\n * Add AuthorizedKeysCompat to windows packaging (#530)\n * Remove error messages from gce_workload_cert_refresh and metadata script runner (#527)\n * Update guest-logging-go dependency (#526)\n * Add \u0027created-by\u0027 metadata, and pass it as option to logging library (#508)\n * Revert \"oslogin: Correctly handle newlines at the end of modified files (#520)\" (#523)\n * Re-enable disabled services if the core plugin was enabled (#522)\n * Enable guest services on package upgrade (#519)\n * oslogin: Correctly handle newlines at the end of modified files (#520)\n * Fix core plugin path (#518)\n * Fix package build issues (#517)\n * Fix dependencies ran go mod tidy -v (#515)\n * Fix debian build path (#514)\n * Bundle compat metadata script runner binary in package (#513)\n * Bump golang.org/x/net from 0.27.0 to 0.36.0 (#512)\n * Update startup/shutdown services to launch compat manager (#503)\n * Bundle new gce metadata script runner binary in agent package (#502)\n * Revert \"Revert bundling new binaries in the package (#509)\" (#511)\n\n- Update to version 20250508.00\n * Preparing stable build.\n\n- from version 20250506.01 (bsc#1243254, bsc#1243505)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLE-Micro-6.1-577",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_22133-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:22133-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202622133-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:22133-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026810.html"
},
{
"category": "self",
"summary": "SUSE Bug 1210938",
"url": "https://bugzilla.suse.com/1210938"
},
{
"category": "self",
"summary": "SUSE Bug 1239334",
"url": "https://bugzilla.suse.com/1239334"
},
{
"category": "self",
"summary": "SUSE Bug 1239944",
"url": "https://bugzilla.suse.com/1239944"
},
{
"category": "self",
"summary": "SUSE Bug 1243254",
"url": "https://bugzilla.suse.com/1243254"
},
{
"category": "self",
"summary": "SUSE Bug 1243505",
"url": "https://bugzilla.suse.com/1243505"
},
{
"category": "self",
"summary": "SUSE Bug 1245759",
"url": "https://bugzilla.suse.com/1245759"
},
{
"category": "self",
"summary": "SUSE Bug 1253889",
"url": "https://bugzilla.suse.com/1253889"
},
{
"category": "self",
"summary": "SUSE Bug 1257010",
"url": "https://bugzilla.suse.com/1257010"
},
{
"category": "self",
"summary": "SUSE Bug 1260264",
"url": "https://bugzilla.suse.com/1260264"
},
{
"category": "self",
"summary": "SUSE Bug 1262926",
"url": "https://bugzilla.suse.com/1262926"
},
{
"category": "self",
"summary": "SUSE Bug 1265762",
"url": "https://bugzilla.suse.com/1265762"
},
{
"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-58181 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58181/"
},
{
"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-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/"
}
],
"title": "Security update for google-guest-agent",
"tracking": {
"current_release_date": "2026-06-12T08:44:33Z",
"generator": {
"date": "2026-06-12T08:44:33Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:22133-1",
"initial_release_date": "2026-06-12T08:44:33Z",
"revision_history": [
{
"date": "2026-06-12T08:44:33Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "google-guest-agent-20260430.00-slfo.1.1_1.1.aarch64",
"product": {
"name": "google-guest-agent-20260430.00-slfo.1.1_1.1.aarch64",
"product_id": "google-guest-agent-20260430.00-slfo.1.1_1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "google-guest-agent-20260430.00-slfo.1.1_1.1.ppc64le",
"product": {
"name": "google-guest-agent-20260430.00-slfo.1.1_1.1.ppc64le",
"product_id": "google-guest-agent-20260430.00-slfo.1.1_1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "google-guest-agent-20260430.00-slfo.1.1_1.1.s390x",
"product": {
"name": "google-guest-agent-20260430.00-slfo.1.1_1.1.s390x",
"product_id": "google-guest-agent-20260430.00-slfo.1.1_1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "google-guest-agent-20260430.00-slfo.1.1_1.1.x86_64",
"product": {
"name": "google-guest-agent-20260430.00-slfo.1.1_1.1.x86_64",
"product_id": "google-guest-agent-20260430.00-slfo.1.1_1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.1",
"product": {
"name": "SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sl-micro:6.1"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "google-guest-agent-20260430.00-slfo.1.1_1.1.aarch64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.aarch64"
},
"product_reference": "google-guest-agent-20260430.00-slfo.1.1_1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-guest-agent-20260430.00-slfo.1.1_1.1.ppc64le as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.ppc64le"
},
"product_reference": "google-guest-agent-20260430.00-slfo.1.1_1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-guest-agent-20260430.00-slfo.1.1_1.1.s390x as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.s390x"
},
"product_reference": "google-guest-agent-20260430.00-slfo.1.1_1.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-guest-agent-20260430.00-slfo.1.1_1.1.x86_64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.x86_64"
},
"product_reference": "google-guest-agent-20260430.00-slfo.1.1_1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22868",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22868"
}
],
"notes": [
{
"category": "general",
"text": "An attacker can pass a malicious malformed token which causes unexpected memory to be consumed during parsing.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_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": [
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-12T08:44:33Z",
"details": "important"
}
],
"title": "CVE-2025-22868"
},
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-12T08:44:33Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-58181",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58181"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers parsing GSSAPI authentication requests do not validate the number of mechanisms specified in the request, allowing an attacker to cause unbounded memory consumption.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_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": [
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_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": [
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-12T08:44:33Z",
"details": "moderate"
}
],
"title": "CVE-2025-58181"
},
{
"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": [
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.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"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-12T08:44:33Z",
"details": "important"
}
],
"title": "CVE-2026-33186"
},
{
"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": [
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.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"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-12T08:44:33Z",
"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": [
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.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": [
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:google-guest-agent-20260430.00-slfo.1.1_1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-12T08:44:33Z",
"details": "important"
}
],
"title": "CVE-2026-34986"
}
]
}
SUSE-SU-2026:22157-1
Vulnerability from csaf_suse - Published: 2026-06-17 16:31 - Updated: 2026-06-17 16:31Summary
Security update for amazon-ssm-agent
Severity
Important
Notes
Title of the patch: Security update for amazon-ssm-agent
Description of the patch: This update for amazon-ssm-agent fixes the following issues
Update to version 3.3.4624.0:
- CVE-2025-22869: golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh
(bsc#1239342).
- CVE-2025-22870: golang.org/x/net/proxy: proxy bypass using IPv6 zone IDs (bsc#1238702).
- CVE-2025-47913: 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#1253611).
- CVE-2026-1229: the CombinedMult function in the ecc/p384 package produces an incorrect value for specific inputs
(bsc#1265474).
- CVE-2026-25934: github.com/go-git/go-git/v5: improper verification of data integrity values for .pack and .idx files
can lead to the consumption of corrupted files (bsc#1258095).
- CVE-2026-39821: golang.org/x/net/idna: failure to reject ASCII-only Punycode-encoded labels allows for validation
bypass and privilege esca (bsc#1266781).
- CVE-2026-41506: github.com/go-git/go-git/v5: HTTP authentication credential leak when following redirects during
smart-HTTP clone and fetch operations (bsc#1264952).
- CVE-2026-44740: github.com/go-git/go-billy/v5: improper input handling in many components can lead to DoS via infinite
loops, panics or resource consumption (bsc#1267332).
- CVE-2026-39827: Invoking memory leak when rejecting channels can lead to DoS in golang.org/x/crypto/ssh (bsc#1266200).
- CVE-2026-39828: Invoking bypass of certificate restrictions in golang.org/x/crypto/ssh (bsc#1266200).
- CVE-2026-39829: Invoking pathological RSA/DSA parameters may cause DoS in golang.org/x/crypto/ssh (bsc#1266200).
- CVE-2026-39830: Invoking client can cause server deadlock on unexpected responses in golang.org/x/crypto/ssh
(bsc#1266200).
- CVE-2026-39831: Invoking bypass of FIDO/U2F security keys physical interaction in golang.org/x/crypto/ssh
(bsc#1266200).
- CVE-2026-39832: Invoking agent constraints dropped when forwarding keys in golang.org/x/crypto/ssh/agent
(bsc#1266200).
- CVE-2026-39833: Invoking key constraints not enforced in golang.org/x/crypto/ssh/agent (bsc#1266200).
- CVE-2026-39834: Invoking infinite loop on large channel writes in golang.org/x/crypto/ssh (bsc#1266200).
- CVE-2026-39835: Invoking server panic during CheckHostKey/Authenticate in golang.org/x/crypto/ssh (bsc#1266200).
- CVE-2026-42508: Invoking auth bypass via unenforced @revoked status in golang.org/x/crypto/ssh/knownhosts
(bsc#1266200).
- CVE-2026-46595: Invoking VerifiedPublicKeyCallback permissions skip enforcement in golang.org/x/crypto/ssh
(bsc#1266200).
- CVE-2026-46597: Invoking byte arithmetic causes underflow and panic in golang.org/x/crypto/ssh (bsc#1266200).
- CVE-2026-46598: Invoking pathological inputs can lead to client panic in golang.org/x/crypto/ssh/agent (bsc#1266200).
Changes:
* Bump golang.org/x/crypto from v0.51.0 to v0.52.0
* Bump golang.org/x/net from v0.54.0 to v0.55.0
* Enforce directory boundary in BuildSafePath
* Fix visibility issue with Bottlerocket OS in document output
* Update go-git from v5.17.1 to v5.19.1 (bsc#1264952, CVE-2026-41506), this
also updates go-billy from v5.8.0 to v5.9.0 (bsc#1267332, CVE-2026-44740)
* Bump golang.org/x/net from v0.48.0 to v0.53.0 (bsc#1266781, CVE-2026-39821)
* Quit if sysprep failed and log its current state
* Remove attached legacy cloudwatch plugin packages
* Upgrade Go version to 1.25.10
* Use BuildSafePath wherever it is applicable
* Add OOM killer protection to systemd service files
* Apply more sanitation to file and registry inventory gatherers
* Bump go-git to v5.17.1
* Deprecate legacy cloudwatch plugin
* Preserve network error details in credential refresher SSM API failures
* Upgrade Go version to 1.25.9
* Add SSM Distributor support for Bottlerocket OS
* Implement flush credentials command in ssm-cli
* Log ec2messages access denied as debug instead of error to reduce log noise
* Make credential refresher refresh cache quickly in case of credential flush
* Make Greengrass component registration resilient with retry
* Add EnforceWorkspaceRootOwnership configuration to support disable
hardening of agent workspace
* Add reboot comment to Windows shutdown command for SSM Agent traceability
* Update privilege access check to verify ownership and permissions
of document state files
* Add read-only version check prior to install and uninstall
in case of occupied package manager locks
* Add ANSI processing for CloudWatch and S3 log
* Upgrade go-git to v5.17.0 and cloudflare/circl to v1.6.3
to fix CVE-2026-1229
- Switch to systemd-tmpfiles to store runtime data (jsc#PED-14843)
* Disable Go 1.25 container-aware GOMAXPROCS to prevent holding
cgroup file descriptors open
* Upgrade Go version to 1.25.8
* Document CommandWorkerBufferLimit config
* Include package update in Dockerfile
* Reduce CloudWatch event message length threshold
* Upgrade Go version to 1.25.7
* Update github.com/go-git/go-git/v5 to 5.16.5 (bsc#1258095, CVE-2026-25934)
* Update greengrass version
* Update Golang version to 1.24.12
* Updating golang.org/x/crypto from v0.37.0 to v0.47.0, golang.org/x/net
from v0.39.0 to v0.48.0 and golang.org/x/sys from v0.32.0 to v0.40.0
(bsc#1253611, CVE-2025-47913)
* Categorize integration tests by adding new tags to split fast and slow ones
* Fix bug where IP field being empty string and causing UII API failure
* Allow Patch execution to persist across reboots not registered to SSM Agent
* Fix ENV_VAR interpolation to work correctly with parameter store value
* Implement immediate retries for failed reply messages to MGS for RunCommand documents
* Improve ssm-cli get-diagnostics command log output
* Support DomainJoin endpoint for EU sovereign cloud
* Support dualstack S3 endpoint for distributor packages
* Upgrade Go version to 1.24.11
* Add initial IPv6 support with UseDualStackEndpoint configuration option
* Fix CPU utilization issue for instances with thousands of network interfaces
* Add IMDS retry count to account for EC2 droplet refresh
* Fix duplicate uid error logging in MDS module
* Update aws:Domainjoin plugin logging from Log4Net to NLog
* Upgrade Go version to 1.24.7
* Update github.com/go-git/go-git/v5 to 5.15.0
* Update golang.org/x/crypto to v0.37.0 (bsc#1238702, CVE-2025-22870)
* Update golang.org/x/net to v0.39.0
* Update golang.org/x/sys to v0.32.0
* Add EU sovereign cloud S3 endpoint for DownloadContent plugin
* Add configurable credential rotation max backoff interval
* Migrate from twinj/uuid to google/uuid library
* Allow newer agent versions to be installed when deploying on Greengrass
* Harden function to remove non-admin run command documents in execution path
* Fix macOS credential refresher test issue due to missing Debugf from serialport skip file
* Enhance testability of custom certificate usage in debug SSM Agent builds
* Decouple serial port from startup and add credential refresher serialport logging
* Add GlobalEnhancedTelemetryEnabled config to README
* Add cloudwatch logs endpoint configuration to optional config for agent
* Update Greengrass component version
* Add file privilege check before processing document state file
* Storing AWS document interpolation ENV_VAR types as environment variables
* Throw explicit error when running local cli as non-priviledged user
* Harden telemetry dynamic config folder permissions
* Add configuration option for HandshakeTimeout
* Improve unit tests
* Add setup for emitting telemetry logs and metrics
* Add initial selection of error logs to emit to telemetry
* Simplify checkstyle and import organization in build scripts
* Update golang.org/x/net from v0.37.0 to v0.38.0
* Agent hibernation reason is logged to EC2 system logs
* Add metrics for the EC2Detector and IMDS EC2 status findings
* Change Linux DomainJoin plugin parameter KeepHostName to accept
both boolean and string
* Upgrade GoLang to version 1.23.8
* Update golang.org/x/crypto from v0.32.0 to v0.36.0 (bsc#1239342, CVE-2025-22869)
Patchnames: SUSE-SLES-16.0-943
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.5 (High)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
4.4 (Medium)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.5 (High)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
4.3 (Medium)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.4 (High)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
6.5 (Medium)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
8.1 (High)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
6.5 (Medium)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
8.1 (High)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
8.4 (High)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.7 (High)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
6.5 (Medium)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
8.1 (High)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
8.1 (High)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
77 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for amazon-ssm-agent",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for amazon-ssm-agent fixes the following issues\n\nUpdate to version 3.3.4624.0:\n\n- CVE-2025-22869: golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh\n (bsc#1239342).\n- CVE-2025-22870: golang.org/x/net/proxy: proxy bypass using IPv6 zone IDs (bsc#1238702).\n- CVE-2025-47913: golang.org/x/crypto/ssh/agent: client process termination when receiving an unexpected message type in\n response to a key listing or signing request (bsc#1253611).\n- CVE-2026-1229: the CombinedMult function in the ecc/p384 package produces an incorrect value for specific inputs\n (bsc#1265474).\n- CVE-2026-25934: github.com/go-git/go-git/v5: improper verification of data integrity values for .pack and .idx files\n can lead to the consumption of corrupted files (bsc#1258095).\n- CVE-2026-39821: golang.org/x/net/idna: failure to reject ASCII-only Punycode-encoded labels allows for validation\n bypass and privilege esca (bsc#1266781).\n- CVE-2026-41506: github.com/go-git/go-git/v5: HTTP authentication credential leak when following redirects during\n smart-HTTP clone and fetch operations (bsc#1264952).\n- CVE-2026-44740: github.com/go-git/go-billy/v5: improper input handling in many components can lead to DoS via infinite\n loops, panics or resource consumption (bsc#1267332).\n- CVE-2026-39827: Invoking memory leak when rejecting channels can lead to DoS in golang.org/x/crypto/ssh (bsc#1266200).\n- CVE-2026-39828: Invoking bypass of certificate restrictions in golang.org/x/crypto/ssh (bsc#1266200).\n- CVE-2026-39829: Invoking pathological RSA/DSA parameters may cause DoS in golang.org/x/crypto/ssh (bsc#1266200).\n- CVE-2026-39830: Invoking client can cause server deadlock on unexpected responses in golang.org/x/crypto/ssh\n (bsc#1266200).\n- CVE-2026-39831: Invoking bypass of FIDO/U2F security keys physical interaction in golang.org/x/crypto/ssh\n (bsc#1266200).\n- CVE-2026-39832: Invoking agent constraints dropped when forwarding keys in golang.org/x/crypto/ssh/agent\n (bsc#1266200).\n- CVE-2026-39833: Invoking key constraints not enforced in golang.org/x/crypto/ssh/agent (bsc#1266200).\n- CVE-2026-39834: Invoking infinite loop on large channel writes in golang.org/x/crypto/ssh (bsc#1266200).\n- CVE-2026-39835: Invoking server panic during CheckHostKey/Authenticate in golang.org/x/crypto/ssh (bsc#1266200).\n- CVE-2026-42508: Invoking auth bypass via unenforced @revoked status in golang.org/x/crypto/ssh/knownhosts\n (bsc#1266200).\n- CVE-2026-46595: Invoking VerifiedPublicKeyCallback permissions skip enforcement in golang.org/x/crypto/ssh\n (bsc#1266200).\n- CVE-2026-46597: Invoking byte arithmetic causes underflow and panic in golang.org/x/crypto/ssh (bsc#1266200).\n- CVE-2026-46598: Invoking pathological inputs can lead to client panic in golang.org/x/crypto/ssh/agent (bsc#1266200).\n\nChanges:\n\n * Bump golang.org/x/crypto from v0.51.0 to v0.52.0\n * Bump golang.org/x/net from v0.54.0 to v0.55.0\n * Enforce directory boundary in BuildSafePath\n * Fix visibility issue with Bottlerocket OS in document output\n * Update go-git from v5.17.1 to v5.19.1 (bsc#1264952, CVE-2026-41506), this\n also updates go-billy from v5.8.0 to v5.9.0 (bsc#1267332, CVE-2026-44740)\n * Bump golang.org/x/net from v0.48.0 to v0.53.0 (bsc#1266781, CVE-2026-39821)\n * Quit if sysprep failed and log its current state\n * Remove attached legacy cloudwatch plugin packages\n * Upgrade Go version to 1.25.10\n * Use BuildSafePath wherever it is applicable\n * Add OOM killer protection to systemd service files\n * Apply more sanitation to file and registry inventory gatherers\n * Bump go-git to v5.17.1\n * Deprecate legacy cloudwatch plugin\n * Preserve network error details in credential refresher SSM API failures\n * Upgrade Go version to 1.25.9\n * Add SSM Distributor support for Bottlerocket OS\n * Implement flush credentials command in ssm-cli\n * Log ec2messages access denied as debug instead of error to reduce log noise\n * Make credential refresher refresh cache quickly in case of credential flush\n * Make Greengrass component registration resilient with retry\n * Add EnforceWorkspaceRootOwnership configuration to support disable\n hardening of agent workspace\n * Add reboot comment to Windows shutdown command for SSM Agent traceability\n * Update privilege access check to verify ownership and permissions\n of document state files\n * Add read-only version check prior to install and uninstall\n in case of occupied package manager locks\n * Add ANSI processing for CloudWatch and S3 log\n * Upgrade go-git to v5.17.0 and cloudflare/circl to v1.6.3\n to fix CVE-2026-1229\n- Switch to systemd-tmpfiles to store runtime data (jsc#PED-14843)\n * Disable Go 1.25 container-aware GOMAXPROCS to prevent holding\n cgroup file descriptors open\n * Upgrade Go version to 1.25.8\n * Document CommandWorkerBufferLimit config\n * Include package update in Dockerfile\n * Reduce CloudWatch event message length threshold\n * Upgrade Go version to 1.25.7\n * Update github.com/go-git/go-git/v5 to 5.16.5 (bsc#1258095, CVE-2026-25934)\n * Update greengrass version\n * Update Golang version to 1.24.12\n * Updating golang.org/x/crypto from v0.37.0 to v0.47.0, golang.org/x/net\n from v0.39.0 to v0.48.0 and golang.org/x/sys from v0.32.0 to v0.40.0\n (bsc#1253611, CVE-2025-47913)\n * Categorize integration tests by adding new tags to split fast and slow ones\n * Fix bug where IP field being empty string and causing UII API failure\n * Allow Patch execution to persist across reboots not registered to SSM Agent\n * Fix ENV_VAR interpolation to work correctly with parameter store value\n * Implement immediate retries for failed reply messages to MGS for RunCommand documents\n * Improve ssm-cli get-diagnostics command log output\n * Support DomainJoin endpoint for EU sovereign cloud\n * Support dualstack S3 endpoint for distributor packages\n * Upgrade Go version to 1.24.11\n * Add initial IPv6 support with UseDualStackEndpoint configuration option\n * Fix CPU utilization issue for instances with thousands of network interfaces\n * Add IMDS retry count to account for EC2 droplet refresh\n * Fix duplicate uid error logging in MDS module\n * Update aws:Domainjoin plugin logging from Log4Net to NLog\n * Upgrade Go version to 1.24.7\n * Update github.com/go-git/go-git/v5 to 5.15.0\n * Update golang.org/x/crypto to v0.37.0 (bsc#1238702, CVE-2025-22870)\n * Update golang.org/x/net to v0.39.0\n * Update golang.org/x/sys to v0.32.0\n * Add EU sovereign cloud S3 endpoint for DownloadContent plugin\n * Add configurable credential rotation max backoff interval\n * Migrate from twinj/uuid to google/uuid library\n * Allow newer agent versions to be installed when deploying on Greengrass\n * Harden function to remove non-admin run command documents in execution path\n * Fix macOS credential refresher test issue due to missing Debugf from serialport skip file\n * Enhance testability of custom certificate usage in debug SSM Agent builds\n * Decouple serial port from startup and add credential refresher serialport logging\n * Add GlobalEnhancedTelemetryEnabled config to README\n * Add cloudwatch logs endpoint configuration to optional config for agent\n * Update Greengrass component version\n * Add file privilege check before processing document state file\n * Storing AWS document interpolation ENV_VAR types as environment variables\n * Throw explicit error when running local cli as non-priviledged user\n * Harden telemetry dynamic config folder permissions\n * Add configuration option for HandshakeTimeout\n * Improve unit tests\n * Add setup for emitting telemetry logs and metrics\n * Add initial selection of error logs to emit to telemetry\n * Simplify checkstyle and import organization in build scripts\n * Update golang.org/x/net from v0.37.0 to v0.38.0\n * Agent hibernation reason is logged to EC2 system logs\n * Add metrics for the EC2Detector and IMDS EC2 status findings\n * Change Linux DomainJoin plugin parameter KeepHostName to accept\n both boolean and string\n * Upgrade GoLang to version 1.23.8\n * Update golang.org/x/crypto from v0.32.0 to v0.36.0 (bsc#1239342, CVE-2025-22869)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLES-16.0-943",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_22157-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:22157-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202622157-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:22157-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026930.html"
},
{
"category": "self",
"summary": "SUSE Bug 1238702",
"url": "https://bugzilla.suse.com/1238702"
},
{
"category": "self",
"summary": "SUSE Bug 1239342",
"url": "https://bugzilla.suse.com/1239342"
},
{
"category": "self",
"summary": "SUSE Bug 1253611",
"url": "https://bugzilla.suse.com/1253611"
},
{
"category": "self",
"summary": "SUSE Bug 1258095",
"url": "https://bugzilla.suse.com/1258095"
},
{
"category": "self",
"summary": "SUSE Bug 1264952",
"url": "https://bugzilla.suse.com/1264952"
},
{
"category": "self",
"summary": "SUSE Bug 1265474",
"url": "https://bugzilla.suse.com/1265474"
},
{
"category": "self",
"summary": "SUSE Bug 1266200",
"url": "https://bugzilla.suse.com/1266200"
},
{
"category": "self",
"summary": "SUSE Bug 1266781",
"url": "https://bugzilla.suse.com/1266781"
},
{
"category": "self",
"summary": "SUSE Bug 1267332",
"url": "https://bugzilla.suse.com/1267332"
},
{
"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-2026-1229 page",
"url": "https://www.suse.com/security/cve/CVE-2026-1229/"
},
{
"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-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-41506 page",
"url": "https://www.suse.com/security/cve/CVE-2026-41506/"
},
{
"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-44740 page",
"url": "https://www.suse.com/security/cve/CVE-2026-44740/"
},
{
"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": "Security update for amazon-ssm-agent",
"tracking": {
"current_release_date": "2026-06-17T16:31:19Z",
"generator": {
"date": "2026-06-17T16:31:19Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:22157-1",
"initial_release_date": "2026-06-17T16:31:19Z",
"revision_history": [
{
"date": "2026-06-17T16:31:19Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"product": {
"name": "amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"product_id": "amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64",
"product": {
"name": "amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64",
"product_id": "amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 16.0",
"product": {
"name": "SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:16:16.0:server"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product": {
"name": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:16:16.0:server-sap"
}
}
}
],
"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.4624.0-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64"
},
"product_reference": "amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64"
},
"product_reference": "amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64"
},
"product_reference": "amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64"
},
"product_reference": "amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 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": [
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-17T16:31:19Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-22870",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22870"
}
],
"notes": [
{
"category": "general",
"text": "Matching of hosts against proxy patterns can improperly treat an IPv6 zone ID as a hostname component. For example, when the NO_PROXY environment variable is set to \"*.example.com\", a request to \"[::1%25.example.com]:80` will incorrectly match and not be proxied.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22870",
"url": "https://www.suse.com/security/cve/CVE-2025-22870"
},
{
"category": "external",
"summary": "SUSE Bug 1238572 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238572"
},
{
"category": "external",
"summary": "SUSE Bug 1238611 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238611"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-17T16:31:19Z",
"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": [
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47913",
"url": "https://www.suse.com/security/cve/CVE-2025-47913"
},
{
"category": "external",
"summary": "SUSE Bug 1253506 for CVE-2025-47913",
"url": "https://bugzilla.suse.com/1253506"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-17T16:31:19Z",
"details": "important"
}
],
"title": "CVE-2025-47913"
},
{
"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": [
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.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": [
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.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": [
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-17T16:31:19Z",
"details": "important"
}
],
"title": "CVE-2026-1229"
},
{
"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": [
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.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": [
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.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": [
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-17T16:31:19Z",
"details": "moderate"
}
],
"title": "CVE-2026-25934"
},
{
"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": [
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.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": [
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.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": [
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-17T16:31:19Z",
"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": [
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.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": [
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.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": [
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-17T16:31:19Z",
"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": [
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.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": [
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-17T16:31:19Z",
"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": [
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.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": [
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-17T16:31:19Z",
"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": [
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.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": [
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.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": [
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-17T16:31:19Z",
"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": [
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.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": [
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-17T16:31:19Z",
"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": [
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.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": [
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.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": [
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-17T16:31:19Z",
"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": [
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.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": [
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.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": [
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-17T16:31:19Z",
"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": [
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.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": [
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-17T16:31:19Z",
"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": [
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.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": [
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-17T16:31:19Z",
"details": "important"
}
],
"title": "CVE-2026-39835"
},
{
"cve": "CVE-2026-41506",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-41506"
}
],
"notes": [
{
"category": "general",
"text": "go-git is an extensible git implementation library written in pure Go. Prior to versions 5.18.0 and 6.0.0-alpha.2, go-git may leak HTTP authentication credentials when following redirects during smart-HTTP clone and fetch operations. This issue has been patched in versions 5.18.0 and 6.0.0-alpha.2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-41506",
"url": "https://www.suse.com/security/cve/CVE-2026-41506"
},
{
"category": "external",
"summary": "SUSE Bug 1264854 for CVE-2026-41506",
"url": "https://bugzilla.suse.com/1264854"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-17T16:31:19Z",
"details": "moderate"
}
],
"title": "CVE-2026-41506"
},
{
"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": [
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.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": [
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-17T16:31:19Z",
"details": "important"
}
],
"title": "CVE-2026-42508"
},
{
"cve": "CVE-2026-44740",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-44740"
}
],
"notes": [
{
"category": "general",
"text": "Billy is an interface filesystem abstraction for Go. Prior to versions 5.9.0 and 6.0.0-alpha.1, multiple components may improperly handle crafted or malformed input, resulting in panics, infinite loops, uncontrolled recursion, or excessive resource consumption. These issues arise from insufficient validation and missing safety mechanisms such as cycle detection, recursion limits, or defensive handling of unexpected states when processing untrusted repository data and filesystem structures. This issue has been patched in versions 5.9.0 and 6.0.0-alpha.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-44740",
"url": "https://www.suse.com/security/cve/CVE-2026-44740"
},
{
"category": "external",
"summary": "SUSE Bug 1267264 for CVE-2026-44740",
"url": "https://bugzilla.suse.com/1267264"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-17T16:31:19Z",
"details": "important"
}
],
"title": "CVE-2026-44740"
},
{
"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": [
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.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": [
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-17T16:31:19Z",
"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": [
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.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": [
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-17T16:31:19Z",
"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": [
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.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": [
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:amazon-ssm-agent-3.3.4624.0-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-17T16:31:19Z",
"details": "important"
}
],
"title": "CVE-2026-46598"
}
]
}
SUSE-SU-2026:2468-1
Vulnerability from csaf_suse - Published: 2026-06-19 11:03 - Updated: 2026-06-19 11:03Summary
Security update for amazon-ssm-agent
Severity
Important
Notes
Title of the patch: Security update for amazon-ssm-agent
Description of the patch: This update for amazon-ssm-agent fixes the following issues
Update to version 3.3.4624.0:
- CVE-2025-22869: golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh
(bsc#1239342).
- CVE-2025-22870: golang.org/x/net/proxy: proxy bypass using IPv6 zone IDs (bsc#1238702).
- CVE-2025-47913: 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#1253611).
- CVE-2026-1229: the CombinedMult function in the ecc/p384 package produces an incorrect value for specific inputs
(bsc#1265474).
- CVE-2026-25934: github.com/go-git/go-git/v5: improper verification of data integrity values for .pack and .idx files
can lead to the consumption of corrupted files (bsc#1258095).
- CVE-2026-39821: golang.org/x/net/idna: failure to reject ASCII-only Punycode-encoded labels allows for validation
bypass and privilege esca (bsc#1266781).
- CVE-2026-41506: github.com/go-git/go-git/v5: HTTP authentication credential leak when following redirects during
smart-HTTP clone and fetch operations (bsc#1264952).
- CVE-2026-44740: github.com/go-git/go-billy/v5: improper input handling in many components can lead to DoS via infinite
loops, panics or resource consumption (bsc#1267332).
- CVE-2026-39827: Invoking memory leak when rejecting channels can lead to DoS in golang.org/x/crypto/ssh (bsc#1266200).
- CVE-2026-39828: Invoking bypass of certificate restrictions in golang.org/x/crypto/ssh (bsc#1266200).
- CVE-2026-39829: Invoking pathological RSA/DSA parameters may cause DoS in golang.org/x/crypto/ssh (bsc#1266200).
- CVE-2026-39830: Invoking client can cause server deadlock on unexpected responses in golang.org/x/crypto/ssh
(bsc#1266200).
- CVE-2026-39831: Invoking bypass of FIDO/U2F security keys physical interaction in golang.org/x/crypto/ssh
(bsc#1266200).
- CVE-2026-39832: Invoking agent constraints dropped when forwarding keys in golang.org/x/crypto/ssh/agent
(bsc#1266200).
- CVE-2026-39833: Invoking key constraints not enforced in golang.org/x/crypto/ssh/agent (bsc#1266200).
- CVE-2026-39834: Invoking infinite loop on large channel writes in golang.org/x/crypto/ssh (bsc#1266200).
- CVE-2026-39835: Invoking server panic during CheckHostKey/Authenticate in golang.org/x/crypto/ssh (bsc#1266200).
- CVE-2026-42508: Invoking auth bypass via unenforced @revoked status in golang.org/x/crypto/ssh/knownhosts
(bsc#1266200).
- CVE-2026-46595: Invoking VerifiedPublicKeyCallback permissions skip enforcement in golang.org/x/crypto/ssh
(bsc#1266200).
- CVE-2026-46597: Invoking byte arithmetic causes underflow and panic in golang.org/x/crypto/ssh (bsc#1266200).
- CVE-2026-46598: Invoking pathological inputs can lead to client panic in golang.org/x/crypto/ssh/agent (bsc#1266200).
Changes:
* Bump golang.org/x/crypto from v0.51.0 to v0.52.0
* Bump golang.org/x/net from v0.54.0 to v0.55.0
* Enforce directory boundary in BuildSafePath
* Fix visibility issue with Bottlerocket OS in document output
* Update go-git from v5.17.1 to v5.19.1 (bsc#1264952, CVE-2026-41506), this
also updates go-billy from v5.8.0 to v5.9.0 (bsc#1267332, CVE-2026-44740)
* Bump golang.org/x/net from v0.48.0 to v0.53.0 (bsc#1266781, CVE-2026-39821)
* Quit if sysprep failed and log its current state
* Remove attached legacy cloudwatch plugin packages
* Upgrade Go version to 1.25.10
* Use BuildSafePath wherever it is applicable
* Add OOM killer protection to systemd service files
* Apply more sanitation to file and registry inventory gatherers
* Bump go-git to v5.17.1
* Deprecate legacy cloudwatch plugin
* Preserve network error details in credential refresher SSM API failures
* Upgrade Go version to 1.25.9
* Add SSM Distributor support for Bottlerocket OS
* Implement flush credentials command in ssm-cli
* Log ec2messages access denied as debug instead of error to reduce log noise
* Make credential refresher refresh cache quickly in case of credential flush
* Make Greengrass component registration resilient with retry
* Add EnforceWorkspaceRootOwnership configuration to support disable
hardening of agent workspace
* Add reboot comment to Windows shutdown command for SSM Agent traceability
* Update privilege access check to verify ownership and permissions
of document state files
* Add read-only version check prior to install and uninstall
in case of occupied package manager locks
* Add ANSI processing for CloudWatch and S3 log
* Upgrade go-git to v5.17.0 and cloudflare/circl to v1.6.3
to fix CVE-2026-1229
- Switch to systemd-tmpfiles to store runtime data (jsc#PED-14843)
* Disable Go 1.25 container-aware GOMAXPROCS to prevent holding
cgroup file descriptors open
* Upgrade Go version to 1.25.8
* Document CommandWorkerBufferLimit config
* Include package update in Dockerfile
* Reduce CloudWatch event message length threshold
* Upgrade Go version to 1.25.7
* Update github.com/go-git/go-git/v5 to 5.16.5 (bsc#1258095, CVE-2026-25934)
* Update greengrass version
* Update Golang version to 1.24.12
* Updating golang.org/x/crypto from v0.37.0 to v0.47.0, golang.org/x/net
from v0.39.0 to v0.48.0 and golang.org/x/sys from v0.32.0 to v0.40.0
(bsc#1253611, CVE-2025-47913)
* Categorize integration tests by adding new tags to split fast and slow ones
* Fix bug where IP field being empty string and causing UII API failure
* Allow Patch execution to persist across reboots not registered to SSM Agent
* Fix ENV_VAR interpolation to work correctly with parameter store value
* Implement immediate retries for failed reply messages to MGS for RunCommand documents
* Improve ssm-cli get-diagnostics command log output
* Support DomainJoin endpoint for EU sovereign cloud
* Support dualstack S3 endpoint for distributor packages
* Upgrade Go version to 1.24.11
* Add initial IPv6 support with UseDualStackEndpoint configuration option
* Fix CPU utilization issue for instances with thousands of network interfaces
* Add IMDS retry count to account for EC2 droplet refresh
* Fix duplicate uid error logging in MDS module
* Update aws:Domainjoin plugin logging from Log4Net to NLog
* Upgrade Go version to 1.24.7
* Update github.com/go-git/go-git/v5 to 5.15.0
* Update golang.org/x/crypto to v0.37.0 (bsc#1238702, CVE-2025-22870)
* Update golang.org/x/net to v0.39.0
* Update golang.org/x/sys to v0.32.0
* Add EU sovereign cloud S3 endpoint for DownloadContent plugin
* Add configurable credential rotation max backoff interval
* Migrate from twinj/uuid to google/uuid library
* Allow newer agent versions to be installed when deploying on Greengrass
* Harden function to remove non-admin run command documents in execution path
* Fix macOS credential refresher test issue due to missing Debugf from serialport skip file
* Enhance testability of custom certificate usage in debug SSM Agent builds
* Decouple serial port from startup and add credential refresher serialport logging
* Add GlobalEnhancedTelemetryEnabled config to README
* Add cloudwatch logs endpoint configuration to optional config for agent
* Update Greengrass component version
* Add file privilege check before processing document state file
* Storing AWS document interpolation ENV_VAR types as environment variables
* Throw explicit error when running local cli as non-priviledged user
* Harden telemetry dynamic config folder permissions
* Add configuration option for HandshakeTimeout
* Improve unit tests
* Add setup for emitting telemetry logs and metrics
* Add initial selection of error logs to emit to telemetry
* Simplify checkstyle and import organization in build scripts
* Update golang.org/x/net from v0.37.0 to v0.38.0
* Agent hibernation reason is logged to EC2 system logs
* Add metrics for the EC2Detector and IMDS EC2 status findings
* Change Linux DomainJoin plugin parameter KeepHostName to accept
both boolean and string
* Upgrade GoLang to version 1.23.8
* Update golang.org/x/crypto from v0.32.0 to v0.36.0 (bsc#1239342, CVE-2025-22869)
Patchnames: SUSE-2026-2468,SUSE-SLE-Module-Public-Cloud-12-2026-2468
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.5 (High)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
4.4 (Medium)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.5 (High)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
4.3 (Medium)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.4 (High)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
6.5 (Medium)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
8.1 (High)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
6.5 (Medium)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
8.1 (High)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
8.4 (High)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.7 (High)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
6.5 (Medium)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
8.1 (High)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
8.1 (High)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
77 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for amazon-ssm-agent",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for amazon-ssm-agent fixes the following issues\n\nUpdate to version 3.3.4624.0:\n\t\n- CVE-2025-22869: golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh\n (bsc#1239342).\n- CVE-2025-22870: golang.org/x/net/proxy: proxy bypass using IPv6 zone IDs (bsc#1238702).\n- CVE-2025-47913: golang.org/x/crypto/ssh/agent: client process termination when receiving an unexpected message type in\n response to a key listing or signing request (bsc#1253611).\n- CVE-2026-1229: the CombinedMult function in the ecc/p384 package produces an incorrect value for specific inputs\n (bsc#1265474).\n- CVE-2026-25934: github.com/go-git/go-git/v5: improper verification of data integrity values for .pack and .idx files\n can lead to the consumption of corrupted files (bsc#1258095).\n- CVE-2026-39821: golang.org/x/net/idna: failure to reject ASCII-only Punycode-encoded labels allows for validation\n bypass and privilege esca (bsc#1266781).\n- CVE-2026-41506: github.com/go-git/go-git/v5: HTTP authentication credential leak when following redirects during\n smart-HTTP clone and fetch operations (bsc#1264952).\n- CVE-2026-44740: github.com/go-git/go-billy/v5: improper input handling in many components can lead to DoS via infinite\n loops, panics or resource consumption (bsc#1267332).\n- CVE-2026-39827: Invoking memory leak when rejecting channels can lead to DoS in golang.org/x/crypto/ssh (bsc#1266200).\n- CVE-2026-39828: Invoking bypass of certificate restrictions in golang.org/x/crypto/ssh (bsc#1266200).\n- CVE-2026-39829: Invoking pathological RSA/DSA parameters may cause DoS in golang.org/x/crypto/ssh (bsc#1266200).\n- CVE-2026-39830: Invoking client can cause server deadlock on unexpected responses in golang.org/x/crypto/ssh\n (bsc#1266200).\n- CVE-2026-39831: Invoking bypass of FIDO/U2F security keys physical interaction in golang.org/x/crypto/ssh\n (bsc#1266200).\n- CVE-2026-39832: Invoking agent constraints dropped when forwarding keys in golang.org/x/crypto/ssh/agent\n (bsc#1266200).\n- CVE-2026-39833: Invoking key constraints not enforced in golang.org/x/crypto/ssh/agent (bsc#1266200).\n- CVE-2026-39834: Invoking infinite loop on large channel writes in golang.org/x/crypto/ssh (bsc#1266200).\n- CVE-2026-39835: Invoking server panic during CheckHostKey/Authenticate in golang.org/x/crypto/ssh (bsc#1266200).\n- CVE-2026-42508: Invoking auth bypass via unenforced @revoked status in golang.org/x/crypto/ssh/knownhosts\n (bsc#1266200).\n- CVE-2026-46595: Invoking VerifiedPublicKeyCallback permissions skip enforcement in golang.org/x/crypto/ssh\n (bsc#1266200).\n- CVE-2026-46597: Invoking byte arithmetic causes underflow and panic in golang.org/x/crypto/ssh (bsc#1266200).\n- CVE-2026-46598: Invoking pathological inputs can lead to client panic in golang.org/x/crypto/ssh/agent (bsc#1266200).\n\nChanges:\n\n * Bump golang.org/x/crypto from v0.51.0 to v0.52.0\n * Bump golang.org/x/net from v0.54.0 to v0.55.0\n * Enforce directory boundary in BuildSafePath\n * Fix visibility issue with Bottlerocket OS in document output\n * Update go-git from v5.17.1 to v5.19.1 (bsc#1264952, CVE-2026-41506), this\n also updates go-billy from v5.8.0 to v5.9.0 (bsc#1267332, CVE-2026-44740)\n * Bump golang.org/x/net from v0.48.0 to v0.53.0 (bsc#1266781, CVE-2026-39821)\n * Quit if sysprep failed and log its current state\n * Remove attached legacy cloudwatch plugin packages\n * Upgrade Go version to 1.25.10\n * Use BuildSafePath wherever it is applicable\n * Add OOM killer protection to systemd service files\n * Apply more sanitation to file and registry inventory gatherers\n * Bump go-git to v5.17.1\n * Deprecate legacy cloudwatch plugin\n * Preserve network error details in credential refresher SSM API failures\n * Upgrade Go version to 1.25.9\n * Add SSM Distributor support for Bottlerocket OS\n * Implement flush credentials command in ssm-cli\n * Log ec2messages access denied as debug instead of error to reduce log noise\n * Make credential refresher refresh cache quickly in case of credential flush\n * Make Greengrass component registration resilient with retry\n * Add EnforceWorkspaceRootOwnership configuration to support disable\n hardening of agent workspace\n * Add reboot comment to Windows shutdown command for SSM Agent traceability\n * Update privilege access check to verify ownership and permissions\n of document state files\n * Add read-only version check prior to install and uninstall\n in case of occupied package manager locks\n * Add ANSI processing for CloudWatch and S3 log\n * Upgrade go-git to v5.17.0 and cloudflare/circl to v1.6.3\n to fix CVE-2026-1229\n- Switch to systemd-tmpfiles to store runtime data (jsc#PED-14843)\n * Disable Go 1.25 container-aware GOMAXPROCS to prevent holding\n cgroup file descriptors open\n * Upgrade Go version to 1.25.8\n * Document CommandWorkerBufferLimit config\n * Include package update in Dockerfile\n * Reduce CloudWatch event message length threshold\n * Upgrade Go version to 1.25.7\n * Update github.com/go-git/go-git/v5 to 5.16.5 (bsc#1258095, CVE-2026-25934)\n * Update greengrass version\n * Update Golang version to 1.24.12\n * Updating golang.org/x/crypto from v0.37.0 to v0.47.0, golang.org/x/net\n from v0.39.0 to v0.48.0 and golang.org/x/sys from v0.32.0 to v0.40.0\n (bsc#1253611, CVE-2025-47913)\n * Categorize integration tests by adding new tags to split fast and slow ones\n * Fix bug where IP field being empty string and causing UII API failure\n * Allow Patch execution to persist across reboots not registered to SSM Agent\n * Fix ENV_VAR interpolation to work correctly with parameter store value\n * Implement immediate retries for failed reply messages to MGS for RunCommand documents\n * Improve ssm-cli get-diagnostics command log output\n * Support DomainJoin endpoint for EU sovereign cloud\n * Support dualstack S3 endpoint for distributor packages\n * Upgrade Go version to 1.24.11\n * Add initial IPv6 support with UseDualStackEndpoint configuration option\n * Fix CPU utilization issue for instances with thousands of network interfaces\n * Add IMDS retry count to account for EC2 droplet refresh\n * Fix duplicate uid error logging in MDS module\n * Update aws:Domainjoin plugin logging from Log4Net to NLog\n * Upgrade Go version to 1.24.7\n * Update github.com/go-git/go-git/v5 to 5.15.0\n * Update golang.org/x/crypto to v0.37.0 (bsc#1238702, CVE-2025-22870)\n * Update golang.org/x/net to v0.39.0\n * Update golang.org/x/sys to v0.32.0\n * Add EU sovereign cloud S3 endpoint for DownloadContent plugin\n * Add configurable credential rotation max backoff interval\n * Migrate from twinj/uuid to google/uuid library\n * Allow newer agent versions to be installed when deploying on Greengrass\n * Harden function to remove non-admin run command documents in execution path\n * Fix macOS credential refresher test issue due to missing Debugf from serialport skip file\n * Enhance testability of custom certificate usage in debug SSM Agent builds\n * Decouple serial port from startup and add credential refresher serialport logging\n * Add GlobalEnhancedTelemetryEnabled config to README\n * Add cloudwatch logs endpoint configuration to optional config for agent\n * Update Greengrass component version\n * Add file privilege check before processing document state file\n * Storing AWS document interpolation ENV_VAR types as environment variables\n * Throw explicit error when running local cli as non-priviledged user\n * Harden telemetry dynamic config folder permissions\n * Add configuration option for HandshakeTimeout\n * Improve unit tests\n * Add setup for emitting telemetry logs and metrics\n * Add initial selection of error logs to emit to telemetry\n * Simplify checkstyle and import organization in build scripts\n * Update golang.org/x/net from v0.37.0 to v0.38.0\n * Agent hibernation reason is logged to EC2 system logs\n * Add metrics for the EC2Detector and IMDS EC2 status findings\n * Change Linux DomainJoin plugin parameter KeepHostName to accept\n both boolean and string\n * Upgrade GoLang to version 1.23.8\n * Update golang.org/x/crypto from v0.32.0 to v0.36.0 (bsc#1239342, CVE-2025-22869)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-2468,SUSE-SLE-Module-Public-Cloud-12-2026-2468",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_2468-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:2468-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262468-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:2468-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-June/047438.html"
},
{
"category": "self",
"summary": "SUSE Bug 1238702",
"url": "https://bugzilla.suse.com/1238702"
},
{
"category": "self",
"summary": "SUSE Bug 1239342",
"url": "https://bugzilla.suse.com/1239342"
},
{
"category": "self",
"summary": "SUSE Bug 1253611",
"url": "https://bugzilla.suse.com/1253611"
},
{
"category": "self",
"summary": "SUSE Bug 1258095",
"url": "https://bugzilla.suse.com/1258095"
},
{
"category": "self",
"summary": "SUSE Bug 1264952",
"url": "https://bugzilla.suse.com/1264952"
},
{
"category": "self",
"summary": "SUSE Bug 1265474",
"url": "https://bugzilla.suse.com/1265474"
},
{
"category": "self",
"summary": "SUSE Bug 1266200",
"url": "https://bugzilla.suse.com/1266200"
},
{
"category": "self",
"summary": "SUSE Bug 1266781",
"url": "https://bugzilla.suse.com/1266781"
},
{
"category": "self",
"summary": "SUSE Bug 1267332",
"url": "https://bugzilla.suse.com/1267332"
},
{
"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-2026-1229 page",
"url": "https://www.suse.com/security/cve/CVE-2026-1229/"
},
{
"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-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-41506 page",
"url": "https://www.suse.com/security/cve/CVE-2026-41506/"
},
{
"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-44740 page",
"url": "https://www.suse.com/security/cve/CVE-2026-44740/"
},
{
"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": "Security update for amazon-ssm-agent",
"tracking": {
"current_release_date": "2026-06-19T11:03:24Z",
"generator": {
"date": "2026-06-19T11:03:24Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:2468-1",
"initial_release_date": "2026-06-19T11:03:24Z",
"revision_history": [
{
"date": "2026-06-19T11:03:24Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"product": {
"name": "amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"product_id": "amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"product": {
"name": "amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"product_id": "amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Public Cloud 12",
"product": {
"name": "SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 12",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-public-cloud:12"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12",
"product": {
"name": "SUSE Linux Enterprise Server 12",
"product_id": "SUSE Linux Enterprise Server 12",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:12"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 12",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 12",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:12"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 12",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 12",
"product_id": "SUSE Linux Enterprise High Performance Computing 12",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc:12"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP3",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP3",
"product_id": "SUSE Linux Enterprise Server 12 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:12:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP3",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:12:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP4",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP4",
"product_id": "SUSE Linux Enterprise Server 12 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:12:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:12:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:12:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:12:sp5"
}
}
}
],
"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.4624.0-4.49.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64"
},
"product_reference": "amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64"
},
"product_reference": "amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64"
},
"product_reference": "amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64"
},
"product_reference": "amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64"
},
"product_reference": "amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64"
},
"product_reference": "amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64"
},
"product_reference": "amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64"
},
"product_reference": "amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64"
},
"product_reference": "amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64"
},
"product_reference": "amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64"
},
"product_reference": "amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64"
},
"product_reference": "amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64"
},
"product_reference": "amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64"
},
"product_reference": "amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64"
},
"product_reference": "amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64"
},
"product_reference": "amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64"
},
"product_reference": "amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64"
},
"product_reference": "amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64"
},
"product_reference": "amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64"
},
"product_reference": "amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-19T11:03:24Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-22870",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22870"
}
],
"notes": [
{
"category": "general",
"text": "Matching of hosts against proxy patterns can improperly treat an IPv6 zone ID as a hostname component. For example, when the NO_PROXY environment variable is set to \"*.example.com\", a request to \"[::1%25.example.com]:80` will incorrectly match and not be proxied.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22870",
"url": "https://www.suse.com/security/cve/CVE-2025-22870"
},
{
"category": "external",
"summary": "SUSE Bug 1238572 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238572"
},
{
"category": "external",
"summary": "SUSE Bug 1238611 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238611"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-19T11:03:24Z",
"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": [
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47913",
"url": "https://www.suse.com/security/cve/CVE-2025-47913"
},
{
"category": "external",
"summary": "SUSE Bug 1253506 for CVE-2025-47913",
"url": "https://bugzilla.suse.com/1253506"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-19T11:03:24Z",
"details": "important"
}
],
"title": "CVE-2025-47913"
},
{
"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": [
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.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": [
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.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": [
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-19T11:03:24Z",
"details": "important"
}
],
"title": "CVE-2026-1229"
},
{
"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": [
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.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": [
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.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": [
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-19T11:03:24Z",
"details": "moderate"
}
],
"title": "CVE-2026-25934"
},
{
"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": [
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.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": [
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.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": [
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-19T11:03:24Z",
"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": [
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.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": [
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.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": [
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-19T11:03:24Z",
"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": [
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.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": [
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.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": [
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-19T11:03:24Z",
"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": [
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.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": [
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-19T11:03:24Z",
"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": [
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.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": [
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.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": [
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-19T11:03:24Z",
"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": [
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.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": [
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.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": [
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-19T11:03:24Z",
"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": [
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.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": [
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.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": [
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-19T11:03:24Z",
"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": [
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.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": [
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.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": [
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-19T11:03:24Z",
"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": [
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.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": [
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-19T11:03:24Z",
"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": [
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.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": [
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-19T11:03:24Z",
"details": "important"
}
],
"title": "CVE-2026-39835"
},
{
"cve": "CVE-2026-41506",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-41506"
}
],
"notes": [
{
"category": "general",
"text": "go-git is an extensible git implementation library written in pure Go. Prior to versions 5.18.0 and 6.0.0-alpha.2, go-git may leak HTTP authentication credentials when following redirects during smart-HTTP clone and fetch operations. This issue has been patched in versions 5.18.0 and 6.0.0-alpha.2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-41506",
"url": "https://www.suse.com/security/cve/CVE-2026-41506"
},
{
"category": "external",
"summary": "SUSE Bug 1264854 for CVE-2026-41506",
"url": "https://bugzilla.suse.com/1264854"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-19T11:03:24Z",
"details": "moderate"
}
],
"title": "CVE-2026-41506"
},
{
"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": [
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.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": [
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.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": [
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-19T11:03:24Z",
"details": "important"
}
],
"title": "CVE-2026-42508"
},
{
"cve": "CVE-2026-44740",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-44740"
}
],
"notes": [
{
"category": "general",
"text": "Billy is an interface filesystem abstraction for Go. Prior to versions 5.9.0 and 6.0.0-alpha.1, multiple components may improperly handle crafted or malformed input, resulting in panics, infinite loops, uncontrolled recursion, or excessive resource consumption. These issues arise from insufficient validation and missing safety mechanisms such as cycle detection, recursion limits, or defensive handling of unexpected states when processing untrusted repository data and filesystem structures. This issue has been patched in versions 5.9.0 and 6.0.0-alpha.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-44740",
"url": "https://www.suse.com/security/cve/CVE-2026-44740"
},
{
"category": "external",
"summary": "SUSE Bug 1267264 for CVE-2026-44740",
"url": "https://bugzilla.suse.com/1267264"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-19T11:03:24Z",
"details": "important"
}
],
"title": "CVE-2026-44740"
},
{
"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": [
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.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": [
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.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": [
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-19T11:03:24Z",
"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": [
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.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": [
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-19T11:03:24Z",
"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": [
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.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": [
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:amazon-ssm-agent-3.3.4624.0-4.49.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-19T11:03:24Z",
"details": "important"
}
],
"title": "CVE-2026-46598"
}
]
}
SUSE-SU-2026:2581-1
Vulnerability from csaf_suse - Published: 2026-06-23 13:25 - Updated: 2026-06-23 13:25Summary
Security update for google-guest-agent
Severity
Important
Notes
Title of the patch: Security update for google-guest-agent
Description of the patch: This update for google-guest-agent fixes the following issues:
- CVE-2026-39827: Update golang.org/x/crypto dependency (bsc#1266171).
- CVE-2026-39828: Update golang.org/x/crypto dependency (bsc#1266171).
- CVE-2026-39829: Update golang.org/x/crypto dependency (bsc#1266171).
- CVE-2026-39830: Update golang.org/x/crypto dependency (bsc#1266171).
- CVE-2026-39831: Update golang.org/x/crypto dependency (bsc#1266171).
- CVE-2026-39832: Update golang.org/x/crypto dependency (bsc#1266171).
- CVE-2026-39833: Update golang.org/x/crypto dependency (bsc#1266171).
- CVE-2026-39834: Update golang.org/x/crypto dependency (bsc#1266171).
- CVE-2026-39835: Update golang.org/x/crypto dependency (bsc#1266171).
- CVE-2026-42508: Update golang.org/x/crypto dependency (bsc#1266171).
- CVE-2026-46595: Update golang.org/x/crypto dependency (bsc#1266171).
- CVE-2026-46597: Update golang.org/x/crypto dependency (bsc#1266171).
- CVE-2026-46598: Update golang.org/x/crypto dependency (bsc#1266171).
- CVE-2024-45337: Update golang.org/x/crypto/ssh dependency (bsc#1234563).
- CVE-2026-39821: Update golang.org/x/net dependency (bsc#1266603).
- CVE-2023-45288: Update golang.org/x/net/http2 dependency (bsc#1236533).
- CVE-2025-22869: Update golang.org/x/crypto dependency (bsc#1239334).
- CVE-2025-22869: Update golang.org/x/crypto dependency (bsc#1253889).
- CVE-2026-33814: Update golang.org/x/net/http2 dependency (bsc#1265762).
- CVE-2026-33186: Update google.golang.org/grpc dependency (bsc#1260264).
- CVE-2026-34986: Fix crafted JWE input with a missing encrypted key can lead to a denial of service (bsc#1262926).
Bug fixes:
- Update to version 20260402.00 (bsc#1257010).
- Update to version 20250506.01 (bsc#1243254, bsc#1243505).
- Install google_metadata_script_runner_adapt script (bsc#1245759).
- Add -buildmode=pie to go build command line (bsc#1239944).
- Re-enable binary stripping and debuginfo (bsc#1210938).
Patchnames: SUSE-2026-2581,SUSE-SLE-Module-Public-Cloud-12-2026-2581
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
5.3 (Medium)
Affected products
Recommended
40 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
8.1 (High)
Affected products
Recommended
40 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
40 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
40 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
5.3 (Medium)
Affected products
Recommended
40 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
8.1 (High)
Affected products
Recommended
40 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
40 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
40 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.4 (High)
Affected products
Recommended
40 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
6.5 (Medium)
Affected products
Recommended
40 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
8.1 (High)
Affected products
Recommended
40 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
40 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
6.5 (Medium)
Affected products
Recommended
40 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
8.1 (High)
Affected products
Recommended
40 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
8.4 (High)
Affected products
Recommended
40 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.7 (High)
Affected products
Recommended
40 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
40 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
40 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
8.1 (High)
Affected products
Recommended
40 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
8.1 (High)
Affected products
Recommended
40 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
40 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
40 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
88 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for google-guest-agent",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for google-guest-agent fixes the following issues:\n\n- CVE-2026-39827: Update golang.org/x/crypto dependency (bsc#1266171).\n- CVE-2026-39828: Update golang.org/x/crypto dependency (bsc#1266171).\n- CVE-2026-39829: Update golang.org/x/crypto dependency (bsc#1266171).\n- CVE-2026-39830: Update golang.org/x/crypto dependency (bsc#1266171).\n- CVE-2026-39831: Update golang.org/x/crypto dependency (bsc#1266171).\n- CVE-2026-39832: Update golang.org/x/crypto dependency (bsc#1266171).\n- CVE-2026-39833: Update golang.org/x/crypto dependency (bsc#1266171).\n- CVE-2026-39834: Update golang.org/x/crypto dependency (bsc#1266171).\n- CVE-2026-39835: Update golang.org/x/crypto dependency (bsc#1266171).\n- CVE-2026-42508: Update golang.org/x/crypto dependency (bsc#1266171).\n- CVE-2026-46595: Update golang.org/x/crypto dependency (bsc#1266171).\n- CVE-2026-46597: Update golang.org/x/crypto dependency (bsc#1266171).\n- CVE-2026-46598: Update golang.org/x/crypto dependency (bsc#1266171).\n- CVE-2024-45337: Update golang.org/x/crypto/ssh dependency (bsc#1234563).\n- CVE-2026-39821: Update golang.org/x/net dependency (bsc#1266603).\n- CVE-2023-45288: Update golang.org/x/net/http2 dependency (bsc#1236533).\n- CVE-2025-22869: Update golang.org/x/crypto dependency (bsc#1239334).\n- CVE-2025-22869: Update golang.org/x/crypto dependency (bsc#1253889).\n- CVE-2026-33814: Update golang.org/x/net/http2 dependency (bsc#1265762).\n- CVE-2026-33186: Update google.golang.org/grpc dependency (bsc#1260264).\n- CVE-2026-34986: Fix crafted JWE input with a missing encrypted key can lead to a denial of service (bsc#1262926).\n\nBug fixes:\n\n- Update to version 20260402.00 (bsc#1257010).\n- Update to version 20250506.01 (bsc#1243254, bsc#1243505).\n- Install google_metadata_script_runner_adapt script (bsc#1245759).\n- Add -buildmode=pie to go build command line (bsc#1239944).\n- Re-enable binary stripping and debuginfo (bsc#1210938).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-2581,SUSE-SLE-Module-Public-Cloud-12-2026-2581",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_2581-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:2581-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262581-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:2581-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026965.html"
},
{
"category": "self",
"summary": "SUSE Bug 1210938",
"url": "https://bugzilla.suse.com/1210938"
},
{
"category": "self",
"summary": "SUSE Bug 1234563",
"url": "https://bugzilla.suse.com/1234563"
},
{
"category": "self",
"summary": "SUSE Bug 1236533",
"url": "https://bugzilla.suse.com/1236533"
},
{
"category": "self",
"summary": "SUSE Bug 1239334",
"url": "https://bugzilla.suse.com/1239334"
},
{
"category": "self",
"summary": "SUSE Bug 1239944",
"url": "https://bugzilla.suse.com/1239944"
},
{
"category": "self",
"summary": "SUSE Bug 1243254",
"url": "https://bugzilla.suse.com/1243254"
},
{
"category": "self",
"summary": "SUSE Bug 1243505",
"url": "https://bugzilla.suse.com/1243505"
},
{
"category": "self",
"summary": "SUSE Bug 1245759",
"url": "https://bugzilla.suse.com/1245759"
},
{
"category": "self",
"summary": "SUSE Bug 1253889",
"url": "https://bugzilla.suse.com/1253889"
},
{
"category": "self",
"summary": "SUSE Bug 1257010",
"url": "https://bugzilla.suse.com/1257010"
},
{
"category": "self",
"summary": "SUSE Bug 1260264",
"url": "https://bugzilla.suse.com/1260264"
},
{
"category": "self",
"summary": "SUSE Bug 1262926",
"url": "https://bugzilla.suse.com/1262926"
},
{
"category": "self",
"summary": "SUSE Bug 1265762",
"url": "https://bugzilla.suse.com/1265762"
},
{
"category": "self",
"summary": "SUSE Bug 1266171",
"url": "https://bugzilla.suse.com/1266171"
},
{
"category": "self",
"summary": "SUSE Bug 1266603",
"url": "https://bugzilla.suse.com/1266603"
},
{
"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-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-58181 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58181/"
},
{
"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-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-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": "Security update for google-guest-agent",
"tracking": {
"current_release_date": "2026-06-23T13:25:47Z",
"generator": {
"date": "2026-06-23T13:25:47Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:2581-1",
"initial_release_date": "2026-06-23T13:25:47Z",
"revision_history": [
{
"date": "2026-06-23T13:25:47Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "google-guest-agent-20260529.00-1.61.1.aarch64",
"product": {
"name": "google-guest-agent-20260529.00-1.61.1.aarch64",
"product_id": "google-guest-agent-20260529.00-1.61.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "google-guest-agent-20260529.00-1.61.1.i586",
"product": {
"name": "google-guest-agent-20260529.00-1.61.1.i586",
"product_id": "google-guest-agent-20260529.00-1.61.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "google-guest-agent-20260529.00-1.61.1.ppc64le",
"product": {
"name": "google-guest-agent-20260529.00-1.61.1.ppc64le",
"product_id": "google-guest-agent-20260529.00-1.61.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "google-guest-agent-20260529.00-1.61.1.s390x",
"product": {
"name": "google-guest-agent-20260529.00-1.61.1.s390x",
"product_id": "google-guest-agent-20260529.00-1.61.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "google-guest-agent-20260529.00-1.61.1.x86_64",
"product": {
"name": "google-guest-agent-20260529.00-1.61.1.x86_64",
"product_id": "google-guest-agent-20260529.00-1.61.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Public Cloud 12",
"product": {
"name": "SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 12",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-public-cloud:12"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12",
"product": {
"name": "SUSE Linux Enterprise Server 12",
"product_id": "SUSE Linux Enterprise Server 12",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:12"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 12",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 12",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:12"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 12",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 12",
"product_id": "SUSE Linux Enterprise High Performance Computing 12",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc:12"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP3",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP3",
"product_id": "SUSE Linux Enterprise Server 12 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:12:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP3",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:12:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP4",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP4",
"product_id": "SUSE Linux Enterprise Server 12 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:12:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:12:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:12:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:12:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "google-guest-agent-20260529.00-1.61.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64"
},
"product_reference": "google-guest-agent-20260529.00-1.61.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-guest-agent-20260529.00-1.61.1.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le"
},
"product_reference": "google-guest-agent-20260529.00-1.61.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-guest-agent-20260529.00-1.61.1.s390x as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x"
},
"product_reference": "google-guest-agent-20260529.00-1.61.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-guest-agent-20260529.00-1.61.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64"
},
"product_reference": "google-guest-agent-20260529.00-1.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-guest-agent-20260529.00-1.61.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64"
},
"product_reference": "google-guest-agent-20260529.00-1.61.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-guest-agent-20260529.00-1.61.1.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le"
},
"product_reference": "google-guest-agent-20260529.00-1.61.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-guest-agent-20260529.00-1.61.1.s390x as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x"
},
"product_reference": "google-guest-agent-20260529.00-1.61.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-guest-agent-20260529.00-1.61.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64"
},
"product_reference": "google-guest-agent-20260529.00-1.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-guest-agent-20260529.00-1.61.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64"
},
"product_reference": "google-guest-agent-20260529.00-1.61.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-guest-agent-20260529.00-1.61.1.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le"
},
"product_reference": "google-guest-agent-20260529.00-1.61.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-guest-agent-20260529.00-1.61.1.s390x as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x"
},
"product_reference": "google-guest-agent-20260529.00-1.61.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-guest-agent-20260529.00-1.61.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.x86_64"
},
"product_reference": "google-guest-agent-20260529.00-1.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-guest-agent-20260529.00-1.61.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64"
},
"product_reference": "google-guest-agent-20260529.00-1.61.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-guest-agent-20260529.00-1.61.1.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le"
},
"product_reference": "google-guest-agent-20260529.00-1.61.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-guest-agent-20260529.00-1.61.1.s390x as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x"
},
"product_reference": "google-guest-agent-20260529.00-1.61.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-guest-agent-20260529.00-1.61.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64"
},
"product_reference": "google-guest-agent-20260529.00-1.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-guest-agent-20260529.00-1.61.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64"
},
"product_reference": "google-guest-agent-20260529.00-1.61.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-guest-agent-20260529.00-1.61.1.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le"
},
"product_reference": "google-guest-agent-20260529.00-1.61.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-guest-agent-20260529.00-1.61.1.s390x as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x"
},
"product_reference": "google-guest-agent-20260529.00-1.61.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-guest-agent-20260529.00-1.61.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64"
},
"product_reference": "google-guest-agent-20260529.00-1.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-guest-agent-20260529.00-1.61.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64"
},
"product_reference": "google-guest-agent-20260529.00-1.61.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-guest-agent-20260529.00-1.61.1.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le"
},
"product_reference": "google-guest-agent-20260529.00-1.61.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-guest-agent-20260529.00-1.61.1.s390x as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x"
},
"product_reference": "google-guest-agent-20260529.00-1.61.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-guest-agent-20260529.00-1.61.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64"
},
"product_reference": "google-guest-agent-20260529.00-1.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-guest-agent-20260529.00-1.61.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64"
},
"product_reference": "google-guest-agent-20260529.00-1.61.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-guest-agent-20260529.00-1.61.1.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le"
},
"product_reference": "google-guest-agent-20260529.00-1.61.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-guest-agent-20260529.00-1.61.1.s390x as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x"
},
"product_reference": "google-guest-agent-20260529.00-1.61.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-guest-agent-20260529.00-1.61.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64"
},
"product_reference": "google-guest-agent-20260529.00-1.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-guest-agent-20260529.00-1.61.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64"
},
"product_reference": "google-guest-agent-20260529.00-1.61.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-guest-agent-20260529.00-1.61.1.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le"
},
"product_reference": "google-guest-agent-20260529.00-1.61.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-guest-agent-20260529.00-1.61.1.s390x as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x"
},
"product_reference": "google-guest-agent-20260529.00-1.61.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-guest-agent-20260529.00-1.61.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64"
},
"product_reference": "google-guest-agent-20260529.00-1.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-guest-agent-20260529.00-1.61.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64"
},
"product_reference": "google-guest-agent-20260529.00-1.61.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-guest-agent-20260529.00-1.61.1.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le"
},
"product_reference": "google-guest-agent-20260529.00-1.61.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-guest-agent-20260529.00-1.61.1.s390x as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x"
},
"product_reference": "google-guest-agent-20260529.00-1.61.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-guest-agent-20260529.00-1.61.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64"
},
"product_reference": "google-guest-agent-20260529.00-1.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-guest-agent-20260529.00-1.61.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64"
},
"product_reference": "google-guest-agent-20260529.00-1.61.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-guest-agent-20260529.00-1.61.1.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le"
},
"product_reference": "google-guest-agent-20260529.00-1.61.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-guest-agent-20260529.00-1.61.1.s390x as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x"
},
"product_reference": "google-guest-agent-20260529.00-1.61.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-guest-agent-20260529.00-1.61.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64"
},
"product_reference": "google-guest-agent-20260529.00-1.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-45288",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-45288"
}
],
"notes": [
{
"category": "general",
"text": "An attacker may cause an HTTP/2 endpoint to read arbitrary amounts of header data by sending an excessive number of CONTINUATION frames. Maintaining HPACK state requires parsing and processing all HEADERS and CONTINUATION frames on a connection. When a request\u0027s headers exceed MaxHeaderBytes, no memory is allocated to store the excess headers, but they are still parsed. This permits an attacker to cause an HTTP/2 endpoint to read arbitrary amounts of header data, all associated with a request which is going to be rejected. These headers can include Huffman-encoded data which is significantly more expensive for the receiver to decode than for an attacker to send. The fix sets a limit on the amount of excess header frames we will process before closing a connection.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-45288",
"url": "https://www.suse.com/security/cve/CVE-2023-45288"
},
{
"category": "external",
"summary": "SUSE Bug 1221400 for CVE-2023-45288",
"url": "https://bugzilla.suse.com/1221400"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-23T13:25:47Z",
"details": "moderate"
}
],
"title": "CVE-2023-45288"
},
{
"cve": "CVE-2024-45337",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-45337"
}
],
"notes": [
{
"category": "general",
"text": "Applications and libraries which misuse connection.serverAuthenticate (via callback field ServerConfig.PublicKeyCallback) may be susceptible to an authorization bypass. The documentation for ServerConfig.PublicKeyCallback says that \"A call to this function does not guarantee that the key offered is in fact used to authenticate.\" Specifically, the SSH protocol allows clients to inquire about whether a public key is acceptable before proving control of the corresponding private key. PublicKeyCallback may be called with multiple keys, and the order in which the keys were provided cannot be used to infer which key the client successfully authenticated with, if any. Some applications, which store the key(s) passed to PublicKeyCallback (or derived information) and make security relevant determinations based on it once the connection is established, may make incorrect assumptions. For example, an attacker may send public keys A and B, and then authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B for which the attacker does not actually control the private key. Since this API is widely misused, as a partial mitigation golang.org/x/cry...@v0.31.0 enforces the property that, when successfully authenticating via public key, the last key passed to ServerConfig.PublicKeyCallback will be the key used to authenticate the connection. PublicKeyCallback will now be called multiple times with the same key, if necessary. Note that the client may still not control the last key passed to PublicKeyCallback if the connection is then authenticated with a different method, such as PasswordCallback, KeyboardInteractiveCallback, or NoClientAuth. Users should be using the Extensions field of the Permissions return value from the various authentication callbacks to record data associated with the authentication attempt instead of referencing external state. Once the connection is established the state corresponding to the successful authentication attempt can be retrieved via the ServerConn.Permissions field. Note that some third-party libraries misuse the Permissions type by sharing it across authentication attempts; users of third-party libraries should refer to the relevant projects for guidance.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.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": [
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.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": [
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-23T13:25:47Z",
"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": [
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22868",
"url": "https://www.suse.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "SUSE Bug 1239185 for CVE-2025-22868",
"url": "https://bugzilla.suse.com/1239185"
},
{
"category": "external",
"summary": "SUSE Bug 1239186 for CVE-2025-22868",
"url": "https://bugzilla.suse.com/1239186"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-23T13:25:47Z",
"details": "important"
}
],
"title": "CVE-2025-22868"
},
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-23T13:25:47Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-58181",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58181"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers parsing GSSAPI authentication requests do not validate the number of mechanisms specified in the request, allowing an attacker to cause unbounded memory consumption.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58181",
"url": "https://www.suse.com/security/cve/CVE-2025-58181"
},
{
"category": "external",
"summary": "SUSE Bug 1253784 for CVE-2025-58181",
"url": "https://bugzilla.suse.com/1253784"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-23T13:25:47Z",
"details": "moderate"
}
],
"title": "CVE-2025-58181"
},
{
"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": [
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.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": [
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.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": [
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-23T13:25:47Z",
"details": "important"
}
],
"title": "CVE-2026-33186"
},
{
"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": [
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.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": [
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-23T13:25:47Z",
"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": [
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.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": [
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-23T13:25:47Z",
"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": [
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.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": [
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.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": [
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-23T13:25:47Z",
"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": [
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.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": [
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.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": [
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-23T13:25:47Z",
"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": [
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.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": [
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.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": [
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-23T13:25:47Z",
"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": [
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.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": [
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-23T13:25:47Z",
"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": [
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.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": [
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.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": [
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-23T13:25:47Z",
"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": [
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.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": [
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.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": [
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-23T13:25:47Z",
"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": [
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.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": [
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.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": [
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-23T13:25:47Z",
"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": [
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.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": [
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.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": [
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-23T13:25:47Z",
"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": [
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.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": [
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-23T13:25:47Z",
"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": [
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.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": [
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-23T13:25:47Z",
"details": "important"
}
],
"title": "CVE-2026-39835"
},
{
"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": [
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.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": [
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.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": [
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-23T13:25:47Z",
"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": [
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.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": [
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.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": [
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-23T13:25:47Z",
"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": [
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.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": [
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-23T13:25:47Z",
"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": [
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.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": [
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise High Performance Computing 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server 12:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:google-guest-agent-20260529.00-1.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12:google-guest-agent-20260529.00-1.61.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-23T13:25:47Z",
"details": "important"
}
],
"title": "CVE-2026-46598"
}
]
}
WID-SEC-W-2025-0606
Vulnerability from csaf_certbund - Published: 2025-03-19 23:00 - Updated: 2026-06-07 22:00Summary
Red Hat Enterprise Linux (Gatekeeper): Mehrere Schwachstellen ermöglichen Denial of Service
Severity
Mittel
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: Red Hat Enterprise Linux (RHEL) ist eine populäre Linux-Distribution.
Angriff: Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Red Hat Enterprise Linux ausnutzen, um einen Denial of Service Angriff durchzuführen.
Betroffene Betriebssysteme: - UNIX
Affected products
Known affected
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat OpenShift Container Platform <4.15.58
Red Hat / OpenShift
|
Container Platform <4.15.58 | ||
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM MQ Operator <3.2.13 SC2
IBM / MQ
|
Operator <3.2.13 SC2 | ||
|
IBM MQ Operator <3.6.0 CD
IBM / MQ
|
Operator <3.6.0 CD | ||
|
IBM MQ Operator
IBM / MQ
|
cpe:/a:ibm:mq:operator
|
Operator | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.52
Red Hat / OpenShift
|
Container Platform <4.14.52 | ||
|
Red Hat OpenShift Dev Spaces 3
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:dev_spaces_3
|
Dev Spaces 3 | |
|
Red Hat OpenShift Container Platform <4.15.52
Red Hat / OpenShift
|
Container Platform <4.15.52 | ||
|
IBM QRadar SIEM
IBM
|
cpe:/a:ibm:qradar_siem:-
|
— | |
|
Splunk Splunk Enterprise <9.4.9
Splunk / Splunk Enterprise
|
<9.4.9 | ||
|
Red Hat OpenShift Container Platform <4.17.32
Red Hat / OpenShift
|
Container Platform <4.17.32 | ||
|
Splunk Splunk Enterprise <9.3.10
Splunk / Splunk Enterprise
|
<9.3.10 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift for Windows Containers <10.18
Red Hat / OpenShift
|
for Windows Containers <10.18 | ||
|
Red Hat OpenShift Container Platform <4.18.14
Red Hat / OpenShift
|
Container Platform <4.18.14 | ||
|
Red Hat OpenShift Container Platform <4.19.0
Red Hat / OpenShift
|
Container Platform <4.19.0 | ||
|
Red Hat OpenShift Container Platform <4.20.0
Red Hat / OpenShift
|
Container Platform <4.20.0 | ||
|
Red Hat Enterprise Linux Advanced Cluster Management for Kubernetes 2
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_management_for_kubernetes_2
|
Advanced Cluster Management for Kubernetes 2 | |
|
Red Hat OpenShift Container Platform <4.15.51
Red Hat / OpenShift
|
Container Platform <4.15.51 | ||
|
IBM MQ Container <9.4.3.0-r1
IBM / MQ
|
Container <9.4.3.0-r1 | ||
|
Splunk Splunk Enterprise <10.2.1
Splunk / Splunk Enterprise
|
<10.2.1 | ||
|
Splunk Splunk Enterprise <10.0.4
Splunk / Splunk Enterprise
|
<10.0.4 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat Enterprise Linux Gatekeeper <v3.15.4
Red Hat / Enterprise Linux
|
Gatekeeper <v3.15.4 | ||
|
Red Hat OpenShift Container Platform <4.17.26
Red Hat / OpenShift
|
Container Platform <4.17.26 | ||
|
Red Hat OpenShift Multicluster Global Hub 1.3
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:multicluster_global_hub_1.3
|
Multicluster Global Hub 1.3 | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat OpenShift GitOps <1.15.2
Red Hat / OpenShift
|
GitOps <1.15.2 | ||
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Red Hat OpenShift Container Platform <4.19.9
Red Hat / OpenShift
|
Container Platform <4.19.9 | ||
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
Red Hat OpenShift for Windows Containers <10.19
Red Hat / OpenShift
|
for Windows Containers <10.19 | ||
|
IBM Security Verify Access <10.0.9.1
IBM / Security Verify Access
|
<10.0.9.1 | ||
|
IBM MQ Container
IBM / MQ
|
cpe:/a:ibm:mq:container
|
Container | |
|
Red Hat Enterprise Linux Gatekeeper <v3.18.0
Red Hat / Enterprise Linux
|
Gatekeeper <v3.18.0 | ||
|
Red Hat OpenShift Container Platform <4.16.44
Red Hat / OpenShift
|
Container Platform <4.16.44 |
Affected products
Known affected
37 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat OpenShift Container Platform <4.15.58
Red Hat / OpenShift
|
Container Platform <4.15.58 | ||
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM MQ Operator <3.2.13 SC2
IBM / MQ
|
Operator <3.2.13 SC2 | ||
|
IBM MQ Operator <3.6.0 CD
IBM / MQ
|
Operator <3.6.0 CD | ||
|
IBM MQ Operator
IBM / MQ
|
cpe:/a:ibm:mq:operator
|
Operator | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.52
Red Hat / OpenShift
|
Container Platform <4.14.52 | ||
|
Red Hat OpenShift Dev Spaces 3
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:dev_spaces_3
|
Dev Spaces 3 | |
|
Red Hat OpenShift Container Platform <4.15.52
Red Hat / OpenShift
|
Container Platform <4.15.52 | ||
|
IBM QRadar SIEM
IBM
|
cpe:/a:ibm:qradar_siem:-
|
— | |
|
Splunk Splunk Enterprise <9.4.9
Splunk / Splunk Enterprise
|
<9.4.9 | ||
|
Red Hat OpenShift Container Platform <4.17.32
Red Hat / OpenShift
|
Container Platform <4.17.32 | ||
|
Splunk Splunk Enterprise <9.3.10
Splunk / Splunk Enterprise
|
<9.3.10 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift for Windows Containers <10.18
Red Hat / OpenShift
|
for Windows Containers <10.18 | ||
|
Red Hat OpenShift Container Platform <4.18.14
Red Hat / OpenShift
|
Container Platform <4.18.14 | ||
|
Red Hat OpenShift Container Platform <4.19.0
Red Hat / OpenShift
|
Container Platform <4.19.0 | ||
|
Red Hat OpenShift Container Platform <4.20.0
Red Hat / OpenShift
|
Container Platform <4.20.0 | ||
|
Red Hat Enterprise Linux Advanced Cluster Management for Kubernetes 2
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_management_for_kubernetes_2
|
Advanced Cluster Management for Kubernetes 2 | |
|
Red Hat OpenShift Container Platform <4.15.51
Red Hat / OpenShift
|
Container Platform <4.15.51 | ||
|
IBM MQ Container <9.4.3.0-r1
IBM / MQ
|
Container <9.4.3.0-r1 | ||
|
Splunk Splunk Enterprise <10.2.1
Splunk / Splunk Enterprise
|
<10.2.1 | ||
|
Splunk Splunk Enterprise <10.0.4
Splunk / Splunk Enterprise
|
<10.0.4 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat Enterprise Linux Gatekeeper <v3.15.4
Red Hat / Enterprise Linux
|
Gatekeeper <v3.15.4 | ||
|
Red Hat OpenShift Container Platform <4.17.26
Red Hat / OpenShift
|
Container Platform <4.17.26 | ||
|
Red Hat OpenShift Multicluster Global Hub 1.3
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:multicluster_global_hub_1.3
|
Multicluster Global Hub 1.3 | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat OpenShift GitOps <1.15.2
Red Hat / OpenShift
|
GitOps <1.15.2 | ||
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Red Hat OpenShift Container Platform <4.19.9
Red Hat / OpenShift
|
Container Platform <4.19.9 | ||
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
Red Hat OpenShift for Windows Containers <10.19
Red Hat / OpenShift
|
for Windows Containers <10.19 | ||
|
IBM Security Verify Access <10.0.9.1
IBM / Security Verify Access
|
<10.0.9.1 | ||
|
IBM MQ Container
IBM / MQ
|
cpe:/a:ibm:mq:container
|
Container | |
|
Red Hat OpenShift Container Platform <4.16.44
Red Hat / OpenShift
|
Container Platform <4.16.44 |
References
141 references
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Red Hat Enterprise Linux (RHEL) ist eine popul\u00e4re Linux-Distribution.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Red Hat Enterprise Linux ausnutzen, um einen Denial of Service Angriff durchzuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- UNIX",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2025-0606 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-0606.json"
},
{
"category": "self",
"summary": "WID-SEC-2025-0606 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-0606"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3052 vom 2025-03-19",
"url": "https://access.redhat.com/errata/RHSA-2025:3052"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3053 vom 2025-03-19",
"url": "https://access.redhat.com/errata/RHSA-2025:3053"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1005-1 vom 2025-03-25",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/FY37IQOGJUNJZISI63RZ7HBZS3P5CZFE/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1006-1 vom 2025-03-25",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/WZOAWUSUMZAKLHMHTLPGDB3GKGJI3Z5C/"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3184 vom 2025-03-25",
"url": "https://access.redhat.com/errata/RHSA-2025:3184"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3165 vom 2025-03-25",
"url": "https://access.redhat.com/errata/RHSA-2025:3165"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3172 vom 2025-03-25",
"url": "https://access.redhat.com/errata/RHSA-2025:3172"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3175 vom 2025-03-25",
"url": "https://access.redhat.com/errata/RHSA-2025:3175"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:14919-1 vom 2025-03-25",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/SLMCPFY73CP4P47VPVL2WKQEHQZDTY6B/"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3185 vom 2025-03-25",
"url": "https://access.redhat.com/errata/RHSA-2025:3185"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3186 vom 2025-03-25",
"url": "https://access.redhat.com/errata/RHSA-2025:3186"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1014-1 vom 2025-03-25",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/FFTPOOHOP3TDCMCNL7WRQ6CTOCM2RHU5/"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3210 vom 2025-03-26",
"url": "https://access.redhat.com/errata/RHSA-2025:3210"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-3210 vom 2025-03-26",
"url": "https://linux.oracle.com/errata/ELSA-2025-3210.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3266 vom 2025-03-26",
"url": "https://access.redhat.com/errata/RHSA-2025:3266"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3268 vom 2025-03-26",
"url": "https://access.redhat.com/errata/RHSA-2025:3268"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1038-1 vom 2025-03-27",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/RDUSLVUE4ABN4A2UXKEXXYBVNZYOL62N/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1037-1 vom 2025-03-27",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/HRXHLPSCYZEZQ6GJKOABY44N37DC5ST2/"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3336 vom 2025-03-27",
"url": "https://access.redhat.com/errata/RHSA-2025:3336"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1036-1 vom 2025-03-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-March/020615.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-3336 vom 2025-03-27",
"url": "https://linux.oracle.com/errata/ELSA-2025-3336.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3335 vom 2025-03-27",
"url": "https://access.redhat.com/errata/RHSA-2025:3335"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3439 vom 2025-04-01",
"url": "https://access.redhat.com/errata/RHSA-2025:3439"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3438 vom 2025-04-01",
"url": "https://access.redhat.com/errata/RHSA-2025:3438"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3437 vom 2025-04-01",
"url": "https://access.redhat.com/errata/RHSA-2025:3437"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3498 vom 2025-04-01",
"url": "https://access.redhat.com/errata/RHSA-2025:3498"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALASDOCKER-2025-053 vom 2025-04-01",
"url": "https://alas.aws.amazon.com/AL2/ALASDOCKER-2025-053.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3503 vom 2025-04-02",
"url": "https://access.redhat.com/errata/RHSA-2025:3503"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1094-1 vom 2025-04-02",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/UDJ46EDCE75WMA4F3NVFPL2RXO3XN7B6/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1094-1 vom 2025-04-02",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/UDJ46EDCE75WMA4F3NVFPL2RXO3XN7B6/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1102-1 vom 2025-04-02",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-April/020639.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3593 vom 2025-04-03",
"url": "https://access.redhat.com/errata/RHSA-2025:3593"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3685 vom 2025-04-08",
"url": "https://access.redhat.com/errata/RHSA-2025:3685"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3763 vom 2025-04-09",
"url": "https://access.redhat.com/errata/RHSA-2025:3763"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3743 vom 2025-04-09",
"url": "https://access.redhat.com/errata/RHSA-2025:3743"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3808 vom 2025-04-11",
"url": "https://access.redhat.com/errata/RHSA-2025:3808"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3811 vom 2025-04-11",
"url": "https://access.redhat.com/errata/RHSA-2025:3811"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3814 vom 2025-04-11",
"url": "https://access.redhat.com/errata/RHSA-2025:3814"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3813 vom 2025-04-11",
"url": "https://access.redhat.com/errata/RHSA-2025:3813"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3820 vom 2025-04-11",
"url": "https://access.redhat.com/errata/RHSA-2025:3820"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-12AC4E9CFD vom 2025-04-11",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-12ac4e9cfd"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-B0915F0A19 vom 2025-04-11",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-b0915f0a19"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-EPEL-2025-6653A27CFD vom 2025-04-11",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2025-6653a27cfd"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-EPEL-2025-7C57E75CBC vom 2025-04-11",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2025-7c57e75cbc"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3833 vom 2025-04-14",
"url": "https://access.redhat.com/errata/RHSA-2025:3833"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-3833 vom 2025-04-15",
"url": "https://linux.oracle.com/errata/ELSA-2025-3833.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3863 vom 2025-04-14",
"url": "https://access.redhat.com/errata/RHSA-2025:3863"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:14990-1 vom 2025-04-15",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/IC2EUYZRCX6GXM6Y26SHEX6QS2URIZ2I/"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3932 vom 2025-04-15",
"url": "https://access.redhat.com/errata/RHSA-2025:3932"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:14988-1 vom 2025-04-15",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/IQWUH5CIGBJCVZRE6D76AYCLT3MS47XX/"
},
{
"category": "external",
"summary": "Container-Optimized OS release notes vom 2025-04-16",
"url": "https://cloud.google.com/container-optimized-os/docs/release-notes#April_14_2025"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3959 vom 2025-04-16",
"url": "https://access.redhat.com/errata/RHSA-2025:3959"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3790 vom 2025-04-17",
"url": "https://access.redhat.com/errata/RHSA-2025:3790"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:4002 vom 2025-04-17",
"url": "https://access.redhat.com/errata/RHSA-2025:4002"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:4012 vom 2025-04-23",
"url": "https://access.redhat.com/errata/RHSA-2025:4012"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:4473 vom 2025-05-05",
"url": "https://access.redhat.com/errata/RHSA-2025:4473"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:4502 vom 2025-05-06",
"url": "https://access.redhat.com/errata/RHSA-2025:4502"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:4511 vom 2025-05-06",
"url": "https://access.redhat.com/errata/RHSA-2025:4511"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:4605 vom 2025-05-06",
"url": "https://access.redhat.com/errata/RHSA-2025:4605"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:4666 vom 2025-05-07",
"url": "https://access.redhat.com/errata/RHSA-2025:4666"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:4810 vom 2025-05-12",
"url": "https://access.redhat.com/errata/RHSA-2025:4810"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:7407 vom 2025-05-13",
"url": "https://access.redhat.com/errata/RHSA-2025:7407"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:7391 vom 2025-05-13",
"url": "https://access.redhat.com/errata/RHSA-2025:7391"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:7484 vom 2025-05-13",
"url": "https://access.redhat.com/errata/RHSA-2025:7484"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:7479 vom 2025-05-13",
"url": "https://access.redhat.com/errata/RHSA-2025:7479"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:7416 vom 2025-05-13",
"url": "https://access.redhat.com/errata/RHSA-2025:7416"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:7462 vom 2025-05-13",
"url": "https://access.redhat.com/errata/RHSA-2025:7462"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:7616 vom 2025-05-14",
"url": "https://access.redhat.com/errata/RHSA-2025:7616"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-121049BBF7 vom 2025-05-15",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-121049bbf7"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:7753 vom 2025-05-16",
"url": "https://access.redhat.com/errata/RHSA-2025:7753"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:7863 vom 2025-05-20",
"url": "https://access.redhat.com/errata/RHSA-2025:7863"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:7698 vom 2025-05-21",
"url": "https://access.redhat.com/errata/RHSA-2025:7698"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:7702 vom 2025-05-21",
"url": "https://access.redhat.com/errata/RHSA-2025:7702"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-7391 vom 2025-05-22",
"url": "https://linux.oracle.com/errata/ELSA-2025-7391.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-7416 vom 2025-05-23",
"url": "https://linux.oracle.com/errata/ELSA-2025-7416.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:8224 vom 2025-05-28",
"url": "https://access.redhat.com/errata/RHSA-2025:8224"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:8244 vom 2025-05-28",
"url": "https://access.redhat.com/errata/RHSA-2025:8244"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20328-1 vom 2025-05-28",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020909.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:8274 vom 2025-05-29",
"url": "https://rhn.redhat.com/errata/RHSA-2025:8274.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20360-1 vom 2025-06-02",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021013.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:8284 vom 2025-06-03",
"url": "https://access.redhat.com/errata/RHSA-2025:8284"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:8280 vom 2025-06-04",
"url": "https://access.redhat.com/errata/RHSA-2025:8280"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20279-1 vom 2025-06-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021043.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20205-1 vom 2025-06-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021135.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20210-1 vom 2025-06-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021122.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:8299 vom 2025-06-04",
"url": "https://access.redhat.com/errata/RHSA-2025:8299"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7236608 vom 2025-06-13",
"url": "https://www.ibm.com/support/pages/node/7236608"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:11037 vom 2025-06-17",
"url": "https://access.redhat.com/errata/RHSA-2024:11037"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:11038 vom 2025-06-17",
"url": "https://access.redhat.com/errata/RHSA-2024:11038"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:9541 vom 2025-06-24",
"url": "https://access.redhat.com/errata/RHSA-2025:9541"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02097-1 vom 2025-06-25",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021645.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:9541 vom 2025-06-25",
"url": "https://access.redhat.com/errata/RHSA-2025:9541"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:9646 vom 2025-06-26",
"url": "https://access.redhat.com/errata/RHSA-2025:9646"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-7484 vom 2025-07-01",
"url": "https://linux.oracle.com/errata/ELSA-2025-7484.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-7462 vom 2025-07-01",
"url": "https://linux.oracle.com/errata/ELSA-2025-7462.html"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7239757 vom 2025-07-15",
"url": "https://www.ibm.com/support/pages/node/7239757"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:10781 vom 2025-07-18",
"url": "https://access.redhat.com/errata/RHSA-2025:10781"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:11396 vom 2025-07-18",
"url": "https://access.redhat.com/errata/RHSA-2025:11396"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-AC4268959B vom 2025-07-19",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-ac4268959b"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-EPEL-2025-AB0FAE74F1 vom 2025-07-26",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2025-ab0fae74f1"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:15389-1 vom 2025-07-28",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/EBREOJB6GMPUPQMI4S36PMMPSWLOXNLE/"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:3833 vom 2025-07-29",
"url": "https://errata.build.resf.org/RLSA-2025:3833"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:7416 vom 2025-07-29",
"url": "https://errata.build.resf.org/RLSA-2025:7416"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:14048 vom 2025-08-19",
"url": "https://access.redhat.com/errata/RHSA-2025:14048"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:13848 vom 2025-08-19",
"url": "https://access.redhat.com/errata/RHSA-2025:13848"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:14820 vom 2025-09-04",
"url": "https://access.redhat.com/errata/RHSA-2025:14820"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:14859 vom 2025-09-04",
"url": "https://access.redhat.com/errata/RHSA-2025:14859"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7244160 vom 2025-09-05",
"url": "https://www.ibm.com/support/pages/node/7244160"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:16165 vom 2025-09-25",
"url": "https://access.redhat.com/errata/RHSA-2025:16165"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:16160 vom 2025-09-25",
"url": "https://access.redhat.com/errata/RHSA-2025:16160"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:03540-1 vom 2025-10-10",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-October/022826.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:03545-1 vom 2025-10-13",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/UB7MGNRMXC5LO5Y66FLOE354VVU5ULQK/"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:9562 vom 2025-10-21",
"url": "https://access.redhat.com/errata/RHSA-2025:9562"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20869-1 vom 2025-10-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-October/023061.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:21704 vom 2025-11-18",
"url": "https://access.redhat.com/errata/RHSA-2025:21704"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025-20143-1 vom 2025-12-05",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/SA2FH57FMWGQVYC3SRSZ25NB6ME2DDCT/"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:23078 vom 2025-12-10",
"url": "https://access.redhat.com/errata/RHSA-2025:23078"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:23080 vom 2025-12-10",
"url": "https://access.redhat.com/errata/RHSA-2025:23080"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:23079 vom 2025-12-10",
"url": "https://access.redhat.com/errata/RHSA-2025:23079"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:23057 vom 2025-12-10",
"url": "https://access.redhat.com/errata/RHSA-2025:23057"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:23202 vom 2025-12-15",
"url": "https://access.redhat.com/errata/RHSA-2025:23202"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:23449 vom 2025-12-17",
"url": "https://access.redhat.com/errata/RHSA-2025:23449"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:20177-1 vom 2025-12-23",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/VDMAOCE6FMUQXLIFZPI7NDGE25ALNJNL/"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:0482-1 vom 2025-12-24",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/HMPRAQU5GUS5B5UC67PSDP37L4LKC7JE/"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:0490-1 vom 2025-12-30",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/6R45NQ6HWFRMK73KRFVRXLFUIUGIM4RO/"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:0489-1 vom 2025-12-30",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/5RNSFCTSBG2GHSQJDHXRD622LP7PVGT4/"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:0492-1 vom 2025-12-31",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/ELAD4UXESKHIWS4FSKWS4HUM7LFMUU7F/"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7256201 vom 2026-01-05",
"url": "https://www.ibm.com/support/pages/node/7256201"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:2172 vom 2026-02-05",
"url": "https://access.redhat.com/errata/RHSA-2026:2172"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:2164 vom 2026-02-05",
"url": "https://access.redhat.com/errata/RHSA-2026:2164"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0439-1 vom 2026-02-11",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024109.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0592-1 vom 2026-02-21",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024365.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:3462 vom 2026-02-27",
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:3461 vom 2026-02-27",
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:3718 vom 2026-03-04",
"url": "https://access.redhat.com/errata/RHSA-2026:3718"
},
{
"category": "external",
"summary": "Splunk Security Advisory SVD-2026-0306 vom 2026-03-11",
"url": "https://advisory.splunk.com//advisories/SVD-2026-0306"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1118-1 vom 2026-03-28",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-March/025026.html"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2026:10921-1 vom 2026-06-05",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/EFQITHNC7L7OCGIHU3ZTM3PZFHVW3KHV/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21989-1 vom 2026-06-05",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026592.html"
}
],
"source_lang": "en-US",
"title": "Red Hat Enterprise Linux (Gatekeeper): Mehrere Schwachstellen erm\u00f6glichen Denial of Service",
"tracking": {
"current_release_date": "2026-06-07T22:00:00.000+00:00",
"generator": {
"date": "2026-06-08T09:27:00.720+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.6.0"
}
},
"id": "WID-SEC-W-2025-0606",
"initial_release_date": "2025-03-19T23:00:00.000+00:00",
"revision_history": [
{
"date": "2025-03-19T23:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2025-03-24T23:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-03-25T23:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Red Hat, openSUSE und SUSE aufgenommen"
},
{
"date": "2025-03-26T23:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Oracle Linux und Red Hat aufgenommen"
},
{
"date": "2025-03-27T23:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von Red Hat, SUSE und Oracle Linux aufgenommen"
},
{
"date": "2025-03-31T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-04-01T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Red Hat und Amazon aufgenommen"
},
{
"date": "2025-04-02T22:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-04-03T22:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-04-08T22:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-04-09T22:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-04-10T22:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-04-13T22:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-04-14T22:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von Oracle Linux und Red Hat aufgenommen"
},
{
"date": "2025-04-15T22:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von openSUSE und Red Hat aufgenommen"
},
{
"date": "2025-04-16T22:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-04-21T22:00:00.000+00:00",
"number": "17",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-04-22T22:00:00.000+00:00",
"number": "18",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-05-05T22:00:00.000+00:00",
"number": "19",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-05-06T22:00:00.000+00:00",
"number": "20",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-05-07T22:00:00.000+00:00",
"number": "21",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-05-12T22:00:00.000+00:00",
"number": "22",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-05-13T22:00:00.000+00:00",
"number": "23",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-05-14T22:00:00.000+00:00",
"number": "24",
"summary": "Neue Updates von Red Hat und Fedora aufgenommen"
},
{
"date": "2025-05-15T22:00:00.000+00:00",
"number": "25",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-05-20T22:00:00.000+00:00",
"number": "26",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-05-21T22:00:00.000+00:00",
"number": "27",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-05-22T22:00:00.000+00:00",
"number": "28",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-05-27T22:00:00.000+00:00",
"number": "29",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-05-29T22:00:00.000+00:00",
"number": "30",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-06-02T22:00:00.000+00:00",
"number": "31",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-06-03T22:00:00.000+00:00",
"number": "32",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-06-04T22:00:00.000+00:00",
"number": "33",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-06-15T22:00:00.000+00:00",
"number": "34",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2025-06-17T22:00:00.000+00:00",
"number": "35",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-06-24T22:00:00.000+00:00",
"number": "36",
"summary": "Neue Updates von Red Hat und SUSE aufgenommen"
},
{
"date": "2025-06-25T22:00:00.000+00:00",
"number": "37",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-06-30T22:00:00.000+00:00",
"number": "38",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-07-15T22:00:00.000+00:00",
"number": "39",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2025-07-17T22:00:00.000+00:00",
"number": "40",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-07-20T22:00:00.000+00:00",
"number": "41",
"summary": "Neue Updates von Red Hat und Fedora aufgenommen"
},
{
"date": "2025-07-27T22:00:00.000+00:00",
"number": "42",
"summary": "Neue Updates von Fedora aufgenommen"
},
{
"date": "2025-07-28T22:00:00.000+00:00",
"number": "43",
"summary": "Neue Updates von openSUSE aufgenommen"
},
{
"date": "2025-07-29T22:00:00.000+00:00",
"number": "44",
"summary": "Neue Updates von Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2025-08-18T22:00:00.000+00:00",
"number": "45",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-08-19T22:00:00.000+00:00",
"number": "46",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-09-04T22:00:00.000+00:00",
"number": "47",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-09-07T22:00:00.000+00:00",
"number": "48",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2025-09-24T22:00:00.000+00:00",
"number": "49",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-09-25T22:00:00.000+00:00",
"number": "50",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-10-12T22:00:00.000+00:00",
"number": "51",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-10-20T22:00:00.000+00:00",
"number": "52",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-10-27T23:00:00.000+00:00",
"number": "53",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-11-18T23:00:00.000+00:00",
"number": "54",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-12-07T23:00:00.000+00:00",
"number": "55",
"summary": "Neue Updates von openSUSE aufgenommen"
},
{
"date": "2025-12-10T23:00:00.000+00:00",
"number": "56",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-12-15T23:00:00.000+00:00",
"number": "57",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-12-16T23:00:00.000+00:00",
"number": "58",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-12-23T23:00:00.000+00:00",
"number": "59",
"summary": "Neue Updates von openSUSE aufgenommen"
},
{
"date": "2025-12-28T23:00:00.000+00:00",
"number": "60",
"summary": "Neue Updates von openSUSE aufgenommen"
},
{
"date": "2025-12-30T23:00:00.000+00:00",
"number": "61",
"summary": "Neue Updates von openSUSE aufgenommen"
},
{
"date": "2026-01-04T23:00:00.000+00:00",
"number": "62",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2026-02-05T23:00:00.000+00:00",
"number": "63",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-02-11T23:00:00.000+00:00",
"number": "64",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-02-22T23:00:00.000+00:00",
"number": "65",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-03-01T23:00:00.000+00:00",
"number": "66",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-03-03T23:00:00.000+00:00",
"number": "67",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-03-11T23:00:00.000+00:00",
"number": "68",
"summary": "Neue Updates von Splunk-SVD aufgenommen"
},
{
"date": "2026-03-29T22:00:00.000+00:00",
"number": "69",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-06-07T22:00:00.000+00:00",
"number": "70",
"summary": "Neue Updates von openSUSE und SUSE aufgenommen"
}
],
"status": "final",
"version": "70"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Amazon Linux 2",
"product": {
"name": "Amazon Linux 2",
"product_id": "398363",
"product_identification_helper": {
"cpe": "cpe:/o:amazon:linux_2:-"
}
}
}
],
"category": "vendor",
"name": "Amazon"
},
{
"branches": [
{
"category": "product_name",
"name": "Fedora Linux",
"product": {
"name": "Fedora Linux",
"product_id": "74185",
"product_identification_helper": {
"cpe": "cpe:/o:fedoraproject:fedora:-"
}
}
}
],
"category": "vendor",
"name": "Fedora"
},
{
"branches": [
{
"category": "product_name",
"name": "Google Container-Optimized OS",
"product": {
"name": "Google Container-Optimized OS",
"product_id": "1607324",
"product_identification_helper": {
"cpe": "cpe:/o:google:container-optimized_os:-"
}
}
}
],
"category": "vendor",
"name": "Google"
},
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "Operator",
"product": {
"name": "IBM MQ Operator",
"product_id": "T036688",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:mq:operator"
}
}
},
{
"category": "product_version",
"name": "Container",
"product": {
"name": "IBM MQ Container",
"product_id": "T040640",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:mq:container"
}
}
},
{
"category": "product_version_range",
"name": "Operator \u003c3.6.0 CD",
"product": {
"name": "IBM MQ Operator \u003c3.6.0 CD",
"product_id": "T044628"
}
},
{
"category": "product_version",
"name": "Operator 3.6.0 CD",
"product": {
"name": "IBM MQ Operator 3.6.0 CD",
"product_id": "T044628-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:mq:operator__3.6.0_cd"
}
}
},
{
"category": "product_version_range",
"name": "Operator \u003c3.2.13 SC2",
"product": {
"name": "IBM MQ Operator \u003c3.2.13 SC2",
"product_id": "T044629"
}
},
{
"category": "product_version",
"name": "Operator 3.2.13 SC2",
"product": {
"name": "IBM MQ Operator 3.2.13 SC2",
"product_id": "T044629-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:mq:operator__3.2.13_sc2"
}
}
},
{
"category": "product_version_range",
"name": "Container \u003c9.4.3.0-r1",
"product": {
"name": "IBM MQ Container \u003c9.4.3.0-r1",
"product_id": "T044630"
}
},
{
"category": "product_version",
"name": "Container 9.4.3.0-r1",
"product": {
"name": "IBM MQ Container 9.4.3.0-r1",
"product_id": "T044630-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:mq:container__9.4.3.0-r1"
}
}
}
],
"category": "product_name",
"name": "MQ"
},
{
"category": "product_name",
"name": "IBM QRadar SIEM",
"product": {
"name": "IBM QRadar SIEM",
"product_id": "T021415",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:qradar_siem:-"
}
}
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c10.0.9.1",
"product": {
"name": "IBM Security Verify Access \u003c10.0.9.1",
"product_id": "T049459"
}
},
{
"category": "product_version",
"name": "10.0.9.1",
"product": {
"name": "IBM Security Verify Access 10.0.9.1",
"product_id": "T049459-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:security_verify_access:v10.0.9.1"
}
}
}
],
"category": "product_name",
"name": "Security Verify Access"
}
],
"category": "vendor",
"name": "IBM"
},
{
"branches": [
{
"category": "product_name",
"name": "Oracle Linux",
"product": {
"name": "Oracle Linux",
"product_id": "T004914",
"product_identification_helper": {
"cpe": "cpe:/o:oracle:linux:-"
}
}
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"category": "product_name",
"name": "RESF Rocky Linux",
"product": {
"name": "RESF Rocky Linux",
"product_id": "T032255",
"product_identification_helper": {
"cpe": "cpe:/o:resf:rocky_linux:-"
}
}
}
],
"category": "vendor",
"name": "RESF"
},
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
},
{
"category": "product_version",
"name": "Advanced Cluster Management for Kubernetes 2",
"product": {
"name": "Red Hat Enterprise Linux Advanced Cluster Management for Kubernetes 2",
"product_id": "T027573",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:advanced_cluster_management_for_kubernetes_2"
}
}
},
{
"category": "product_version_range",
"name": "Gatekeeper \u003cv3.18.0",
"product": {
"name": "Red Hat Enterprise Linux Gatekeeper \u003cv3.18.0",
"product_id": "T042067"
}
},
{
"category": "product_version",
"name": "Gatekeeper v3.18.0",
"product": {
"name": "Red Hat Enterprise Linux Gatekeeper v3.18.0",
"product_id": "T042067-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:gatekeeper__v3.18.0"
}
}
},
{
"category": "product_version_range",
"name": "Gatekeeper \u003cv3.15.4",
"product": {
"name": "Red Hat Enterprise Linux Gatekeeper \u003cv3.15.4",
"product_id": "T042068"
}
},
{
"category": "product_version",
"name": "Gatekeeper v3.15.4",
"product": {
"name": "Red Hat Enterprise Linux Gatekeeper v3.15.4",
"product_id": "T042068-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:gatekeeper__v3.15.4"
}
}
}
],
"category": "product_name",
"name": "Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "Multicluster Global Hub 1.3",
"product": {
"name": "Red Hat OpenShift Multicluster Global Hub 1.3",
"product_id": "T042763",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:multicluster_global_hub_1.3"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.17.26",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.17.26",
"product_id": "T043113"
}
},
{
"category": "product_version",
"name": "Container Platform 4.17.26",
"product": {
"name": "Red Hat OpenShift Container Platform 4.17.26",
"product_id": "T043113-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.17.26"
}
}
},
{
"category": "product_version_range",
"name": "GitOps \u003c1.15.2",
"product": {
"name": "Red Hat OpenShift GitOps \u003c1.15.2",
"product_id": "T043834"
}
},
{
"category": "product_version",
"name": "GitOps 1.15.2",
"product": {
"name": "Red Hat OpenShift GitOps 1.15.2",
"product_id": "T043834-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:gitops__1.15.2"
}
}
},
{
"category": "product_version",
"name": "Dev Spaces 3",
"product": {
"name": "Red Hat OpenShift Dev Spaces 3",
"product_id": "T043942",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:dev_spaces_3"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.18.14",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.18.14",
"product_id": "T044012"
}
},
{
"category": "product_version",
"name": "Container Platform 4.18.14",
"product": {
"name": "Red Hat OpenShift Container Platform 4.18.14",
"product_id": "T044012-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.18.14"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.15.51",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.15.51",
"product_id": "T044058"
}
},
{
"category": "product_version",
"name": "Container Platform 4.15.51",
"product": {
"name": "Red Hat OpenShift Container Platform 4.15.51",
"product_id": "T044058-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.15.51"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.14.52",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.14.52",
"product_id": "T044059"
}
},
{
"category": "product_version",
"name": "Container Platform 4.14.52",
"product": {
"name": "Red Hat OpenShift Container Platform 4.14.52",
"product_id": "T044059-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.14.52"
}
}
},
{
"category": "product_version_range",
"name": "for Windows Containers \u003c10.18",
"product": {
"name": "Red Hat OpenShift for Windows Containers \u003c10.18",
"product_id": "T044175"
}
},
{
"category": "product_version",
"name": "for Windows Containers 10.18",
"product": {
"name": "Red Hat OpenShift for Windows Containers 10.18",
"product_id": "T044175-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:for_windows_containers__10.18"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.15.52",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.15.52",
"product_id": "T044317"
}
},
{
"category": "product_version",
"name": "Container Platform 4.15.52",
"product": {
"name": "Red Hat OpenShift Container Platform 4.15.52",
"product_id": "T044317-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.15.52"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.17.32",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.17.32",
"product_id": "T044318"
}
},
{
"category": "product_version",
"name": "Container Platform 4.17.32",
"product": {
"name": "Red Hat OpenShift Container Platform 4.17.32",
"product_id": "T044318-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.17.32"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.19.0",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.19.0",
"product_id": "T044671"
}
},
{
"category": "product_version",
"name": "Container Platform 4.19.0",
"product": {
"name": "Red Hat OpenShift Container Platform 4.19.0",
"product_id": "T044671-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.19.0"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.16.44",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.16.44",
"product_id": "T045498"
}
},
{
"category": "product_version",
"name": "Container Platform 4.16.44",
"product": {
"name": "Red Hat OpenShift Container Platform 4.16.44",
"product_id": "T045498-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.16.44"
}
}
},
{
"category": "product_version_range",
"name": "for Windows Containers \u003c10.19",
"product": {
"name": "Red Hat OpenShift for Windows Containers \u003c10.19",
"product_id": "T046323"
}
},
{
"category": "product_version",
"name": "for Windows Containers 10.19",
"product": {
"name": "Red Hat OpenShift for Windows Containers 10.19",
"product_id": "T046323-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:for_windows_containers__10.19"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.19.9",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.19.9",
"product_id": "T046341"
}
},
{
"category": "product_version",
"name": "Container Platform 4.19.9",
"product": {
"name": "Red Hat OpenShift Container Platform 4.19.9",
"product_id": "T046341-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.19.9"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.15.58",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.15.58",
"product_id": "T047180"
}
},
{
"category": "product_version",
"name": "Container Platform 4.15.58",
"product": {
"name": "Red Hat OpenShift Container Platform 4.15.58",
"product_id": "T047180-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.15.58"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.20.0",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.20.0",
"product_id": "T047842"
}
},
{
"category": "product_version",
"name": "Container Platform 4.20.0",
"product": {
"name": "Red Hat OpenShift Container Platform 4.20.0",
"product_id": "T047842-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.20.0"
}
}
}
],
"category": "product_name",
"name": "OpenShift"
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
},
{
"category": "product_name",
"name": "SUSE openSUSE",
"product": {
"name": "SUSE openSUSE",
"product_id": "T027843",
"product_identification_helper": {
"cpe": "cpe:/o:suse:opensuse:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c10.2.1",
"product": {
"name": "Splunk Splunk Enterprise \u003c10.2.1",
"product_id": "T051633"
}
},
{
"category": "product_version",
"name": "10.2.1",
"product": {
"name": "Splunk Splunk Enterprise 10.2.1",
"product_id": "T051633-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:splunk:splunk:10.2.1"
}
}
},
{
"category": "product_version_range",
"name": "\u003c10.0.4",
"product": {
"name": "Splunk Splunk Enterprise \u003c10.0.4",
"product_id": "T051634"
}
},
{
"category": "product_version",
"name": "10.0.4",
"product": {
"name": "Splunk Splunk Enterprise 10.0.4",
"product_id": "T051634-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:splunk:splunk:10.0.4"
}
}
},
{
"category": "product_version_range",
"name": "\u003c9.4.9",
"product": {
"name": "Splunk Splunk Enterprise \u003c9.4.9",
"product_id": "T051635"
}
},
{
"category": "product_version",
"name": "9.4.9",
"product": {
"name": "Splunk Splunk Enterprise 9.4.9",
"product_id": "T051635-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:splunk:splunk:9.4.9"
}
}
},
{
"category": "product_version_range",
"name": "\u003c9.3.10",
"product": {
"name": "Splunk Splunk Enterprise \u003c9.3.10",
"product_id": "T051636"
}
},
{
"category": "product_version",
"name": "9.3.10",
"product": {
"name": "Splunk Splunk Enterprise 9.3.10",
"product_id": "T051636-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:splunk:splunk:9.3.10"
}
}
}
],
"category": "product_name",
"name": "Splunk Enterprise"
}
],
"category": "vendor",
"name": "Splunk"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22869",
"product_status": {
"known_affected": [
"T047180",
"67646",
"T044629",
"T044628",
"T036688",
"T004914",
"T044059",
"T043942",
"T044317",
"T021415",
"T051635",
"T044318",
"T051636",
"398363",
"T044175",
"T044012",
"T044671",
"T047842",
"T027573",
"T044058",
"T044630",
"T051633",
"T051634",
"T032255",
"74185",
"T042068",
"T043113",
"T042763",
"T002207",
"T043834",
"T027843",
"T046341",
"1607324",
"T046323",
"T049459",
"T040640",
"T042067",
"T045498"
]
},
"release_date": "2025-03-19T23:00:00.000+00:00",
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-22868",
"product_status": {
"known_affected": [
"T047180",
"67646",
"T044629",
"T044628",
"T036688",
"T004914",
"T044059",
"T043942",
"T044317",
"T021415",
"T051635",
"T044318",
"T051636",
"398363",
"T044175",
"T044012",
"T044671",
"T047842",
"T027573",
"T044058",
"T044630",
"T051633",
"T051634",
"T032255",
"74185",
"T042068",
"T043113",
"T042763",
"T002207",
"T043834",
"T027843",
"T046341",
"1607324",
"T046323",
"T049459",
"T040640",
"T045498"
]
},
"release_date": "2025-03-19T23:00:00.000+00:00",
"title": "CVE-2025-22868"
}
]
}
WID-SEC-W-2025-0996
Vulnerability from csaf_certbund - Published: 2025-05-11 22:00 - Updated: 2025-05-11 22:00Summary
IBM Storage Scale: Mehrere Schwachstellen
Severity
Mittel
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: IBM Storage Scale ist eine Lösung für das Management großer unstrukturierter Datenmengen.
Angriff: Ein entfernter, authentisierter Angreifer kann mehrere Schwachstellen in IBM Storage Scale ausnutzen, um beliebigen Programmcode auszuführen oder einen Denial-of-Service auszulösen.
Betroffene Betriebssysteme: - Linux
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Storage Scale <5.1.9.9
IBM / Storage Scale
|
<5.1.9.9 | ||
|
IBM Storage Scale <5.2.3.0
IBM / Storage Scale
|
<5.2.3.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Storage Scale <5.1.9.9
IBM / Storage Scale
|
<5.1.9.9 | ||
|
IBM Storage Scale <5.2.3.0
IBM / Storage Scale
|
<5.2.3.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Storage Scale <5.1.9.9
IBM / Storage Scale
|
<5.1.9.9 | ||
|
IBM Storage Scale <5.2.3.0
IBM / Storage Scale
|
<5.2.3.0 |
References
3 references
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "IBM Storage Scale ist eine L\u00f6sung f\u00fcr das Management gro\u00dfer unstrukturierter Datenmengen.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, authentisierter Angreifer kann mehrere Schwachstellen in IBM Storage Scale ausnutzen, um beliebigen Programmcode auszuf\u00fchren oder einen Denial-of-Service auszul\u00f6sen.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2025-0996 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-0996.json"
},
{
"category": "self",
"summary": "WID-SEC-2025-0996 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-0996"
},
{
"category": "external",
"summary": "IBM Security Bulletin vom 2025-05-11",
"url": "https://www.ibm.com/support/pages/node/7233085"
}
],
"source_lang": "en-US",
"title": "IBM Storage Scale: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2025-05-11T22:00:00.000+00:00",
"generator": {
"date": "2025-05-12T08:40:06.957+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.3.12"
}
},
"id": "WID-SEC-W-2025-0996",
"initial_release_date": "2025-05-11T22:00:00.000+00:00",
"revision_history": [
{
"date": "2025-05-11T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c5.1.9.9",
"product": {
"name": "IBM Storage Scale \u003c5.1.9.9",
"product_id": "T043537"
}
},
{
"category": "product_version",
"name": "5.1.9.9",
"product": {
"name": "IBM Storage Scale 5.1.9.9",
"product_id": "T043537-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:spectrum_scale:5.1.9.9"
}
}
},
{
"category": "product_version_range",
"name": "\u003c5.2.3.0",
"product": {
"name": "IBM Storage Scale \u003c5.2.3.0",
"product_id": "T043538"
}
},
{
"category": "product_version",
"name": "5.2.3.0",
"product": {
"name": "IBM Storage Scale 5.2.3.0",
"product_id": "T043538-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:spectrum_scale:5.2.3.0"
}
}
}
],
"category": "product_name",
"name": "Storage Scale"
}
],
"category": "vendor",
"name": "IBM"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-1137",
"product_status": {
"known_affected": [
"T043537",
"T043538"
]
},
"release_date": "2025-05-11T22:00:00.000+00:00",
"title": "CVE-2025-1137"
},
{
"cve": "CVE-2025-22869",
"product_status": {
"known_affected": [
"T043537",
"T043538"
]
},
"release_date": "2025-05-11T22:00:00.000+00:00",
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-22868",
"product_status": {
"known_affected": [
"T043537",
"T043538"
]
},
"release_date": "2025-05-11T22:00:00.000+00:00",
"title": "CVE-2025-22868"
}
]
}
WID-SEC-W-2025-1257
Vulnerability from csaf_certbund - Published: 2025-06-09 22:00 - Updated: 2025-06-09 22:00Summary
SolarWinds Platform: Mehrere Schwachstellen
Severity
Mittel
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: SolarWinds Platform (ehemals "Orion") ist eine IT Performance-Monitoring Plattform.
Angriff: Ein entfernter Angreifer kann mehrere Schwachstellen in SolarWinds Platform ausnutzen, um einen Denial of Service Angriff durchzuführen, Dateien zu manipulieren oder einen Cross-Site-Scripting Angriff durchzuführen.
Betroffene Betriebssysteme: - Sonstiges
- Windows
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SolarWinds Platform <2025.2
SolarWinds / Platform
|
<2025.2 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SolarWinds Platform <2025.2
SolarWinds / Platform
|
<2025.2 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SolarWinds Platform <2025.2
SolarWinds / Platform
|
<2025.2 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SolarWinds Platform <2025.2
SolarWinds / Platform
|
<2025.2 |
References
3 references
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "SolarWinds Platform (ehemals \"Orion\") ist eine IT Performance-Monitoring Plattform.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter Angreifer kann mehrere Schwachstellen in SolarWinds Platform ausnutzen, um einen Denial of Service Angriff durchzuf\u00fchren, Dateien zu manipulieren oder einen Cross-Site-Scripting Angriff durchzuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Sonstiges\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2025-1257 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-1257.json"
},
{
"category": "self",
"summary": "WID-SEC-2025-1257 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-1257"
},
{
"category": "external",
"summary": "SolarWinds Platform 2025.2 release notes vom 2025-06-10",
"url": "https://documentation.solarwinds.com/en/success_center/orionplatform/content/release_notes/solarwinds_platform_2025-2_release_notes.htm"
}
],
"source_lang": "en-US",
"title": "SolarWinds Platform: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2025-06-09T22:00:00.000+00:00",
"generator": {
"date": "2025-06-10T09:24:08.073+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.3.12"
}
},
"id": "WID-SEC-W-2025-1257",
"initial_release_date": "2025-06-09T22:00:00.000+00:00",
"revision_history": [
{
"date": "2025-06-09T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c2025.2",
"product": {
"name": "SolarWinds Platform \u003c2025.2",
"product_id": "T044430"
}
},
{
"category": "product_version",
"name": "2025.2",
"product": {
"name": "SolarWinds Platform 2025.2",
"product_id": "T044430-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:solarwinds:orion_platform:2025.2"
}
}
}
],
"category": "product_name",
"name": "Platform"
}
],
"category": "vendor",
"name": "SolarWinds"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-9143",
"product_status": {
"known_affected": [
"T044430"
]
},
"release_date": "2025-06-09T22:00:00.000+00:00",
"title": "CVE-2024-9143"
},
{
"cve": "CVE-2025-22869",
"product_status": {
"known_affected": [
"T044430"
]
},
"release_date": "2025-06-09T22:00:00.000+00:00",
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-26394",
"product_status": {
"known_affected": [
"T044430"
]
},
"release_date": "2025-06-09T22:00:00.000+00:00",
"title": "CVE-2025-26394"
},
{
"cve": "CVE-2025-26395",
"product_status": {
"known_affected": [
"T044430"
]
},
"release_date": "2025-06-09T22:00:00.000+00:00",
"title": "CVE-2025-26395"
}
]
}
WID-SEC-W-2025-1365
Vulnerability from csaf_certbund - Published: 2025-06-19 22:00 - Updated: 2026-01-18 23:00Summary
IBM QRadar SIEM: Mehrere Schwachstellen
Severity
Hoch
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: IBM QRadar Security Information and Event Management (SIEM) bietet Unterstützung bei der Erkennung und Priorisierung von Sicherheitsbedrohungen im Unternehmen.
Angriff: Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in IBM QRadar SIEM ausnutzen, um Informationen offenzulegen, einen Denial of Service Zustand herbeizuführen, um beliebige Befehle auszuführen und um nicht näher spezifizierte Auswirkungen zu verursachen.
Betroffene Betriebssysteme: - Linux
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP12 IF02
IBM / QRadar SIEM
|
<7.5.0 UP12 IF02 | ||
|
IBM QRadar SIEM
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP12 IF02
IBM / QRadar SIEM
|
<7.5.0 UP12 IF02 | ||
|
IBM QRadar SIEM
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP12 IF02
IBM / QRadar SIEM
|
<7.5.0 UP12 IF02 | ||
|
IBM QRadar SIEM
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP12 IF02
IBM / QRadar SIEM
|
<7.5.0 UP12 IF02 | ||
|
IBM QRadar SIEM
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP12 IF02
IBM / QRadar SIEM
|
<7.5.0 UP12 IF02 | ||
|
IBM QRadar SIEM
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP12 IF02
IBM / QRadar SIEM
|
<7.5.0 UP12 IF02 | ||
|
IBM QRadar SIEM
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP12 IF02
IBM / QRadar SIEM
|
<7.5.0 UP12 IF02 | ||
|
IBM QRadar SIEM
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP12 IF02
IBM / QRadar SIEM
|
<7.5.0 UP12 IF02 | ||
|
IBM QRadar SIEM
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP12 IF02
IBM / QRadar SIEM
|
<7.5.0 UP12 IF02 | ||
|
IBM QRadar SIEM
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP12 IF02
IBM / QRadar SIEM
|
<7.5.0 UP12 IF02 | ||
|
IBM QRadar SIEM
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP12 IF02
IBM / QRadar SIEM
|
<7.5.0 UP12 IF02 | ||
|
IBM QRadar SIEM
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP12 IF02
IBM / QRadar SIEM
|
<7.5.0 UP12 IF02 | ||
|
IBM QRadar SIEM
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP12 IF02
IBM / QRadar SIEM
|
<7.5.0 UP12 IF02 | ||
|
IBM QRadar SIEM
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP12 IF02
IBM / QRadar SIEM
|
<7.5.0 UP12 IF02 | ||
|
IBM QRadar SIEM
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP12 IF02
IBM / QRadar SIEM
|
<7.5.0 UP12 IF02 | ||
|
IBM QRadar SIEM
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP12 IF02
IBM / QRadar SIEM
|
<7.5.0 UP12 IF02 | ||
|
IBM QRadar SIEM
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP12 IF02
IBM / QRadar SIEM
|
<7.5.0 UP12 IF02 | ||
|
IBM QRadar SIEM
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP12 IF02
IBM / QRadar SIEM
|
<7.5.0 UP12 IF02 | ||
|
IBM QRadar SIEM
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP12 IF02
IBM / QRadar SIEM
|
<7.5.0 UP12 IF02 | ||
|
IBM QRadar SIEM
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP12 IF02
IBM / QRadar SIEM
|
<7.5.0 UP12 IF02 | ||
|
IBM QRadar SIEM
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP12 IF02
IBM / QRadar SIEM
|
<7.5.0 UP12 IF02 | ||
|
IBM QRadar SIEM
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP12 IF02
IBM / QRadar SIEM
|
<7.5.0 UP12 IF02 | ||
|
IBM QRadar SIEM
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP12 IF02
IBM / QRadar SIEM
|
<7.5.0 UP12 IF02 | ||
|
IBM QRadar SIEM
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:-
|
— |
References
5 references
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "IBM QRadar Security Information and Event Management (SIEM) bietet Unterst\u00fctzung bei der Erkennung und Priorisierung von Sicherheitsbedrohungen im Unternehmen.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in IBM QRadar SIEM ausnutzen, um Informationen offenzulegen, einen Denial of Service Zustand herbeizuf\u00fchren, um beliebige Befehle auszuf\u00fchren und um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2025-1365 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-1365.json"
},
{
"category": "self",
"summary": "WID-SEC-2025-1365 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-1365"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7237317 vom 2025-06-19",
"url": "https://www.ibm.com/support/pages/node/7237317"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7237316 vom 2025-06-19",
"url": "https://www.ibm.com/support/pages/node/7237316"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7239757 vom 2025-07-15",
"url": "https://www.ibm.com/support/pages/node/7239757"
}
],
"source_lang": "en-US",
"title": "IBM QRadar SIEM: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-01-18T23:00:00.000+00:00",
"generator": {
"date": "2026-01-19T10:42:01.963+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2025-1365",
"initial_release_date": "2025-06-19T22:00:00.000+00:00",
"revision_history": [
{
"date": "2025-06-19T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2025-07-15T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2026-01-18T23:00:00.000+00:00",
"number": "3",
"summary": "Referenz(en) aufgenommen: EUVD-2026-2883"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "IBM QRadar SIEM",
"product": {
"name": "IBM QRadar SIEM",
"product_id": "T021415",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:qradar_siem:-"
}
}
},
{
"category": "product_version_range",
"name": "\u003c7.5.0 UP12 IF02",
"product": {
"name": "IBM QRadar SIEM \u003c7.5.0 UP12 IF02",
"product_id": "T044767"
}
},
{
"category": "product_version",
"name": "7.5.0 UP12 IF02",
"product": {
"name": "IBM QRadar SIEM 7.5.0 UP12 IF02",
"product_id": "T044767-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:qradar_siem:7.5.0:up12_if02"
}
}
}
],
"category": "product_name",
"name": "QRadar SIEM"
}
],
"category": "vendor",
"name": "IBM"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2016-9840",
"product_status": {
"known_affected": [
"T044767",
"T021415"
]
},
"release_date": "2025-06-19T22:00:00.000+00:00",
"title": "CVE-2016-9840"
},
{
"cve": "CVE-2020-11971",
"product_status": {
"known_affected": [
"T044767",
"T021415"
]
},
"release_date": "2025-06-19T22:00:00.000+00:00",
"title": "CVE-2020-11971"
},
{
"cve": "CVE-2020-13790",
"product_status": {
"known_affected": [
"T044767",
"T021415"
]
},
"release_date": "2025-06-19T22:00:00.000+00:00",
"title": "CVE-2020-13790"
},
{
"cve": "CVE-2022-49011",
"product_status": {
"known_affected": [
"T044767",
"T021415"
]
},
"release_date": "2025-06-19T22:00:00.000+00:00",
"title": "CVE-2022-49011"
},
{
"cve": "CVE-2023-0286",
"product_status": {
"known_affected": [
"T044767",
"T021415"
]
},
"release_date": "2025-06-19T22:00:00.000+00:00",
"title": "CVE-2023-0286"
},
{
"cve": "CVE-2024-12087",
"product_status": {
"known_affected": [
"T044767",
"T021415"
]
},
"release_date": "2025-06-19T22:00:00.000+00:00",
"title": "CVE-2024-12087"
},
{
"cve": "CVE-2024-12088",
"product_status": {
"known_affected": [
"T044767",
"T021415"
]
},
"release_date": "2025-06-19T22:00:00.000+00:00",
"title": "CVE-2024-12088"
},
{
"cve": "CVE-2024-12747",
"product_status": {
"known_affected": [
"T044767",
"T021415"
]
},
"release_date": "2025-06-19T22:00:00.000+00:00",
"title": "CVE-2024-12747"
},
{
"cve": "CVE-2024-40906",
"product_status": {
"known_affected": [
"T044767",
"T021415"
]
},
"release_date": "2025-06-19T22:00:00.000+00:00",
"title": "CVE-2024-40906"
},
{
"cve": "CVE-2024-43842",
"product_status": {
"known_affected": [
"T044767",
"T021415"
]
},
"release_date": "2025-06-19T22:00:00.000+00:00",
"title": "CVE-2024-43842"
},
{
"cve": "CVE-2024-53141",
"product_status": {
"known_affected": [
"T044767",
"T021415"
]
},
"release_date": "2025-06-19T22:00:00.000+00:00",
"title": "CVE-2024-53141"
},
{
"cve": "CVE-2024-53150",
"product_status": {
"known_affected": [
"T044767",
"T021415"
]
},
"release_date": "2025-06-19T22:00:00.000+00:00",
"title": "CVE-2024-53150"
},
{
"cve": "CVE-2024-53241",
"product_status": {
"known_affected": [
"T044767",
"T021415"
]
},
"release_date": "2025-06-19T22:00:00.000+00:00",
"title": "CVE-2024-53241"
},
{
"cve": "CVE-2024-8176",
"product_status": {
"known_affected": [
"T044767",
"T021415"
]
},
"release_date": "2025-06-19T22:00:00.000+00:00",
"title": "CVE-2024-8176"
},
{
"cve": "CVE-2025-0395",
"product_status": {
"known_affected": [
"T044767",
"T021415"
]
},
"release_date": "2025-06-19T22:00:00.000+00:00",
"title": "CVE-2025-0395"
},
{
"cve": "CVE-2025-22869",
"product_status": {
"known_affected": [
"T044767",
"T021415"
]
},
"release_date": "2025-06-19T22:00:00.000+00:00",
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-24528",
"product_status": {
"known_affected": [
"T044767",
"T021415"
]
},
"release_date": "2025-06-19T22:00:00.000+00:00",
"title": "CVE-2025-24528"
},
{
"cve": "CVE-2025-31650",
"product_status": {
"known_affected": [
"T044767",
"T021415"
]
},
"release_date": "2025-06-19T22:00:00.000+00:00",
"title": "CVE-2025-31650"
},
{
"cve": "CVE-2025-31651",
"product_status": {
"known_affected": [
"T044767",
"T021415"
]
},
"release_date": "2025-06-19T22:00:00.000+00:00",
"title": "CVE-2025-31651"
},
{
"cve": "CVE-2025-46701",
"product_status": {
"known_affected": [
"T044767",
"T021415"
]
},
"release_date": "2025-06-19T22:00:00.000+00:00",
"title": "CVE-2025-46701"
},
{
"cve": "CVE-2025-36050",
"product_status": {
"known_affected": [
"T044767",
"T021415"
]
},
"release_date": "2025-06-19T22:00:00.000+00:00",
"title": "CVE-2025-36050"
},
{
"cve": "CVE-2025-33121",
"product_status": {
"known_affected": [
"T044767",
"T021415"
]
},
"release_date": "2025-06-19T22:00:00.000+00:00",
"title": "CVE-2025-33121"
},
{
"cve": "CVE-2025-33117",
"product_status": {
"known_affected": [
"T044767",
"T021415"
]
},
"release_date": "2025-06-19T22:00:00.000+00:00",
"title": "CVE-2025-33117"
}
]
}
WID-SEC-W-2025-1439
Vulnerability from csaf_certbund - Published: 2025-06-30 22:00 - Updated: 2026-03-24 23:00Summary
Dell Secure Connect Gateway: Mehrere Schwachstellen ermöglichen nicht spezifizierten Angriff
Severity
Mittel
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: Dell Secure Connect Gateway ist eine Softwarelösung, die als sicherer, zentralisierter Punkt für die Verwaltung des Fernzugriffs und des Supports für Hardware und Software von Dell Technologies dient.
Angriff: Ein Angreifer kann mehrere Schwachstellen in Dell Secure Connect Gateway ausnutzen, um einen nicht näher spezifizierten Angriff durchzuführen.
Betroffene Betriebssysteme: - Linux
- Sonstiges
- UNIX
- Windows
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Secure Connect Gateway <5.30.0.14
Dell / Secure Connect Gateway
|
<5.30.0.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
References
8 references
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Dell Secure Connect Gateway ist eine Softwarel\u00f6sung, die als sicherer, zentralisierter Punkt f\u00fcr die Verwaltung des Fernzugriffs und des Supports f\u00fcr Hardware und Software von Dell Technologies dient.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein Angreifer kann mehrere Schwachstellen in Dell Secure Connect Gateway ausnutzen, um einen nicht n\u00e4her spezifizierten Angriff durchzuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- Sonstiges\n- UNIX\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2025-1439 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-1439.json"
},
{
"category": "self",
"summary": "WID-SEC-2025-1439 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-1439"
},
{
"category": "external",
"summary": "Dell Security Advisory DSA-2025-260 vom 2025-06-30",
"url": "https://www.dell.com/support/kbdoc/de-de/000337528/dsa-2025-260-dell-secure-connect-gateway-security-update-for-multiple-third-party-component-vulnerabilities"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:03283-1 vom 2025-09-19",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-September/022596.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:03314-1 vom 2025-09-23",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-September/022615.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:2264-1 vom 2025-11-11",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-November/023257.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0170-1 vom 2026-01-20",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023804.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0984-1 vom 2026-03-24",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-March/024841.html"
}
],
"source_lang": "en-US",
"title": "Dell Secure Connect Gateway: Mehrere Schwachstellen erm\u00f6glichen nicht spezifizierten Angriff",
"tracking": {
"current_release_date": "2026-03-24T23:00:00.000+00:00",
"generator": {
"date": "2026-03-25T10:24:40.858+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2025-1439",
"initial_release_date": "2025-06-30T22:00:00.000+00:00",
"revision_history": [
{
"date": "2025-06-30T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2025-09-21T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-09-23T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-11-11T23:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-01-19T23:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-03-24T23:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von SUSE aufgenommen"
}
],
"status": "final",
"version": "6"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c5.30.0.14",
"product": {
"name": "Dell Secure Connect Gateway \u003c5.30.0.14",
"product_id": "T044974"
}
},
{
"category": "product_version",
"name": "5.30.0.14",
"product": {
"name": "Dell Secure Connect Gateway 5.30.0.14",
"product_id": "T044974-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:dell:secure_connect_gateway:5.30.0.14"
}
}
}
],
"category": "product_name",
"name": "Secure Connect Gateway"
}
],
"category": "vendor",
"name": "Dell"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-39028",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2022-39028"
},
{
"cve": "CVE-2023-4016",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2023-4016"
},
{
"cve": "CVE-2023-40403",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2023-40403"
},
{
"cve": "CVE-2023-46316",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2023-46316"
},
{
"cve": "CVE-2023-52426",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2023-52426"
},
{
"cve": "CVE-2023-52831",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2023-52831"
},
{
"cve": "CVE-2023-52924",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2023-52924"
},
{
"cve": "CVE-2023-52925",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2023-52925"
},
{
"cve": "CVE-2023-52926",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2023-52926"
},
{
"cve": "CVE-2023-52927",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2023-52927"
},
{
"cve": "CVE-2024-10041",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-10041"
},
{
"cve": "CVE-2024-11168",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-11168"
},
{
"cve": "CVE-2024-12243",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-12243"
},
{
"cve": "CVE-2024-26634",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-26634"
},
{
"cve": "CVE-2024-26708",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-26708"
},
{
"cve": "CVE-2024-26810",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-26810"
},
{
"cve": "CVE-2024-26873",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-26873"
},
{
"cve": "CVE-2024-29018",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-29018"
},
{
"cve": "CVE-2024-35826",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-35826"
},
{
"cve": "CVE-2024-35910",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-35910"
},
{
"cve": "CVE-2024-38606",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-38606"
},
{
"cve": "CVE-2024-40635",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-40635"
},
{
"cve": "CVE-2024-40980",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-40980"
},
{
"cve": "CVE-2024-41005",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-41005"
},
{
"cve": "CVE-2024-41055",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-41055"
},
{
"cve": "CVE-2024-41077",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-41077"
},
{
"cve": "CVE-2024-41149",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-41149"
},
{
"cve": "CVE-2024-42307",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-42307"
},
{
"cve": "CVE-2024-43790",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-43790"
},
{
"cve": "CVE-2024-43802",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-43802"
},
{
"cve": "CVE-2024-43820",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-43820"
},
{
"cve": "CVE-2024-44974",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-44974"
},
{
"cve": "CVE-2024-45009",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-45009"
},
{
"cve": "CVE-2024-45010",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-45010"
},
{
"cve": "CVE-2024-45306",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-45306"
},
{
"cve": "CVE-2024-46736",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-46736"
},
{
"cve": "CVE-2024-46782",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-46782"
},
{
"cve": "CVE-2024-46796",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-46796"
},
{
"cve": "CVE-2024-47220",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-47220"
},
{
"cve": "CVE-2024-47408",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-47408"
},
{
"cve": "CVE-2024-47794",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-47794"
},
{
"cve": "CVE-2024-49571",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-49571"
},
{
"cve": "CVE-2024-49761",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-49761"
},
{
"cve": "CVE-2024-49924",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-49924"
},
{
"cve": "CVE-2024-49940",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-49940"
},
{
"cve": "CVE-2024-49994",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-49994"
},
{
"cve": "CVE-2024-50029",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-50029"
},
{
"cve": "CVE-2024-50036",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-50036"
},
{
"cve": "CVE-2024-50056",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-50056"
},
{
"cve": "CVE-2024-50085",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-50085"
},
{
"cve": "CVE-2024-50126",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-50126"
},
{
"cve": "CVE-2024-50140",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-50140"
},
{
"cve": "CVE-2024-50152",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-50152"
},
{
"cve": "CVE-2024-50185",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-50185"
},
{
"cve": "CVE-2024-50290",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-50290"
},
{
"cve": "CVE-2024-50294",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-50294"
},
{
"cve": "CVE-2024-52559",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-52559"
},
{
"cve": "CVE-2024-53057",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-53057"
},
{
"cve": "CVE-2024-53063",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-53063"
},
{
"cve": "CVE-2024-53123",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-53123"
},
{
"cve": "CVE-2024-53140",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-53140"
},
{
"cve": "CVE-2024-53147",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-53147"
},
{
"cve": "CVE-2024-53163",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-53163"
},
{
"cve": "CVE-2024-53176",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-53176"
},
{
"cve": "CVE-2024-53177",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-53177"
},
{
"cve": "CVE-2024-53178",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-53178"
},
{
"cve": "CVE-2024-53226",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-53226"
},
{
"cve": "CVE-2024-53680",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-53680"
},
{
"cve": "CVE-2024-54683",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-54683"
},
{
"cve": "CVE-2024-55549",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-55549"
},
{
"cve": "CVE-2024-56171",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-56171"
},
{
"cve": "CVE-2024-56568",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-56568"
},
{
"cve": "CVE-2024-56579",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-56579"
},
{
"cve": "CVE-2024-56633",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-56633"
},
{
"cve": "CVE-2024-56638",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-56638"
},
{
"cve": "CVE-2024-56640",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-56640"
},
{
"cve": "CVE-2024-56647",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-56647"
},
{
"cve": "CVE-2024-56702",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-56702"
},
{
"cve": "CVE-2024-56703",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-56703"
},
{
"cve": "CVE-2024-56718",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-56718"
},
{
"cve": "CVE-2024-56719",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-56719"
},
{
"cve": "CVE-2024-56720",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-56720"
},
{
"cve": "CVE-2024-56751",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-56751"
},
{
"cve": "CVE-2024-56758",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-56758"
},
{
"cve": "CVE-2024-56770",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-56770"
},
{
"cve": "CVE-2024-57807",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-57807"
},
{
"cve": "CVE-2024-57834",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-57834"
},
{
"cve": "CVE-2024-57889",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-57889"
},
{
"cve": "CVE-2024-57900",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-57900"
},
{
"cve": "CVE-2024-57947",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-57947"
},
{
"cve": "CVE-2024-57948",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-57948"
},
{
"cve": "CVE-2024-57973",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-57973"
},
{
"cve": "CVE-2024-57974",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-57974"
},
{
"cve": "CVE-2024-57978",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-57978"
},
{
"cve": "CVE-2024-57979",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-57979"
},
{
"cve": "CVE-2024-57980",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-57980"
},
{
"cve": "CVE-2024-57981",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-57981"
},
{
"cve": "CVE-2024-57986",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-57986"
},
{
"cve": "CVE-2024-57990",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-57990"
},
{
"cve": "CVE-2024-57993",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-57993"
},
{
"cve": "CVE-2024-57994",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-57994"
},
{
"cve": "CVE-2024-57996",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-57996"
},
{
"cve": "CVE-2024-57997",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-57997"
},
{
"cve": "CVE-2024-57999",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-57999"
},
{
"cve": "CVE-2024-58002",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-58002"
},
{
"cve": "CVE-2024-58005",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-58005"
},
{
"cve": "CVE-2024-58006",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-58006"
},
{
"cve": "CVE-2024-58007",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-58007"
},
{
"cve": "CVE-2024-58009",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-58009"
},
{
"cve": "CVE-2024-58011",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-58011"
},
{
"cve": "CVE-2024-58012",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-58012"
},
{
"cve": "CVE-2024-58013",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-58013"
},
{
"cve": "CVE-2024-58014",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-58014"
},
{
"cve": "CVE-2024-58017",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-58017"
},
{
"cve": "CVE-2024-58019",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-58019"
},
{
"cve": "CVE-2024-58020",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-58020"
},
{
"cve": "CVE-2024-58034",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-58034"
},
{
"cve": "CVE-2024-58051",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-58051"
},
{
"cve": "CVE-2024-58052",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-58052"
},
{
"cve": "CVE-2024-58054",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-58054"
},
{
"cve": "CVE-2024-58055",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-58055"
},
{
"cve": "CVE-2024-58056",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-58056"
},
{
"cve": "CVE-2024-58057",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-58057"
},
{
"cve": "CVE-2024-58058",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-58058"
},
{
"cve": "CVE-2024-58061",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-58061"
},
{
"cve": "CVE-2024-58063",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-58063"
},
{
"cve": "CVE-2024-58069",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-58069"
},
{
"cve": "CVE-2024-58072",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-58072"
},
{
"cve": "CVE-2024-58076",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-58076"
},
{
"cve": "CVE-2024-58078",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-58078"
},
{
"cve": "CVE-2024-58079",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-58079"
},
{
"cve": "CVE-2024-58080",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-58080"
},
{
"cve": "CVE-2024-58083",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-58083"
},
{
"cve": "CVE-2024-58085",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-58085"
},
{
"cve": "CVE-2024-58086",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-58086"
},
{
"cve": "CVE-2024-8176",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2024-8176"
},
{
"cve": "CVE-2025-0395",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-0395"
},
{
"cve": "CVE-2025-1094",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-1094"
},
{
"cve": "CVE-2025-1215",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-1215"
},
{
"cve": "CVE-2025-1795",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-1795"
},
{
"cve": "CVE-2025-21631",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21631"
},
{
"cve": "CVE-2025-21635",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21635"
},
{
"cve": "CVE-2025-21636",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21636"
},
{
"cve": "CVE-2025-21637",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21637"
},
{
"cve": "CVE-2025-21638",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21638"
},
{
"cve": "CVE-2025-21639",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21639"
},
{
"cve": "CVE-2025-21640",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21640"
},
{
"cve": "CVE-2025-21647",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21647"
},
{
"cve": "CVE-2025-21659",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21659"
},
{
"cve": "CVE-2025-21665",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21665"
},
{
"cve": "CVE-2025-21667",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21667"
},
{
"cve": "CVE-2025-21668",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21668"
},
{
"cve": "CVE-2025-21671",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21671"
},
{
"cve": "CVE-2025-21673",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21673"
},
{
"cve": "CVE-2025-21680",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21680"
},
{
"cve": "CVE-2025-21681",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21681"
},
{
"cve": "CVE-2025-21684",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21684"
},
{
"cve": "CVE-2025-21687",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21687"
},
{
"cve": "CVE-2025-21688",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21688"
},
{
"cve": "CVE-2025-21689",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21689"
},
{
"cve": "CVE-2025-21690",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21690"
},
{
"cve": "CVE-2025-21692",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21692"
},
{
"cve": "CVE-2025-21693",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21693"
},
{
"cve": "CVE-2025-21697",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21697"
},
{
"cve": "CVE-2025-21699",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21699"
},
{
"cve": "CVE-2025-21700",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21700"
},
{
"cve": "CVE-2025-21701",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21701"
},
{
"cve": "CVE-2025-21703",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21703"
},
{
"cve": "CVE-2025-21704",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21704"
},
{
"cve": "CVE-2025-21705",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21705"
},
{
"cve": "CVE-2025-21706",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21706"
},
{
"cve": "CVE-2025-21708",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21708"
},
{
"cve": "CVE-2025-21711",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21711"
},
{
"cve": "CVE-2025-21714",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21714"
},
{
"cve": "CVE-2025-21715",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21715"
},
{
"cve": "CVE-2025-21716",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21716"
},
{
"cve": "CVE-2025-21718",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21718"
},
{
"cve": "CVE-2025-21719",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21719"
},
{
"cve": "CVE-2025-21723",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21723"
},
{
"cve": "CVE-2025-21724",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21724"
},
{
"cve": "CVE-2025-21725",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21725"
},
{
"cve": "CVE-2025-21726",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21726"
},
{
"cve": "CVE-2025-21727",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21727"
},
{
"cve": "CVE-2025-21728",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21728"
},
{
"cve": "CVE-2025-21731",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21731"
},
{
"cve": "CVE-2025-21732",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21732"
},
{
"cve": "CVE-2025-21733",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21733"
},
{
"cve": "CVE-2025-21734",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21734"
},
{
"cve": "CVE-2025-21735",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21735"
},
{
"cve": "CVE-2025-21736",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21736"
},
{
"cve": "CVE-2025-21738",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21738"
},
{
"cve": "CVE-2025-21739",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21739"
},
{
"cve": "CVE-2025-21741",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21741"
},
{
"cve": "CVE-2025-21742",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21742"
},
{
"cve": "CVE-2025-21743",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21743"
},
{
"cve": "CVE-2025-21744",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21744"
},
{
"cve": "CVE-2025-21745",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21745"
},
{
"cve": "CVE-2025-21749",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21749"
},
{
"cve": "CVE-2025-21750",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21750"
},
{
"cve": "CVE-2025-21753",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21753"
},
{
"cve": "CVE-2025-21754",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21754"
},
{
"cve": "CVE-2025-21756",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21756"
},
{
"cve": "CVE-2025-21759",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21759"
},
{
"cve": "CVE-2025-21760",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21760"
},
{
"cve": "CVE-2025-21761",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21761"
},
{
"cve": "CVE-2025-21762",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21762"
},
{
"cve": "CVE-2025-21763",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21763"
},
{
"cve": "CVE-2025-21764",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21764"
},
{
"cve": "CVE-2025-21765",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21765"
},
{
"cve": "CVE-2025-21766",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21766"
},
{
"cve": "CVE-2025-21767",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21767"
},
{
"cve": "CVE-2025-21772",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21772"
},
{
"cve": "CVE-2025-21773",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21773"
},
{
"cve": "CVE-2025-21775",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21775"
},
{
"cve": "CVE-2025-21776",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21776"
},
{
"cve": "CVE-2025-21779",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21779"
},
{
"cve": "CVE-2025-21780",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21780"
},
{
"cve": "CVE-2025-21781",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21781"
},
{
"cve": "CVE-2025-21782",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21782"
},
{
"cve": "CVE-2025-21784",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21784"
},
{
"cve": "CVE-2025-21785",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21785"
},
{
"cve": "CVE-2025-21790",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21790"
},
{
"cve": "CVE-2025-21791",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21791"
},
{
"cve": "CVE-2025-21793",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21793"
},
{
"cve": "CVE-2025-21794",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21794"
},
{
"cve": "CVE-2025-21795",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21795"
},
{
"cve": "CVE-2025-21796",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21796"
},
{
"cve": "CVE-2025-21799",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21799"
},
{
"cve": "CVE-2025-21802",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21802"
},
{
"cve": "CVE-2025-21804",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21804"
},
{
"cve": "CVE-2025-21810",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21810"
},
{
"cve": "CVE-2025-21815",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21815"
},
{
"cve": "CVE-2025-21819",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21819"
},
{
"cve": "CVE-2025-21820",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21820"
},
{
"cve": "CVE-2025-21821",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21821"
},
{
"cve": "CVE-2025-21823",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21823"
},
{
"cve": "CVE-2025-21825",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21825"
},
{
"cve": "CVE-2025-21828",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21828"
},
{
"cve": "CVE-2025-21829",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21829"
},
{
"cve": "CVE-2025-21830",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21830"
},
{
"cve": "CVE-2025-21831",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21831"
},
{
"cve": "CVE-2025-21832",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21832"
},
{
"cve": "CVE-2025-21835",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21835"
},
{
"cve": "CVE-2025-21838",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21838"
},
{
"cve": "CVE-2025-21844",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21844"
},
{
"cve": "CVE-2025-21846",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21846"
},
{
"cve": "CVE-2025-21847",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21847"
},
{
"cve": "CVE-2025-21848",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21848"
},
{
"cve": "CVE-2025-21850",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21850"
},
{
"cve": "CVE-2025-21855",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21855"
},
{
"cve": "CVE-2025-21856",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21856"
},
{
"cve": "CVE-2025-21857",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21857"
},
{
"cve": "CVE-2025-21858",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21858"
},
{
"cve": "CVE-2025-21859",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21859"
},
{
"cve": "CVE-2025-21861",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21861"
},
{
"cve": "CVE-2025-21862",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21862"
},
{
"cve": "CVE-2025-21864",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21864"
},
{
"cve": "CVE-2025-21865",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21865"
},
{
"cve": "CVE-2025-21866",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21866"
},
{
"cve": "CVE-2025-21869",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21869"
},
{
"cve": "CVE-2025-21870",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21870"
},
{
"cve": "CVE-2025-21871",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21871"
},
{
"cve": "CVE-2025-21876",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21876"
},
{
"cve": "CVE-2025-21877",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21877"
},
{
"cve": "CVE-2025-21878",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21878"
},
{
"cve": "CVE-2025-21883",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21883"
},
{
"cve": "CVE-2025-21885",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21885"
},
{
"cve": "CVE-2025-21886",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21886"
},
{
"cve": "CVE-2025-21888",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21888"
},
{
"cve": "CVE-2025-21890",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21890"
},
{
"cve": "CVE-2025-21891",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21891"
},
{
"cve": "CVE-2025-21892",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-21892"
},
{
"cve": "CVE-2025-22134",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-22134"
},
{
"cve": "CVE-2025-22228",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-22228"
},
{
"cve": "CVE-2025-22247",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-22247"
},
{
"cve": "CVE-2025-22868",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-22868"
},
{
"cve": "CVE-2025-22869",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-24014",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-24014"
},
{
"cve": "CVE-2025-24813",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-24813"
},
{
"cve": "CVE-2025-24855",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-24855"
},
{
"cve": "CVE-2025-24928",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-24928"
},
{
"cve": "CVE-2025-2588",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-2588"
},
{
"cve": "CVE-2025-26465",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-26465"
},
{
"cve": "CVE-2025-26466",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-26466"
},
{
"cve": "CVE-2025-26597",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-26597"
},
{
"cve": "CVE-2025-27113",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-27113"
},
{
"cve": "CVE-2025-27219",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-27219"
},
{
"cve": "CVE-2025-27220",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-27220"
},
{
"cve": "CVE-2025-27363",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-27363"
},
{
"cve": "CVE-2025-29087",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-29087"
},
{
"cve": "CVE-2025-29088",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-29088"
},
{
"cve": "CVE-2025-31115",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-31115"
},
{
"cve": "CVE-2025-31335",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-31335"
},
{
"cve": "CVE-2025-31650",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-31650"
},
{
"cve": "CVE-2025-31651",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-31651"
},
{
"cve": "CVE-2025-32414",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-32414"
},
{
"cve": "CVE-2025-32415",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-32415"
},
{
"cve": "CVE-2025-32728",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-32728"
},
{
"cve": "CVE-2025-3360",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-3360"
},
{
"cve": "CVE-2025-4207",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-4207"
},
{
"cve": "CVE-2025-4382",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-4382"
},
{
"cve": "CVE-2025-47268",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-47268"
},
{
"cve": "CVE-2025-4802",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-4802"
},
{
"cve": "CVE-2025-48734",
"product_status": {
"known_affected": [
"T044974",
"T002207"
]
},
"release_date": "2025-06-30T22:00:00.000+00:00",
"title": "CVE-2025-48734"
}
]
}
Loading…
Trend slope:
-
(linear fit over daily sighting counts)
Show additional events:
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…