Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2023-47108 (GCVE-0-2023-47108)
Vulnerability from cvelistv5 – Published: 2023-11-10 18:31 – Updated: 2025-10-28 18:22
VLAI
EPSS
Title
DoS vulnerability in otelgrpc (uncontrolled resource consumption) due to unbound cardinality metrics
Summary
OpenTelemetry-Go Contrib is a collection of third-party packages for OpenTelemetry-Go. Starting in version 0.37.0 and prior to version 0.46.0, the grpc Unary Server Interceptor out of the box adds labels `net.peer.sock.addr` and `net.peer.sock.port` that have unbound cardinality. It leads to the server's potential memory exhaustion when many malicious requests are sent. An attacker can easily flood the peer address and port for requests. Version 0.46.0 contains a fix for this issue. As a workaround to stop being affected, a view removing the attributes can be used. The other possibility is to disable grpc metrics instrumentation by passing `otelgrpc.WithMeterProvider` option with `noop.NewMeterProvider`.
Severity
7.5 (High)
SSVC
Exploitation: poc
Automatable: yes
Technical Impact: partial
CISA Coordinator (v2.0.3)
CWE
- CWE-770 - Allocation of Resources Without Limits or Throttling
Assigner
References
7 references
| URL | Tags |
|---|---|
| https://github.com/open-telemetry/opentelemetry-g… | x_refsource_CONFIRM |
| https://github.com/open-telemetry/opentelemetry-g… | x_refsource_MISC |
| https://github.com/open-telemetry/opentelemetry-g… | x_refsource_MISC |
| https://github.com/open-telemetry/opentelemetry-g… | x_refsource_MISC |
| https://github.com/open-telemetry/opentelemetry-g… | x_refsource_MISC |
| https://github.com/open-telemetry/opentelemetry-g… | x_refsource_MISC |
| https://pkg.go.dev/go.opentelemetry.io/otel/metri… | x_refsource_MISC |
Impacted products
1 product
| Vendor | Product | Version | |
|---|---|---|---|
| open-telemetry | opentelemetry-go-contrib |
Affected:
>= 0.37.0, < 0.46.0
|
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-02T21:01:22.674Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"name": "https://github.com/open-telemetry/opentelemetry-go-contrib/security/advisories/GHSA-8pgv-569h-w5rw",
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://github.com/open-telemetry/opentelemetry-go-contrib/security/advisories/GHSA-8pgv-569h-w5rw"
},
{
"name": "https://github.com/open-telemetry/opentelemetry-go-contrib/pull/4322",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/open-telemetry/opentelemetry-go-contrib/pull/4322"
},
{
"name": "https://github.com/open-telemetry/opentelemetry-go-contrib/commit/b44dfc9092b157625a5815cb437583cee663333b",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/open-telemetry/opentelemetry-go-contrib/commit/b44dfc9092b157625a5815cb437583cee663333b"
},
{
"name": "https://github.com/open-telemetry/opentelemetry-go-contrib/blob/9d4eb7e7706038b07d33f83f76afbe13f53d171d/instrumentation/google.golang.org/grpc/otelgrpc/interceptor.go#L327",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/open-telemetry/opentelemetry-go-contrib/blob/9d4eb7e7706038b07d33f83f76afbe13f53d171d/instrumentation/google.golang.org/grpc/otelgrpc/interceptor.go#L327"
},
{
"name": "https://github.com/open-telemetry/opentelemetry-go-contrib/blob/instrumentation/google.golang.org/grpc/otelgrpc/v0.45.0/instrumentation/google.golang.org/grpc/otelgrpc/config.go#L138",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/open-telemetry/opentelemetry-go-contrib/blob/instrumentation/google.golang.org/grpc/otelgrpc/v0.45.0/instrumentation/google.golang.org/grpc/otelgrpc/config.go#L138"
},
{
"name": "https://pkg.go.dev/go.opentelemetry.io/otel/metric/noop#NewMeterProvider",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://pkg.go.dev/go.opentelemetry.io/otel/metric/noop#NewMeterProvider"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2023-47108",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2024-09-03T17:26:16.403179Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2024-09-03T17:26:56.850Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "opentelemetry-go-contrib",
"vendor": "open-telemetry",
"versions": [
{
"status": "affected",
"version": "\u003e= 0.37.0, \u003c 0.46.0"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "OpenTelemetry-Go Contrib is a collection of third-party packages for OpenTelemetry-Go. Starting in version 0.37.0 and prior to version 0.46.0, the grpc Unary Server Interceptor out of the box adds labels `net.peer.sock.addr` and `net.peer.sock.port` that have unbound cardinality. It leads to the server\u0027s potential memory exhaustion when many malicious requests are sent. An attacker can easily flood the peer address and port for requests. Version 0.46.0 contains a fix for this issue. As a workaround to stop being affected, a view removing the attributes can be used. The other possibility is to disable grpc metrics instrumentation by passing `otelgrpc.WithMeterProvider` option with `noop.NewMeterProvider`."
}
],
"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"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-770",
"description": "CWE-770: Allocation of Resources Without Limits or Throttling",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-10-28T18:22:47.393Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/open-telemetry/opentelemetry-go-contrib/security/advisories/GHSA-8pgv-569h-w5rw",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/open-telemetry/opentelemetry-go-contrib/security/advisories/GHSA-8pgv-569h-w5rw"
},
{
"name": "https://github.com/open-telemetry/opentelemetry-go-contrib/pull/4322",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/open-telemetry/opentelemetry-go-contrib/pull/4322"
},
{
"name": "https://github.com/open-telemetry/opentelemetry-go-contrib/commit/04c5dcbb5b35f14b4e6793b245919c72addbc7d0",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/open-telemetry/opentelemetry-go-contrib/commit/04c5dcbb5b35f14b4e6793b245919c72addbc7d0"
},
{
"name": "https://github.com/open-telemetry/opentelemetry-go-contrib/commit/b44dfc9092b157625a5815cb437583cee663333b",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/open-telemetry/opentelemetry-go-contrib/commit/b44dfc9092b157625a5815cb437583cee663333b"
},
{
"name": "https://github.com/open-telemetry/opentelemetry-go-contrib/blob/9d4eb7e7706038b07d33f83f76afbe13f53d171d/instrumentation/google.golang.org/grpc/otelgrpc/interceptor.go#L327",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/open-telemetry/opentelemetry-go-contrib/blob/9d4eb7e7706038b07d33f83f76afbe13f53d171d/instrumentation/google.golang.org/grpc/otelgrpc/interceptor.go#L327"
},
{
"name": "https://github.com/open-telemetry/opentelemetry-go-contrib/blob/instrumentation/google.golang.org/grpc/otelgrpc/v0.45.0/instrumentation/google.golang.org/grpc/otelgrpc/config.go#L138",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/open-telemetry/opentelemetry-go-contrib/blob/instrumentation/google.golang.org/grpc/otelgrpc/v0.45.0/instrumentation/google.golang.org/grpc/otelgrpc/config.go#L138"
},
{
"name": "https://pkg.go.dev/go.opentelemetry.io/otel/metric/noop#NewMeterProvider",
"tags": [
"x_refsource_MISC"
],
"url": "https://pkg.go.dev/go.opentelemetry.io/otel/metric/noop#NewMeterProvider"
}
],
"source": {
"advisory": "GHSA-8pgv-569h-w5rw",
"discovery": "UNKNOWN"
},
"title": "DoS vulnerability in otelgrpc (uncontrolled resource consumption) due to unbound cardinality metrics"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2023-47108",
"datePublished": "2023-11-10T18:31:33.730Z",
"dateReserved": "2023-10-30T19:57:51.673Z",
"dateUpdated": "2025-10-28T18:22:47.393Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2023-47108",
"date": "2026-06-18",
"epss": "0.01579",
"percentile": "0.7231"
},
"fkie_nvd": {
"configurations": "[{\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:opentelemetry:opentelemetry:*:*:*:*:*:go:*:*\", \"versionEndExcluding\": \"0.46.0\", \"matchCriteriaId\": \"3F6FEFCC-23A7-4CB6-BC7E-5D6B3872786A\"}]}]}]",
"descriptions": "[{\"lang\": \"en\", \"value\": \"OpenTelemetry-Go Contrib is a collection of third-party packages for OpenTelemetry-Go. Prior to version 0.46.0, the grpc Unary Server Interceptor out of the box adds labels `net.peer.sock.addr` and `net.peer.sock.port` that have unbound cardinality. It leads to the server\u0027s potential memory exhaustion when many malicious requests are sent. An attacker can easily flood the peer address and port for requests. Version 0.46.0 contains a fix for this issue. As a workaround to stop being affected, a view removing the attributes can be used. The other possibility is to disable grpc metrics instrumentation by passing `otelgrpc.WithMeterProvider` option with `noop.NewMeterProvider`.\"}, {\"lang\": \"es\", \"value\": \"OpenTelemetry-Go Contrib es una colecci\\u00f3n de paquetes de terceros para OpenTelemetry-Go. Antes de la versi\\u00f3n 0.46.0, grpc Unary Server Interceptor agrega etiquetas `net.peer.sock.addr` y `net.peer.sock.port` que tienen cardinalidad independiente. Conduce al posible agotamiento de la memoria del servidor cuando se env\\u00edan muchas solicitudes maliciosas. Un atacante puede inundar f\\u00e1cilmente la direcci\\u00f3n y el puerto del par para solicitudes. La versi\\u00f3n 0.46.0 contiene una soluci\\u00f3n para este problema. Como workaround para dejar de verse afectado, se puede utilizar una vista que elimine los atributos. La otra posibilidad es deshabilitar la instrumentaci\\u00f3n de m\\u00e9tricas de grpc pasando la opci\\u00f3n `otelgrpc.WithMeterProvider` con `noop.NewMeterProvider`.\"}]",
"id": "CVE-2023-47108",
"lastModified": "2024-11-21T08:29:47.600",
"metrics": "{\"cvssMetricV31\": [{\"source\": \"security-advisories@github.com\", \"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}, {\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"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}]}",
"published": "2023-11-10T19:15:16.410",
"references": "[{\"url\": \"https://github.com/open-telemetry/opentelemetry-go-contrib/blob/9d4eb7e7706038b07d33f83f76afbe13f53d171d/instrumentation/google.golang.org/grpc/otelgrpc/interceptor.go#L327\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Product\"]}, {\"url\": \"https://github.com/open-telemetry/opentelemetry-go-contrib/blob/instrumentation/google.golang.org/grpc/otelgrpc/v0.45.0/instrumentation/google.golang.org/grpc/otelgrpc/config.go#L138\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Product\"]}, {\"url\": \"https://github.com/open-telemetry/opentelemetry-go-contrib/commit/b44dfc9092b157625a5815cb437583cee663333b\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Patch\"]}, {\"url\": \"https://github.com/open-telemetry/opentelemetry-go-contrib/pull/4322\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Issue Tracking\", \"Patch\"]}, {\"url\": \"https://github.com/open-telemetry/opentelemetry-go-contrib/security/advisories/GHSA-8pgv-569h-w5rw\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Vendor Advisory\"]}, {\"url\": \"https://pkg.go.dev/go.opentelemetry.io/otel/metric/noop#NewMeterProvider\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Product\"]}, {\"url\": \"https://github.com/open-telemetry/opentelemetry-go-contrib/blob/9d4eb7e7706038b07d33f83f76afbe13f53d171d/instrumentation/google.golang.org/grpc/otelgrpc/interceptor.go#L327\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Product\"]}, {\"url\": \"https://github.com/open-telemetry/opentelemetry-go-contrib/blob/instrumentation/google.golang.org/grpc/otelgrpc/v0.45.0/instrumentation/google.golang.org/grpc/otelgrpc/config.go#L138\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Product\"]}, {\"url\": \"https://github.com/open-telemetry/opentelemetry-go-contrib/commit/b44dfc9092b157625a5815cb437583cee663333b\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Patch\"]}, {\"url\": \"https://github.com/open-telemetry/opentelemetry-go-contrib/pull/4322\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Issue Tracking\", \"Patch\"]}, {\"url\": \"https://github.com/open-telemetry/opentelemetry-go-contrib/security/advisories/GHSA-8pgv-569h-w5rw\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Vendor Advisory\"]}, {\"url\": \"https://pkg.go.dev/go.opentelemetry.io/otel/metric/noop#NewMeterProvider\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Product\"]}]",
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Modified",
"weaknesses": "[{\"source\": \"security-advisories@github.com\", \"type\": \"Primary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-770\"}]}]"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2023-47108\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2023-11-10T19:15:16.410\",\"lastModified\":\"2025-10-28T19:15:40.233\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"OpenTelemetry-Go Contrib is a collection of third-party packages for OpenTelemetry-Go. Starting in version 0.37.0 and prior to version 0.46.0, the grpc Unary Server Interceptor out of the box adds labels `net.peer.sock.addr` and `net.peer.sock.port` that have unbound cardinality. It leads to the server\u0027s potential memory exhaustion when many malicious requests are sent. An attacker can easily flood the peer address and port for requests. Version 0.46.0 contains a fix for this issue. As a workaround to stop being affected, a view removing the attributes can be used. The other possibility is to disable grpc metrics instrumentation by passing `otelgrpc.WithMeterProvider` option with `noop.NewMeterProvider`.\"},{\"lang\":\"es\",\"value\":\"OpenTelemetry-Go Contrib es una colecci\u00f3n de paquetes de terceros para OpenTelemetry-Go. Antes de la versi\u00f3n 0.46.0, grpc Unary Server Interceptor agrega etiquetas `net.peer.sock.addr` y `net.peer.sock.port` que tienen cardinalidad independiente. Conduce al posible agotamiento de la memoria del servidor cuando se env\u00edan muchas solicitudes maliciosas. Un atacante puede inundar f\u00e1cilmente la direcci\u00f3n y el puerto del par para solicitudes. La versi\u00f3n 0.46.0 contiene una soluci\u00f3n para este problema. Como workaround para dejar de verse afectado, se puede utilizar una vista que elimine los atributos. La otra posibilidad es deshabilitar la instrumentaci\u00f3n de m\u00e9tricas de grpc pasando la opci\u00f3n `otelgrpc.WithMeterProvider` con `noop.NewMeterProvider`.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"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},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-770\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:opentelemetry:opentelemetry:*:*:*:*:*:go:*:*\",\"versionEndExcluding\":\"0.46.0\",\"matchCriteriaId\":\"3F6FEFCC-23A7-4CB6-BC7E-5D6B3872786A\"}]}]}],\"references\":[{\"url\":\"https://github.com/open-telemetry/opentelemetry-go-contrib/blob/9d4eb7e7706038b07d33f83f76afbe13f53d171d/instrumentation/google.golang.org/grpc/otelgrpc/interceptor.go#L327\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Product\"]},{\"url\":\"https://github.com/open-telemetry/opentelemetry-go-contrib/blob/instrumentation/google.golang.org/grpc/otelgrpc/v0.45.0/instrumentation/google.golang.org/grpc/otelgrpc/config.go#L138\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Product\"]},{\"url\":\"https://github.com/open-telemetry/opentelemetry-go-contrib/commit/04c5dcbb5b35f14b4e6793b245919c72addbc7d0\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/open-telemetry/opentelemetry-go-contrib/commit/b44dfc9092b157625a5815cb437583cee663333b\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/open-telemetry/opentelemetry-go-contrib/pull/4322\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Issue Tracking\",\"Patch\"]},{\"url\":\"https://github.com/open-telemetry/opentelemetry-go-contrib/security/advisories/GHSA-8pgv-569h-w5rw\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://pkg.go.dev/go.opentelemetry.io/otel/metric/noop#NewMeterProvider\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Product\"]},{\"url\":\"https://github.com/open-telemetry/opentelemetry-go-contrib/blob/9d4eb7e7706038b07d33f83f76afbe13f53d171d/instrumentation/google.golang.org/grpc/otelgrpc/interceptor.go#L327\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Product\"]},{\"url\":\"https://github.com/open-telemetry/opentelemetry-go-contrib/blob/instrumentation/google.golang.org/grpc/otelgrpc/v0.45.0/instrumentation/google.golang.org/grpc/otelgrpc/config.go#L138\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Product\"]},{\"url\":\"https://github.com/open-telemetry/opentelemetry-go-contrib/commit/b44dfc9092b157625a5815cb437583cee663333b\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/open-telemetry/opentelemetry-go-contrib/pull/4322\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Issue Tracking\",\"Patch\"]},{\"url\":\"https://github.com/open-telemetry/opentelemetry-go-contrib/security/advisories/GHSA-8pgv-569h-w5rw\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://pkg.go.dev/go.opentelemetry.io/otel/metric/noop#NewMeterProvider\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Product\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://github.com/open-telemetry/opentelemetry-go-contrib/security/advisories/GHSA-8pgv-569h-w5rw\", \"name\": \"https://github.com/open-telemetry/opentelemetry-go-contrib/security/advisories/GHSA-8pgv-569h-w5rw\", \"tags\": [\"x_refsource_CONFIRM\", \"x_transferred\"]}, {\"url\": \"https://github.com/open-telemetry/opentelemetry-go-contrib/pull/4322\", \"name\": \"https://github.com/open-telemetry/opentelemetry-go-contrib/pull/4322\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://github.com/open-telemetry/opentelemetry-go-contrib/commit/b44dfc9092b157625a5815cb437583cee663333b\", \"name\": \"https://github.com/open-telemetry/opentelemetry-go-contrib/commit/b44dfc9092b157625a5815cb437583cee663333b\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://github.com/open-telemetry/opentelemetry-go-contrib/blob/9d4eb7e7706038b07d33f83f76afbe13f53d171d/instrumentation/google.golang.org/grpc/otelgrpc/interceptor.go#L327\", \"name\": \"https://github.com/open-telemetry/opentelemetry-go-contrib/blob/9d4eb7e7706038b07d33f83f76afbe13f53d171d/instrumentation/google.golang.org/grpc/otelgrpc/interceptor.go#L327\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://github.com/open-telemetry/opentelemetry-go-contrib/blob/instrumentation/google.golang.org/grpc/otelgrpc/v0.45.0/instrumentation/google.golang.org/grpc/otelgrpc/config.go#L138\", \"name\": \"https://github.com/open-telemetry/opentelemetry-go-contrib/blob/instrumentation/google.golang.org/grpc/otelgrpc/v0.45.0/instrumentation/google.golang.org/grpc/otelgrpc/config.go#L138\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://pkg.go.dev/go.opentelemetry.io/otel/metric/noop#NewMeterProvider\", \"name\": \"https://pkg.go.dev/go.opentelemetry.io/otel/metric/noop#NewMeterProvider\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-02T21:01:22.674Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2023-47108\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"poc\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-09-03T17:26:16.403179Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-09-03T17:26:51.944Z\"}}], \"cna\": {\"title\": \"DoS vulnerability in otelgrpc (uncontrolled resource consumption) due to unbound cardinality metrics\", \"source\": {\"advisory\": \"GHSA-8pgv-569h-w5rw\", \"discovery\": \"UNKNOWN\"}, \"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\"}}], \"affected\": [{\"vendor\": \"open-telemetry\", \"product\": \"opentelemetry-go-contrib\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003e= 0.37.0, \u003c 0.46.0\"}]}], \"references\": [{\"url\": \"https://github.com/open-telemetry/opentelemetry-go-contrib/security/advisories/GHSA-8pgv-569h-w5rw\", \"name\": \"https://github.com/open-telemetry/opentelemetry-go-contrib/security/advisories/GHSA-8pgv-569h-w5rw\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/open-telemetry/opentelemetry-go-contrib/pull/4322\", \"name\": \"https://github.com/open-telemetry/opentelemetry-go-contrib/pull/4322\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/open-telemetry/opentelemetry-go-contrib/commit/04c5dcbb5b35f14b4e6793b245919c72addbc7d0\", \"name\": \"https://github.com/open-telemetry/opentelemetry-go-contrib/commit/04c5dcbb5b35f14b4e6793b245919c72addbc7d0\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/open-telemetry/opentelemetry-go-contrib/commit/b44dfc9092b157625a5815cb437583cee663333b\", \"name\": \"https://github.com/open-telemetry/opentelemetry-go-contrib/commit/b44dfc9092b157625a5815cb437583cee663333b\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/open-telemetry/opentelemetry-go-contrib/blob/9d4eb7e7706038b07d33f83f76afbe13f53d171d/instrumentation/google.golang.org/grpc/otelgrpc/interceptor.go#L327\", \"name\": \"https://github.com/open-telemetry/opentelemetry-go-contrib/blob/9d4eb7e7706038b07d33f83f76afbe13f53d171d/instrumentation/google.golang.org/grpc/otelgrpc/interceptor.go#L327\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/open-telemetry/opentelemetry-go-contrib/blob/instrumentation/google.golang.org/grpc/otelgrpc/v0.45.0/instrumentation/google.golang.org/grpc/otelgrpc/config.go#L138\", \"name\": \"https://github.com/open-telemetry/opentelemetry-go-contrib/blob/instrumentation/google.golang.org/grpc/otelgrpc/v0.45.0/instrumentation/google.golang.org/grpc/otelgrpc/config.go#L138\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://pkg.go.dev/go.opentelemetry.io/otel/metric/noop#NewMeterProvider\", \"name\": \"https://pkg.go.dev/go.opentelemetry.io/otel/metric/noop#NewMeterProvider\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"OpenTelemetry-Go Contrib is a collection of third-party packages for OpenTelemetry-Go. Starting in version 0.37.0 and prior to version 0.46.0, the grpc Unary Server Interceptor out of the box adds labels `net.peer.sock.addr` and `net.peer.sock.port` that have unbound cardinality. It leads to the server\u0027s potential memory exhaustion when many malicious requests are sent. An attacker can easily flood the peer address and port for requests. Version 0.46.0 contains a fix for this issue. As a workaround to stop being affected, a view removing the attributes can be used. The other possibility is to disable grpc metrics instrumentation by passing `otelgrpc.WithMeterProvider` option with `noop.NewMeterProvider`.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-770\", \"description\": \"CWE-770: Allocation of Resources Without Limits or Throttling\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2025-10-28T18:22:47.393Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2023-47108\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-10-28T18:22:47.393Z\", \"dateReserved\": \"2023-10-30T19:57:51.673Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2023-11-10T18:31:33.730Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
SUSE-SU-2024:3221-1
Vulnerability from csaf_suse - Published: 2024-09-12 11:18 - Updated: 2024-09-12 11:18Summary
Security update for containerd
Severity
Important
Notes
Title of the patch: Security update for containerd
Description of the patch: This update for containerd fixes the following issues:
- Update to containerd v1.7.21
- CVE-2023-47108: Fixed DoS vulnerability in otelgrpc (uncontrolled resource consumption) due to unbound cardinality metrics. (bsc#1217070)
- CVE-2023-45142: Fixed DoS vulnerability in otelhttp. (bsc#1228553)
Patchnames: SUSE-2024-3221,SUSE-SLE-Micro-5.3-2024-3221,SUSE-SLE-Micro-5.4-2024-3221,SUSE-SLE-Micro-5.5-2024-3221,SUSE-SLE-Module-Containers-15-SP5-2024-3221,SUSE-SLE-Module-Containers-15-SP6-2024-3221,SUSE-SLE-Product-HPC-15-SP2-LTSS-2024-3221,SUSE-SLE-Product-HPC-15-SP3-LTSS-2024-3221,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-3221,SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-3221,SUSE-SLE-Product-SLES-15-SP2-LTSS-2024-3221,SUSE-SLE-Product-SLES-15-SP3-LTSS-2024-3221,SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-3221,SUSE-SLE-Product-SLES_SAP-15-SP2-2024-3221,SUSE-SLE-Product-SLES_SAP-15-SP3-2024-3221,SUSE-SLE-Product-SLES_SAP-15-SP4-2024-3221,SUSE-SUSE-MicroOS-5.1-2024-3221,SUSE-SUSE-MicroOS-5.2-2024-3221,SUSE-Storage-7.1-2024-3221,openSUSE-Leap-Micro-5.5-2024-3221,openSUSE-SLE-15.5-2024-3221,openSUSE-SLE-15.6-2024-3221
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
9.1 (Critical)
Affected products
Recommended
133 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:containerd-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:containerd-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:containerd-ctr-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:containerd-ctr-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:containerd-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:containerd-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-ctr-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-ctr-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-devel-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-devel-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:containerd-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:containerd-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:containerd-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:containerd-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:containerd-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:containerd-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:containerd-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:containerd-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:containerd-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:containerd-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:containerd-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:containerd-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:containerd-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:containerd-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:containerd-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:containerd-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP5:containerd-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP5:containerd-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP5:containerd-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP5:containerd-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP5:containerd-ctr-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP5:containerd-ctr-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP5:containerd-ctr-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP5:containerd-ctr-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP5:containerd-devel-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP5:containerd-devel-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP5:containerd-devel-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP5:containerd-devel-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:containerd-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:containerd-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:containerd-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:containerd-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:containerd-ctr-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:containerd-ctr-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:containerd-ctr-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:containerd-ctr-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:containerd-devel-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:containerd-devel-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:containerd-devel-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:containerd-devel-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-ctr-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-ctr-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:containerd-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:containerd-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:containerd-ctr-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:containerd-ctr-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-ctr-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-ctr-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-devel-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-devel-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:containerd-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:containerd-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:containerd-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:containerd-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:containerd-ctr-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:containerd-ctr-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:containerd-ctr-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:containerd-ctr-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:containerd-devel-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:containerd-devel-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:containerd-devel-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:containerd-devel-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:containerd-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:containerd-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:containerd-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:containerd-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:containerd-ctr-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:containerd-ctr-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:containerd-ctr-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:containerd-ctr-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:containerd-devel-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:containerd-devel-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:containerd-devel-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:containerd-devel-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.5:containerd-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.5:containerd-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.5:containerd-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
critical
7.5 (High)
Affected products
Recommended
133 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:containerd-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:containerd-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:containerd-ctr-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:containerd-ctr-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:containerd-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:containerd-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-ctr-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-ctr-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-devel-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-devel-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:containerd-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:containerd-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:containerd-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:containerd-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:containerd-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:containerd-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:containerd-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:containerd-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:containerd-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:containerd-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:containerd-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:containerd-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:containerd-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:containerd-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:containerd-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:containerd-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP5:containerd-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP5:containerd-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP5:containerd-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP5:containerd-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP5:containerd-ctr-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP5:containerd-ctr-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP5:containerd-ctr-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP5:containerd-ctr-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP5:containerd-devel-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP5:containerd-devel-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP5:containerd-devel-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP5:containerd-devel-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:containerd-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:containerd-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:containerd-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:containerd-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:containerd-ctr-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:containerd-ctr-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:containerd-ctr-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:containerd-ctr-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:containerd-devel-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:containerd-devel-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:containerd-devel-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:containerd-devel-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-ctr-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-ctr-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:containerd-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:containerd-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:containerd-ctr-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:containerd-ctr-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-ctr-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-ctr-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-devel-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-devel-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:containerd-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:containerd-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:containerd-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:containerd-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:containerd-ctr-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:containerd-ctr-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:containerd-ctr-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:containerd-ctr-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:containerd-devel-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:containerd-devel-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:containerd-devel-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:containerd-devel-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:containerd-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:containerd-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:containerd-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:containerd-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:containerd-ctr-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:containerd-ctr-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:containerd-ctr-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:containerd-ctr-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:containerd-devel-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:containerd-devel-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:containerd-devel-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:containerd-devel-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.5:containerd-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.5:containerd-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.5:containerd-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
133 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:containerd-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:containerd-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:containerd-ctr-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:containerd-ctr-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:containerd-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:containerd-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-ctr-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-ctr-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-devel-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-devel-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:containerd-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:containerd-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:containerd-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:containerd-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:containerd-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:containerd-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:containerd-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:containerd-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:containerd-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:containerd-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:containerd-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:containerd-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:containerd-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:containerd-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:containerd-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:containerd-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP5:containerd-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP5:containerd-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP5:containerd-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP5:containerd-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP5:containerd-ctr-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP5:containerd-ctr-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP5:containerd-ctr-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP5:containerd-ctr-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP5:containerd-devel-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP5:containerd-devel-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP5:containerd-devel-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP5:containerd-devel-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:containerd-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:containerd-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:containerd-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:containerd-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:containerd-ctr-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:containerd-ctr-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:containerd-ctr-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:containerd-ctr-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:containerd-devel-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:containerd-devel-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:containerd-devel-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:containerd-devel-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-ctr-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-ctr-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:containerd-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:containerd-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:containerd-ctr-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:containerd-ctr-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-ctr-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-ctr-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-devel-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-devel-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:containerd-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:containerd-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:containerd-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:containerd-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:containerd-ctr-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:containerd-ctr-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:containerd-ctr-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:containerd-ctr-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:containerd-devel-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:containerd-devel-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:containerd-devel-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:containerd-devel-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:containerd-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:containerd-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:containerd-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:containerd-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:containerd-ctr-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:containerd-ctr-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:containerd-ctr-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:containerd-ctr-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:containerd-devel-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:containerd-devel-1.7.21-150000.117.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:containerd-devel-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:containerd-devel-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.5:containerd-1.7.21-150000.117.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.5:containerd-1.7.21-150000.117.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.5:containerd-1.7.21-150000.117.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
16 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 containerd",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for containerd fixes the following issues:\n\n- Update to containerd v1.7.21\n- CVE-2023-47108: Fixed DoS vulnerability in otelgrpc (uncontrolled resource consumption) due to unbound cardinality metrics. (bsc#1217070)\n- CVE-2023-45142: Fixed DoS vulnerability in otelhttp. (bsc#1228553)\n ",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-3221,SUSE-SLE-Micro-5.3-2024-3221,SUSE-SLE-Micro-5.4-2024-3221,SUSE-SLE-Micro-5.5-2024-3221,SUSE-SLE-Module-Containers-15-SP5-2024-3221,SUSE-SLE-Module-Containers-15-SP6-2024-3221,SUSE-SLE-Product-HPC-15-SP2-LTSS-2024-3221,SUSE-SLE-Product-HPC-15-SP3-LTSS-2024-3221,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-3221,SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-3221,SUSE-SLE-Product-SLES-15-SP2-LTSS-2024-3221,SUSE-SLE-Product-SLES-15-SP3-LTSS-2024-3221,SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-3221,SUSE-SLE-Product-SLES_SAP-15-SP2-2024-3221,SUSE-SLE-Product-SLES_SAP-15-SP3-2024-3221,SUSE-SLE-Product-SLES_SAP-15-SP4-2024-3221,SUSE-SUSE-MicroOS-5.1-2024-3221,SUSE-SUSE-MicroOS-5.2-2024-3221,SUSE-Storage-7.1-2024-3221,openSUSE-Leap-Micro-5.5-2024-3221,openSUSE-SLE-15.5-2024-3221,openSUSE-SLE-15.6-2024-3221",
"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-2024_3221-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:3221-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20243221-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:3221-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-September/019420.html"
},
{
"category": "self",
"summary": "SUSE Bug 1200528",
"url": "https://bugzilla.suse.com/1200528"
},
{
"category": "self",
"summary": "SUSE Bug 1217070",
"url": "https://bugzilla.suse.com/1217070"
},
{
"category": "self",
"summary": "SUSE Bug 1228553",
"url": "https://bugzilla.suse.com/1228553"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-1996 page",
"url": "https://www.suse.com/security/cve/CVE-2022-1996/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-45142 page",
"url": "https://www.suse.com/security/cve/CVE-2023-45142/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-47108 page",
"url": "https://www.suse.com/security/cve/CVE-2023-47108/"
}
],
"title": "Security update for containerd",
"tracking": {
"current_release_date": "2024-09-12T11:18:44Z",
"generator": {
"date": "2024-09-12T11:18:44Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:3221-1",
"initial_release_date": "2024-09-12T11:18:44Z",
"revision_history": [
{
"date": "2024-09-12T11:18:44Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "containerd-1.7.21-150000.117.1.aarch64",
"product": {
"name": "containerd-1.7.21-150000.117.1.aarch64",
"product_id": "containerd-1.7.21-150000.117.1.aarch64"
}
},
{
"category": "product_version",
"name": "containerd-ctr-1.7.21-150000.117.1.aarch64",
"product": {
"name": "containerd-ctr-1.7.21-150000.117.1.aarch64",
"product_id": "containerd-ctr-1.7.21-150000.117.1.aarch64"
}
},
{
"category": "product_version",
"name": "containerd-devel-1.7.21-150000.117.1.aarch64",
"product": {
"name": "containerd-devel-1.7.21-150000.117.1.aarch64",
"product_id": "containerd-devel-1.7.21-150000.117.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "containerd-1.7.21-150000.117.1.i586",
"product": {
"name": "containerd-1.7.21-150000.117.1.i586",
"product_id": "containerd-1.7.21-150000.117.1.i586"
}
},
{
"category": "product_version",
"name": "containerd-ctr-1.7.21-150000.117.1.i586",
"product": {
"name": "containerd-ctr-1.7.21-150000.117.1.i586",
"product_id": "containerd-ctr-1.7.21-150000.117.1.i586"
}
},
{
"category": "product_version",
"name": "containerd-devel-1.7.21-150000.117.1.i586",
"product": {
"name": "containerd-devel-1.7.21-150000.117.1.i586",
"product_id": "containerd-devel-1.7.21-150000.117.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "containerd-1.7.21-150000.117.1.ppc64le",
"product": {
"name": "containerd-1.7.21-150000.117.1.ppc64le",
"product_id": "containerd-1.7.21-150000.117.1.ppc64le"
}
},
{
"category": "product_version",
"name": "containerd-ctr-1.7.21-150000.117.1.ppc64le",
"product": {
"name": "containerd-ctr-1.7.21-150000.117.1.ppc64le",
"product_id": "containerd-ctr-1.7.21-150000.117.1.ppc64le"
}
},
{
"category": "product_version",
"name": "containerd-devel-1.7.21-150000.117.1.ppc64le",
"product": {
"name": "containerd-devel-1.7.21-150000.117.1.ppc64le",
"product_id": "containerd-devel-1.7.21-150000.117.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "containerd-1.7.21-150000.117.1.s390x",
"product": {
"name": "containerd-1.7.21-150000.117.1.s390x",
"product_id": "containerd-1.7.21-150000.117.1.s390x"
}
},
{
"category": "product_version",
"name": "containerd-ctr-1.7.21-150000.117.1.s390x",
"product": {
"name": "containerd-ctr-1.7.21-150000.117.1.s390x",
"product_id": "containerd-ctr-1.7.21-150000.117.1.s390x"
}
},
{
"category": "product_version",
"name": "containerd-devel-1.7.21-150000.117.1.s390x",
"product": {
"name": "containerd-devel-1.7.21-150000.117.1.s390x",
"product_id": "containerd-devel-1.7.21-150000.117.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "containerd-1.7.21-150000.117.1.x86_64",
"product": {
"name": "containerd-1.7.21-150000.117.1.x86_64",
"product_id": "containerd-1.7.21-150000.117.1.x86_64"
}
},
{
"category": "product_version",
"name": "containerd-ctr-1.7.21-150000.117.1.x86_64",
"product": {
"name": "containerd-ctr-1.7.21-150000.117.1.x86_64",
"product_id": "containerd-ctr-1.7.21-150000.117.1.x86_64"
}
},
{
"category": "product_version",
"name": "containerd-devel-1.7.21-150000.117.1.x86_64",
"product": {
"name": "containerd-devel-1.7.21-150000.117.1.x86_64",
"product_id": "containerd-devel-1.7.21-150000.117.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.3",
"product": {
"name": "SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.4",
"product": {
"name": "SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.5",
"product": {
"name": "SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Containers 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Module for Containers 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-containers:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Containers 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-containers:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP2-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.1",
"product": {
"name": "SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-microos:5.1"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.2",
"product": {
"name": "SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-microos:5.2"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 7.1",
"product": {
"name": "SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7.1"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap Micro 5.5",
"product": {
"name": "openSUSE Leap Micro 5.5",
"product_id": "openSUSE Leap Micro 5.5",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap-micro:5.5"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.5",
"product": {
"name": "openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.5"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-1.7.21-150000.117.1.aarch64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:containerd-1.7.21-150000.117.1.aarch64"
},
"product_reference": "containerd-1.7.21-150000.117.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-1.7.21-150000.117.1.s390x as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:containerd-1.7.21-150000.117.1.s390x"
},
"product_reference": "containerd-1.7.21-150000.117.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-1.7.21-150000.117.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:containerd-1.7.21-150000.117.1.x86_64"
},
"product_reference": "containerd-1.7.21-150000.117.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-1.7.21-150000.117.1.aarch64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:containerd-1.7.21-150000.117.1.aarch64"
},
"product_reference": "containerd-1.7.21-150000.117.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-1.7.21-150000.117.1.s390x as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:containerd-1.7.21-150000.117.1.s390x"
},
"product_reference": "containerd-1.7.21-150000.117.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-1.7.21-150000.117.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:containerd-1.7.21-150000.117.1.x86_64"
},
"product_reference": "containerd-1.7.21-150000.117.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-1.7.21-150000.117.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:containerd-1.7.21-150000.117.1.aarch64"
},
"product_reference": "containerd-1.7.21-150000.117.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-1.7.21-150000.117.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:containerd-1.7.21-150000.117.1.ppc64le"
},
"product_reference": "containerd-1.7.21-150000.117.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-1.7.21-150000.117.1.s390x as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:containerd-1.7.21-150000.117.1.s390x"
},
"product_reference": "containerd-1.7.21-150000.117.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-1.7.21-150000.117.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:containerd-1.7.21-150000.117.1.x86_64"
},
"product_reference": "containerd-1.7.21-150000.117.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-1.7.21-150000.117.1.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP5:containerd-1.7.21-150000.117.1.aarch64"
},
"product_reference": "containerd-1.7.21-150000.117.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-1.7.21-150000.117.1.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP5:containerd-1.7.21-150000.117.1.ppc64le"
},
"product_reference": "containerd-1.7.21-150000.117.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-1.7.21-150000.117.1.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP5:containerd-1.7.21-150000.117.1.s390x"
},
"product_reference": "containerd-1.7.21-150000.117.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-1.7.21-150000.117.1.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP5:containerd-1.7.21-150000.117.1.x86_64"
},
"product_reference": "containerd-1.7.21-150000.117.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-ctr-1.7.21-150000.117.1.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP5:containerd-ctr-1.7.21-150000.117.1.aarch64"
},
"product_reference": "containerd-ctr-1.7.21-150000.117.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-ctr-1.7.21-150000.117.1.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP5:containerd-ctr-1.7.21-150000.117.1.ppc64le"
},
"product_reference": "containerd-ctr-1.7.21-150000.117.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-ctr-1.7.21-150000.117.1.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP5:containerd-ctr-1.7.21-150000.117.1.s390x"
},
"product_reference": "containerd-ctr-1.7.21-150000.117.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-ctr-1.7.21-150000.117.1.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP5:containerd-ctr-1.7.21-150000.117.1.x86_64"
},
"product_reference": "containerd-ctr-1.7.21-150000.117.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-devel-1.7.21-150000.117.1.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP5:containerd-devel-1.7.21-150000.117.1.aarch64"
},
"product_reference": "containerd-devel-1.7.21-150000.117.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-devel-1.7.21-150000.117.1.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP5:containerd-devel-1.7.21-150000.117.1.ppc64le"
},
"product_reference": "containerd-devel-1.7.21-150000.117.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-devel-1.7.21-150000.117.1.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP5:containerd-devel-1.7.21-150000.117.1.s390x"
},
"product_reference": "containerd-devel-1.7.21-150000.117.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-devel-1.7.21-150000.117.1.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP5:containerd-devel-1.7.21-150000.117.1.x86_64"
},
"product_reference": "containerd-devel-1.7.21-150000.117.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-1.7.21-150000.117.1.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:containerd-1.7.21-150000.117.1.aarch64"
},
"product_reference": "containerd-1.7.21-150000.117.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-1.7.21-150000.117.1.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:containerd-1.7.21-150000.117.1.ppc64le"
},
"product_reference": "containerd-1.7.21-150000.117.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-1.7.21-150000.117.1.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:containerd-1.7.21-150000.117.1.s390x"
},
"product_reference": "containerd-1.7.21-150000.117.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-1.7.21-150000.117.1.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:containerd-1.7.21-150000.117.1.x86_64"
},
"product_reference": "containerd-1.7.21-150000.117.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-ctr-1.7.21-150000.117.1.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:containerd-ctr-1.7.21-150000.117.1.aarch64"
},
"product_reference": "containerd-ctr-1.7.21-150000.117.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-ctr-1.7.21-150000.117.1.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:containerd-ctr-1.7.21-150000.117.1.ppc64le"
},
"product_reference": "containerd-ctr-1.7.21-150000.117.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-ctr-1.7.21-150000.117.1.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:containerd-ctr-1.7.21-150000.117.1.s390x"
},
"product_reference": "containerd-ctr-1.7.21-150000.117.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-ctr-1.7.21-150000.117.1.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:containerd-ctr-1.7.21-150000.117.1.x86_64"
},
"product_reference": "containerd-ctr-1.7.21-150000.117.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-devel-1.7.21-150000.117.1.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:containerd-devel-1.7.21-150000.117.1.aarch64"
},
"product_reference": "containerd-devel-1.7.21-150000.117.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-devel-1.7.21-150000.117.1.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:containerd-devel-1.7.21-150000.117.1.ppc64le"
},
"product_reference": "containerd-devel-1.7.21-150000.117.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-devel-1.7.21-150000.117.1.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:containerd-devel-1.7.21-150000.117.1.s390x"
},
"product_reference": "containerd-devel-1.7.21-150000.117.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-devel-1.7.21-150000.117.1.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:containerd-devel-1.7.21-150000.117.1.x86_64"
},
"product_reference": "containerd-devel-1.7.21-150000.117.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-1.7.21-150000.117.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-1.7.21-150000.117.1.aarch64"
},
"product_reference": "containerd-1.7.21-150000.117.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-1.7.21-150000.117.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-1.7.21-150000.117.1.x86_64"
},
"product_reference": "containerd-1.7.21-150000.117.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-ctr-1.7.21-150000.117.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64"
},
"product_reference": "containerd-ctr-1.7.21-150000.117.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-ctr-1.7.21-150000.117.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64"
},
"product_reference": "containerd-ctr-1.7.21-150000.117.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-1.7.21-150000.117.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:containerd-1.7.21-150000.117.1.aarch64"
},
"product_reference": "containerd-1.7.21-150000.117.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-1.7.21-150000.117.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:containerd-1.7.21-150000.117.1.x86_64"
},
"product_reference": "containerd-1.7.21-150000.117.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-ctr-1.7.21-150000.117.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64"
},
"product_reference": "containerd-ctr-1.7.21-150000.117.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-ctr-1.7.21-150000.117.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64"
},
"product_reference": "containerd-ctr-1.7.21-150000.117.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-1.7.21-150000.117.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-1.7.21-150000.117.1.aarch64"
},
"product_reference": "containerd-1.7.21-150000.117.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-1.7.21-150000.117.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-1.7.21-150000.117.1.x86_64"
},
"product_reference": "containerd-1.7.21-150000.117.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-ctr-1.7.21-150000.117.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-ctr-1.7.21-150000.117.1.aarch64"
},
"product_reference": "containerd-ctr-1.7.21-150000.117.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-ctr-1.7.21-150000.117.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-ctr-1.7.21-150000.117.1.x86_64"
},
"product_reference": "containerd-ctr-1.7.21-150000.117.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-devel-1.7.21-150000.117.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-devel-1.7.21-150000.117.1.aarch64"
},
"product_reference": "containerd-devel-1.7.21-150000.117.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-devel-1.7.21-150000.117.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-devel-1.7.21-150000.117.1.x86_64"
},
"product_reference": "containerd-devel-1.7.21-150000.117.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-1.7.21-150000.117.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-1.7.21-150000.117.1.aarch64"
},
"product_reference": "containerd-1.7.21-150000.117.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-1.7.21-150000.117.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-1.7.21-150000.117.1.x86_64"
},
"product_reference": "containerd-1.7.21-150000.117.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-ctr-1.7.21-150000.117.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64"
},
"product_reference": "containerd-ctr-1.7.21-150000.117.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-ctr-1.7.21-150000.117.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64"
},
"product_reference": "containerd-ctr-1.7.21-150000.117.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-devel-1.7.21-150000.117.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.aarch64"
},
"product_reference": "containerd-devel-1.7.21-150000.117.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-devel-1.7.21-150000.117.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.x86_64"
},
"product_reference": "containerd-devel-1.7.21-150000.117.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-1.7.21-150000.117.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.7.21-150000.117.1.aarch64"
},
"product_reference": "containerd-1.7.21-150000.117.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-1.7.21-150000.117.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.7.21-150000.117.1.ppc64le"
},
"product_reference": "containerd-1.7.21-150000.117.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-1.7.21-150000.117.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.7.21-150000.117.1.s390x"
},
"product_reference": "containerd-1.7.21-150000.117.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-1.7.21-150000.117.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.7.21-150000.117.1.x86_64"
},
"product_reference": "containerd-1.7.21-150000.117.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-ctr-1.7.21-150000.117.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64"
},
"product_reference": "containerd-ctr-1.7.21-150000.117.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-ctr-1.7.21-150000.117.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.ppc64le"
},
"product_reference": "containerd-ctr-1.7.21-150000.117.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-ctr-1.7.21-150000.117.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.s390x"
},
"product_reference": "containerd-ctr-1.7.21-150000.117.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-ctr-1.7.21-150000.117.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64"
},
"product_reference": "containerd-ctr-1.7.21-150000.117.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-1.7.21-150000.117.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-1.7.21-150000.117.1.aarch64"
},
"product_reference": "containerd-1.7.21-150000.117.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-1.7.21-150000.117.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-1.7.21-150000.117.1.ppc64le"
},
"product_reference": "containerd-1.7.21-150000.117.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-1.7.21-150000.117.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-1.7.21-150000.117.1.s390x"
},
"product_reference": "containerd-1.7.21-150000.117.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-1.7.21-150000.117.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-1.7.21-150000.117.1.x86_64"
},
"product_reference": "containerd-1.7.21-150000.117.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-ctr-1.7.21-150000.117.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64"
},
"product_reference": "containerd-ctr-1.7.21-150000.117.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-ctr-1.7.21-150000.117.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.ppc64le"
},
"product_reference": "containerd-ctr-1.7.21-150000.117.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-ctr-1.7.21-150000.117.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.s390x"
},
"product_reference": "containerd-ctr-1.7.21-150000.117.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-ctr-1.7.21-150000.117.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64"
},
"product_reference": "containerd-ctr-1.7.21-150000.117.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-1.7.21-150000.117.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-1.7.21-150000.117.1.aarch64"
},
"product_reference": "containerd-1.7.21-150000.117.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-1.7.21-150000.117.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-1.7.21-150000.117.1.ppc64le"
},
"product_reference": "containerd-1.7.21-150000.117.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-1.7.21-150000.117.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-1.7.21-150000.117.1.s390x"
},
"product_reference": "containerd-1.7.21-150000.117.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-1.7.21-150000.117.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-1.7.21-150000.117.1.x86_64"
},
"product_reference": "containerd-1.7.21-150000.117.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-ctr-1.7.21-150000.117.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64"
},
"product_reference": "containerd-ctr-1.7.21-150000.117.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-ctr-1.7.21-150000.117.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.ppc64le"
},
"product_reference": "containerd-ctr-1.7.21-150000.117.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-ctr-1.7.21-150000.117.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.s390x"
},
"product_reference": "containerd-ctr-1.7.21-150000.117.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-ctr-1.7.21-150000.117.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64"
},
"product_reference": "containerd-ctr-1.7.21-150000.117.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-devel-1.7.21-150000.117.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.aarch64"
},
"product_reference": "containerd-devel-1.7.21-150000.117.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-devel-1.7.21-150000.117.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.ppc64le"
},
"product_reference": "containerd-devel-1.7.21-150000.117.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-devel-1.7.21-150000.117.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.s390x"
},
"product_reference": "containerd-devel-1.7.21-150000.117.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-devel-1.7.21-150000.117.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.x86_64"
},
"product_reference": "containerd-devel-1.7.21-150000.117.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-1.7.21-150000.117.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-1.7.21-150000.117.1.ppc64le"
},
"product_reference": "containerd-1.7.21-150000.117.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-1.7.21-150000.117.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-1.7.21-150000.117.1.x86_64"
},
"product_reference": "containerd-1.7.21-150000.117.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-ctr-1.7.21-150000.117.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-ctr-1.7.21-150000.117.1.ppc64le"
},
"product_reference": "containerd-ctr-1.7.21-150000.117.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-ctr-1.7.21-150000.117.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-ctr-1.7.21-150000.117.1.x86_64"
},
"product_reference": "containerd-ctr-1.7.21-150000.117.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-1.7.21-150000.117.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:containerd-1.7.21-150000.117.1.ppc64le"
},
"product_reference": "containerd-1.7.21-150000.117.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-1.7.21-150000.117.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:containerd-1.7.21-150000.117.1.x86_64"
},
"product_reference": "containerd-1.7.21-150000.117.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-ctr-1.7.21-150000.117.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:containerd-ctr-1.7.21-150000.117.1.ppc64le"
},
"product_reference": "containerd-ctr-1.7.21-150000.117.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-ctr-1.7.21-150000.117.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:containerd-ctr-1.7.21-150000.117.1.x86_64"
},
"product_reference": "containerd-ctr-1.7.21-150000.117.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-1.7.21-150000.117.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-1.7.21-150000.117.1.ppc64le"
},
"product_reference": "containerd-1.7.21-150000.117.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-1.7.21-150000.117.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-1.7.21-150000.117.1.x86_64"
},
"product_reference": "containerd-1.7.21-150000.117.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-ctr-1.7.21-150000.117.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-ctr-1.7.21-150000.117.1.ppc64le"
},
"product_reference": "containerd-ctr-1.7.21-150000.117.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-ctr-1.7.21-150000.117.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-ctr-1.7.21-150000.117.1.x86_64"
},
"product_reference": "containerd-ctr-1.7.21-150000.117.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-devel-1.7.21-150000.117.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-devel-1.7.21-150000.117.1.ppc64le"
},
"product_reference": "containerd-devel-1.7.21-150000.117.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-devel-1.7.21-150000.117.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-devel-1.7.21-150000.117.1.x86_64"
},
"product_reference": "containerd-devel-1.7.21-150000.117.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-1.7.21-150000.117.1.aarch64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:containerd-1.7.21-150000.117.1.aarch64"
},
"product_reference": "containerd-1.7.21-150000.117.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-1.7.21-150000.117.1.s390x as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:containerd-1.7.21-150000.117.1.s390x"
},
"product_reference": "containerd-1.7.21-150000.117.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-1.7.21-150000.117.1.x86_64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:containerd-1.7.21-150000.117.1.x86_64"
},
"product_reference": "containerd-1.7.21-150000.117.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-1.7.21-150000.117.1.aarch64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:containerd-1.7.21-150000.117.1.aarch64"
},
"product_reference": "containerd-1.7.21-150000.117.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-1.7.21-150000.117.1.s390x as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:containerd-1.7.21-150000.117.1.s390x"
},
"product_reference": "containerd-1.7.21-150000.117.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-1.7.21-150000.117.1.x86_64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:containerd-1.7.21-150000.117.1.x86_64"
},
"product_reference": "containerd-1.7.21-150000.117.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-1.7.21-150000.117.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:containerd-1.7.21-150000.117.1.aarch64"
},
"product_reference": "containerd-1.7.21-150000.117.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-1.7.21-150000.117.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:containerd-1.7.21-150000.117.1.x86_64"
},
"product_reference": "containerd-1.7.21-150000.117.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-ctr-1.7.21-150000.117.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:containerd-ctr-1.7.21-150000.117.1.aarch64"
},
"product_reference": "containerd-ctr-1.7.21-150000.117.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-ctr-1.7.21-150000.117.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:containerd-ctr-1.7.21-150000.117.1.x86_64"
},
"product_reference": "containerd-ctr-1.7.21-150000.117.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-1.7.21-150000.117.1.aarch64 as component of openSUSE Leap Micro 5.5",
"product_id": "openSUSE Leap Micro 5.5:containerd-1.7.21-150000.117.1.aarch64"
},
"product_reference": "containerd-1.7.21-150000.117.1.aarch64",
"relates_to_product_reference": "openSUSE Leap Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-1.7.21-150000.117.1.s390x as component of openSUSE Leap Micro 5.5",
"product_id": "openSUSE Leap Micro 5.5:containerd-1.7.21-150000.117.1.s390x"
},
"product_reference": "containerd-1.7.21-150000.117.1.s390x",
"relates_to_product_reference": "openSUSE Leap Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-1.7.21-150000.117.1.x86_64 as component of openSUSE Leap Micro 5.5",
"product_id": "openSUSE Leap Micro 5.5:containerd-1.7.21-150000.117.1.x86_64"
},
"product_reference": "containerd-1.7.21-150000.117.1.x86_64",
"relates_to_product_reference": "openSUSE Leap Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-1.7.21-150000.117.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:containerd-1.7.21-150000.117.1.aarch64"
},
"product_reference": "containerd-1.7.21-150000.117.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-1.7.21-150000.117.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:containerd-1.7.21-150000.117.1.ppc64le"
},
"product_reference": "containerd-1.7.21-150000.117.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-1.7.21-150000.117.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:containerd-1.7.21-150000.117.1.s390x"
},
"product_reference": "containerd-1.7.21-150000.117.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-1.7.21-150000.117.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:containerd-1.7.21-150000.117.1.x86_64"
},
"product_reference": "containerd-1.7.21-150000.117.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-ctr-1.7.21-150000.117.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:containerd-ctr-1.7.21-150000.117.1.aarch64"
},
"product_reference": "containerd-ctr-1.7.21-150000.117.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-ctr-1.7.21-150000.117.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:containerd-ctr-1.7.21-150000.117.1.ppc64le"
},
"product_reference": "containerd-ctr-1.7.21-150000.117.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-ctr-1.7.21-150000.117.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:containerd-ctr-1.7.21-150000.117.1.s390x"
},
"product_reference": "containerd-ctr-1.7.21-150000.117.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-ctr-1.7.21-150000.117.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:containerd-ctr-1.7.21-150000.117.1.x86_64"
},
"product_reference": "containerd-ctr-1.7.21-150000.117.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-devel-1.7.21-150000.117.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:containerd-devel-1.7.21-150000.117.1.aarch64"
},
"product_reference": "containerd-devel-1.7.21-150000.117.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-devel-1.7.21-150000.117.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:containerd-devel-1.7.21-150000.117.1.ppc64le"
},
"product_reference": "containerd-devel-1.7.21-150000.117.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-devel-1.7.21-150000.117.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:containerd-devel-1.7.21-150000.117.1.s390x"
},
"product_reference": "containerd-devel-1.7.21-150000.117.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-devel-1.7.21-150000.117.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:containerd-devel-1.7.21-150000.117.1.x86_64"
},
"product_reference": "containerd-devel-1.7.21-150000.117.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-1.7.21-150000.117.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:containerd-1.7.21-150000.117.1.aarch64"
},
"product_reference": "containerd-1.7.21-150000.117.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-1.7.21-150000.117.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:containerd-1.7.21-150000.117.1.ppc64le"
},
"product_reference": "containerd-1.7.21-150000.117.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-1.7.21-150000.117.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:containerd-1.7.21-150000.117.1.s390x"
},
"product_reference": "containerd-1.7.21-150000.117.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-1.7.21-150000.117.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:containerd-1.7.21-150000.117.1.x86_64"
},
"product_reference": "containerd-1.7.21-150000.117.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-ctr-1.7.21-150000.117.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:containerd-ctr-1.7.21-150000.117.1.aarch64"
},
"product_reference": "containerd-ctr-1.7.21-150000.117.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-ctr-1.7.21-150000.117.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:containerd-ctr-1.7.21-150000.117.1.ppc64le"
},
"product_reference": "containerd-ctr-1.7.21-150000.117.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-ctr-1.7.21-150000.117.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:containerd-ctr-1.7.21-150000.117.1.s390x"
},
"product_reference": "containerd-ctr-1.7.21-150000.117.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-ctr-1.7.21-150000.117.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:containerd-ctr-1.7.21-150000.117.1.x86_64"
},
"product_reference": "containerd-ctr-1.7.21-150000.117.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-devel-1.7.21-150000.117.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:containerd-devel-1.7.21-150000.117.1.aarch64"
},
"product_reference": "containerd-devel-1.7.21-150000.117.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-devel-1.7.21-150000.117.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:containerd-devel-1.7.21-150000.117.1.ppc64le"
},
"product_reference": "containerd-devel-1.7.21-150000.117.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-devel-1.7.21-150000.117.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:containerd-devel-1.7.21-150000.117.1.s390x"
},
"product_reference": "containerd-devel-1.7.21-150000.117.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-devel-1.7.21-150000.117.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:containerd-devel-1.7.21-150000.117.1.x86_64"
},
"product_reference": "containerd-devel-1.7.21-150000.117.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-1996",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-1996"
}
],
"notes": [
{
"category": "general",
"text": "Authorization Bypass Through User-Controlled Key in GitHub repository emicklei/go-restful prior to v3.8.0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Enterprise Storage 7.1:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Enterprise Storage 7.1:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Enterprise Storage 7.1:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-devel-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-devel-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Micro 5.1:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Micro 5.2:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Micro 5.3:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Micro 5.4:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Micro 5.5:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-ctr-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-devel-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-devel-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-devel-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-devel-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-ctr-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-devel-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-devel-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-devel-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-devel-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-devel-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-devel-1.7.21-150000.117.1.x86_64",
"openSUSE Leap 15.5:containerd-1.7.21-150000.117.1.aarch64",
"openSUSE Leap 15.5:containerd-1.7.21-150000.117.1.ppc64le",
"openSUSE Leap 15.5:containerd-1.7.21-150000.117.1.s390x",
"openSUSE Leap 15.5:containerd-1.7.21-150000.117.1.x86_64",
"openSUSE Leap 15.5:containerd-ctr-1.7.21-150000.117.1.aarch64",
"openSUSE Leap 15.5:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"openSUSE Leap 15.5:containerd-ctr-1.7.21-150000.117.1.s390x",
"openSUSE Leap 15.5:containerd-ctr-1.7.21-150000.117.1.x86_64",
"openSUSE Leap 15.5:containerd-devel-1.7.21-150000.117.1.aarch64",
"openSUSE Leap 15.5:containerd-devel-1.7.21-150000.117.1.ppc64le",
"openSUSE Leap 15.5:containerd-devel-1.7.21-150000.117.1.s390x",
"openSUSE Leap 15.5:containerd-devel-1.7.21-150000.117.1.x86_64",
"openSUSE Leap 15.6:containerd-1.7.21-150000.117.1.aarch64",
"openSUSE Leap 15.6:containerd-1.7.21-150000.117.1.ppc64le",
"openSUSE Leap 15.6:containerd-1.7.21-150000.117.1.s390x",
"openSUSE Leap 15.6:containerd-1.7.21-150000.117.1.x86_64",
"openSUSE Leap 15.6:containerd-ctr-1.7.21-150000.117.1.aarch64",
"openSUSE Leap 15.6:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"openSUSE Leap 15.6:containerd-ctr-1.7.21-150000.117.1.s390x",
"openSUSE Leap 15.6:containerd-ctr-1.7.21-150000.117.1.x86_64",
"openSUSE Leap 15.6:containerd-devel-1.7.21-150000.117.1.aarch64",
"openSUSE Leap 15.6:containerd-devel-1.7.21-150000.117.1.ppc64le",
"openSUSE Leap 15.6:containerd-devel-1.7.21-150000.117.1.s390x",
"openSUSE Leap 15.6:containerd-devel-1.7.21-150000.117.1.x86_64",
"openSUSE Leap Micro 5.5:containerd-1.7.21-150000.117.1.aarch64",
"openSUSE Leap Micro 5.5:containerd-1.7.21-150000.117.1.s390x",
"openSUSE Leap Micro 5.5:containerd-1.7.21-150000.117.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-1996",
"url": "https://www.suse.com/security/cve/CVE-2022-1996"
},
{
"category": "external",
"summary": "SUSE Bug 1200528 for CVE-2022-1996",
"url": "https://bugzilla.suse.com/1200528"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Enterprise Storage 7.1:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Enterprise Storage 7.1:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Enterprise Storage 7.1:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-devel-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-devel-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Micro 5.1:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Micro 5.2:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Micro 5.3:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Micro 5.4:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Micro 5.5:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-ctr-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-devel-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-devel-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-devel-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-devel-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-ctr-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-devel-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-devel-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-devel-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-devel-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-devel-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-devel-1.7.21-150000.117.1.x86_64",
"openSUSE Leap 15.5:containerd-1.7.21-150000.117.1.aarch64",
"openSUSE Leap 15.5:containerd-1.7.21-150000.117.1.ppc64le",
"openSUSE Leap 15.5:containerd-1.7.21-150000.117.1.s390x",
"openSUSE Leap 15.5:containerd-1.7.21-150000.117.1.x86_64",
"openSUSE Leap 15.5:containerd-ctr-1.7.21-150000.117.1.aarch64",
"openSUSE Leap 15.5:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"openSUSE Leap 15.5:containerd-ctr-1.7.21-150000.117.1.s390x",
"openSUSE Leap 15.5:containerd-ctr-1.7.21-150000.117.1.x86_64",
"openSUSE Leap 15.5:containerd-devel-1.7.21-150000.117.1.aarch64",
"openSUSE Leap 15.5:containerd-devel-1.7.21-150000.117.1.ppc64le",
"openSUSE Leap 15.5:containerd-devel-1.7.21-150000.117.1.s390x",
"openSUSE Leap 15.5:containerd-devel-1.7.21-150000.117.1.x86_64",
"openSUSE Leap 15.6:containerd-1.7.21-150000.117.1.aarch64",
"openSUSE Leap 15.6:containerd-1.7.21-150000.117.1.ppc64le",
"openSUSE Leap 15.6:containerd-1.7.21-150000.117.1.s390x",
"openSUSE Leap 15.6:containerd-1.7.21-150000.117.1.x86_64",
"openSUSE Leap 15.6:containerd-ctr-1.7.21-150000.117.1.aarch64",
"openSUSE Leap 15.6:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"openSUSE Leap 15.6:containerd-ctr-1.7.21-150000.117.1.s390x",
"openSUSE Leap 15.6:containerd-ctr-1.7.21-150000.117.1.x86_64",
"openSUSE Leap 15.6:containerd-devel-1.7.21-150000.117.1.aarch64",
"openSUSE Leap 15.6:containerd-devel-1.7.21-150000.117.1.ppc64le",
"openSUSE Leap 15.6:containerd-devel-1.7.21-150000.117.1.s390x",
"openSUSE Leap 15.6:containerd-devel-1.7.21-150000.117.1.x86_64",
"openSUSE Leap Micro 5.5:containerd-1.7.21-150000.117.1.aarch64",
"openSUSE Leap Micro 5.5:containerd-1.7.21-150000.117.1.s390x",
"openSUSE Leap Micro 5.5:containerd-1.7.21-150000.117.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Enterprise Storage 7.1:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Enterprise Storage 7.1:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Enterprise Storage 7.1:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-devel-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-devel-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Micro 5.1:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Micro 5.2:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Micro 5.3:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Micro 5.4:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Micro 5.5:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-ctr-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-devel-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-devel-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-devel-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-devel-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-ctr-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-devel-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-devel-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-devel-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-devel-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-devel-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-devel-1.7.21-150000.117.1.x86_64",
"openSUSE Leap 15.5:containerd-1.7.21-150000.117.1.aarch64",
"openSUSE Leap 15.5:containerd-1.7.21-150000.117.1.ppc64le",
"openSUSE Leap 15.5:containerd-1.7.21-150000.117.1.s390x",
"openSUSE Leap 15.5:containerd-1.7.21-150000.117.1.x86_64",
"openSUSE Leap 15.5:containerd-ctr-1.7.21-150000.117.1.aarch64",
"openSUSE Leap 15.5:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"openSUSE Leap 15.5:containerd-ctr-1.7.21-150000.117.1.s390x",
"openSUSE Leap 15.5:containerd-ctr-1.7.21-150000.117.1.x86_64",
"openSUSE Leap 15.5:containerd-devel-1.7.21-150000.117.1.aarch64",
"openSUSE Leap 15.5:containerd-devel-1.7.21-150000.117.1.ppc64le",
"openSUSE Leap 15.5:containerd-devel-1.7.21-150000.117.1.s390x",
"openSUSE Leap 15.5:containerd-devel-1.7.21-150000.117.1.x86_64",
"openSUSE Leap 15.6:containerd-1.7.21-150000.117.1.aarch64",
"openSUSE Leap 15.6:containerd-1.7.21-150000.117.1.ppc64le",
"openSUSE Leap 15.6:containerd-1.7.21-150000.117.1.s390x",
"openSUSE Leap 15.6:containerd-1.7.21-150000.117.1.x86_64",
"openSUSE Leap 15.6:containerd-ctr-1.7.21-150000.117.1.aarch64",
"openSUSE Leap 15.6:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"openSUSE Leap 15.6:containerd-ctr-1.7.21-150000.117.1.s390x",
"openSUSE Leap 15.6:containerd-ctr-1.7.21-150000.117.1.x86_64",
"openSUSE Leap 15.6:containerd-devel-1.7.21-150000.117.1.aarch64",
"openSUSE Leap 15.6:containerd-devel-1.7.21-150000.117.1.ppc64le",
"openSUSE Leap 15.6:containerd-devel-1.7.21-150000.117.1.s390x",
"openSUSE Leap 15.6:containerd-devel-1.7.21-150000.117.1.x86_64",
"openSUSE Leap Micro 5.5:containerd-1.7.21-150000.117.1.aarch64",
"openSUSE Leap Micro 5.5:containerd-1.7.21-150000.117.1.s390x",
"openSUSE Leap Micro 5.5:containerd-1.7.21-150000.117.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-09-12T11:18:44Z",
"details": "critical"
}
],
"title": "CVE-2022-1996"
},
{
"cve": "CVE-2023-45142",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-45142"
}
],
"notes": [
{
"category": "general",
"text": "OpenTelemetry-Go Contrib is a collection of third-party packages for OpenTelemetry-Go. A handler wrapper out of the box adds labels `http.user_agent` and `http.method` that have unbound cardinality. It leads to the server\u0027s potential memory exhaustion when many malicious requests are sent to it. HTTP header User-Agent or HTTP method for requests can be easily set by an attacker to be random and long. The library internally uses `httpconv.ServerRequest` that records every value for HTTP `method` and `User-Agent`. In order to be affected, a program has to use the `otelhttp.NewHandler` wrapper and not filter any unknown HTTP methods or User agents on the level of CDN, LB, previous middleware, etc. Version 0.44.0 fixed this issue when the values collected for attribute `http.request.method` were changed to be restricted to a set of well-known values and other high cardinality attributes were removed. As a workaround to stop being affected, `otelhttp.WithFilter()` can be used, but it requires manual careful configuration to not log certain requests entirely. For convenience and safe usage of this library, it should by default mark with the label `unknown` non-standard HTTP methods and User agents to show that such requests were made but do not increase cardinality. In case someone wants to stay with the current behavior, library API should allow to enable it.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Enterprise Storage 7.1:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Enterprise Storage 7.1:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Enterprise Storage 7.1:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-devel-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-devel-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Micro 5.1:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Micro 5.2:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Micro 5.3:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Micro 5.4:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Micro 5.5:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-ctr-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-devel-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-devel-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-devel-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-devel-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-ctr-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-devel-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-devel-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-devel-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-devel-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-devel-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-devel-1.7.21-150000.117.1.x86_64",
"openSUSE Leap 15.5:containerd-1.7.21-150000.117.1.aarch64",
"openSUSE Leap 15.5:containerd-1.7.21-150000.117.1.ppc64le",
"openSUSE Leap 15.5:containerd-1.7.21-150000.117.1.s390x",
"openSUSE Leap 15.5:containerd-1.7.21-150000.117.1.x86_64",
"openSUSE Leap 15.5:containerd-ctr-1.7.21-150000.117.1.aarch64",
"openSUSE Leap 15.5:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"openSUSE Leap 15.5:containerd-ctr-1.7.21-150000.117.1.s390x",
"openSUSE Leap 15.5:containerd-ctr-1.7.21-150000.117.1.x86_64",
"openSUSE Leap 15.5:containerd-devel-1.7.21-150000.117.1.aarch64",
"openSUSE Leap 15.5:containerd-devel-1.7.21-150000.117.1.ppc64le",
"openSUSE Leap 15.5:containerd-devel-1.7.21-150000.117.1.s390x",
"openSUSE Leap 15.5:containerd-devel-1.7.21-150000.117.1.x86_64",
"openSUSE Leap 15.6:containerd-1.7.21-150000.117.1.aarch64",
"openSUSE Leap 15.6:containerd-1.7.21-150000.117.1.ppc64le",
"openSUSE Leap 15.6:containerd-1.7.21-150000.117.1.s390x",
"openSUSE Leap 15.6:containerd-1.7.21-150000.117.1.x86_64",
"openSUSE Leap 15.6:containerd-ctr-1.7.21-150000.117.1.aarch64",
"openSUSE Leap 15.6:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"openSUSE Leap 15.6:containerd-ctr-1.7.21-150000.117.1.s390x",
"openSUSE Leap 15.6:containerd-ctr-1.7.21-150000.117.1.x86_64",
"openSUSE Leap 15.6:containerd-devel-1.7.21-150000.117.1.aarch64",
"openSUSE Leap 15.6:containerd-devel-1.7.21-150000.117.1.ppc64le",
"openSUSE Leap 15.6:containerd-devel-1.7.21-150000.117.1.s390x",
"openSUSE Leap 15.6:containerd-devel-1.7.21-150000.117.1.x86_64",
"openSUSE Leap Micro 5.5:containerd-1.7.21-150000.117.1.aarch64",
"openSUSE Leap Micro 5.5:containerd-1.7.21-150000.117.1.s390x",
"openSUSE Leap Micro 5.5:containerd-1.7.21-150000.117.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-45142",
"url": "https://www.suse.com/security/cve/CVE-2023-45142"
},
{
"category": "external",
"summary": "SUSE Bug 1228553 for CVE-2023-45142",
"url": "https://bugzilla.suse.com/1228553"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Enterprise Storage 7.1:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Enterprise Storage 7.1:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Enterprise Storage 7.1:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-devel-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-devel-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Micro 5.1:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Micro 5.2:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Micro 5.3:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Micro 5.4:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Micro 5.5:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-ctr-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-devel-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-devel-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-devel-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-devel-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-ctr-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-devel-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-devel-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-devel-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-devel-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-devel-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-devel-1.7.21-150000.117.1.x86_64",
"openSUSE Leap 15.5:containerd-1.7.21-150000.117.1.aarch64",
"openSUSE Leap 15.5:containerd-1.7.21-150000.117.1.ppc64le",
"openSUSE Leap 15.5:containerd-1.7.21-150000.117.1.s390x",
"openSUSE Leap 15.5:containerd-1.7.21-150000.117.1.x86_64",
"openSUSE Leap 15.5:containerd-ctr-1.7.21-150000.117.1.aarch64",
"openSUSE Leap 15.5:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"openSUSE Leap 15.5:containerd-ctr-1.7.21-150000.117.1.s390x",
"openSUSE Leap 15.5:containerd-ctr-1.7.21-150000.117.1.x86_64",
"openSUSE Leap 15.5:containerd-devel-1.7.21-150000.117.1.aarch64",
"openSUSE Leap 15.5:containerd-devel-1.7.21-150000.117.1.ppc64le",
"openSUSE Leap 15.5:containerd-devel-1.7.21-150000.117.1.s390x",
"openSUSE Leap 15.5:containerd-devel-1.7.21-150000.117.1.x86_64",
"openSUSE Leap 15.6:containerd-1.7.21-150000.117.1.aarch64",
"openSUSE Leap 15.6:containerd-1.7.21-150000.117.1.ppc64le",
"openSUSE Leap 15.6:containerd-1.7.21-150000.117.1.s390x",
"openSUSE Leap 15.6:containerd-1.7.21-150000.117.1.x86_64",
"openSUSE Leap 15.6:containerd-ctr-1.7.21-150000.117.1.aarch64",
"openSUSE Leap 15.6:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"openSUSE Leap 15.6:containerd-ctr-1.7.21-150000.117.1.s390x",
"openSUSE Leap 15.6:containerd-ctr-1.7.21-150000.117.1.x86_64",
"openSUSE Leap 15.6:containerd-devel-1.7.21-150000.117.1.aarch64",
"openSUSE Leap 15.6:containerd-devel-1.7.21-150000.117.1.ppc64le",
"openSUSE Leap 15.6:containerd-devel-1.7.21-150000.117.1.s390x",
"openSUSE Leap 15.6:containerd-devel-1.7.21-150000.117.1.x86_64",
"openSUSE Leap Micro 5.5:containerd-1.7.21-150000.117.1.aarch64",
"openSUSE Leap Micro 5.5:containerd-1.7.21-150000.117.1.s390x",
"openSUSE Leap Micro 5.5:containerd-1.7.21-150000.117.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Enterprise Storage 7.1:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Enterprise Storage 7.1:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Enterprise Storage 7.1:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-devel-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-devel-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Micro 5.1:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Micro 5.2:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Micro 5.3:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Micro 5.4:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Micro 5.5:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-ctr-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-devel-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-devel-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-devel-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-devel-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-ctr-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-devel-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-devel-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-devel-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-devel-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-devel-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-devel-1.7.21-150000.117.1.x86_64",
"openSUSE Leap 15.5:containerd-1.7.21-150000.117.1.aarch64",
"openSUSE Leap 15.5:containerd-1.7.21-150000.117.1.ppc64le",
"openSUSE Leap 15.5:containerd-1.7.21-150000.117.1.s390x",
"openSUSE Leap 15.5:containerd-1.7.21-150000.117.1.x86_64",
"openSUSE Leap 15.5:containerd-ctr-1.7.21-150000.117.1.aarch64",
"openSUSE Leap 15.5:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"openSUSE Leap 15.5:containerd-ctr-1.7.21-150000.117.1.s390x",
"openSUSE Leap 15.5:containerd-ctr-1.7.21-150000.117.1.x86_64",
"openSUSE Leap 15.5:containerd-devel-1.7.21-150000.117.1.aarch64",
"openSUSE Leap 15.5:containerd-devel-1.7.21-150000.117.1.ppc64le",
"openSUSE Leap 15.5:containerd-devel-1.7.21-150000.117.1.s390x",
"openSUSE Leap 15.5:containerd-devel-1.7.21-150000.117.1.x86_64",
"openSUSE Leap 15.6:containerd-1.7.21-150000.117.1.aarch64",
"openSUSE Leap 15.6:containerd-1.7.21-150000.117.1.ppc64le",
"openSUSE Leap 15.6:containerd-1.7.21-150000.117.1.s390x",
"openSUSE Leap 15.6:containerd-1.7.21-150000.117.1.x86_64",
"openSUSE Leap 15.6:containerd-ctr-1.7.21-150000.117.1.aarch64",
"openSUSE Leap 15.6:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"openSUSE Leap 15.6:containerd-ctr-1.7.21-150000.117.1.s390x",
"openSUSE Leap 15.6:containerd-ctr-1.7.21-150000.117.1.x86_64",
"openSUSE Leap 15.6:containerd-devel-1.7.21-150000.117.1.aarch64",
"openSUSE Leap 15.6:containerd-devel-1.7.21-150000.117.1.ppc64le",
"openSUSE Leap 15.6:containerd-devel-1.7.21-150000.117.1.s390x",
"openSUSE Leap 15.6:containerd-devel-1.7.21-150000.117.1.x86_64",
"openSUSE Leap Micro 5.5:containerd-1.7.21-150000.117.1.aarch64",
"openSUSE Leap Micro 5.5:containerd-1.7.21-150000.117.1.s390x",
"openSUSE Leap Micro 5.5:containerd-1.7.21-150000.117.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-09-12T11:18:44Z",
"details": "important"
}
],
"title": "CVE-2023-45142"
},
{
"cve": "CVE-2023-47108",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-47108"
}
],
"notes": [
{
"category": "general",
"text": "OpenTelemetry-Go Contrib is a collection of third-party packages for OpenTelemetry-Go. Prior to version 0.46.0, the grpc Unary Server Interceptor out of the box adds labels `net.peer.sock.addr` and `net.peer.sock.port` that have unbound cardinality. It leads to the server\u0027s potential memory exhaustion when many malicious requests are sent. An attacker can easily flood the peer address and port for requests. Version 0.46.0 contains a fix for this issue. As a workaround to stop being affected, a view removing the attributes can be used. The other possibility is to disable grpc metrics instrumentation by passing `otelgrpc.WithMeterProvider` option with `noop.NewMeterProvider`.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Enterprise Storage 7.1:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Enterprise Storage 7.1:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Enterprise Storage 7.1:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-devel-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-devel-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Micro 5.1:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Micro 5.2:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Micro 5.3:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Micro 5.4:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Micro 5.5:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-ctr-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-devel-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-devel-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-devel-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-devel-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-ctr-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-devel-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-devel-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-devel-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-devel-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-devel-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-devel-1.7.21-150000.117.1.x86_64",
"openSUSE Leap 15.5:containerd-1.7.21-150000.117.1.aarch64",
"openSUSE Leap 15.5:containerd-1.7.21-150000.117.1.ppc64le",
"openSUSE Leap 15.5:containerd-1.7.21-150000.117.1.s390x",
"openSUSE Leap 15.5:containerd-1.7.21-150000.117.1.x86_64",
"openSUSE Leap 15.5:containerd-ctr-1.7.21-150000.117.1.aarch64",
"openSUSE Leap 15.5:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"openSUSE Leap 15.5:containerd-ctr-1.7.21-150000.117.1.s390x",
"openSUSE Leap 15.5:containerd-ctr-1.7.21-150000.117.1.x86_64",
"openSUSE Leap 15.5:containerd-devel-1.7.21-150000.117.1.aarch64",
"openSUSE Leap 15.5:containerd-devel-1.7.21-150000.117.1.ppc64le",
"openSUSE Leap 15.5:containerd-devel-1.7.21-150000.117.1.s390x",
"openSUSE Leap 15.5:containerd-devel-1.7.21-150000.117.1.x86_64",
"openSUSE Leap 15.6:containerd-1.7.21-150000.117.1.aarch64",
"openSUSE Leap 15.6:containerd-1.7.21-150000.117.1.ppc64le",
"openSUSE Leap 15.6:containerd-1.7.21-150000.117.1.s390x",
"openSUSE Leap 15.6:containerd-1.7.21-150000.117.1.x86_64",
"openSUSE Leap 15.6:containerd-ctr-1.7.21-150000.117.1.aarch64",
"openSUSE Leap 15.6:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"openSUSE Leap 15.6:containerd-ctr-1.7.21-150000.117.1.s390x",
"openSUSE Leap 15.6:containerd-ctr-1.7.21-150000.117.1.x86_64",
"openSUSE Leap 15.6:containerd-devel-1.7.21-150000.117.1.aarch64",
"openSUSE Leap 15.6:containerd-devel-1.7.21-150000.117.1.ppc64le",
"openSUSE Leap 15.6:containerd-devel-1.7.21-150000.117.1.s390x",
"openSUSE Leap 15.6:containerd-devel-1.7.21-150000.117.1.x86_64",
"openSUSE Leap Micro 5.5:containerd-1.7.21-150000.117.1.aarch64",
"openSUSE Leap Micro 5.5:containerd-1.7.21-150000.117.1.s390x",
"openSUSE Leap Micro 5.5:containerd-1.7.21-150000.117.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-47108",
"url": "https://www.suse.com/security/cve/CVE-2023-47108"
},
{
"category": "external",
"summary": "SUSE Bug 1217070 for CVE-2023-47108",
"url": "https://bugzilla.suse.com/1217070"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Enterprise Storage 7.1:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Enterprise Storage 7.1:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Enterprise Storage 7.1:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-devel-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-devel-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Micro 5.1:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Micro 5.2:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Micro 5.3:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Micro 5.4:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Micro 5.5:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-ctr-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-devel-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-devel-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-devel-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-devel-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-ctr-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-devel-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-devel-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-devel-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-devel-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-devel-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-devel-1.7.21-150000.117.1.x86_64",
"openSUSE Leap 15.5:containerd-1.7.21-150000.117.1.aarch64",
"openSUSE Leap 15.5:containerd-1.7.21-150000.117.1.ppc64le",
"openSUSE Leap 15.5:containerd-1.7.21-150000.117.1.s390x",
"openSUSE Leap 15.5:containerd-1.7.21-150000.117.1.x86_64",
"openSUSE Leap 15.5:containerd-ctr-1.7.21-150000.117.1.aarch64",
"openSUSE Leap 15.5:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"openSUSE Leap 15.5:containerd-ctr-1.7.21-150000.117.1.s390x",
"openSUSE Leap 15.5:containerd-ctr-1.7.21-150000.117.1.x86_64",
"openSUSE Leap 15.5:containerd-devel-1.7.21-150000.117.1.aarch64",
"openSUSE Leap 15.5:containerd-devel-1.7.21-150000.117.1.ppc64le",
"openSUSE Leap 15.5:containerd-devel-1.7.21-150000.117.1.s390x",
"openSUSE Leap 15.5:containerd-devel-1.7.21-150000.117.1.x86_64",
"openSUSE Leap 15.6:containerd-1.7.21-150000.117.1.aarch64",
"openSUSE Leap 15.6:containerd-1.7.21-150000.117.1.ppc64le",
"openSUSE Leap 15.6:containerd-1.7.21-150000.117.1.s390x",
"openSUSE Leap 15.6:containerd-1.7.21-150000.117.1.x86_64",
"openSUSE Leap 15.6:containerd-ctr-1.7.21-150000.117.1.aarch64",
"openSUSE Leap 15.6:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"openSUSE Leap 15.6:containerd-ctr-1.7.21-150000.117.1.s390x",
"openSUSE Leap 15.6:containerd-ctr-1.7.21-150000.117.1.x86_64",
"openSUSE Leap 15.6:containerd-devel-1.7.21-150000.117.1.aarch64",
"openSUSE Leap 15.6:containerd-devel-1.7.21-150000.117.1.ppc64le",
"openSUSE Leap 15.6:containerd-devel-1.7.21-150000.117.1.s390x",
"openSUSE Leap 15.6:containerd-devel-1.7.21-150000.117.1.x86_64",
"openSUSE Leap Micro 5.5:containerd-1.7.21-150000.117.1.aarch64",
"openSUSE Leap Micro 5.5:containerd-1.7.21-150000.117.1.s390x",
"openSUSE Leap Micro 5.5:containerd-1.7.21-150000.117.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Enterprise Storage 7.1:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Enterprise Storage 7.1:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Enterprise Storage 7.1:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-devel-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:containerd-devel-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Micro 5.1:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Micro 5.2:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Micro 5.3:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Micro 5.4:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Micro 5.5:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-ctr-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-devel-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-devel-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-devel-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP5:containerd-devel-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-ctr-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-devel-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-devel-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-devel-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:containerd-devel-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:containerd-devel-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-ctr-1.7.21-150000.117.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-devel-1.7.21-150000.117.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:containerd-devel-1.7.21-150000.117.1.x86_64",
"openSUSE Leap 15.5:containerd-1.7.21-150000.117.1.aarch64",
"openSUSE Leap 15.5:containerd-1.7.21-150000.117.1.ppc64le",
"openSUSE Leap 15.5:containerd-1.7.21-150000.117.1.s390x",
"openSUSE Leap 15.5:containerd-1.7.21-150000.117.1.x86_64",
"openSUSE Leap 15.5:containerd-ctr-1.7.21-150000.117.1.aarch64",
"openSUSE Leap 15.5:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"openSUSE Leap 15.5:containerd-ctr-1.7.21-150000.117.1.s390x",
"openSUSE Leap 15.5:containerd-ctr-1.7.21-150000.117.1.x86_64",
"openSUSE Leap 15.5:containerd-devel-1.7.21-150000.117.1.aarch64",
"openSUSE Leap 15.5:containerd-devel-1.7.21-150000.117.1.ppc64le",
"openSUSE Leap 15.5:containerd-devel-1.7.21-150000.117.1.s390x",
"openSUSE Leap 15.5:containerd-devel-1.7.21-150000.117.1.x86_64",
"openSUSE Leap 15.6:containerd-1.7.21-150000.117.1.aarch64",
"openSUSE Leap 15.6:containerd-1.7.21-150000.117.1.ppc64le",
"openSUSE Leap 15.6:containerd-1.7.21-150000.117.1.s390x",
"openSUSE Leap 15.6:containerd-1.7.21-150000.117.1.x86_64",
"openSUSE Leap 15.6:containerd-ctr-1.7.21-150000.117.1.aarch64",
"openSUSE Leap 15.6:containerd-ctr-1.7.21-150000.117.1.ppc64le",
"openSUSE Leap 15.6:containerd-ctr-1.7.21-150000.117.1.s390x",
"openSUSE Leap 15.6:containerd-ctr-1.7.21-150000.117.1.x86_64",
"openSUSE Leap 15.6:containerd-devel-1.7.21-150000.117.1.aarch64",
"openSUSE Leap 15.6:containerd-devel-1.7.21-150000.117.1.ppc64le",
"openSUSE Leap 15.6:containerd-devel-1.7.21-150000.117.1.s390x",
"openSUSE Leap 15.6:containerd-devel-1.7.21-150000.117.1.x86_64",
"openSUSE Leap Micro 5.5:containerd-1.7.21-150000.117.1.aarch64",
"openSUSE Leap Micro 5.5:containerd-1.7.21-150000.117.1.s390x",
"openSUSE Leap Micro 5.5:containerd-1.7.21-150000.117.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-09-12T11:18:44Z",
"details": "important"
}
],
"title": "CVE-2023-47108"
}
]
}
SUSE-SU-2024:3656-1
Vulnerability from csaf_suse - Published: 2024-10-16 11:33 - Updated: 2024-10-16 11:33Summary
Security update for etcd
Severity
Moderate
Notes
Title of the patch: Security update for etcd
Description of the patch: This update for etcd fixes the following issues:
Update to version 3.5.12:
Security fixes:
- CVE-2018-16873: Fixed remote command execution in cmd/go (bsc#1118897)
- CVE-2018-16874: Fixed directory traversal in cmd/go (bsc#1118898)
- CVE-2018-16875: Fixed CPU denial of service in crypto/x509 (bsc#1118899)
- CVE-2018-16886: Fixed improper authentication issue when RBAC and client-cert-auth is enabled (bsc#1121850)
- CVE-2020-15106: Fixed panic in decodeRecord method (bsc#1174951)
- CVE-2020-15112: Fixed improper checks in entry index (bsc#1174951)
- CVE-2021-28235: Fixed information discosure via debug function (bsc#1210138)
- CVE-2022-41723: Fixed quadratic complexity in HPACK decoding in net/http (bsc#1208270, bsc#1208297)
- CVE-2023-29406: Fixed insufficient sanitization of Host header in go net/http (bsc#1213229)
- CVE-2023-47108: Fixed DoS vulnerability in otelgrpc (bsc#1217070)
- CVE-2023-48795: Fixed prefix truncation breaking ssh channel integrity (aka Terrapin Attack) in crypto/ssh (bsc#1217950, bsc#1218150)
Other changes:
- Added hardening to systemd service(s) (bsc#1181400)
- Fixed static /tmp file issue (bsc#1199031)
- Fixed systemd service not starting (bsc#1183703)
Full changelog:
https://github.com/etcd-io/etcd/compare/v3.3.1...v3.5.12
Patchnames: SUSE-2024-3656,openSUSE-SLE-15.5-2024-3656,openSUSE-SLE-15.6-2024-3656
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
16 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
6.8 (Medium)
Affected products
Recommended
16 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.9 (Medium)
Affected products
Recommended
16 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
6.8 (Medium)
Affected products
Recommended
16 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.3 (Medium)
Affected products
Recommended
16 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.3 (Medium)
Affected products
Recommended
16 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
8.1 (High)
Affected products
Recommended
16 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
16 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
4.8 (Medium)
Affected products
Recommended
16 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.5 (High)
Affected products
Recommended
16 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
5.9 (Medium)
Affected products
Recommended
16 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
61 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for etcd",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for etcd fixes the following issues:\n\nUpdate to version 3.5.12:\n\nSecurity fixes:\n\n- CVE-2018-16873: Fixed remote command execution in cmd/go (bsc#1118897)\n- CVE-2018-16874: Fixed directory traversal in cmd/go (bsc#1118898)\n- CVE-2018-16875: Fixed CPU denial of service in crypto/x509 (bsc#1118899)\n- CVE-2018-16886: Fixed improper authentication issue when RBAC and client-cert-auth is enabled (bsc#1121850)\n- CVE-2020-15106: Fixed panic in decodeRecord method (bsc#1174951)\n- CVE-2020-15112: Fixed improper checks in entry index (bsc#1174951)\n- CVE-2021-28235: Fixed information discosure via debug function (bsc#1210138)\n- CVE-2022-41723: Fixed quadratic complexity in HPACK decoding in net/http (bsc#1208270, bsc#1208297)\n- CVE-2023-29406: Fixed insufficient sanitization of Host header in go net/http (bsc#1213229)\n- CVE-2023-47108: Fixed DoS vulnerability in otelgrpc (bsc#1217070)\n- CVE-2023-48795: Fixed prefix truncation breaking ssh channel integrity (aka Terrapin Attack) in crypto/ssh (bsc#1217950, bsc#1218150)\n\nOther changes:\n\n- Added hardening to systemd service(s) (bsc#1181400)\n- Fixed static /tmp file issue (bsc#1199031)\n- Fixed systemd service not starting (bsc#1183703)\n\nFull changelog:\n\nhttps://github.com/etcd-io/etcd/compare/v3.3.1...v3.5.12\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-3656,openSUSE-SLE-15.5-2024-3656,openSUSE-SLE-15.6-2024-3656",
"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-2024_3656-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:3656-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20243656-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:3656-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2024-October/037265.html"
},
{
"category": "self",
"summary": "SUSE Bug 1095184",
"url": "https://bugzilla.suse.com/1095184"
},
{
"category": "self",
"summary": "SUSE Bug 1118897",
"url": "https://bugzilla.suse.com/1118897"
},
{
"category": "self",
"summary": "SUSE Bug 1118898",
"url": "https://bugzilla.suse.com/1118898"
},
{
"category": "self",
"summary": "SUSE Bug 1118899",
"url": "https://bugzilla.suse.com/1118899"
},
{
"category": "self",
"summary": "SUSE Bug 1121850",
"url": "https://bugzilla.suse.com/1121850"
},
{
"category": "self",
"summary": "SUSE Bug 1174951",
"url": "https://bugzilla.suse.com/1174951"
},
{
"category": "self",
"summary": "SUSE Bug 1181400",
"url": "https://bugzilla.suse.com/1181400"
},
{
"category": "self",
"summary": "SUSE Bug 1183703",
"url": "https://bugzilla.suse.com/1183703"
},
{
"category": "self",
"summary": "SUSE Bug 1199031",
"url": "https://bugzilla.suse.com/1199031"
},
{
"category": "self",
"summary": "SUSE Bug 1208270",
"url": "https://bugzilla.suse.com/1208270"
},
{
"category": "self",
"summary": "SUSE Bug 1208297",
"url": "https://bugzilla.suse.com/1208297"
},
{
"category": "self",
"summary": "SUSE Bug 1210138",
"url": "https://bugzilla.suse.com/1210138"
},
{
"category": "self",
"summary": "SUSE Bug 1213229",
"url": "https://bugzilla.suse.com/1213229"
},
{
"category": "self",
"summary": "SUSE Bug 1217070",
"url": "https://bugzilla.suse.com/1217070"
},
{
"category": "self",
"summary": "SUSE Bug 1217950",
"url": "https://bugzilla.suse.com/1217950"
},
{
"category": "self",
"summary": "SUSE Bug 1218150",
"url": "https://bugzilla.suse.com/1218150"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2018-16873 page",
"url": "https://www.suse.com/security/cve/CVE-2018-16873/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2018-16874 page",
"url": "https://www.suse.com/security/cve/CVE-2018-16874/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2018-16875 page",
"url": "https://www.suse.com/security/cve/CVE-2018-16875/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2018-16886 page",
"url": "https://www.suse.com/security/cve/CVE-2018-16886/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-15106 page",
"url": "https://www.suse.com/security/cve/CVE-2020-15106/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-15112 page",
"url": "https://www.suse.com/security/cve/CVE-2020-15112/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-28235 page",
"url": "https://www.suse.com/security/cve/CVE-2021-28235/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-41723 page",
"url": "https://www.suse.com/security/cve/CVE-2022-41723/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-29406 page",
"url": "https://www.suse.com/security/cve/CVE-2023-29406/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-47108 page",
"url": "https://www.suse.com/security/cve/CVE-2023-47108/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-48795 page",
"url": "https://www.suse.com/security/cve/CVE-2023-48795/"
}
],
"title": "Security update for etcd",
"tracking": {
"current_release_date": "2024-10-16T11:33:42Z",
"generator": {
"date": "2024-10-16T11:33:42Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:3656-1",
"initial_release_date": "2024-10-16T11:33:42Z",
"revision_history": [
{
"date": "2024-10-16T11:33:42Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "etcd-3.5.12-150000.7.6.1.aarch64",
"product": {
"name": "etcd-3.5.12-150000.7.6.1.aarch64",
"product_id": "etcd-3.5.12-150000.7.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "etcdctl-3.5.12-150000.7.6.1.aarch64",
"product": {
"name": "etcdctl-3.5.12-150000.7.6.1.aarch64",
"product_id": "etcdctl-3.5.12-150000.7.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "etcdutl-3.5.12-150000.7.6.1.aarch64",
"product": {
"name": "etcdutl-3.5.12-150000.7.6.1.aarch64",
"product_id": "etcdutl-3.5.12-150000.7.6.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "etcd-3.5.12-150000.7.6.1.ppc64le",
"product": {
"name": "etcd-3.5.12-150000.7.6.1.ppc64le",
"product_id": "etcd-3.5.12-150000.7.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "etcdctl-3.5.12-150000.7.6.1.ppc64le",
"product": {
"name": "etcdctl-3.5.12-150000.7.6.1.ppc64le",
"product_id": "etcdctl-3.5.12-150000.7.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "etcdutl-3.5.12-150000.7.6.1.ppc64le",
"product": {
"name": "etcdutl-3.5.12-150000.7.6.1.ppc64le",
"product_id": "etcdutl-3.5.12-150000.7.6.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "etcd-3.5.12-150000.7.6.1.s390x",
"product": {
"name": "etcd-3.5.12-150000.7.6.1.s390x",
"product_id": "etcd-3.5.12-150000.7.6.1.s390x"
}
},
{
"category": "product_version",
"name": "etcdctl-3.5.12-150000.7.6.1.s390x",
"product": {
"name": "etcdctl-3.5.12-150000.7.6.1.s390x",
"product_id": "etcdctl-3.5.12-150000.7.6.1.s390x"
}
},
{
"category": "product_version",
"name": "etcdutl-3.5.12-150000.7.6.1.s390x",
"product": {
"name": "etcdutl-3.5.12-150000.7.6.1.s390x",
"product_id": "etcdutl-3.5.12-150000.7.6.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "etcd-3.5.12-150000.7.6.1.x86_64",
"product": {
"name": "etcd-3.5.12-150000.7.6.1.x86_64",
"product_id": "etcd-3.5.12-150000.7.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "etcdctl-3.5.12-150000.7.6.1.x86_64",
"product": {
"name": "etcdctl-3.5.12-150000.7.6.1.x86_64",
"product_id": "etcdctl-3.5.12-150000.7.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "etcdutl-3.5.12-150000.7.6.1.x86_64",
"product": {
"name": "etcdutl-3.5.12-150000.7.6.1.x86_64",
"product_id": "etcdutl-3.5.12-150000.7.6.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Leap 15.5",
"product": {
"name": "openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.5"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-3.5.12-150000.7.6.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.aarch64"
},
"product_reference": "etcd-3.5.12-150000.7.6.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-3.5.12-150000.7.6.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.ppc64le"
},
"product_reference": "etcd-3.5.12-150000.7.6.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-3.5.12-150000.7.6.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.s390x"
},
"product_reference": "etcd-3.5.12-150000.7.6.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-3.5.12-150000.7.6.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.x86_64"
},
"product_reference": "etcd-3.5.12-150000.7.6.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcdctl-3.5.12-150000.7.6.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.aarch64"
},
"product_reference": "etcdctl-3.5.12-150000.7.6.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcdctl-3.5.12-150000.7.6.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.ppc64le"
},
"product_reference": "etcdctl-3.5.12-150000.7.6.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcdctl-3.5.12-150000.7.6.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.s390x"
},
"product_reference": "etcdctl-3.5.12-150000.7.6.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcdctl-3.5.12-150000.7.6.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.x86_64"
},
"product_reference": "etcdctl-3.5.12-150000.7.6.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-3.5.12-150000.7.6.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.aarch64"
},
"product_reference": "etcd-3.5.12-150000.7.6.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-3.5.12-150000.7.6.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.ppc64le"
},
"product_reference": "etcd-3.5.12-150000.7.6.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-3.5.12-150000.7.6.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.s390x"
},
"product_reference": "etcd-3.5.12-150000.7.6.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-3.5.12-150000.7.6.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.x86_64"
},
"product_reference": "etcd-3.5.12-150000.7.6.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcdctl-3.5.12-150000.7.6.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.aarch64"
},
"product_reference": "etcdctl-3.5.12-150000.7.6.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcdctl-3.5.12-150000.7.6.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.ppc64le"
},
"product_reference": "etcdctl-3.5.12-150000.7.6.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcdctl-3.5.12-150000.7.6.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.s390x"
},
"product_reference": "etcdctl-3.5.12-150000.7.6.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcdctl-3.5.12-150000.7.6.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.x86_64"
},
"product_reference": "etcdctl-3.5.12-150000.7.6.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2018-16873",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2018-16873"
}
],
"notes": [
{
"category": "general",
"text": "In Go before 1.10.6 and 1.11.x before 1.11.3, the \"go get\" command is vulnerable to remote code execution when executed with the -u flag and the import path of a malicious Go package, or a package that imports it directly or indirectly. Specifically, it is only vulnerable in GOPATH mode, but not in module mode (the distinction is documented at https://golang.org/cmd/go/#hdr-Module_aware_go_get). Using custom domains, it\u0027s possible to arrange things so that a Git repository is cloned to a folder named \".git\" by using a vanity import path that ends with \"/.git\". If the Git repository root contains a \"HEAD\" file, a \"config\" file, an \"objects\" directory, a \"refs\" directory, with some work to ensure the proper ordering of operations, \"go get -u\" can be tricked into considering the parent directory as a repository root, and running Git commands on it. That will use the \"config\" file in the original Git repository root for its configuration, and if that config file contains malicious commands, they will execute on the system running \"go get -u\".",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2018-16873",
"url": "https://www.suse.com/security/cve/CVE-2018-16873"
},
{
"category": "external",
"summary": "SUSE Bug 1118897 for CVE-2018-16873",
"url": "https://bugzilla.suse.com/1118897"
},
{
"category": "external",
"summary": "SUSE Bug 1118898 for CVE-2018-16873",
"url": "https://bugzilla.suse.com/1118898"
},
{
"category": "external",
"summary": "SUSE Bug 1118899 for CVE-2018-16873",
"url": "https://bugzilla.suse.com/1118899"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-10-16T11:33:42Z",
"details": "important"
}
],
"title": "CVE-2018-16873"
},
{
"cve": "CVE-2018-16874",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2018-16874"
}
],
"notes": [
{
"category": "general",
"text": "In Go before 1.10.6 and 1.11.x before 1.11.3, the \"go get\" command is vulnerable to directory traversal when executed with the import path of a malicious Go package which contains curly braces (both \u0027{\u0027 and \u0027}\u0027 characters). Specifically, it is only vulnerable in GOPATH mode, but not in module mode (the distinction is documented at https://golang.org/cmd/go/#hdr-Module_aware_go_get). The attacker can cause an arbitrary filesystem write, which can lead to code execution.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2018-16874",
"url": "https://www.suse.com/security/cve/CVE-2018-16874"
},
{
"category": "external",
"summary": "SUSE Bug 1118897 for CVE-2018-16874",
"url": "https://bugzilla.suse.com/1118897"
},
{
"category": "external",
"summary": "SUSE Bug 1118898 for CVE-2018-16874",
"url": "https://bugzilla.suse.com/1118898"
},
{
"category": "external",
"summary": "SUSE Bug 1118899 for CVE-2018-16874",
"url": "https://bugzilla.suse.com/1118899"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-10-16T11:33:42Z",
"details": "moderate"
}
],
"title": "CVE-2018-16874"
},
{
"cve": "CVE-2018-16875",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2018-16875"
}
],
"notes": [
{
"category": "general",
"text": "The crypto/x509 package of Go before 1.10.6 and 1.11.x before 1.11.3 does not limit the amount of work performed for each chain verification, which might allow attackers to craft pathological inputs leading to a CPU denial of service. Go TLS servers accepting client certificates and TLS clients are affected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2018-16875",
"url": "https://www.suse.com/security/cve/CVE-2018-16875"
},
{
"category": "external",
"summary": "SUSE Bug 1118897 for CVE-2018-16875",
"url": "https://bugzilla.suse.com/1118897"
},
{
"category": "external",
"summary": "SUSE Bug 1118898 for CVE-2018-16875",
"url": "https://bugzilla.suse.com/1118898"
},
{
"category": "external",
"summary": "SUSE Bug 1118899 for CVE-2018-16875",
"url": "https://bugzilla.suse.com/1118899"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-10-16T11:33:42Z",
"details": "moderate"
}
],
"title": "CVE-2018-16875"
},
{
"cve": "CVE-2018-16886",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2018-16886"
}
],
"notes": [
{
"category": "general",
"text": "etcd versions 3.2.x before 3.2.26 and 3.3.x before 3.3.11 are vulnerable to an improper authentication issue when role-based access control (RBAC) is used and client-cert-auth is enabled. If an etcd client server TLS certificate contains a Common Name (CN) which matches a valid RBAC username, a remote attacker may authenticate as that user with any valid (trusted) client certificate in a REST API request to the gRPC-gateway.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2018-16886",
"url": "https://www.suse.com/security/cve/CVE-2018-16886"
},
{
"category": "external",
"summary": "SUSE Bug 1121850 for CVE-2018-16886",
"url": "https://bugzilla.suse.com/1121850"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.0"
},
"products": [
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-10-16T11:33:42Z",
"details": "moderate"
}
],
"title": "CVE-2018-16886"
},
{
"cve": "CVE-2020-15106",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-15106"
}
],
"notes": [
{
"category": "general",
"text": "In etcd before versions 3.3.23 and 3.4.10, a large slice causes panic in decodeRecord method. The size of a record is stored in the length field of a WAL file and no additional validation is done on this data. Therefore, it is possible to forge an extremely large frame size that can unintentionally panic at the expense of any RAFT participant trying to decode the WAL.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-15106",
"url": "https://www.suse.com/security/cve/CVE-2020-15106"
},
{
"category": "external",
"summary": "SUSE Bug 1174951 for CVE-2020-15106",
"url": "https://bugzilla.suse.com/1174951"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-10-16T11:33:42Z",
"details": "moderate"
}
],
"title": "CVE-2020-15106"
},
{
"cve": "CVE-2020-15112",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-15112"
}
],
"notes": [
{
"category": "general",
"text": "In etcd before versions 3.3.23 and 3.4.10, it is possible to have an entry index greater then the number of entries in the ReadAll method in wal/wal.go. This could cause issues when WAL entries are being read during consensus as an arbitrary etcd consensus participant could go down from a runtime panic when reading the entry.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-15112",
"url": "https://www.suse.com/security/cve/CVE-2020-15112"
},
{
"category": "external",
"summary": "SUSE Bug 1174951 for CVE-2020-15112",
"url": "https://bugzilla.suse.com/1174951"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-10-16T11:33:42Z",
"details": "moderate"
}
],
"title": "CVE-2020-15112"
},
{
"cve": "CVE-2021-28235",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-28235"
}
],
"notes": [
{
"category": "general",
"text": "Authentication vulnerability found in Etcd-io v.3.4.10 allows remote attackers to escalate privileges via the debug function.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-28235",
"url": "https://www.suse.com/security/cve/CVE-2021-28235"
},
{
"category": "external",
"summary": "SUSE Bug 1210138 for CVE-2021-28235",
"url": "https://bugzilla.suse.com/1210138"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-10-16T11:33:42Z",
"details": "important"
}
],
"title": "CVE-2021-28235"
},
{
"cve": "CVE-2022-41723",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-41723"
}
],
"notes": [
{
"category": "general",
"text": "A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of small requests.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-41723",
"url": "https://www.suse.com/security/cve/CVE-2022-41723"
},
{
"category": "external",
"summary": "SUSE Bug 1208270 for CVE-2022-41723",
"url": "https://bugzilla.suse.com/1208270"
},
{
"category": "external",
"summary": "SUSE Bug 1215588 for CVE-2022-41723",
"url": "https://bugzilla.suse.com/1215588"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-10-16T11:33:42Z",
"details": "important"
}
],
"title": "CVE-2022-41723"
},
{
"cve": "CVE-2023-29406",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-29406"
}
],
"notes": [
{
"category": "general",
"text": "The HTTP/1 client does not fully validate the contents of the Host header. A maliciously crafted Host header can inject additional headers or entire requests. With fix, the HTTP/1 client now refuses to send requests containing an invalid Request.Host or Request.URL.Host value.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-29406",
"url": "https://www.suse.com/security/cve/CVE-2023-29406"
},
{
"category": "external",
"summary": "SUSE Bug 1213229 for CVE-2023-29406",
"url": "https://bugzilla.suse.com/1213229"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-10-16T11:33:42Z",
"details": "moderate"
}
],
"title": "CVE-2023-29406"
},
{
"cve": "CVE-2023-47108",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-47108"
}
],
"notes": [
{
"category": "general",
"text": "OpenTelemetry-Go Contrib is a collection of third-party packages for OpenTelemetry-Go. Prior to version 0.46.0, the grpc Unary Server Interceptor out of the box adds labels `net.peer.sock.addr` and `net.peer.sock.port` that have unbound cardinality. It leads to the server\u0027s potential memory exhaustion when many malicious requests are sent. An attacker can easily flood the peer address and port for requests. Version 0.46.0 contains a fix for this issue. As a workaround to stop being affected, a view removing the attributes can be used. The other possibility is to disable grpc metrics instrumentation by passing `otelgrpc.WithMeterProvider` option with `noop.NewMeterProvider`.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-47108",
"url": "https://www.suse.com/security/cve/CVE-2023-47108"
},
{
"category": "external",
"summary": "SUSE Bug 1217070 for CVE-2023-47108",
"url": "https://bugzilla.suse.com/1217070"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-10-16T11:33:42Z",
"details": "important"
}
],
"title": "CVE-2023-47108"
},
{
"cve": "CVE-2023-48795",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-48795"
}
],
"notes": [
{
"category": "general",
"text": "The SSH transport protocol with certain OpenSSH extensions, found in OpenSSH before 9.6 and other products, allows remote attackers to bypass integrity checks such that some packets are omitted (from the extension negotiation message), and a client and server may consequently end up with a connection for which some security features have been downgraded or disabled, aka a Terrapin attack. This occurs because the SSH Binary Packet Protocol (BPP), implemented by these extensions, mishandles the handshake phase and mishandles use of sequence numbers. For example, there is an effective attack against SSH\u0027s use of ChaCha20-Poly1305 (and CBC with Encrypt-then-MAC). The bypass occurs in chacha20-poly1305@openssh.com and (if CBC is used) the -etm@openssh.com MAC algorithms. This also affects Maverick Synergy Java SSH API before 3.1.0-SNAPSHOT, Dropbear through 2022.83, Ssh before 5.1.1 in Erlang/OTP, PuTTY before 0.80, AsyncSSH before 2.14.2, golang.org/x/crypto before 0.17.0, libssh before 0.10.6, libssh2 through 1.11.0, Thorn Tech SFTP Gateway before 3.4.6, Tera Term before 5.1, Paramiko before 3.4.0, jsch before 0.2.15, SFTPGo before 2.5.6, Netgate pfSense Plus through 23.09.1, Netgate pfSense CE through 2.7.2, HPN-SSH through 18.2.0, ProFTPD before 1.3.8b (and before 1.3.9rc2), ORYX CycloneSSH before 2.3.4, NetSarang XShell 7 before Build 0144, CrushFTP before 10.6.0, ConnectBot SSH library before 2.2.22, Apache MINA sshd through 2.11.0, sshj through 0.37.0, TinySSH through 20230101, trilead-ssh2 6401, LANCOM LCOS and LANconfig, FileZilla before 3.66.4, Nova before 11.8, PKIX-SSH before 14.4, SecureCRT before 9.4.3, Transmit5 before 5.10.4, Win32-OpenSSH before 9.5.0.0p1-Beta, WinSCP before 6.2.2, Bitvise SSH Server before 9.32, Bitvise SSH Client before 9.33, KiTTY through 0.76.1.13, the net-ssh gem 7.2.0 for Ruby, the mscdex ssh2 module before 1.15.0 for Node.js, the thrussh library before 0.35.1 for Rust, and the Russh crate before 0.40.2 for Rust.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-48795",
"url": "https://www.suse.com/security/cve/CVE-2023-48795"
},
{
"category": "external",
"summary": "SUSE Bug 1217950 for CVE-2023-48795",
"url": "https://bugzilla.suse.com/1217950"
},
{
"category": "external",
"summary": "SUSE Bug 1218708 for CVE-2023-48795",
"url": "https://bugzilla.suse.com/1218708"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.5:etcd-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.5:etcdctl-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.6:etcd-3.5.12-150000.7.6.1.x86_64",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.aarch64",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.ppc64le",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.s390x",
"openSUSE Leap 15.6:etcdctl-3.5.12-150000.7.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-10-16T11:33:42Z",
"details": "important"
}
],
"title": "CVE-2023-48795"
}
]
}
SUSE-SU-2024:4319-1
Vulnerability from csaf_suse - Published: 2024-12-13 20:16 - Updated: 2024-12-13 20:16Summary
Security update for docker
Severity
Important
Notes
Title of the patch: Security update for docker
Description of the patch: This update for docker fixes the following issues:
- Update docker-buildx to v0.19.2. See upstream changelog online at
<https://github.com/docker/buildx/releases/tag/v0.19.2>.
Some notable changelogs from the last update:
* <https://github.com/docker/buildx/releases/tag/v0.19.0>
* <https://github.com/docker/buildx/releases/tag/v0.18.0>
- Add a new toggle file /etc/docker/suse-secrets-enable which allows users to
disable the SUSEConnect integration with Docker (which creates special mounts
in /run/secrets to allow container-suseconnect to authenticate containers
with registries on registered hosts). bsc#1231348 bsc#1232999
In order to disable these mounts, just do
echo 0 > /etc/docker/suse-secrets-enable
and restart Docker. In order to re-enable them, just do
echo 1 > /etc/docker/suse-secrets-enable
and restart Docker. Docker will output information on startup to tell you
whether the SUSE secrets feature is enabled or not.
- Disable docker-buildx builds for SLES. It turns out that build containers
with docker-buildx don't currently get the SUSE secrets mounts applied,
meaning that container-suseconnect doesn't work when building images.
bsc#1233819
- Remove DOCKER_NETWORK_OPTS from docker.service. This was removed from
sysconfig a long time ago, and apparently this causes issues with systemd in
some cases.
- Allow a parallel docker-stable RPM to exists in repositories.
- Update to docker-buildx v0.17.1 to match standalone docker-buildx package we
are replacing. See upstream changelog online at
<https://github.com/docker/buildx/releases/tag/v0.17.1>
- Allow users to disable SUSE secrets support by setting
DOCKER_SUSE_SECRETS_ENABLE=0 in /etc/sysconfig/docker. (bsc#1231348)
- Mark docker-buildx as required since classic 'docker build' has been
deprecated since Docker 23.0. (bsc#1230331)
- Import docker-buildx v0.16.2 as a subpackage. Previously this was a separate
package, but with docker-stable it will be necessary to maintain the packages
together and it makes more sense to have them live in the same OBS package.
(bsc#1230333)
- Update to Docker 26.1.5-ce. See upstream changelog online at
<https://docs.docker.com/engine/release-notes/26.1/#2615>
bsc#1230294
- This update includes fixes for:
* CVE-2024-41110. bsc#1228324
* CVE-2023-47108. bsc#1217070 bsc#1229806
* CVE-2023-45142. bsc#1228553 bsc#1229806
- Update to Docker 26.1.4-ce. See upstream changelog online at
<https://docs.docker.com/engine/release-notes/26.1/#2614>
- Update to Docker 26.1.0-ce. See upstream changelog online at
<https://docs.docker.com/engine/release-notes/26.1/#2610>
- Update --add-runtime to point to correct binary path.
Patchnames: SUSE-2024-4319,SUSE-SLE-SERVER-12-SP5-LTSS-2024-4319,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2024-4319
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
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-26.1.5_ce-98.120.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-26.1.5_ce-98.120.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-26.1.5_ce-98.120.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-26.1.5_ce-98.120.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-bash-completion-26.1.5_ce-98.120.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-26.1.5_ce-98.120.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-bash-completion-26.1.5_ce-98.120.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-26.1.5_ce-98.120.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-26.1.5_ce-98.120.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-26.1.5_ce-98.120.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-26.1.5_ce-98.120.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-bash-completion-26.1.5_ce-98.120.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-26.1.5_ce-98.120.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-bash-completion-26.1.5_ce-98.120.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
9.9 (Critical)
Affected products
Recommended
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-26.1.5_ce-98.120.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-26.1.5_ce-98.120.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-26.1.5_ce-98.120.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-26.1.5_ce-98.120.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-bash-completion-26.1.5_ce-98.120.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-26.1.5_ce-98.120.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-bash-completion-26.1.5_ce-98.120.1.noarch | — |
Vendor Fix
|
Threats
Impact
critical
References
23 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for docker",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for docker fixes the following issues:\n\n- Update docker-buildx to v0.19.2. See upstream changelog online at\n \u003chttps://github.com/docker/buildx/releases/tag/v0.19.2\u003e.\n\n Some notable changelogs from the last update:\n * \u003chttps://github.com/docker/buildx/releases/tag/v0.19.0\u003e\n * \u003chttps://github.com/docker/buildx/releases/tag/v0.18.0\u003e\n\n- Add a new toggle file /etc/docker/suse-secrets-enable which allows users to\n disable the SUSEConnect integration with Docker (which creates special mounts\n in /run/secrets to allow container-suseconnect to authenticate containers\n with registries on registered hosts). bsc#1231348 bsc#1232999\n\n In order to disable these mounts, just do\n\n echo 0 \u003e /etc/docker/suse-secrets-enable\n\n and restart Docker. In order to re-enable them, just do\n\n echo 1 \u003e /etc/docker/suse-secrets-enable\n\n and restart Docker. Docker will output information on startup to tell you\n whether the SUSE secrets feature is enabled or not.\n\n- Disable docker-buildx builds for SLES. It turns out that build containers\n with docker-buildx don\u0027t currently get the SUSE secrets mounts applied,\n meaning that container-suseconnect doesn\u0027t work when building images.\n bsc#1233819\n\n- Remove DOCKER_NETWORK_OPTS from docker.service. This was removed from\n sysconfig a long time ago, and apparently this causes issues with systemd in\n some cases.\n\n- Allow a parallel docker-stable RPM to exists in repositories.\n\n- Update to docker-buildx v0.17.1 to match standalone docker-buildx package we\n are replacing. See upstream changelog online at\n \u003chttps://github.com/docker/buildx/releases/tag/v0.17.1\u003e\n\n- Allow users to disable SUSE secrets support by setting\n DOCKER_SUSE_SECRETS_ENABLE=0 in /etc/sysconfig/docker. (bsc#1231348)\n\n- Mark docker-buildx as required since classic \u0027docker build\u0027 has been\n deprecated since Docker 23.0. (bsc#1230331)\n\n- Import docker-buildx v0.16.2 as a subpackage. Previously this was a separate\n package, but with docker-stable it will be necessary to maintain the packages\n together and it makes more sense to have them live in the same OBS package.\n (bsc#1230333)\n\n- Update to Docker 26.1.5-ce. See upstream changelog online at\n \u003chttps://docs.docker.com/engine/release-notes/26.1/#2615\u003e\n bsc#1230294\n\n- This update includes fixes for:\n * CVE-2024-41110. bsc#1228324\n * CVE-2023-47108. bsc#1217070 bsc#1229806\n * CVE-2023-45142. bsc#1228553 bsc#1229806\n\n- Update to Docker 26.1.4-ce. See upstream changelog online at\n \u003chttps://docs.docker.com/engine/release-notes/26.1/#2614\u003e\n\n- Update to Docker 26.1.0-ce. See upstream changelog online at\n \u003chttps://docs.docker.com/engine/release-notes/26.1/#2610\u003e\n\n- Update --add-runtime to point to correct binary path.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-4319,SUSE-SLE-SERVER-12-SP5-LTSS-2024-4319,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2024-4319",
"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-2024_4319-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:4319-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20244319-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:4319-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-December/020003.html"
},
{
"category": "self",
"summary": "SUSE Bug 1217070",
"url": "https://bugzilla.suse.com/1217070"
},
{
"category": "self",
"summary": "SUSE Bug 1228324",
"url": "https://bugzilla.suse.com/1228324"
},
{
"category": "self",
"summary": "SUSE Bug 1228553",
"url": "https://bugzilla.suse.com/1228553"
},
{
"category": "self",
"summary": "SUSE Bug 1229806",
"url": "https://bugzilla.suse.com/1229806"
},
{
"category": "self",
"summary": "SUSE Bug 1230294",
"url": "https://bugzilla.suse.com/1230294"
},
{
"category": "self",
"summary": "SUSE Bug 1230331",
"url": "https://bugzilla.suse.com/1230331"
},
{
"category": "self",
"summary": "SUSE Bug 1230333",
"url": "https://bugzilla.suse.com/1230333"
},
{
"category": "self",
"summary": "SUSE Bug 1231348",
"url": "https://bugzilla.suse.com/1231348"
},
{
"category": "self",
"summary": "SUSE Bug 1232999",
"url": "https://bugzilla.suse.com/1232999"
},
{
"category": "self",
"summary": "SUSE Bug 1233819",
"url": "https://bugzilla.suse.com/1233819"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-45142 page",
"url": "https://www.suse.com/security/cve/CVE-2023-45142/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-47108 page",
"url": "https://www.suse.com/security/cve/CVE-2023-47108/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-41110 page",
"url": "https://www.suse.com/security/cve/CVE-2024-41110/"
}
],
"title": "Security update for docker",
"tracking": {
"current_release_date": "2024-12-13T20:16:47Z",
"generator": {
"date": "2024-12-13T20:16:47Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:4319-1",
"initial_release_date": "2024-12-13T20:16:47Z",
"revision_history": [
{
"date": "2024-12-13T20:16:47Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "docker-26.1.5_ce-98.120.1.aarch64",
"product": {
"name": "docker-26.1.5_ce-98.120.1.aarch64",
"product_id": "docker-26.1.5_ce-98.120.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-26.1.5_ce-98.120.1.i586",
"product": {
"name": "docker-26.1.5_ce-98.120.1.i586",
"product_id": "docker-26.1.5_ce-98.120.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-bash-completion-26.1.5_ce-98.120.1.noarch",
"product": {
"name": "docker-bash-completion-26.1.5_ce-98.120.1.noarch",
"product_id": "docker-bash-completion-26.1.5_ce-98.120.1.noarch"
}
},
{
"category": "product_version",
"name": "docker-fish-completion-26.1.5_ce-98.120.1.noarch",
"product": {
"name": "docker-fish-completion-26.1.5_ce-98.120.1.noarch",
"product_id": "docker-fish-completion-26.1.5_ce-98.120.1.noarch"
}
},
{
"category": "product_version",
"name": "docker-rootless-extras-26.1.5_ce-98.120.1.noarch",
"product": {
"name": "docker-rootless-extras-26.1.5_ce-98.120.1.noarch",
"product_id": "docker-rootless-extras-26.1.5_ce-98.120.1.noarch"
}
},
{
"category": "product_version",
"name": "docker-zsh-completion-26.1.5_ce-98.120.1.noarch",
"product": {
"name": "docker-zsh-completion-26.1.5_ce-98.120.1.noarch",
"product_id": "docker-zsh-completion-26.1.5_ce-98.120.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-26.1.5_ce-98.120.1.ppc64le",
"product": {
"name": "docker-26.1.5_ce-98.120.1.ppc64le",
"product_id": "docker-26.1.5_ce-98.120.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-26.1.5_ce-98.120.1.s390x",
"product": {
"name": "docker-26.1.5_ce-98.120.1.s390x",
"product_id": "docker-26.1.5_ce-98.120.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-26.1.5_ce-98.120.1.x86_64",
"product": {
"name": "docker-26.1.5_ce-98.120.1.x86_64",
"product_id": "docker-26.1.5_ce-98.120.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:12:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss-extended-security:12:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-98.120.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:docker-26.1.5_ce-98.120.1.aarch64"
},
"product_reference": "docker-26.1.5_ce-98.120.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-98.120.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:docker-26.1.5_ce-98.120.1.ppc64le"
},
"product_reference": "docker-26.1.5_ce-98.120.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-98.120.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:docker-26.1.5_ce-98.120.1.s390x"
},
"product_reference": "docker-26.1.5_ce-98.120.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-98.120.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:docker-26.1.5_ce-98.120.1.x86_64"
},
"product_reference": "docker-26.1.5_ce-98.120.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-bash-completion-26.1.5_ce-98.120.1.noarch as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:docker-bash-completion-26.1.5_ce-98.120.1.noarch"
},
"product_reference": "docker-bash-completion-26.1.5_ce-98.120.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-98.120.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-26.1.5_ce-98.120.1.x86_64"
},
"product_reference": "docker-26.1.5_ce-98.120.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-bash-completion-26.1.5_ce-98.120.1.noarch as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-bash-completion-26.1.5_ce-98.120.1.noarch"
},
"product_reference": "docker-bash-completion-26.1.5_ce-98.120.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-45142",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-45142"
}
],
"notes": [
{
"category": "general",
"text": "OpenTelemetry-Go Contrib is a collection of third-party packages for OpenTelemetry-Go. A handler wrapper out of the box adds labels `http.user_agent` and `http.method` that have unbound cardinality. It leads to the server\u0027s potential memory exhaustion when many malicious requests are sent to it. HTTP header User-Agent or HTTP method for requests can be easily set by an attacker to be random and long. The library internally uses `httpconv.ServerRequest` that records every value for HTTP `method` and `User-Agent`. In order to be affected, a program has to use the `otelhttp.NewHandler` wrapper and not filter any unknown HTTP methods or User agents on the level of CDN, LB, previous middleware, etc. Version 0.44.0 fixed this issue when the values collected for attribute `http.request.method` were changed to be restricted to a set of well-known values and other high cardinality attributes were removed. As a workaround to stop being affected, `otelhttp.WithFilter()` can be used, but it requires manual careful configuration to not log certain requests entirely. For convenience and safe usage of this library, it should by default mark with the label `unknown` non-standard HTTP methods and User agents to show that such requests were made but do not increase cardinality. In case someone wants to stay with the current behavior, library API should allow to enable it.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-26.1.5_ce-98.120.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-26.1.5_ce-98.120.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-26.1.5_ce-98.120.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-26.1.5_ce-98.120.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-bash-completion-26.1.5_ce-98.120.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-26.1.5_ce-98.120.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-bash-completion-26.1.5_ce-98.120.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-45142",
"url": "https://www.suse.com/security/cve/CVE-2023-45142"
},
{
"category": "external",
"summary": "SUSE Bug 1228553 for CVE-2023-45142",
"url": "https://bugzilla.suse.com/1228553"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-26.1.5_ce-98.120.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-26.1.5_ce-98.120.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-26.1.5_ce-98.120.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-26.1.5_ce-98.120.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-bash-completion-26.1.5_ce-98.120.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-26.1.5_ce-98.120.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-bash-completion-26.1.5_ce-98.120.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-26.1.5_ce-98.120.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-26.1.5_ce-98.120.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-26.1.5_ce-98.120.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-26.1.5_ce-98.120.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-bash-completion-26.1.5_ce-98.120.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-26.1.5_ce-98.120.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-bash-completion-26.1.5_ce-98.120.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-12-13T20:16:47Z",
"details": "important"
}
],
"title": "CVE-2023-45142"
},
{
"cve": "CVE-2023-47108",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-47108"
}
],
"notes": [
{
"category": "general",
"text": "OpenTelemetry-Go Contrib is a collection of third-party packages for OpenTelemetry-Go. Prior to version 0.46.0, the grpc Unary Server Interceptor out of the box adds labels `net.peer.sock.addr` and `net.peer.sock.port` that have unbound cardinality. It leads to the server\u0027s potential memory exhaustion when many malicious requests are sent. An attacker can easily flood the peer address and port for requests. Version 0.46.0 contains a fix for this issue. As a workaround to stop being affected, a view removing the attributes can be used. The other possibility is to disable grpc metrics instrumentation by passing `otelgrpc.WithMeterProvider` option with `noop.NewMeterProvider`.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-26.1.5_ce-98.120.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-26.1.5_ce-98.120.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-26.1.5_ce-98.120.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-26.1.5_ce-98.120.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-bash-completion-26.1.5_ce-98.120.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-26.1.5_ce-98.120.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-bash-completion-26.1.5_ce-98.120.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-47108",
"url": "https://www.suse.com/security/cve/CVE-2023-47108"
},
{
"category": "external",
"summary": "SUSE Bug 1217070 for CVE-2023-47108",
"url": "https://bugzilla.suse.com/1217070"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-26.1.5_ce-98.120.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-26.1.5_ce-98.120.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-26.1.5_ce-98.120.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-26.1.5_ce-98.120.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-bash-completion-26.1.5_ce-98.120.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-26.1.5_ce-98.120.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-bash-completion-26.1.5_ce-98.120.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-26.1.5_ce-98.120.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-26.1.5_ce-98.120.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-26.1.5_ce-98.120.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-26.1.5_ce-98.120.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-bash-completion-26.1.5_ce-98.120.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-26.1.5_ce-98.120.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-bash-completion-26.1.5_ce-98.120.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-12-13T20:16:47Z",
"details": "important"
}
],
"title": "CVE-2023-47108"
},
{
"cve": "CVE-2024-41110",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-41110"
}
],
"notes": [
{
"category": "general",
"text": "Moby is an open-source project created by Docker for software containerization. A security vulnerability has been detected in certain versions of Docker Engine, which could allow an attacker to bypass authorization plugins (AuthZ) under specific circumstances. The base likelihood of this being exploited is low.\n\nUsing a specially-crafted API request, an Engine API client could make the daemon forward the request or response to an authorization plugin without the body. In certain circumstances, the authorization plugin may allow a request which it would have otherwise denied if the body had been forwarded to it.\n\nA security issue was discovered In 2018, where an attacker could bypass AuthZ plugins using a specially crafted API request. This could lead to unauthorized actions, including privilege escalation. Although this issue was fixed in Docker Engine v18.09.1 in January 2019, the fix was not carried forward to later major versions, resulting in a regression. Anyone who depends on authorization plugins that introspect the request and/or response body to make access control decisions is potentially impacted.\n\nDocker EE v19.03.x and all versions of Mirantis Container Runtime are not vulnerable.\n\ndocker-ce v27.1.1 containes patches to fix the vulnerability. Patches have also been merged into the master, 19.03, 20.0, 23.0, 24.0, 25.0, 26.0, and 26.1 release branches. If one is unable to upgrade immediately, avoid using AuthZ plugins and/or restrict access to the Docker API to trusted parties, following the principle of least privilege.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-26.1.5_ce-98.120.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-26.1.5_ce-98.120.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-26.1.5_ce-98.120.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-26.1.5_ce-98.120.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-bash-completion-26.1.5_ce-98.120.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-26.1.5_ce-98.120.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-bash-completion-26.1.5_ce-98.120.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-41110",
"url": "https://www.suse.com/security/cve/CVE-2024-41110"
},
{
"category": "external",
"summary": "SUSE Bug 1228324 for CVE-2024-41110",
"url": "https://bugzilla.suse.com/1228324"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-26.1.5_ce-98.120.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-26.1.5_ce-98.120.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-26.1.5_ce-98.120.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-26.1.5_ce-98.120.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-bash-completion-26.1.5_ce-98.120.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-26.1.5_ce-98.120.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-bash-completion-26.1.5_ce-98.120.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.9,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-26.1.5_ce-98.120.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-26.1.5_ce-98.120.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-26.1.5_ce-98.120.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-26.1.5_ce-98.120.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-bash-completion-26.1.5_ce-98.120.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-26.1.5_ce-98.120.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-bash-completion-26.1.5_ce-98.120.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-12-13T20:16:47Z",
"details": "critical"
}
],
"title": "CVE-2024-41110"
}
]
}
SUSE-SU-2024:4360-1
Vulnerability from csaf_suse - Published: 2024-12-17 14:35 - Updated: 2024-12-17 14:35Summary
Security update for docker
Severity
Important
Notes
Title of the patch: Security update for docker
Description of the patch: This update for docker fixes the following issues:
- Update docker-buildx to v0.19.2. See upstream changelog online at
<https://github.com/docker/buildx/releases/tag/v0.19.2>.
Some notable changelogs from the last update:
* <https://github.com/docker/buildx/releases/tag/v0.19.0>
* <https://github.com/docker/buildx/releases/tag/v0.18.0>
- Add a new toggle file /etc/docker/suse-secrets-enable which allows users to
disable the SUSEConnect integration with Docker (which creates special mounts
in /run/secrets to allow container-suseconnect to authenticate containers
with registries on registered hosts). bsc#1231348 bsc#1232999
In order to disable these mounts, just do
echo 0 > /etc/docker/suse-secrets-enable
and restart Docker. In order to re-enable them, just do
echo 1 > /etc/docker/suse-secrets-enable
and restart Docker. Docker will output information on startup to tell you
whether the SUSE secrets feature is enabled or not.
- Disable docker-buildx builds for SLES. It turns out that build containers
with docker-buildx don't currently get the SUSE secrets mounts applied,
meaning that container-suseconnect doesn't work when building images.
bsc#1233819
- Remove DOCKER_NETWORK_OPTS from docker.service. This was removed from
sysconfig a long time ago, and apparently this causes issues with systemd in
some cases.
- Allow a parallel docker-stable RPM to exists in repositories.
- Update to docker-buildx v0.17.1 to match standalone docker-buildx package we
are replacing. See upstream changelog online at
<https://github.com/docker/buildx/releases/tag/v0.17.1>
- Allow users to disable SUSE secrets support by setting
DOCKER_SUSE_SECRETS_ENABLE=0 in /etc/sysconfig/docker. (bsc#1231348)
- Mark docker-buildx as required since classic 'docker build' has been
deprecated since Docker 23.0. (bsc#1230331)
- Import docker-buildx v0.16.2 as a subpackage. Previously this was a separate
package, but with docker-stable it will be necessary to maintain the packages
together and it makes more sense to have them live in the same OBS package.
(bsc#1230333)
- Update to Docker 26.1.5-ce. See upstream changelog online at
<https://docs.docker.com/engine/release-notes/26.1/#2615>
bsc#1230294
- This update includes fixes for:
* CVE-2024-41110. bsc#1228324
* CVE-2023-47108. bsc#1217070 bsc#1229806
* CVE-2023-45142. bsc#1228553 bsc#1229806
- Update to Docker 26.1.4-ce. See upstream changelog online at
<https://docs.docker.com/engine/release-notes/26.1/#2614>
- Update to Docker 26.1.0-ce. See upstream changelog online at
<https://docs.docker.com/engine/release-notes/26.1/#2610>
- Update --add-runtime to point to correct binary path.
Patchnames: SUSE-2024-4360,SUSE-SLE-Micro-5.3-2024-4360,SUSE-SLE-Micro-5.4-2024-4360,SUSE-SLE-Micro-5.5-2024-4360,SUSE-SLE-Module-Containers-15-SP5-2024-4360,SUSE-SLE-Module-Containers-15-SP6-2024-4360,SUSE-SLE-Product-HPC-15-SP2-LTSS-2024-4360,SUSE-SLE-Product-HPC-15-SP3-LTSS-2024-4360,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-4360,SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-4360,SUSE-SLE-Product-SLES-15-SP2-LTSS-2024-4360,SUSE-SLE-Product-SLES-15-SP3-LTSS-2024-4360,SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-4360,SUSE-SLE-Product-SLES_SAP-15-SP2-2024-4360,SUSE-SLE-Product-SLES_SAP-15-SP3-2024-4360,SUSE-SLE-Product-SLES_SAP-15-SP4-2024-4360,SUSE-SUSE-MicroOS-5.1-2024-4360,SUSE-SUSE-MicroOS-5.2-2024-4360,SUSE-Storage-7.1-2024-4360,openSUSE-Leap-Micro-5.5-2024-4360,openSUSE-SLE-15.5-2024-4360,openSUSE-SLE-15.6-2024-4360
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
94 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:docker-26.1.5_ce-150000.212.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:docker-26.1.5_ce-150000.212.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:docker-bash-completion-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:docker-fish-completion-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-fish-completion-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-26.1.5_ce-150000.212.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-26.1.5_ce-150000.212.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:docker-26.1.5_ce-150000.212.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:docker-26.1.5_ce-150000.212.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:docker-26.1.5_ce-150000.212.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:docker-26.1.5_ce-150000.212.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:docker-26.1.5_ce-150000.212.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:docker-26.1.5_ce-150000.212.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:docker-26.1.5_ce-150000.212.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:docker-26.1.5_ce-150000.212.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:docker-26.1.5_ce-150000.212.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:docker-26.1.5_ce-150000.212.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:docker-26.1.5_ce-150000.212.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:docker-26.1.5_ce-150000.212.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:docker-26.1.5_ce-150000.212.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:docker-26.1.5_ce-150000.212.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:docker-26.1.5_ce-150000.212.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:docker-26.1.5_ce-150000.212.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP5:docker-26.1.5_ce-150000.212.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP5:docker-26.1.5_ce-150000.212.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP5:docker-26.1.5_ce-150000.212.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP5:docker-26.1.5_ce-150000.212.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP5:docker-bash-completion-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP5:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-26.1.5_ce-150000.212.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-26.1.5_ce-150000.212.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-26.1.5_ce-150000.212.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-26.1.5_ce-150000.212.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-bash-completion-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-fish-completion-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:docker-26.1.5_ce-150000.212.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:docker-26.1.5_ce-150000.212.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:docker-bash-completion-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-26.1.5_ce-150000.212.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-26.1.5_ce-150000.212.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-bash-completion-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-fish-completion-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-26.1.5_ce-150000.212.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-26.1.5_ce-150000.212.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-bash-completion-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:docker-26.1.5_ce-150000.212.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:docker-26.1.5_ce-150000.212.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:docker-26.1.5_ce-150000.212.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:docker-26.1.5_ce-150000.212.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:docker-bash-completion-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:docker-fish-completion-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:docker-zsh-completion-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-26.1.5_ce-150000.212.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-26.1.5_ce-150000.212.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-26.1.5_ce-150000.212.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-26.1.5_ce-150000.212.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-bash-completion-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-fish-completion-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-zsh-completion-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.5:docker-26.1.5_ce-150000.212.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.5:docker-26.1.5_ce-150000.212.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.5:docker-26.1.5_ce-150000.212.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
94 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:docker-26.1.5_ce-150000.212.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:docker-26.1.5_ce-150000.212.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:docker-bash-completion-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:docker-fish-completion-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-fish-completion-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-26.1.5_ce-150000.212.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-26.1.5_ce-150000.212.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:docker-26.1.5_ce-150000.212.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:docker-26.1.5_ce-150000.212.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:docker-26.1.5_ce-150000.212.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:docker-26.1.5_ce-150000.212.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:docker-26.1.5_ce-150000.212.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:docker-26.1.5_ce-150000.212.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:docker-26.1.5_ce-150000.212.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:docker-26.1.5_ce-150000.212.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:docker-26.1.5_ce-150000.212.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:docker-26.1.5_ce-150000.212.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:docker-26.1.5_ce-150000.212.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:docker-26.1.5_ce-150000.212.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:docker-26.1.5_ce-150000.212.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:docker-26.1.5_ce-150000.212.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:docker-26.1.5_ce-150000.212.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:docker-26.1.5_ce-150000.212.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP5:docker-26.1.5_ce-150000.212.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP5:docker-26.1.5_ce-150000.212.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP5:docker-26.1.5_ce-150000.212.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP5:docker-26.1.5_ce-150000.212.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP5:docker-bash-completion-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP5:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-26.1.5_ce-150000.212.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-26.1.5_ce-150000.212.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-26.1.5_ce-150000.212.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-26.1.5_ce-150000.212.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-bash-completion-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-fish-completion-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:docker-26.1.5_ce-150000.212.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:docker-26.1.5_ce-150000.212.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:docker-bash-completion-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-26.1.5_ce-150000.212.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-26.1.5_ce-150000.212.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-bash-completion-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-fish-completion-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-26.1.5_ce-150000.212.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-26.1.5_ce-150000.212.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-bash-completion-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:docker-26.1.5_ce-150000.212.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:docker-26.1.5_ce-150000.212.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:docker-26.1.5_ce-150000.212.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:docker-26.1.5_ce-150000.212.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:docker-bash-completion-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:docker-fish-completion-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:docker-zsh-completion-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-26.1.5_ce-150000.212.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-26.1.5_ce-150000.212.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-26.1.5_ce-150000.212.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-26.1.5_ce-150000.212.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-bash-completion-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-fish-completion-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-zsh-completion-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.5:docker-26.1.5_ce-150000.212.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.5:docker-26.1.5_ce-150000.212.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.5:docker-26.1.5_ce-150000.212.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
9.9 (Critical)
Affected products
Recommended
94 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:docker-26.1.5_ce-150000.212.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:docker-26.1.5_ce-150000.212.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:docker-bash-completion-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:docker-fish-completion-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-fish-completion-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-26.1.5_ce-150000.212.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-26.1.5_ce-150000.212.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:docker-26.1.5_ce-150000.212.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:docker-26.1.5_ce-150000.212.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:docker-26.1.5_ce-150000.212.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:docker-26.1.5_ce-150000.212.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:docker-26.1.5_ce-150000.212.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:docker-26.1.5_ce-150000.212.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:docker-26.1.5_ce-150000.212.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:docker-26.1.5_ce-150000.212.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:docker-26.1.5_ce-150000.212.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:docker-26.1.5_ce-150000.212.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:docker-26.1.5_ce-150000.212.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:docker-26.1.5_ce-150000.212.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:docker-26.1.5_ce-150000.212.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:docker-26.1.5_ce-150000.212.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:docker-26.1.5_ce-150000.212.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:docker-26.1.5_ce-150000.212.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP5:docker-26.1.5_ce-150000.212.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP5:docker-26.1.5_ce-150000.212.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP5:docker-26.1.5_ce-150000.212.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP5:docker-26.1.5_ce-150000.212.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP5:docker-bash-completion-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP5:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-26.1.5_ce-150000.212.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-26.1.5_ce-150000.212.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-26.1.5_ce-150000.212.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-26.1.5_ce-150000.212.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-bash-completion-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:docker-fish-completion-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:docker-26.1.5_ce-150000.212.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:docker-26.1.5_ce-150000.212.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:docker-bash-completion-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-26.1.5_ce-150000.212.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-26.1.5_ce-150000.212.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-bash-completion-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-fish-completion-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-26.1.5_ce-150000.212.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-26.1.5_ce-150000.212.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-bash-completion-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:docker-26.1.5_ce-150000.212.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:docker-26.1.5_ce-150000.212.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:docker-26.1.5_ce-150000.212.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:docker-26.1.5_ce-150000.212.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:docker-bash-completion-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:docker-fish-completion-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:docker-zsh-completion-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-26.1.5_ce-150000.212.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-26.1.5_ce-150000.212.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-26.1.5_ce-150000.212.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-26.1.5_ce-150000.212.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-bash-completion-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-fish-completion-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-zsh-completion-26.1.5_ce-150000.212.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.5:docker-26.1.5_ce-150000.212.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.5:docker-26.1.5_ce-150000.212.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.5:docker-26.1.5_ce-150000.212.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
critical
References
23 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for docker",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for docker fixes the following issues:\n\n- Update docker-buildx to v0.19.2. See upstream changelog online at\n \u003chttps://github.com/docker/buildx/releases/tag/v0.19.2\u003e.\n\n Some notable changelogs from the last update:\n * \u003chttps://github.com/docker/buildx/releases/tag/v0.19.0\u003e\n * \u003chttps://github.com/docker/buildx/releases/tag/v0.18.0\u003e\n\n- Add a new toggle file /etc/docker/suse-secrets-enable which allows users to\n disable the SUSEConnect integration with Docker (which creates special mounts\n in /run/secrets to allow container-suseconnect to authenticate containers\n with registries on registered hosts). bsc#1231348 bsc#1232999\n\n In order to disable these mounts, just do\n\n echo 0 \u003e /etc/docker/suse-secrets-enable\n\n and restart Docker. In order to re-enable them, just do\n\n echo 1 \u003e /etc/docker/suse-secrets-enable\n\n and restart Docker. Docker will output information on startup to tell you\n whether the SUSE secrets feature is enabled or not.\n\n- Disable docker-buildx builds for SLES. It turns out that build containers\n with docker-buildx don\u0027t currently get the SUSE secrets mounts applied,\n meaning that container-suseconnect doesn\u0027t work when building images.\n bsc#1233819\n\n- Remove DOCKER_NETWORK_OPTS from docker.service. This was removed from\n sysconfig a long time ago, and apparently this causes issues with systemd in\n some cases.\n\n- Allow a parallel docker-stable RPM to exists in repositories.\n\n- Update to docker-buildx v0.17.1 to match standalone docker-buildx package we\n are replacing. See upstream changelog online at\n \u003chttps://github.com/docker/buildx/releases/tag/v0.17.1\u003e\n\n- Allow users to disable SUSE secrets support by setting\n DOCKER_SUSE_SECRETS_ENABLE=0 in /etc/sysconfig/docker. (bsc#1231348)\n\n- Mark docker-buildx as required since classic \u0027docker build\u0027 has been\n deprecated since Docker 23.0. (bsc#1230331)\n\n- Import docker-buildx v0.16.2 as a subpackage. Previously this was a separate\n package, but with docker-stable it will be necessary to maintain the packages\n together and it makes more sense to have them live in the same OBS package.\n (bsc#1230333)\n\n- Update to Docker 26.1.5-ce. See upstream changelog online at\n \u003chttps://docs.docker.com/engine/release-notes/26.1/#2615\u003e\n bsc#1230294\n\n- This update includes fixes for:\n * CVE-2024-41110. bsc#1228324\n * CVE-2023-47108. bsc#1217070 bsc#1229806\n * CVE-2023-45142. bsc#1228553 bsc#1229806\n\n- Update to Docker 26.1.4-ce. See upstream changelog online at\n \u003chttps://docs.docker.com/engine/release-notes/26.1/#2614\u003e\n\n- Update to Docker 26.1.0-ce. See upstream changelog online at\n \u003chttps://docs.docker.com/engine/release-notes/26.1/#2610\u003e\n\n- Update --add-runtime to point to correct binary path.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-4360,SUSE-SLE-Micro-5.3-2024-4360,SUSE-SLE-Micro-5.4-2024-4360,SUSE-SLE-Micro-5.5-2024-4360,SUSE-SLE-Module-Containers-15-SP5-2024-4360,SUSE-SLE-Module-Containers-15-SP6-2024-4360,SUSE-SLE-Product-HPC-15-SP2-LTSS-2024-4360,SUSE-SLE-Product-HPC-15-SP3-LTSS-2024-4360,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-4360,SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-4360,SUSE-SLE-Product-SLES-15-SP2-LTSS-2024-4360,SUSE-SLE-Product-SLES-15-SP3-LTSS-2024-4360,SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-4360,SUSE-SLE-Product-SLES_SAP-15-SP2-2024-4360,SUSE-SLE-Product-SLES_SAP-15-SP3-2024-4360,SUSE-SLE-Product-SLES_SAP-15-SP4-2024-4360,SUSE-SUSE-MicroOS-5.1-2024-4360,SUSE-SUSE-MicroOS-5.2-2024-4360,SUSE-Storage-7.1-2024-4360,openSUSE-Leap-Micro-5.5-2024-4360,openSUSE-SLE-15.5-2024-4360,openSUSE-SLE-15.6-2024-4360",
"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-2024_4360-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:4360-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20244360-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:4360-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-December/020020.html"
},
{
"category": "self",
"summary": "SUSE Bug 1217070",
"url": "https://bugzilla.suse.com/1217070"
},
{
"category": "self",
"summary": "SUSE Bug 1228324",
"url": "https://bugzilla.suse.com/1228324"
},
{
"category": "self",
"summary": "SUSE Bug 1228553",
"url": "https://bugzilla.suse.com/1228553"
},
{
"category": "self",
"summary": "SUSE Bug 1229806",
"url": "https://bugzilla.suse.com/1229806"
},
{
"category": "self",
"summary": "SUSE Bug 1230294",
"url": "https://bugzilla.suse.com/1230294"
},
{
"category": "self",
"summary": "SUSE Bug 1230331",
"url": "https://bugzilla.suse.com/1230331"
},
{
"category": "self",
"summary": "SUSE Bug 1230333",
"url": "https://bugzilla.suse.com/1230333"
},
{
"category": "self",
"summary": "SUSE Bug 1231348",
"url": "https://bugzilla.suse.com/1231348"
},
{
"category": "self",
"summary": "SUSE Bug 1232999",
"url": "https://bugzilla.suse.com/1232999"
},
{
"category": "self",
"summary": "SUSE Bug 1233819",
"url": "https://bugzilla.suse.com/1233819"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-45142 page",
"url": "https://www.suse.com/security/cve/CVE-2023-45142/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-47108 page",
"url": "https://www.suse.com/security/cve/CVE-2023-47108/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-41110 page",
"url": "https://www.suse.com/security/cve/CVE-2024-41110/"
}
],
"title": "Security update for docker",
"tracking": {
"current_release_date": "2024-12-17T14:35:54Z",
"generator": {
"date": "2024-12-17T14:35:54Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:4360-1",
"initial_release_date": "2024-12-17T14:35:54Z",
"revision_history": [
{
"date": "2024-12-17T14:35:54Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "docker-26.1.5_ce-150000.212.1.aarch64",
"product": {
"name": "docker-26.1.5_ce-150000.212.1.aarch64",
"product_id": "docker-26.1.5_ce-150000.212.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-26.1.5_ce-150000.212.1.i586",
"product": {
"name": "docker-26.1.5_ce-150000.212.1.i586",
"product_id": "docker-26.1.5_ce-150000.212.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"product": {
"name": "docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"product_id": "docker-bash-completion-26.1.5_ce-150000.212.1.noarch"
}
},
{
"category": "product_version",
"name": "docker-fish-completion-26.1.5_ce-150000.212.1.noarch",
"product": {
"name": "docker-fish-completion-26.1.5_ce-150000.212.1.noarch",
"product_id": "docker-fish-completion-26.1.5_ce-150000.212.1.noarch"
}
},
{
"category": "product_version",
"name": "docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"product": {
"name": "docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"product_id": "docker-rootless-extras-26.1.5_ce-150000.212.1.noarch"
}
},
{
"category": "product_version",
"name": "docker-zsh-completion-26.1.5_ce-150000.212.1.noarch",
"product": {
"name": "docker-zsh-completion-26.1.5_ce-150000.212.1.noarch",
"product_id": "docker-zsh-completion-26.1.5_ce-150000.212.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-26.1.5_ce-150000.212.1.ppc64le",
"product": {
"name": "docker-26.1.5_ce-150000.212.1.ppc64le",
"product_id": "docker-26.1.5_ce-150000.212.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-26.1.5_ce-150000.212.1.s390x",
"product": {
"name": "docker-26.1.5_ce-150000.212.1.s390x",
"product_id": "docker-26.1.5_ce-150000.212.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-26.1.5_ce-150000.212.1.x86_64",
"product": {
"name": "docker-26.1.5_ce-150000.212.1.x86_64",
"product_id": "docker-26.1.5_ce-150000.212.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.3",
"product": {
"name": "SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.4",
"product": {
"name": "SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.5",
"product": {
"name": "SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Containers 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Module for Containers 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-containers:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Containers 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-containers:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP2-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.1",
"product": {
"name": "SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-microos:5.1"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.2",
"product": {
"name": "SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-microos:5.2"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 7.1",
"product": {
"name": "SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7.1"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap Micro 5.5",
"product": {
"name": "openSUSE Leap Micro 5.5",
"product_id": "openSUSE Leap Micro 5.5",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap-micro:5.5"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.5",
"product": {
"name": "openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.5"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-150000.212.1.aarch64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:docker-26.1.5_ce-150000.212.1.aarch64"
},
"product_reference": "docker-26.1.5_ce-150000.212.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-150000.212.1.s390x as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:docker-26.1.5_ce-150000.212.1.s390x"
},
"product_reference": "docker-26.1.5_ce-150000.212.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-150000.212.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:docker-26.1.5_ce-150000.212.1.x86_64"
},
"product_reference": "docker-26.1.5_ce-150000.212.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-150000.212.1.aarch64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:docker-26.1.5_ce-150000.212.1.aarch64"
},
"product_reference": "docker-26.1.5_ce-150000.212.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-150000.212.1.s390x as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:docker-26.1.5_ce-150000.212.1.s390x"
},
"product_reference": "docker-26.1.5_ce-150000.212.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-150000.212.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:docker-26.1.5_ce-150000.212.1.x86_64"
},
"product_reference": "docker-26.1.5_ce-150000.212.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-150000.212.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:docker-26.1.5_ce-150000.212.1.aarch64"
},
"product_reference": "docker-26.1.5_ce-150000.212.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-150000.212.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:docker-26.1.5_ce-150000.212.1.ppc64le"
},
"product_reference": "docker-26.1.5_ce-150000.212.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-150000.212.1.s390x as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:docker-26.1.5_ce-150000.212.1.s390x"
},
"product_reference": "docker-26.1.5_ce-150000.212.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-150000.212.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:docker-26.1.5_ce-150000.212.1.x86_64"
},
"product_reference": "docker-26.1.5_ce-150000.212.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-150000.212.1.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP5:docker-26.1.5_ce-150000.212.1.aarch64"
},
"product_reference": "docker-26.1.5_ce-150000.212.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-150000.212.1.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP5:docker-26.1.5_ce-150000.212.1.ppc64le"
},
"product_reference": "docker-26.1.5_ce-150000.212.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-150000.212.1.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP5:docker-26.1.5_ce-150000.212.1.s390x"
},
"product_reference": "docker-26.1.5_ce-150000.212.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-150000.212.1.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP5:docker-26.1.5_ce-150000.212.1.x86_64"
},
"product_reference": "docker-26.1.5_ce-150000.212.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-bash-completion-26.1.5_ce-150000.212.1.noarch as component of SUSE Linux Enterprise Module for Containers 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP5:docker-bash-completion-26.1.5_ce-150000.212.1.noarch"
},
"product_reference": "docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-rootless-extras-26.1.5_ce-150000.212.1.noarch as component of SUSE Linux Enterprise Module for Containers 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP5:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch"
},
"product_reference": "docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-150000.212.1.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:docker-26.1.5_ce-150000.212.1.aarch64"
},
"product_reference": "docker-26.1.5_ce-150000.212.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-150000.212.1.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:docker-26.1.5_ce-150000.212.1.ppc64le"
},
"product_reference": "docker-26.1.5_ce-150000.212.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-150000.212.1.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:docker-26.1.5_ce-150000.212.1.s390x"
},
"product_reference": "docker-26.1.5_ce-150000.212.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-150000.212.1.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:docker-26.1.5_ce-150000.212.1.x86_64"
},
"product_reference": "docker-26.1.5_ce-150000.212.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-bash-completion-26.1.5_ce-150000.212.1.noarch as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:docker-bash-completion-26.1.5_ce-150000.212.1.noarch"
},
"product_reference": "docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-rootless-extras-26.1.5_ce-150000.212.1.noarch as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch"
},
"product_reference": "docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-150000.212.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.aarch64"
},
"product_reference": "docker-26.1.5_ce-150000.212.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-150000.212.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.x86_64"
},
"product_reference": "docker-26.1.5_ce-150000.212.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-bash-completion-26.1.5_ce-150000.212.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch"
},
"product_reference": "docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-150000.212.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.aarch64"
},
"product_reference": "docker-26.1.5_ce-150000.212.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-150000.212.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.x86_64"
},
"product_reference": "docker-26.1.5_ce-150000.212.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-bash-completion-26.1.5_ce-150000.212.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch"
},
"product_reference": "docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-fish-completion-26.1.5_ce-150000.212.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-fish-completion-26.1.5_ce-150000.212.1.noarch"
},
"product_reference": "docker-fish-completion-26.1.5_ce-150000.212.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-150000.212.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-26.1.5_ce-150000.212.1.aarch64"
},
"product_reference": "docker-26.1.5_ce-150000.212.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-150000.212.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-26.1.5_ce-150000.212.1.x86_64"
},
"product_reference": "docker-26.1.5_ce-150000.212.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-bash-completion-26.1.5_ce-150000.212.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch"
},
"product_reference": "docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-rootless-extras-26.1.5_ce-150000.212.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch"
},
"product_reference": "docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-150000.212.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.aarch64"
},
"product_reference": "docker-26.1.5_ce-150000.212.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-150000.212.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.x86_64"
},
"product_reference": "docker-26.1.5_ce-150000.212.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-bash-completion-26.1.5_ce-150000.212.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch"
},
"product_reference": "docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-rootless-extras-26.1.5_ce-150000.212.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch"
},
"product_reference": "docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-150000.212.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.aarch64"
},
"product_reference": "docker-26.1.5_ce-150000.212.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-150000.212.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.ppc64le"
},
"product_reference": "docker-26.1.5_ce-150000.212.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-150000.212.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.s390x"
},
"product_reference": "docker-26.1.5_ce-150000.212.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-150000.212.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.x86_64"
},
"product_reference": "docker-26.1.5_ce-150000.212.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-bash-completion-26.1.5_ce-150000.212.1.noarch as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch"
},
"product_reference": "docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-150000.212.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.aarch64"
},
"product_reference": "docker-26.1.5_ce-150000.212.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-150000.212.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.ppc64le"
},
"product_reference": "docker-26.1.5_ce-150000.212.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-150000.212.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.s390x"
},
"product_reference": "docker-26.1.5_ce-150000.212.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-150000.212.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.x86_64"
},
"product_reference": "docker-26.1.5_ce-150000.212.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-bash-completion-26.1.5_ce-150000.212.1.noarch as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch"
},
"product_reference": "docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-fish-completion-26.1.5_ce-150000.212.1.noarch as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:docker-fish-completion-26.1.5_ce-150000.212.1.noarch"
},
"product_reference": "docker-fish-completion-26.1.5_ce-150000.212.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-150000.212.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.aarch64"
},
"product_reference": "docker-26.1.5_ce-150000.212.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-150000.212.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.ppc64le"
},
"product_reference": "docker-26.1.5_ce-150000.212.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-150000.212.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.s390x"
},
"product_reference": "docker-26.1.5_ce-150000.212.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-150000.212.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.x86_64"
},
"product_reference": "docker-26.1.5_ce-150000.212.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-bash-completion-26.1.5_ce-150000.212.1.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch"
},
"product_reference": "docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-rootless-extras-26.1.5_ce-150000.212.1.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch"
},
"product_reference": "docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-150000.212.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:docker-26.1.5_ce-150000.212.1.ppc64le"
},
"product_reference": "docker-26.1.5_ce-150000.212.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-150000.212.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:docker-26.1.5_ce-150000.212.1.x86_64"
},
"product_reference": "docker-26.1.5_ce-150000.212.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-bash-completion-26.1.5_ce-150000.212.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:docker-bash-completion-26.1.5_ce-150000.212.1.noarch"
},
"product_reference": "docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-150000.212.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-26.1.5_ce-150000.212.1.ppc64le"
},
"product_reference": "docker-26.1.5_ce-150000.212.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-150000.212.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-26.1.5_ce-150000.212.1.x86_64"
},
"product_reference": "docker-26.1.5_ce-150000.212.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-bash-completion-26.1.5_ce-150000.212.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-bash-completion-26.1.5_ce-150000.212.1.noarch"
},
"product_reference": "docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-fish-completion-26.1.5_ce-150000.212.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-fish-completion-26.1.5_ce-150000.212.1.noarch"
},
"product_reference": "docker-fish-completion-26.1.5_ce-150000.212.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-150000.212.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-26.1.5_ce-150000.212.1.ppc64le"
},
"product_reference": "docker-26.1.5_ce-150000.212.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-150000.212.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-26.1.5_ce-150000.212.1.x86_64"
},
"product_reference": "docker-26.1.5_ce-150000.212.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-bash-completion-26.1.5_ce-150000.212.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-bash-completion-26.1.5_ce-150000.212.1.noarch"
},
"product_reference": "docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-rootless-extras-26.1.5_ce-150000.212.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch"
},
"product_reference": "docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-150000.212.1.aarch64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:docker-26.1.5_ce-150000.212.1.aarch64"
},
"product_reference": "docker-26.1.5_ce-150000.212.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-150000.212.1.s390x as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:docker-26.1.5_ce-150000.212.1.s390x"
},
"product_reference": "docker-26.1.5_ce-150000.212.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-150000.212.1.x86_64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:docker-26.1.5_ce-150000.212.1.x86_64"
},
"product_reference": "docker-26.1.5_ce-150000.212.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-150000.212.1.aarch64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:docker-26.1.5_ce-150000.212.1.aarch64"
},
"product_reference": "docker-26.1.5_ce-150000.212.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-150000.212.1.s390x as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:docker-26.1.5_ce-150000.212.1.s390x"
},
"product_reference": "docker-26.1.5_ce-150000.212.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-150000.212.1.x86_64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:docker-26.1.5_ce-150000.212.1.x86_64"
},
"product_reference": "docker-26.1.5_ce-150000.212.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-150000.212.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:docker-26.1.5_ce-150000.212.1.aarch64"
},
"product_reference": "docker-26.1.5_ce-150000.212.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-150000.212.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:docker-26.1.5_ce-150000.212.1.x86_64"
},
"product_reference": "docker-26.1.5_ce-150000.212.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-bash-completion-26.1.5_ce-150000.212.1.noarch as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:docker-bash-completion-26.1.5_ce-150000.212.1.noarch"
},
"product_reference": "docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-fish-completion-26.1.5_ce-150000.212.1.noarch as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:docker-fish-completion-26.1.5_ce-150000.212.1.noarch"
},
"product_reference": "docker-fish-completion-26.1.5_ce-150000.212.1.noarch",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-150000.212.1.aarch64 as component of openSUSE Leap Micro 5.5",
"product_id": "openSUSE Leap Micro 5.5:docker-26.1.5_ce-150000.212.1.aarch64"
},
"product_reference": "docker-26.1.5_ce-150000.212.1.aarch64",
"relates_to_product_reference": "openSUSE Leap Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-150000.212.1.s390x as component of openSUSE Leap Micro 5.5",
"product_id": "openSUSE Leap Micro 5.5:docker-26.1.5_ce-150000.212.1.s390x"
},
"product_reference": "docker-26.1.5_ce-150000.212.1.s390x",
"relates_to_product_reference": "openSUSE Leap Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-150000.212.1.x86_64 as component of openSUSE Leap Micro 5.5",
"product_id": "openSUSE Leap Micro 5.5:docker-26.1.5_ce-150000.212.1.x86_64"
},
"product_reference": "docker-26.1.5_ce-150000.212.1.x86_64",
"relates_to_product_reference": "openSUSE Leap Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-150000.212.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:docker-26.1.5_ce-150000.212.1.aarch64"
},
"product_reference": "docker-26.1.5_ce-150000.212.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-150000.212.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:docker-26.1.5_ce-150000.212.1.ppc64le"
},
"product_reference": "docker-26.1.5_ce-150000.212.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-150000.212.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:docker-26.1.5_ce-150000.212.1.s390x"
},
"product_reference": "docker-26.1.5_ce-150000.212.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-150000.212.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:docker-26.1.5_ce-150000.212.1.x86_64"
},
"product_reference": "docker-26.1.5_ce-150000.212.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-bash-completion-26.1.5_ce-150000.212.1.noarch as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:docker-bash-completion-26.1.5_ce-150000.212.1.noarch"
},
"product_reference": "docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-fish-completion-26.1.5_ce-150000.212.1.noarch as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:docker-fish-completion-26.1.5_ce-150000.212.1.noarch"
},
"product_reference": "docker-fish-completion-26.1.5_ce-150000.212.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-rootless-extras-26.1.5_ce-150000.212.1.noarch as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch"
},
"product_reference": "docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-zsh-completion-26.1.5_ce-150000.212.1.noarch as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:docker-zsh-completion-26.1.5_ce-150000.212.1.noarch"
},
"product_reference": "docker-zsh-completion-26.1.5_ce-150000.212.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-150000.212.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-26.1.5_ce-150000.212.1.aarch64"
},
"product_reference": "docker-26.1.5_ce-150000.212.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-150000.212.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-26.1.5_ce-150000.212.1.ppc64le"
},
"product_reference": "docker-26.1.5_ce-150000.212.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-150000.212.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-26.1.5_ce-150000.212.1.s390x"
},
"product_reference": "docker-26.1.5_ce-150000.212.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-150000.212.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-26.1.5_ce-150000.212.1.x86_64"
},
"product_reference": "docker-26.1.5_ce-150000.212.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-bash-completion-26.1.5_ce-150000.212.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-bash-completion-26.1.5_ce-150000.212.1.noarch"
},
"product_reference": "docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-fish-completion-26.1.5_ce-150000.212.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-fish-completion-26.1.5_ce-150000.212.1.noarch"
},
"product_reference": "docker-fish-completion-26.1.5_ce-150000.212.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-rootless-extras-26.1.5_ce-150000.212.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch"
},
"product_reference": "docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-zsh-completion-26.1.5_ce-150000.212.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-zsh-completion-26.1.5_ce-150000.212.1.noarch"
},
"product_reference": "docker-zsh-completion-26.1.5_ce-150000.212.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-45142",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-45142"
}
],
"notes": [
{
"category": "general",
"text": "OpenTelemetry-Go Contrib is a collection of third-party packages for OpenTelemetry-Go. A handler wrapper out of the box adds labels `http.user_agent` and `http.method` that have unbound cardinality. It leads to the server\u0027s potential memory exhaustion when many malicious requests are sent to it. HTTP header User-Agent or HTTP method for requests can be easily set by an attacker to be random and long. The library internally uses `httpconv.ServerRequest` that records every value for HTTP `method` and `User-Agent`. In order to be affected, a program has to use the `otelhttp.NewHandler` wrapper and not filter any unknown HTTP methods or User agents on the level of CDN, LB, previous middleware, etc. Version 0.44.0 fixed this issue when the values collected for attribute `http.request.method` were changed to be restricted to a set of well-known values and other high cardinality attributes were removed. As a workaround to stop being affected, `otelhttp.WithFilter()` can be used, but it requires manual careful configuration to not log certain requests entirely. For convenience and safe usage of this library, it should by default mark with the label `unknown` non-standard HTTP methods and User agents to show that such requests were made but do not increase cardinality. In case someone wants to stay with the current behavior, library API should allow to enable it.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Enterprise Storage 7.1:docker-fish-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-fish-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Micro 5.1:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Micro 5.1:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Micro 5.2:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Micro 5.3:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Micro 5.4:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Micro 5.5:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP5:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP5:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP5:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP5:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP5:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP5:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-fish-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-fish-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.5:docker-26.1.5_ce-150000.212.1.aarch64",
"openSUSE Leap 15.5:docker-26.1.5_ce-150000.212.1.ppc64le",
"openSUSE Leap 15.5:docker-26.1.5_ce-150000.212.1.s390x",
"openSUSE Leap 15.5:docker-26.1.5_ce-150000.212.1.x86_64",
"openSUSE Leap 15.5:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.5:docker-fish-completion-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.5:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.5:docker-zsh-completion-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.6:docker-26.1.5_ce-150000.212.1.aarch64",
"openSUSE Leap 15.6:docker-26.1.5_ce-150000.212.1.ppc64le",
"openSUSE Leap 15.6:docker-26.1.5_ce-150000.212.1.s390x",
"openSUSE Leap 15.6:docker-26.1.5_ce-150000.212.1.x86_64",
"openSUSE Leap 15.6:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.6:docker-fish-completion-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.6:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.6:docker-zsh-completion-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap Micro 5.5:docker-26.1.5_ce-150000.212.1.aarch64",
"openSUSE Leap Micro 5.5:docker-26.1.5_ce-150000.212.1.s390x",
"openSUSE Leap Micro 5.5:docker-26.1.5_ce-150000.212.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-45142",
"url": "https://www.suse.com/security/cve/CVE-2023-45142"
},
{
"category": "external",
"summary": "SUSE Bug 1228553 for CVE-2023-45142",
"url": "https://bugzilla.suse.com/1228553"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Enterprise Storage 7.1:docker-fish-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-fish-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Micro 5.1:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Micro 5.1:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Micro 5.2:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Micro 5.3:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Micro 5.4:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Micro 5.5:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP5:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP5:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP5:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP5:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP5:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP5:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-fish-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-fish-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.5:docker-26.1.5_ce-150000.212.1.aarch64",
"openSUSE Leap 15.5:docker-26.1.5_ce-150000.212.1.ppc64le",
"openSUSE Leap 15.5:docker-26.1.5_ce-150000.212.1.s390x",
"openSUSE Leap 15.5:docker-26.1.5_ce-150000.212.1.x86_64",
"openSUSE Leap 15.5:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.5:docker-fish-completion-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.5:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.5:docker-zsh-completion-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.6:docker-26.1.5_ce-150000.212.1.aarch64",
"openSUSE Leap 15.6:docker-26.1.5_ce-150000.212.1.ppc64le",
"openSUSE Leap 15.6:docker-26.1.5_ce-150000.212.1.s390x",
"openSUSE Leap 15.6:docker-26.1.5_ce-150000.212.1.x86_64",
"openSUSE Leap 15.6:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.6:docker-fish-completion-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.6:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.6:docker-zsh-completion-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap Micro 5.5:docker-26.1.5_ce-150000.212.1.aarch64",
"openSUSE Leap Micro 5.5:docker-26.1.5_ce-150000.212.1.s390x",
"openSUSE Leap Micro 5.5:docker-26.1.5_ce-150000.212.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Enterprise Storage 7.1:docker-fish-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-fish-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Micro 5.1:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Micro 5.1:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Micro 5.2:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Micro 5.3:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Micro 5.4:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Micro 5.5:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP5:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP5:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP5:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP5:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP5:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP5:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-fish-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-fish-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.5:docker-26.1.5_ce-150000.212.1.aarch64",
"openSUSE Leap 15.5:docker-26.1.5_ce-150000.212.1.ppc64le",
"openSUSE Leap 15.5:docker-26.1.5_ce-150000.212.1.s390x",
"openSUSE Leap 15.5:docker-26.1.5_ce-150000.212.1.x86_64",
"openSUSE Leap 15.5:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.5:docker-fish-completion-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.5:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.5:docker-zsh-completion-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.6:docker-26.1.5_ce-150000.212.1.aarch64",
"openSUSE Leap 15.6:docker-26.1.5_ce-150000.212.1.ppc64le",
"openSUSE Leap 15.6:docker-26.1.5_ce-150000.212.1.s390x",
"openSUSE Leap 15.6:docker-26.1.5_ce-150000.212.1.x86_64",
"openSUSE Leap 15.6:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.6:docker-fish-completion-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.6:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.6:docker-zsh-completion-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap Micro 5.5:docker-26.1.5_ce-150000.212.1.aarch64",
"openSUSE Leap Micro 5.5:docker-26.1.5_ce-150000.212.1.s390x",
"openSUSE Leap Micro 5.5:docker-26.1.5_ce-150000.212.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-12-17T14:35:54Z",
"details": "important"
}
],
"title": "CVE-2023-45142"
},
{
"cve": "CVE-2023-47108",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-47108"
}
],
"notes": [
{
"category": "general",
"text": "OpenTelemetry-Go Contrib is a collection of third-party packages for OpenTelemetry-Go. Prior to version 0.46.0, the grpc Unary Server Interceptor out of the box adds labels `net.peer.sock.addr` and `net.peer.sock.port` that have unbound cardinality. It leads to the server\u0027s potential memory exhaustion when many malicious requests are sent. An attacker can easily flood the peer address and port for requests. Version 0.46.0 contains a fix for this issue. As a workaround to stop being affected, a view removing the attributes can be used. The other possibility is to disable grpc metrics instrumentation by passing `otelgrpc.WithMeterProvider` option with `noop.NewMeterProvider`.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Enterprise Storage 7.1:docker-fish-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-fish-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Micro 5.1:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Micro 5.1:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Micro 5.2:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Micro 5.3:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Micro 5.4:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Micro 5.5:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP5:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP5:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP5:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP5:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP5:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP5:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-fish-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-fish-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.5:docker-26.1.5_ce-150000.212.1.aarch64",
"openSUSE Leap 15.5:docker-26.1.5_ce-150000.212.1.ppc64le",
"openSUSE Leap 15.5:docker-26.1.5_ce-150000.212.1.s390x",
"openSUSE Leap 15.5:docker-26.1.5_ce-150000.212.1.x86_64",
"openSUSE Leap 15.5:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.5:docker-fish-completion-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.5:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.5:docker-zsh-completion-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.6:docker-26.1.5_ce-150000.212.1.aarch64",
"openSUSE Leap 15.6:docker-26.1.5_ce-150000.212.1.ppc64le",
"openSUSE Leap 15.6:docker-26.1.5_ce-150000.212.1.s390x",
"openSUSE Leap 15.6:docker-26.1.5_ce-150000.212.1.x86_64",
"openSUSE Leap 15.6:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.6:docker-fish-completion-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.6:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.6:docker-zsh-completion-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap Micro 5.5:docker-26.1.5_ce-150000.212.1.aarch64",
"openSUSE Leap Micro 5.5:docker-26.1.5_ce-150000.212.1.s390x",
"openSUSE Leap Micro 5.5:docker-26.1.5_ce-150000.212.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-47108",
"url": "https://www.suse.com/security/cve/CVE-2023-47108"
},
{
"category": "external",
"summary": "SUSE Bug 1217070 for CVE-2023-47108",
"url": "https://bugzilla.suse.com/1217070"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Enterprise Storage 7.1:docker-fish-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-fish-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Micro 5.1:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Micro 5.1:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Micro 5.2:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Micro 5.3:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Micro 5.4:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Micro 5.5:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP5:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP5:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP5:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP5:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP5:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP5:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-fish-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-fish-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.5:docker-26.1.5_ce-150000.212.1.aarch64",
"openSUSE Leap 15.5:docker-26.1.5_ce-150000.212.1.ppc64le",
"openSUSE Leap 15.5:docker-26.1.5_ce-150000.212.1.s390x",
"openSUSE Leap 15.5:docker-26.1.5_ce-150000.212.1.x86_64",
"openSUSE Leap 15.5:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.5:docker-fish-completion-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.5:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.5:docker-zsh-completion-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.6:docker-26.1.5_ce-150000.212.1.aarch64",
"openSUSE Leap 15.6:docker-26.1.5_ce-150000.212.1.ppc64le",
"openSUSE Leap 15.6:docker-26.1.5_ce-150000.212.1.s390x",
"openSUSE Leap 15.6:docker-26.1.5_ce-150000.212.1.x86_64",
"openSUSE Leap 15.6:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.6:docker-fish-completion-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.6:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.6:docker-zsh-completion-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap Micro 5.5:docker-26.1.5_ce-150000.212.1.aarch64",
"openSUSE Leap Micro 5.5:docker-26.1.5_ce-150000.212.1.s390x",
"openSUSE Leap Micro 5.5:docker-26.1.5_ce-150000.212.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Enterprise Storage 7.1:docker-fish-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-fish-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Micro 5.1:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Micro 5.1:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Micro 5.2:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Micro 5.3:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Micro 5.4:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Micro 5.5:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP5:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP5:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP5:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP5:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP5:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP5:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-fish-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-fish-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.5:docker-26.1.5_ce-150000.212.1.aarch64",
"openSUSE Leap 15.5:docker-26.1.5_ce-150000.212.1.ppc64le",
"openSUSE Leap 15.5:docker-26.1.5_ce-150000.212.1.s390x",
"openSUSE Leap 15.5:docker-26.1.5_ce-150000.212.1.x86_64",
"openSUSE Leap 15.5:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.5:docker-fish-completion-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.5:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.5:docker-zsh-completion-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.6:docker-26.1.5_ce-150000.212.1.aarch64",
"openSUSE Leap 15.6:docker-26.1.5_ce-150000.212.1.ppc64le",
"openSUSE Leap 15.6:docker-26.1.5_ce-150000.212.1.s390x",
"openSUSE Leap 15.6:docker-26.1.5_ce-150000.212.1.x86_64",
"openSUSE Leap 15.6:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.6:docker-fish-completion-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.6:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.6:docker-zsh-completion-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap Micro 5.5:docker-26.1.5_ce-150000.212.1.aarch64",
"openSUSE Leap Micro 5.5:docker-26.1.5_ce-150000.212.1.s390x",
"openSUSE Leap Micro 5.5:docker-26.1.5_ce-150000.212.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-12-17T14:35:54Z",
"details": "important"
}
],
"title": "CVE-2023-47108"
},
{
"cve": "CVE-2024-41110",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-41110"
}
],
"notes": [
{
"category": "general",
"text": "Moby is an open-source project created by Docker for software containerization. A security vulnerability has been detected in certain versions of Docker Engine, which could allow an attacker to bypass authorization plugins (AuthZ) under specific circumstances. The base likelihood of this being exploited is low.\n\nUsing a specially-crafted API request, an Engine API client could make the daemon forward the request or response to an authorization plugin without the body. In certain circumstances, the authorization plugin may allow a request which it would have otherwise denied if the body had been forwarded to it.\n\nA security issue was discovered In 2018, where an attacker could bypass AuthZ plugins using a specially crafted API request. This could lead to unauthorized actions, including privilege escalation. Although this issue was fixed in Docker Engine v18.09.1 in January 2019, the fix was not carried forward to later major versions, resulting in a regression. Anyone who depends on authorization plugins that introspect the request and/or response body to make access control decisions is potentially impacted.\n\nDocker EE v19.03.x and all versions of Mirantis Container Runtime are not vulnerable.\n\ndocker-ce v27.1.1 containes patches to fix the vulnerability. Patches have also been merged into the master, 19.03, 20.0, 23.0, 24.0, 25.0, 26.0, and 26.1 release branches. If one is unable to upgrade immediately, avoid using AuthZ plugins and/or restrict access to the Docker API to trusted parties, following the principle of least privilege.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Enterprise Storage 7.1:docker-fish-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-fish-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Micro 5.1:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Micro 5.1:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Micro 5.2:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Micro 5.3:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Micro 5.4:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Micro 5.5:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP5:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP5:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP5:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP5:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP5:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP5:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-fish-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-fish-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.5:docker-26.1.5_ce-150000.212.1.aarch64",
"openSUSE Leap 15.5:docker-26.1.5_ce-150000.212.1.ppc64le",
"openSUSE Leap 15.5:docker-26.1.5_ce-150000.212.1.s390x",
"openSUSE Leap 15.5:docker-26.1.5_ce-150000.212.1.x86_64",
"openSUSE Leap 15.5:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.5:docker-fish-completion-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.5:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.5:docker-zsh-completion-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.6:docker-26.1.5_ce-150000.212.1.aarch64",
"openSUSE Leap 15.6:docker-26.1.5_ce-150000.212.1.ppc64le",
"openSUSE Leap 15.6:docker-26.1.5_ce-150000.212.1.s390x",
"openSUSE Leap 15.6:docker-26.1.5_ce-150000.212.1.x86_64",
"openSUSE Leap 15.6:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.6:docker-fish-completion-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.6:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.6:docker-zsh-completion-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap Micro 5.5:docker-26.1.5_ce-150000.212.1.aarch64",
"openSUSE Leap Micro 5.5:docker-26.1.5_ce-150000.212.1.s390x",
"openSUSE Leap Micro 5.5:docker-26.1.5_ce-150000.212.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-41110",
"url": "https://www.suse.com/security/cve/CVE-2024-41110"
},
{
"category": "external",
"summary": "SUSE Bug 1228324 for CVE-2024-41110",
"url": "https://bugzilla.suse.com/1228324"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Enterprise Storage 7.1:docker-fish-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-fish-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Micro 5.1:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Micro 5.1:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Micro 5.2:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Micro 5.3:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Micro 5.4:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Micro 5.5:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP5:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP5:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP5:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP5:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP5:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP5:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-fish-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-fish-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.5:docker-26.1.5_ce-150000.212.1.aarch64",
"openSUSE Leap 15.5:docker-26.1.5_ce-150000.212.1.ppc64le",
"openSUSE Leap 15.5:docker-26.1.5_ce-150000.212.1.s390x",
"openSUSE Leap 15.5:docker-26.1.5_ce-150000.212.1.x86_64",
"openSUSE Leap 15.5:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.5:docker-fish-completion-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.5:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.5:docker-zsh-completion-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.6:docker-26.1.5_ce-150000.212.1.aarch64",
"openSUSE Leap 15.6:docker-26.1.5_ce-150000.212.1.ppc64le",
"openSUSE Leap 15.6:docker-26.1.5_ce-150000.212.1.s390x",
"openSUSE Leap 15.6:docker-26.1.5_ce-150000.212.1.x86_64",
"openSUSE Leap 15.6:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.6:docker-fish-completion-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.6:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.6:docker-zsh-completion-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap Micro 5.5:docker-26.1.5_ce-150000.212.1.aarch64",
"openSUSE Leap Micro 5.5:docker-26.1.5_ce-150000.212.1.s390x",
"openSUSE Leap Micro 5.5:docker-26.1.5_ce-150000.212.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.9,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Enterprise Storage 7.1:docker-fish-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-fish-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Micro 5.1:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Micro 5.1:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Micro 5.2:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Micro 5.3:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Micro 5.4:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Micro 5.5:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP5:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP5:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP5:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP5:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP5:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP5:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-fish-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-fish-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-26.1.5_ce-150000.212.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-26.1.5_ce-150000.212.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.5:docker-26.1.5_ce-150000.212.1.aarch64",
"openSUSE Leap 15.5:docker-26.1.5_ce-150000.212.1.ppc64le",
"openSUSE Leap 15.5:docker-26.1.5_ce-150000.212.1.s390x",
"openSUSE Leap 15.5:docker-26.1.5_ce-150000.212.1.x86_64",
"openSUSE Leap 15.5:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.5:docker-fish-completion-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.5:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.5:docker-zsh-completion-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.6:docker-26.1.5_ce-150000.212.1.aarch64",
"openSUSE Leap 15.6:docker-26.1.5_ce-150000.212.1.ppc64le",
"openSUSE Leap 15.6:docker-26.1.5_ce-150000.212.1.s390x",
"openSUSE Leap 15.6:docker-26.1.5_ce-150000.212.1.x86_64",
"openSUSE Leap 15.6:docker-bash-completion-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.6:docker-fish-completion-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.6:docker-rootless-extras-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap 15.6:docker-zsh-completion-26.1.5_ce-150000.212.1.noarch",
"openSUSE Leap Micro 5.5:docker-26.1.5_ce-150000.212.1.aarch64",
"openSUSE Leap Micro 5.5:docker-26.1.5_ce-150000.212.1.s390x",
"openSUSE Leap Micro 5.5:docker-26.1.5_ce-150000.212.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-12-17T14:35:54Z",
"details": "critical"
}
],
"title": "CVE-2024-41110"
}
]
}
SUSE-SU-2025:20091-1
Vulnerability from csaf_suse - Published: 2025-02-03 09:10 - Updated: 2025-02-03 09:10Summary
Security update for containerd
Severity
Important
Notes
Title of the patch: Security update for containerd
Description of the patch: This update for containerd fixes the following issues:
- Update to containerd v1.7.21. Upstream release notes:
https://github.com/containerd/containerd/releases/tag/v1.7.21
Fixes CVE-2023-47108. bsc#1217070
Fixes CVE-2023-45142. bsc#1228553
- Update to containerd v1.7.17. Upstream release notes:
https://github.com/containerd/containerd/releases/tag/v1.7.17
- Update to containerd v1.7.16. Upstream release notes:
https://github.com/containerd/containerd/releases/tag/v1.7.16
CVE-2023-45288 bsc#1221400
- Update to containerd v1.7.15. Upstream release notes:
https://github.com/containerd/containerd/releases/tag/v1.7.15
- Update to containerd v1.7.14. Upstream release notes:
https://github.com/containerd/containerd/releases/tag/v1.7.14
- Update to containerd v1.7.13. Upstream release notes:
https://github.com/containerd/containerd/releases/tag/v1.7.13
- Update to containerd v1.7.12. Upstream release notes:
https://github.com/containerd/containerd/releases/tag/v1.7.12
- Update to containerd v1.7.11. Upstream release notes:
https://github.com/containerd/containerd/releases/tag/v1.7.11
GHSA-jq35-85cj-fj4p bsc#1224323
Patchnames: SUSE-SLE-Micro-6.0-147
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
9.1 (Critical)
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:containerd-1.7.21-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:containerd-1.7.21-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:containerd-1.7.21-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
critical
7.5 (High)
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:containerd-1.7.21-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:containerd-1.7.21-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:containerd-1.7.21-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
5.3 (Medium)
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:containerd-1.7.21-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:containerd-1.7.21-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:containerd-1.7.21-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.5 (High)
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:containerd-1.7.21-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:containerd-1.7.21-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:containerd-1.7.21-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
21 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 containerd",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for containerd fixes the following issues:\n\n- Update to containerd v1.7.21. Upstream release notes:\n https://github.com/containerd/containerd/releases/tag/v1.7.21\n Fixes CVE-2023-47108. bsc#1217070\n Fixes CVE-2023-45142. bsc#1228553\n\n- Update to containerd v1.7.17. Upstream release notes:\n https://github.com/containerd/containerd/releases/tag/v1.7.17\n\n- Update to containerd v1.7.16. Upstream release notes:\n https://github.com/containerd/containerd/releases/tag/v1.7.16\n CVE-2023-45288 bsc#1221400\n\n- Update to containerd v1.7.15. Upstream release notes:\n https://github.com/containerd/containerd/releases/tag/v1.7.15\n\n- Update to containerd v1.7.14. Upstream release notes:\n https://github.com/containerd/containerd/releases/tag/v1.7.14\n\n- Update to containerd v1.7.13. Upstream release notes:\n https://github.com/containerd/containerd/releases/tag/v1.7.13\n\n- Update to containerd v1.7.12. Upstream release notes:\n https://github.com/containerd/containerd/releases/tag/v1.7.12\n\n- Update to containerd v1.7.11. Upstream release notes:\n https://github.com/containerd/containerd/releases/tag/v1.7.11\n GHSA-jq35-85cj-fj4p bsc#1224323\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLE-Micro-6.0-147",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_20091-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:20091-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202520091-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:20091-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021225.html"
},
{
"category": "self",
"summary": "SUSE Bug 1200528",
"url": "https://bugzilla.suse.com/1200528"
},
{
"category": "self",
"summary": "SUSE Bug 1217070",
"url": "https://bugzilla.suse.com/1217070"
},
{
"category": "self",
"summary": "SUSE Bug 1221400",
"url": "https://bugzilla.suse.com/1221400"
},
{
"category": "self",
"summary": "SUSE Bug 1224323",
"url": "https://bugzilla.suse.com/1224323"
},
{
"category": "self",
"summary": "SUSE Bug 1228553",
"url": "https://bugzilla.suse.com/1228553"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-1996 page",
"url": "https://www.suse.com/security/cve/CVE-2022-1996/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-45142 page",
"url": "https://www.suse.com/security/cve/CVE-2023-45142/"
},
{
"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-2023-47108 page",
"url": "https://www.suse.com/security/cve/CVE-2023-47108/"
}
],
"title": "Security update for containerd",
"tracking": {
"current_release_date": "2025-02-03T09:10:07Z",
"generator": {
"date": "2025-02-03T09:10:07Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:20091-1",
"initial_release_date": "2025-02-03T09:10:07Z",
"revision_history": [
{
"date": "2025-02-03T09:10:07Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "containerd-1.7.21-1.1.aarch64",
"product": {
"name": "containerd-1.7.21-1.1.aarch64",
"product_id": "containerd-1.7.21-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "containerd-1.7.21-1.1.s390x",
"product": {
"name": "containerd-1.7.21-1.1.s390x",
"product_id": "containerd-1.7.21-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "containerd-1.7.21-1.1.x86_64",
"product": {
"name": "containerd-1.7.21-1.1.x86_64",
"product_id": "containerd-1.7.21-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.0",
"product": {
"name": "SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sl-micro:6.0"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-1.7.21-1.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:containerd-1.7.21-1.1.aarch64"
},
"product_reference": "containerd-1.7.21-1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-1.7.21-1.1.s390x as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:containerd-1.7.21-1.1.s390x"
},
"product_reference": "containerd-1.7.21-1.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containerd-1.7.21-1.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:containerd-1.7.21-1.1.x86_64"
},
"product_reference": "containerd-1.7.21-1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-1996",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-1996"
}
],
"notes": [
{
"category": "general",
"text": "Authorization Bypass Through User-Controlled Key in GitHub repository emicklei/go-restful prior to v3.8.0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:containerd-1.7.21-1.1.aarch64",
"SUSE Linux Micro 6.0:containerd-1.7.21-1.1.s390x",
"SUSE Linux Micro 6.0:containerd-1.7.21-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-1996",
"url": "https://www.suse.com/security/cve/CVE-2022-1996"
},
{
"category": "external",
"summary": "SUSE Bug 1200528 for CVE-2022-1996",
"url": "https://bugzilla.suse.com/1200528"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.0:containerd-1.7.21-1.1.aarch64",
"SUSE Linux Micro 6.0:containerd-1.7.21-1.1.s390x",
"SUSE Linux Micro 6.0:containerd-1.7.21-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:containerd-1.7.21-1.1.aarch64",
"SUSE Linux Micro 6.0:containerd-1.7.21-1.1.s390x",
"SUSE Linux Micro 6.0:containerd-1.7.21-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-03T09:10:07Z",
"details": "critical"
}
],
"title": "CVE-2022-1996"
},
{
"cve": "CVE-2023-45142",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-45142"
}
],
"notes": [
{
"category": "general",
"text": "OpenTelemetry-Go Contrib is a collection of third-party packages for OpenTelemetry-Go. A handler wrapper out of the box adds labels `http.user_agent` and `http.method` that have unbound cardinality. It leads to the server\u0027s potential memory exhaustion when many malicious requests are sent to it. HTTP header User-Agent or HTTP method for requests can be easily set by an attacker to be random and long. The library internally uses `httpconv.ServerRequest` that records every value for HTTP `method` and `User-Agent`. In order to be affected, a program has to use the `otelhttp.NewHandler` wrapper and not filter any unknown HTTP methods or User agents on the level of CDN, LB, previous middleware, etc. Version 0.44.0 fixed this issue when the values collected for attribute `http.request.method` were changed to be restricted to a set of well-known values and other high cardinality attributes were removed. As a workaround to stop being affected, `otelhttp.WithFilter()` can be used, but it requires manual careful configuration to not log certain requests entirely. For convenience and safe usage of this library, it should by default mark with the label `unknown` non-standard HTTP methods and User agents to show that such requests were made but do not increase cardinality. In case someone wants to stay with the current behavior, library API should allow to enable it.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:containerd-1.7.21-1.1.aarch64",
"SUSE Linux Micro 6.0:containerd-1.7.21-1.1.s390x",
"SUSE Linux Micro 6.0:containerd-1.7.21-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-45142",
"url": "https://www.suse.com/security/cve/CVE-2023-45142"
},
{
"category": "external",
"summary": "SUSE Bug 1228553 for CVE-2023-45142",
"url": "https://bugzilla.suse.com/1228553"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.0:containerd-1.7.21-1.1.aarch64",
"SUSE Linux Micro 6.0:containerd-1.7.21-1.1.s390x",
"SUSE Linux Micro 6.0:containerd-1.7.21-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:containerd-1.7.21-1.1.aarch64",
"SUSE Linux Micro 6.0:containerd-1.7.21-1.1.s390x",
"SUSE Linux Micro 6.0:containerd-1.7.21-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-03T09:10:07Z",
"details": "important"
}
],
"title": "CVE-2023-45142"
},
{
"cve": "CVE-2023-45288",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-45288"
}
],
"notes": [
{
"category": "general",
"text": "An attacker may cause an HTTP/2 endpoint to read arbitrary amounts of header data by sending an excessive number of CONTINUATION frames. Maintaining HPACK state requires parsing and processing all HEADERS and CONTINUATION frames on a connection. When a request\u0027s headers exceed MaxHeaderBytes, no memory is allocated to store the excess headers, but they are still parsed. This permits an attacker to cause an HTTP/2 endpoint to read arbitrary amounts of header data, all associated with a request which is going to be rejected. These headers can include Huffman-encoded data which is significantly more expensive for the receiver to decode than for an attacker to send. The fix sets a limit on the amount of excess header frames we will process before closing a connection.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:containerd-1.7.21-1.1.aarch64",
"SUSE Linux Micro 6.0:containerd-1.7.21-1.1.s390x",
"SUSE Linux Micro 6.0:containerd-1.7.21-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-45288",
"url": "https://www.suse.com/security/cve/CVE-2023-45288"
},
{
"category": "external",
"summary": "SUSE Bug 1221400 for CVE-2023-45288",
"url": "https://bugzilla.suse.com/1221400"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.0:containerd-1.7.21-1.1.aarch64",
"SUSE Linux Micro 6.0:containerd-1.7.21-1.1.s390x",
"SUSE Linux Micro 6.0:containerd-1.7.21-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.0:containerd-1.7.21-1.1.aarch64",
"SUSE Linux Micro 6.0:containerd-1.7.21-1.1.s390x",
"SUSE Linux Micro 6.0:containerd-1.7.21-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-03T09:10:07Z",
"details": "moderate"
}
],
"title": "CVE-2023-45288"
},
{
"cve": "CVE-2023-47108",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-47108"
}
],
"notes": [
{
"category": "general",
"text": "OpenTelemetry-Go Contrib is a collection of third-party packages for OpenTelemetry-Go. Prior to version 0.46.0, the grpc Unary Server Interceptor out of the box adds labels `net.peer.sock.addr` and `net.peer.sock.port` that have unbound cardinality. It leads to the server\u0027s potential memory exhaustion when many malicious requests are sent. An attacker can easily flood the peer address and port for requests. Version 0.46.0 contains a fix for this issue. As a workaround to stop being affected, a view removing the attributes can be used. The other possibility is to disable grpc metrics instrumentation by passing `otelgrpc.WithMeterProvider` option with `noop.NewMeterProvider`.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:containerd-1.7.21-1.1.aarch64",
"SUSE Linux Micro 6.0:containerd-1.7.21-1.1.s390x",
"SUSE Linux Micro 6.0:containerd-1.7.21-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-47108",
"url": "https://www.suse.com/security/cve/CVE-2023-47108"
},
{
"category": "external",
"summary": "SUSE Bug 1217070 for CVE-2023-47108",
"url": "https://bugzilla.suse.com/1217070"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.0:containerd-1.7.21-1.1.aarch64",
"SUSE Linux Micro 6.0:containerd-1.7.21-1.1.s390x",
"SUSE Linux Micro 6.0:containerd-1.7.21-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:containerd-1.7.21-1.1.aarch64",
"SUSE Linux Micro 6.0:containerd-1.7.21-1.1.s390x",
"SUSE Linux Micro 6.0:containerd-1.7.21-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-03T09:10:07Z",
"details": "important"
}
],
"title": "CVE-2023-47108"
}
]
}
SUSE-SU-2025:20110-1
Vulnerability from csaf_suse - Published: 2025-02-03 09:19 - Updated: 2025-02-03 09:19Summary
Security update for docker
Severity
Critical
Notes
Title of the patch: Security update for docker
Description of the patch: This update for docker fixes the following issues:
- Update docker-buildx to v0.19.2. See upstream changelog online at
<https://github.com/docker/buildx/releases/tag/v0.19.2>.
Some notable changelogs from the last update:
* <https://github.com/docker/buildx/releases/tag/v0.19.0>
* <https://github.com/docker/buildx/releases/tag/v0.18.0>
- Add a new toggle file /etc/docker/suse-secrets-enable which allows users to
disable the SUSEConnect integration with Docker (which creates special mounts
in /run/secrets to allow container-suseconnect to authenticate containers
with registries on registered hosts). bsc#1231348 bsc#1232999
In order to disable these mounts, just do
echo 0 > /etc/docker/suse-secrets-enable
and restart Docker. In order to re-enable them, just do
echo 1 > /etc/docker/suse-secrets-enable
and restart Docker. Docker will output information on startup to tell you
whether the SUSE secrets feature is enabled or not.
- Remove DOCKER_NETWORK_OPTS from docker.service. This was removed from
sysconfig a long time ago, and apparently this causes issues with systemd in
some cases.
- Update to docker-buildx v0.17.1 to match standalone docker-buildx package we
are replacing. See upstream changelog online at
<https://github.com/docker/buildx/releases/tag/v0.17.1>
- Add %{_sysconfdir}/audit/rules.d to filelist.
- Update to Docker 26.1.5-ce. See upstream changelog online at
<https://docs.docker.com/engine/release-notes/26.1/#2615>
bsc#1230294
- This update includes fixes for:
* CVE-2024-41110. bsc#1228324
* CVE-2023-47108. bsc#1217070
* CVE-2023-45142. bsc#1228553
Patchnames: SUSE-SLE-Micro-6.0-169
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.5 (High)
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:docker-26.1.5_ce-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:docker-26.1.5_ce-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:docker-26.1.5_ce-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:docker-26.1.5_ce-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:docker-26.1.5_ce-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:docker-26.1.5_ce-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
9.9 (Critical)
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:docker-26.1.5_ce-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:docker-26.1.5_ce-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:docker-26.1.5_ce-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
critical
References
23 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "critical"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for docker",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for docker fixes the following issues:\n\n- Update docker-buildx to v0.19.2. See upstream changelog online at\n \u003chttps://github.com/docker/buildx/releases/tag/v0.19.2\u003e.\n\n Some notable changelogs from the last update:\n * \u003chttps://github.com/docker/buildx/releases/tag/v0.19.0\u003e\n * \u003chttps://github.com/docker/buildx/releases/tag/v0.18.0\u003e\n\n- Add a new toggle file /etc/docker/suse-secrets-enable which allows users to\n disable the SUSEConnect integration with Docker (which creates special mounts\n in /run/secrets to allow container-suseconnect to authenticate containers\n with registries on registered hosts). bsc#1231348 bsc#1232999\n\n In order to disable these mounts, just do\n\n echo 0 \u003e /etc/docker/suse-secrets-enable\n\n and restart Docker. In order to re-enable them, just do\n\n echo 1 \u003e /etc/docker/suse-secrets-enable\n\n and restart Docker. Docker will output information on startup to tell you\n whether the SUSE secrets feature is enabled or not.\n\n- Remove DOCKER_NETWORK_OPTS from docker.service. This was removed from\n sysconfig a long time ago, and apparently this causes issues with systemd in\n some cases.\n\n- Update to docker-buildx v0.17.1 to match standalone docker-buildx package we\n are replacing. See upstream changelog online at\n \u003chttps://github.com/docker/buildx/releases/tag/v0.17.1\u003e\n\n- Add %{_sysconfdir}/audit/rules.d to filelist.\n\n- Update to Docker 26.1.5-ce. See upstream changelog online at\n \u003chttps://docs.docker.com/engine/release-notes/26.1/#2615\u003e\n bsc#1230294\n- This update includes fixes for:\n * CVE-2024-41110. bsc#1228324\n * CVE-2023-47108. bsc#1217070\n * CVE-2023-45142. bsc#1228553\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLE-Micro-6.0-169",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_20110-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:20110-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202520110-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:20110-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021212.html"
},
{
"category": "self",
"summary": "SUSE Bug 1217070",
"url": "https://bugzilla.suse.com/1217070"
},
{
"category": "self",
"summary": "SUSE Bug 1228324",
"url": "https://bugzilla.suse.com/1228324"
},
{
"category": "self",
"summary": "SUSE Bug 1228553",
"url": "https://bugzilla.suse.com/1228553"
},
{
"category": "self",
"summary": "SUSE Bug 1229806",
"url": "https://bugzilla.suse.com/1229806"
},
{
"category": "self",
"summary": "SUSE Bug 1230294",
"url": "https://bugzilla.suse.com/1230294"
},
{
"category": "self",
"summary": "SUSE Bug 1230331",
"url": "https://bugzilla.suse.com/1230331"
},
{
"category": "self",
"summary": "SUSE Bug 1230333",
"url": "https://bugzilla.suse.com/1230333"
},
{
"category": "self",
"summary": "SUSE Bug 1231348",
"url": "https://bugzilla.suse.com/1231348"
},
{
"category": "self",
"summary": "SUSE Bug 1232999",
"url": "https://bugzilla.suse.com/1232999"
},
{
"category": "self",
"summary": "SUSE Bug 1233819",
"url": "https://bugzilla.suse.com/1233819"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-45142 page",
"url": "https://www.suse.com/security/cve/CVE-2023-45142/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-47108 page",
"url": "https://www.suse.com/security/cve/CVE-2023-47108/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-41110 page",
"url": "https://www.suse.com/security/cve/CVE-2024-41110/"
}
],
"title": "Security update for docker",
"tracking": {
"current_release_date": "2025-02-03T09:19:38Z",
"generator": {
"date": "2025-02-03T09:19:38Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:20110-1",
"initial_release_date": "2025-02-03T09:19:38Z",
"revision_history": [
{
"date": "2025-02-03T09:19:38Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "docker-26.1.5_ce-1.1.aarch64",
"product": {
"name": "docker-26.1.5_ce-1.1.aarch64",
"product_id": "docker-26.1.5_ce-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-26.1.5_ce-1.1.s390x",
"product": {
"name": "docker-26.1.5_ce-1.1.s390x",
"product_id": "docker-26.1.5_ce-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-26.1.5_ce-1.1.x86_64",
"product": {
"name": "docker-26.1.5_ce-1.1.x86_64",
"product_id": "docker-26.1.5_ce-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.0",
"product": {
"name": "SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sl-micro:6.0"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-1.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:docker-26.1.5_ce-1.1.aarch64"
},
"product_reference": "docker-26.1.5_ce-1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-1.1.s390x as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:docker-26.1.5_ce-1.1.s390x"
},
"product_reference": "docker-26.1.5_ce-1.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-26.1.5_ce-1.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:docker-26.1.5_ce-1.1.x86_64"
},
"product_reference": "docker-26.1.5_ce-1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-45142",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-45142"
}
],
"notes": [
{
"category": "general",
"text": "OpenTelemetry-Go Contrib is a collection of third-party packages for OpenTelemetry-Go. A handler wrapper out of the box adds labels `http.user_agent` and `http.method` that have unbound cardinality. It leads to the server\u0027s potential memory exhaustion when many malicious requests are sent to it. HTTP header User-Agent or HTTP method for requests can be easily set by an attacker to be random and long. The library internally uses `httpconv.ServerRequest` that records every value for HTTP `method` and `User-Agent`. In order to be affected, a program has to use the `otelhttp.NewHandler` wrapper and not filter any unknown HTTP methods or User agents on the level of CDN, LB, previous middleware, etc. Version 0.44.0 fixed this issue when the values collected for attribute `http.request.method` were changed to be restricted to a set of well-known values and other high cardinality attributes were removed. As a workaround to stop being affected, `otelhttp.WithFilter()` can be used, but it requires manual careful configuration to not log certain requests entirely. For convenience and safe usage of this library, it should by default mark with the label `unknown` non-standard HTTP methods and User agents to show that such requests were made but do not increase cardinality. In case someone wants to stay with the current behavior, library API should allow to enable it.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:docker-26.1.5_ce-1.1.aarch64",
"SUSE Linux Micro 6.0:docker-26.1.5_ce-1.1.s390x",
"SUSE Linux Micro 6.0:docker-26.1.5_ce-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-45142",
"url": "https://www.suse.com/security/cve/CVE-2023-45142"
},
{
"category": "external",
"summary": "SUSE Bug 1228553 for CVE-2023-45142",
"url": "https://bugzilla.suse.com/1228553"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.0:docker-26.1.5_ce-1.1.aarch64",
"SUSE Linux Micro 6.0:docker-26.1.5_ce-1.1.s390x",
"SUSE Linux Micro 6.0:docker-26.1.5_ce-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:docker-26.1.5_ce-1.1.aarch64",
"SUSE Linux Micro 6.0:docker-26.1.5_ce-1.1.s390x",
"SUSE Linux Micro 6.0:docker-26.1.5_ce-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-03T09:19:38Z",
"details": "important"
}
],
"title": "CVE-2023-45142"
},
{
"cve": "CVE-2023-47108",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-47108"
}
],
"notes": [
{
"category": "general",
"text": "OpenTelemetry-Go Contrib is a collection of third-party packages for OpenTelemetry-Go. Prior to version 0.46.0, the grpc Unary Server Interceptor out of the box adds labels `net.peer.sock.addr` and `net.peer.sock.port` that have unbound cardinality. It leads to the server\u0027s potential memory exhaustion when many malicious requests are sent. An attacker can easily flood the peer address and port for requests. Version 0.46.0 contains a fix for this issue. As a workaround to stop being affected, a view removing the attributes can be used. The other possibility is to disable grpc metrics instrumentation by passing `otelgrpc.WithMeterProvider` option with `noop.NewMeterProvider`.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:docker-26.1.5_ce-1.1.aarch64",
"SUSE Linux Micro 6.0:docker-26.1.5_ce-1.1.s390x",
"SUSE Linux Micro 6.0:docker-26.1.5_ce-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-47108",
"url": "https://www.suse.com/security/cve/CVE-2023-47108"
},
{
"category": "external",
"summary": "SUSE Bug 1217070 for CVE-2023-47108",
"url": "https://bugzilla.suse.com/1217070"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.0:docker-26.1.5_ce-1.1.aarch64",
"SUSE Linux Micro 6.0:docker-26.1.5_ce-1.1.s390x",
"SUSE Linux Micro 6.0:docker-26.1.5_ce-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:docker-26.1.5_ce-1.1.aarch64",
"SUSE Linux Micro 6.0:docker-26.1.5_ce-1.1.s390x",
"SUSE Linux Micro 6.0:docker-26.1.5_ce-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-03T09:19:38Z",
"details": "important"
}
],
"title": "CVE-2023-47108"
},
{
"cve": "CVE-2024-41110",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-41110"
}
],
"notes": [
{
"category": "general",
"text": "Moby is an open-source project created by Docker for software containerization. A security vulnerability has been detected in certain versions of Docker Engine, which could allow an attacker to bypass authorization plugins (AuthZ) under specific circumstances. The base likelihood of this being exploited is low.\n\nUsing a specially-crafted API request, an Engine API client could make the daemon forward the request or response to an authorization plugin without the body. In certain circumstances, the authorization plugin may allow a request which it would have otherwise denied if the body had been forwarded to it.\n\nA security issue was discovered In 2018, where an attacker could bypass AuthZ plugins using a specially crafted API request. This could lead to unauthorized actions, including privilege escalation. Although this issue was fixed in Docker Engine v18.09.1 in January 2019, the fix was not carried forward to later major versions, resulting in a regression. Anyone who depends on authorization plugins that introspect the request and/or response body to make access control decisions is potentially impacted.\n\nDocker EE v19.03.x and all versions of Mirantis Container Runtime are not vulnerable.\n\ndocker-ce v27.1.1 containes patches to fix the vulnerability. Patches have also been merged into the master, 19.03, 20.0, 23.0, 24.0, 25.0, 26.0, and 26.1 release branches. If one is unable to upgrade immediately, avoid using AuthZ plugins and/or restrict access to the Docker API to trusted parties, following the principle of least privilege.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:docker-26.1.5_ce-1.1.aarch64",
"SUSE Linux Micro 6.0:docker-26.1.5_ce-1.1.s390x",
"SUSE Linux Micro 6.0:docker-26.1.5_ce-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-41110",
"url": "https://www.suse.com/security/cve/CVE-2024-41110"
},
{
"category": "external",
"summary": "SUSE Bug 1228324 for CVE-2024-41110",
"url": "https://bugzilla.suse.com/1228324"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.0:docker-26.1.5_ce-1.1.aarch64",
"SUSE Linux Micro 6.0:docker-26.1.5_ce-1.1.s390x",
"SUSE Linux Micro 6.0:docker-26.1.5_ce-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.9,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:docker-26.1.5_ce-1.1.aarch64",
"SUSE Linux Micro 6.0:docker-26.1.5_ce-1.1.s390x",
"SUSE Linux Micro 6.0:docker-26.1.5_ce-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-03T09:19:38Z",
"details": "critical"
}
],
"title": "CVE-2024-41110"
}
]
}
SUSE-SU-2025:20259-1
Vulnerability from csaf_suse - Published: 2025-03-31 16:54 - Updated: 2025-03-31 16:54Summary
Security update for docker
Severity
Critical
Notes
Title of the patch: Security update for docker
Description of the patch: This update for docker fixes the following issues:
- This update includes fixes for:
* CVE-2024-41110: Fixed Authz zero length regression (bsc#1228324)
* CVE-2023-47108: Fixed otelgrpc: DoS vulnerability in otelgrpc
(uncontrolled resource consumption) due to unbound cardinality
(bsc#1217070 bsc#1229806)
* CVE-2023-45142: Fixed otelhttp,otelhttptrace,otelrestful: DoS
vulnerability (bsc#1228553 bsc#1229806)
- Update to Docker 27.5.1-ce. See upstream changelog online at
<https://docs.docker.com/engine/release-notes/27/#2741> bsc#1237335
- Update to docker-buildx 0.20.1. See upstream changelog online at
<https://github.com/docker/buildx/releases/tag/v0.20.1>
- Update to Docker 27.4.1-ce. See upstream changelog online at
<https://docs.docker.com/engine/release-notes/27/#2741>
- Update to docker-buildx 0.19.3. See upstream changelog online at
<https://github.com/docker/buildx/releases/tag/v0.19.3>
- Update to Docker 27.4.0-ce. See upstream changelog online at
<https://docs.docker.com/engine/release-notes/27/#274>
<https://github.com/docker/buildx/releases/tag/v0.19.2>.
Some notable changelogs from the last update:
* <https://github.com/docker/buildx/releases/tag/v0.19.0>
* <https://github.com/docker/buildx/releases/tag/v0.18.0>
- Update to Go 1.22.
- Add a new toggle file /etc/docker/suse-secrets-enable which allows users to
disable the SUSEConnect integration with Docker (which creates special mounts
in /run/secrets to allow container-suseconnect to authenticate containers
with registries on registered hosts). bsc#1231348 bsc#1232999
In order to disable these mounts, just do
echo 0 > /etc/docker/suse-secrets-enable
and restart Docker. In order to re-enable them, just do
echo 1 > /etc/docker/suse-secrets-enable
and restart Docker. Docker will output information on startup to tell you
whether the SUSE secrets feature is enabled or not.
- Disable docker-buildx builds for SLES. It turns out that build containers
with docker-buildx don't currently get the SUSE secrets mounts applied,
meaning that container-suseconnect doesn't work when building images.
bsc#1233819
- Remove DOCKER_NETWORK_OPTS from docker.service. This was removed from
sysconfig a long time ago, and apparently this causes issues with systemd in
some cases.
- Update to docker-buildx v0.17.1 to match standalone docker-buildx package we
are replacing. See upstream changelog online at
<https://github.com/docker/buildx/releases/tag/v0.17.1>
- Mark docker-buildx as required since classic "docker build" has been
deprecated since Docker 23.0. bsc#1230331
- Import docker-buildx v0.16.2 as a subpackage. Previously this was a separate
package, but with docker-stable it will be necessary to maintain the packages
together and it makes more sense to have them live in the same OBS package.
bsc#1230333
- Update to Docker 26.1.5-ce. See upstream changelog online at
<https://docs.docker.com/engine/release-notes/26.1/#2615>
bsc#1230294
Patchnames: SUSE-SLE-Micro-6.1-37
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:docker-27.5.1_ce-slfo.1.1_1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:docker-27.5.1_ce-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:docker-27.5.1_ce-slfo.1.1_1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
5.9 (Medium)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
9.9 (Critical)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
critical
References
29 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "critical"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for docker",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for docker fixes the following issues:\n\n- This update includes fixes for:\n\n * CVE-2024-41110: Fixed Authz zero length regression (bsc#1228324)\n * CVE-2023-47108: Fixed otelgrpc: DoS vulnerability in otelgrpc\n (uncontrolled resource consumption) due to unbound cardinality\n (bsc#1217070 bsc#1229806)\n * CVE-2023-45142: Fixed otelhttp,otelhttptrace,otelrestful: DoS\n vulnerability (bsc#1228553 bsc#1229806)\n\n- Update to Docker 27.5.1-ce. See upstream changelog online at\n \u003chttps://docs.docker.com/engine/release-notes/27/#2741\u003e bsc#1237335\n\n- Update to docker-buildx 0.20.1. See upstream changelog online at\n \u003chttps://github.com/docker/buildx/releases/tag/v0.20.1\u003e\n\n- Update to Docker 27.4.1-ce. See upstream changelog online at\n \u003chttps://docs.docker.com/engine/release-notes/27/#2741\u003e\n\n- Update to docker-buildx 0.19.3. See upstream changelog online at\n \u003chttps://github.com/docker/buildx/releases/tag/v0.19.3\u003e\n\n- Update to Docker 27.4.0-ce. See upstream changelog online at\n \u003chttps://docs.docker.com/engine/release-notes/27/#274\u003e\n\n \u003chttps://github.com/docker/buildx/releases/tag/v0.19.2\u003e.\n\n Some notable changelogs from the last update:\n * \u003chttps://github.com/docker/buildx/releases/tag/v0.19.0\u003e\n * \u003chttps://github.com/docker/buildx/releases/tag/v0.18.0\u003e\n\n- Update to Go 1.22.\n\n- Add a new toggle file /etc/docker/suse-secrets-enable which allows users to\n disable the SUSEConnect integration with Docker (which creates special mounts\n in /run/secrets to allow container-suseconnect to authenticate containers\n with registries on registered hosts). bsc#1231348 bsc#1232999\n\n In order to disable these mounts, just do\n\n echo 0 \u003e /etc/docker/suse-secrets-enable\n\n and restart Docker. In order to re-enable them, just do\n\n echo 1 \u003e /etc/docker/suse-secrets-enable\n\n and restart Docker. Docker will output information on startup to tell you\n whether the SUSE secrets feature is enabled or not.\n\n- Disable docker-buildx builds for SLES. It turns out that build containers\n with docker-buildx don\u0027t currently get the SUSE secrets mounts applied,\n meaning that container-suseconnect doesn\u0027t work when building images.\n bsc#1233819\n\n- Remove DOCKER_NETWORK_OPTS from docker.service. This was removed from\n sysconfig a long time ago, and apparently this causes issues with systemd in\n some cases.\n\n- Update to docker-buildx v0.17.1 to match standalone docker-buildx package we\n are replacing. See upstream changelog online at\n \u003chttps://github.com/docker/buildx/releases/tag/v0.17.1\u003e\n\n- Mark docker-buildx as required since classic \"docker build\" has been\n deprecated since Docker 23.0. bsc#1230331\n\n- Import docker-buildx v0.16.2 as a subpackage. Previously this was a separate\n package, but with docker-stable it will be necessary to maintain the packages\n together and it makes more sense to have them live in the same OBS package.\n bsc#1230333\n\n- Update to Docker 26.1.5-ce. See upstream changelog online at\n \u003chttps://docs.docker.com/engine/release-notes/26.1/#2615\u003e\n bsc#1230294\n\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLE-Micro-6.1-37",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_20259-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:20259-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202520259-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:20259-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021059.html"
},
{
"category": "self",
"summary": "SUSE Bug 1217070",
"url": "https://bugzilla.suse.com/1217070"
},
{
"category": "self",
"summary": "SUSE Bug 1223409",
"url": "https://bugzilla.suse.com/1223409"
},
{
"category": "self",
"summary": "SUSE Bug 1228324",
"url": "https://bugzilla.suse.com/1228324"
},
{
"category": "self",
"summary": "SUSE Bug 1228553",
"url": "https://bugzilla.suse.com/1228553"
},
{
"category": "self",
"summary": "SUSE Bug 1229806",
"url": "https://bugzilla.suse.com/1229806"
},
{
"category": "self",
"summary": "SUSE Bug 1230294",
"url": "https://bugzilla.suse.com/1230294"
},
{
"category": "self",
"summary": "SUSE Bug 1230331",
"url": "https://bugzilla.suse.com/1230331"
},
{
"category": "self",
"summary": "SUSE Bug 1230333",
"url": "https://bugzilla.suse.com/1230333"
},
{
"category": "self",
"summary": "SUSE Bug 1231348",
"url": "https://bugzilla.suse.com/1231348"
},
{
"category": "self",
"summary": "SUSE Bug 1232999",
"url": "https://bugzilla.suse.com/1232999"
},
{
"category": "self",
"summary": "SUSE Bug 1233819",
"url": "https://bugzilla.suse.com/1233819"
},
{
"category": "self",
"summary": "SUSE Bug 1234089",
"url": "https://bugzilla.suse.com/1234089"
},
{
"category": "self",
"summary": "SUSE Bug 1237335",
"url": "https://bugzilla.suse.com/1237335"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-45142 page",
"url": "https://www.suse.com/security/cve/CVE-2023-45142/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-47108 page",
"url": "https://www.suse.com/security/cve/CVE-2023-47108/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-29018 page",
"url": "https://www.suse.com/security/cve/CVE-2024-29018/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-41110 page",
"url": "https://www.suse.com/security/cve/CVE-2024-41110/"
}
],
"title": "Security update for docker",
"tracking": {
"current_release_date": "2025-03-31T16:54:17Z",
"generator": {
"date": "2025-03-31T16:54:17Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:20259-1",
"initial_release_date": "2025-03-31T16:54:17Z",
"revision_history": [
{
"date": "2025-03-31T16:54:17Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "docker-27.5.1_ce-slfo.1.1_1.1.aarch64",
"product": {
"name": "docker-27.5.1_ce-slfo.1.1_1.1.aarch64",
"product_id": "docker-27.5.1_ce-slfo.1.1_1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-27.5.1_ce-slfo.1.1_1.1.ppc64le",
"product": {
"name": "docker-27.5.1_ce-slfo.1.1_1.1.ppc64le",
"product_id": "docker-27.5.1_ce-slfo.1.1_1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-27.5.1_ce-slfo.1.1_1.1.s390x",
"product": {
"name": "docker-27.5.1_ce-slfo.1.1_1.1.s390x",
"product_id": "docker-27.5.1_ce-slfo.1.1_1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-27.5.1_ce-slfo.1.1_1.1.x86_64",
"product": {
"name": "docker-27.5.1_ce-slfo.1.1_1.1.x86_64",
"product_id": "docker-27.5.1_ce-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": "docker-27.5.1_ce-slfo.1.1_1.1.aarch64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_1.1.aarch64"
},
"product_reference": "docker-27.5.1_ce-slfo.1.1_1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-slfo.1.1_1.1.ppc64le as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_1.1.ppc64le"
},
"product_reference": "docker-27.5.1_ce-slfo.1.1_1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-slfo.1.1_1.1.s390x as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_1.1.s390x"
},
"product_reference": "docker-27.5.1_ce-slfo.1.1_1.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-slfo.1.1_1.1.x86_64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_1.1.x86_64"
},
"product_reference": "docker-27.5.1_ce-slfo.1.1_1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-45142",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-45142"
}
],
"notes": [
{
"category": "general",
"text": "OpenTelemetry-Go Contrib is a collection of third-party packages for OpenTelemetry-Go. A handler wrapper out of the box adds labels `http.user_agent` and `http.method` that have unbound cardinality. It leads to the server\u0027s potential memory exhaustion when many malicious requests are sent to it. HTTP header User-Agent or HTTP method for requests can be easily set by an attacker to be random and long. The library internally uses `httpconv.ServerRequest` that records every value for HTTP `method` and `User-Agent`. In order to be affected, a program has to use the `otelhttp.NewHandler` wrapper and not filter any unknown HTTP methods or User agents on the level of CDN, LB, previous middleware, etc. Version 0.44.0 fixed this issue when the values collected for attribute `http.request.method` were changed to be restricted to a set of well-known values and other high cardinality attributes were removed. As a workaround to stop being affected, `otelhttp.WithFilter()` can be used, but it requires manual careful configuration to not log certain requests entirely. For convenience and safe usage of this library, it should by default mark with the label `unknown` non-standard HTTP methods and User agents to show that such requests were made but do not increase cardinality. In case someone wants to stay with the current behavior, library API should allow to enable it.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-45142",
"url": "https://www.suse.com/security/cve/CVE-2023-45142"
},
{
"category": "external",
"summary": "SUSE Bug 1228553 for CVE-2023-45142",
"url": "https://bugzilla.suse.com/1228553"
}
],
"remediations": [
{
"category": "vendor_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:docker-27.5.1_ce-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-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:docker-27.5.1_ce-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-31T16:54:17Z",
"details": "important"
}
],
"title": "CVE-2023-45142"
},
{
"cve": "CVE-2023-47108",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-47108"
}
],
"notes": [
{
"category": "general",
"text": "OpenTelemetry-Go Contrib is a collection of third-party packages for OpenTelemetry-Go. Prior to version 0.46.0, the grpc Unary Server Interceptor out of the box adds labels `net.peer.sock.addr` and `net.peer.sock.port` that have unbound cardinality. It leads to the server\u0027s potential memory exhaustion when many malicious requests are sent. An attacker can easily flood the peer address and port for requests. Version 0.46.0 contains a fix for this issue. As a workaround to stop being affected, a view removing the attributes can be used. The other possibility is to disable grpc metrics instrumentation by passing `otelgrpc.WithMeterProvider` option with `noop.NewMeterProvider`.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-47108",
"url": "https://www.suse.com/security/cve/CVE-2023-47108"
},
{
"category": "external",
"summary": "SUSE Bug 1217070 for CVE-2023-47108",
"url": "https://bugzilla.suse.com/1217070"
}
],
"remediations": [
{
"category": "vendor_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:docker-27.5.1_ce-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-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:docker-27.5.1_ce-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-31T16:54:17Z",
"details": "important"
}
],
"title": "CVE-2023-47108"
},
{
"cve": "CVE-2024-29018",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-29018"
}
],
"notes": [
{
"category": "general",
"text": "Moby is an open source container framework that is a key component of Docker Engine, Docker Desktop, and other distributions of container tooling or runtimes. Moby\u0027s networking implementation allows for many networks, each with their own IP address range and gateway, to be defined. This feature is frequently referred to as custom networks, as each network can have a different driver, set of parameters and thus behaviors. When creating a network, the `--internal` flag is used to designate a network as _internal_. The `internal` attribute in a docker-compose.yml file may also be used to mark a network _internal_, and other API clients may specify the `internal` parameter as well.\n\nWhen containers with networking are created, they are assigned unique network interfaces and IP addresses. The host serves as a router for non-internal networks, with a gateway IP that provides SNAT/DNAT to/from container IPs.\n\nContainers on an internal network may communicate between each other, but are precluded from communicating with any networks the host has access to (LAN or WAN) as no default route is configured, and firewall rules are set up to drop all outgoing traffic. Communication with the gateway IP address (and thus appropriately configured host services) is possible, and the host may communicate with any container IP directly.\n\nIn addition to configuring the Linux kernel\u0027s various networking features to enable container networking, `dockerd` directly provides some services to container networks. Principal among these is serving as a resolver, enabling service discovery, and resolution of names from an upstream resolver.\n\nWhen a DNS request for a name that does not correspond to a container is received, the request is forwarded to the configured upstream resolver. This request is made from the container\u0027s network namespace: the level of access and routing of traffic is the same as if the request was made by the container itself.\n\nAs a consequence of this design, containers solely attached to an internal network will be unable to resolve names using the upstream resolver, as the container itself is unable to communicate with that nameserver. Only the names of containers also attached to the internal network are able to be resolved.\n\nMany systems run a local forwarding DNS resolver. As the host and any containers have separate loopback devices, a consequence of the design described above is that containers are unable to resolve names from the host\u0027s configured resolver, as they cannot reach these addresses on the host loopback device. To bridge this gap, and to allow containers to properly resolve names even when a local forwarding resolver is used on a loopback address, `dockerd` detects this scenario and instead forward DNS requests from the host namework namespace. The loopback resolver then forwards the requests to its configured upstream resolvers, as expected.\n\nBecause `dockerd` forwards DNS requests to the host loopback device, bypassing the container network namespace\u0027s normal routing semantics entirely, internal networks can unexpectedly forward DNS requests to an external nameserver. By registering a domain for which they control the authoritative nameservers, an attacker could arrange for a compromised container to exfiltrate data by encoding it in DNS queries that will eventually be answered by their nameservers.\n\nDocker Desktop is not affected, as Docker Desktop always runs an internal resolver on a RFC 1918 address.\n\nMoby releases 26.0.0, 25.0.4, and 23.0.11 are patched to prevent forwarding any DNS requests from internal networks. As a workaround, run containers intended to be solely attached to internal networks with a custom upstream address, which will force all upstream DNS queries to be resolved from the container\u0027s network namespace.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-29018",
"url": "https://www.suse.com/security/cve/CVE-2024-29018"
},
{
"category": "external",
"summary": "SUSE Bug 1234089 for CVE-2024-29018",
"url": "https://bugzilla.suse.com/1234089"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-31T16:54:17Z",
"details": "moderate"
}
],
"title": "CVE-2024-29018"
},
{
"cve": "CVE-2024-41110",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-41110"
}
],
"notes": [
{
"category": "general",
"text": "Moby is an open-source project created by Docker for software containerization. A security vulnerability has been detected in certain versions of Docker Engine, which could allow an attacker to bypass authorization plugins (AuthZ) under specific circumstances. The base likelihood of this being exploited is low.\n\nUsing a specially-crafted API request, an Engine API client could make the daemon forward the request or response to an authorization plugin without the body. In certain circumstances, the authorization plugin may allow a request which it would have otherwise denied if the body had been forwarded to it.\n\nA security issue was discovered In 2018, where an attacker could bypass AuthZ plugins using a specially crafted API request. This could lead to unauthorized actions, including privilege escalation. Although this issue was fixed in Docker Engine v18.09.1 in January 2019, the fix was not carried forward to later major versions, resulting in a regression. Anyone who depends on authorization plugins that introspect the request and/or response body to make access control decisions is potentially impacted.\n\nDocker EE v19.03.x and all versions of Mirantis Container Runtime are not vulnerable.\n\ndocker-ce v27.1.1 containes patches to fix the vulnerability. Patches have also been merged into the master, 19.03, 20.0, 23.0, 24.0, 25.0, 26.0, and 26.1 release branches. If one is unable to upgrade immediately, avoid using AuthZ plugins and/or restrict access to the Docker API to trusted parties, following the principle of least privilege.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-41110",
"url": "https://www.suse.com/security/cve/CVE-2024-41110"
},
{
"category": "external",
"summary": "SUSE Bug 1228324 for CVE-2024-41110",
"url": "https://bugzilla.suse.com/1228324"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.9,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-31T16:54:17Z",
"details": "critical"
}
],
"title": "CVE-2024-41110"
}
]
}
SUSE-SU-2025:20385-1
Vulnerability from csaf_suse - Published: 2025-06-10 11:31 - Updated: 2025-06-10 11:31Summary
Security update for docker-compose
Severity
Moderate
Notes
Title of the patch: Security update for docker-compose
Description of the patch: This update for docker-compose fixes the following issues:
Update to version 2.33.1:
* Improvements
- Add support for gw_priority, enable_ipv4 (requires docker
v28.0) by @thaJeztah in #12570
* Fixes
- Run watch standalone if menu fails to start by @ndeloof in
#12536
- Report error using non-file secret|config with read-only
service by @ndeloof in #12531
- Don't display bake suggestion when using --progress with
quiet or json option by @glours in #12561
- Fix pull --parallel and --no-parallel deprecation warnings
missing by @maxproske in #12555
- Fix error message when detach is implied by wait by @ndeloof
in #12566
* Dependencies
- build(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.1
by @dependabot in #12556
- build(deps): bump google.golang.org/grpc from 1.68.1 to
1.70.0 by @dependabot in #12494
- go.mod: update to docker v28.0.0 by @thaJeztah in #12545
Update to version 2.33.0:
* Important
- This release introduce support for Bake to manage builds as
an alternative to the internal buildkit client. This new
feature can be enabled by setting COMPOSE_BAKE=1 variable.
Bake will become the default builder in a future release.
* Improvements
- let user know bake is now supported by @ndeloof in #12524
- support additional_context reference to another service by
@ndeloof in #12485
- add support for BUILDKIT_PROGRESS by @ndeloof in #12458
- add --with-env flag to publish command by @glours in #12482
- Update ls --quiet help description by @maxproske in #12541
- Publish warn display env vars by @glours in #12486
* Fixes
- Fix bake support by @ndeloof in #12507
- Update link in stats --help output by @maxproske in #12523
- Properly handle "builtin" seccomp profile by @r-bk in #12478
- manage watch applied to mulitple services by @ndeloof in
#12469
* Internal
- use main branch for docs upstream validation workflow by
@crazy-max in #12487
- fix provenance for binaries and generate sbom by @crazy-max
in #12479
- add codeowners file by @glours in #12480
- remove exit code per error type used by legacy metrics system
by @ndeloof in #12502
- Dockerfile: update golangci-lint to v1.63.4 by @thaJeztah in
#12546
- Full test coverage for compatibility cmd by @maxproske in
#12528
- don't send raw os.Args to opentelemetry but a pseudo command
line by @ndeloof in #12530
- add docker engine v28.x to the test-matrix by @thaJeztah in
#12539
- enable copyloopvar linter by @thaJeztah in #12542
- go.mod: remove toolchain directive by @thaJeztah in #12551
* Dependencies
- bump buildx v0.20.1 by @ndeloof in #12488
- bump docker to v27.5.1 by @ndeloof in #12491
- bump compose-go v2.4.8 by @ndeloof in #12543
- bump golang.org/x/sys from 0.28.0 to 0.30.0 by @dependabot in
#12529
- bump github.com/moby/term v0.5.2 by @thaJeztah in #12540
- bump github.com/otiai10/copy from 1.14.0 to 1.14.1 by
@dependabot in #12493
- bump github.com/jonboulle/clockwork from 0.4.0 to 0.5.0 by
@dependabot in #12430
- bump github.com/spf13/pflag from 1.0.5 to 1.0.6 by
@dependabot in #12548
- bump golang.org/x/sync from 0.10.0 to 0.11.0 by @dependabot
in #12547
- bump gotest.tools/v3 from 3.5.1 to 3.5.2 by @dependabot in
#12549
Update to version 2.32.4:
* add missing tag for build during merge workflow
* ci: re-use local source to build binary images
* ci: use local source for binary builds
Update to version 2.32.3:
* ci: update bake-action to v6
* simplification
* image can be set to a local ID, that isn't a valid docker ref
* can't render progress concurrently with buildkit
* exclude one-off container running convergence
* Only override service mac if set on the main network.
Update to version 2.32.2:
* remove engine v25 from e2e test matrix The 1st version
available for Ubuntu 24.x is Docker Engine v26
* fix relative path in compose file
* bump compose-go to v2.4.7
* replace tibdex/github-app-token by official GitHub
create-github-app-token
* bump golang.org/x/net to v0.33.0 to fix potential security
issue https://github.com/golang/go/issues/70906
* checkExpectedVolumes must ignore anonymous volumes
* When retrying to resolveOrCreateNetwork, retry with a valid
network name
* only check bind mount conflict if sync action is involved
* use the 3 latest major versions of the engine to run e2e step
* bump Golang version to v1.22.10 and update CI actions
* add --pull to run command
* CI to validate fmt
* `make fmt` so any contributor can enforce formatting
* format code with gofumpt
Update to version 2.32.1:
* e2e test to prevent future regression
* only check volume mounts for updated config
Update to version 2.32.0:
* e2e test for recreate volume
* build(deps): bump google.golang.org/grpc from 1.68.0 to 1.68.1
* build(deps): bump golang.org/x/crypto from 0.27.0 to 0.31.0
* build(deps): bump golang.org/x/sys from 0.27.0 to 0.28.0
* prompt user to confirm volume recreation
* Recreate container on volume configuration change
* introduce watch restart action
* bump otel dependencies to v1.28.0 and v0.53.0 to align with
buildx, buildkit and engine versions
* bump docker/buildx to latest release
* fix support for service.mac_address
* update xx to v1.6.1 for compatibility with alpine 3.21 and file
5.46+
* build(deps): bump golang.org/x/sync from 0.9.0 to 0.10.0
* Update pkg/e2e/watch_test.go
* first watch action for a file event wins
* fix
* revisit TestDebounceBatching
* introduce sync+exec watch action
* log configuration error as a watch log event
* do not require a build section but for `rebuild` action
* pull --quiet should not drop status message, only progress
* use latest engine tags
* Bump buildx to 0.19.1
* be sure everything has been cleanup at the end of each tests
* add local config.json to test configuration dir if exists
* disable failing TestBuildSSH test
* fix build with bake
Update to version 2.31.0:
* bump containerd to v1.7,24
* bump google.golang.org/grpc to v1.68.0
* build(deps): bump github.com/moby/buildkit from 0.17.1 to
0.17.2
* build(deps): bump github.com/compose-spec/compose-go/v2
* only stop dependent containers ... if there's some
* disable TestNetworkConfigChanged which is unstable on CI
* only check attached networks on running containers
* fix: commit tests
* feat: add commit command
* run build tests against bake
* delegate build to buildx bake
* build(deps): bump github.com/stretchr/testify from 1.9.0 to
1.10.0
* use service.stop to stop dependent containers
* Update wait-timeout flag usage to include the unit
* go.mod: github.com/docker/cli v27.4.0-rc.2
* go.mod: github.com/docker/docker v27.4.0-rc.2
* go.mod: github.com/docker/cli 8d1bacae3e49 (v27.4.0-rc.2-dev)
* go.mod: github.com/docker/cli v27.4.0-rc.1
* go.mod: github.com/docker/docker v27.4.0-rc.1
* Update pkg/compose/convergence.go
* detect network config changes and recreate if needed
* go.mod: github.com/docker/buildx v0.18.0
* go.mod: github.com/moby/buildkit v0.17.1
* gha: test against docker engine v27.4.0
* push empty descriptor layer when using OCI version 1.1 for
Compose artifact it fixes a repository creation issue when
pushing the 1st time a Compose OCI artifact on the Hub
* remove ddev e2e tests
* implement remove-orphans on run
* ci: enable testifylint linter
* Emit events for building images
* Fix compose images that reutn a different image with the same
ID
* remove obsolete containers first on scale down
* pass stal bot inactivity limit from 6 to 3 months
* fix(config): Print service names with --no-interpolate
* build(deps): bump golang.org/x/sys from 0.26.0 to 0.27.0
* build(deps): bump golang.org/x/sync from 0.8.0 to 0.9.0
Update to version 2.30.3:
* bump compose-go v2.4.4
* Avoid starting all services on rebuild
Update to version 2.30.2:
* remove ArtifactType from Config in OCI v1.1 definition of the
artifact
* build(deps): bump github.com/compose-spec/compose-go/v2
* Service being declared in a profile must not trigger
re-creation
* Add profile e2e test case to document in compose
* Update `MAINTAINERS` file
Update to version 2.30.1:
* bump compose-go to version v2.4.2
Update to version 2.30.0:
* Improvements
- Introduce service hooks by @ndeloof (12166)
- Introduce generate command as alpha command by @glours
(12209)
- Add export command by @jarqvi (12120)
- Add support for CDI device request using devices by @ndeloof
(12184)
- Add support for bind recursive by @ndeloof (12210)
- Allow usage of -f flag with OCI Compose artifacts by @glours
(12220)
* Fixes
- Append unix-style relative path when computing container
target path by @ndeloof (12145)
- Wait for dependent service up to delay set by --wait-timeout
by @ndeloof (12156)
- Check secret source exists, as bind mount would create target
by @ndeloof (12151)
- After container restart register printer consumer by @jhrotko
(12158)
- Fix(down): Fix down command if specified services are not
running by @idsulik (12164)
- Show watch error message and open DD only when w is pressed
by @jhrotko (12165)
- Fix(push): Fix unexpected EOF on alpha publish by @idsulik
(12169)
- Fix(convergence): Serialize access to observed state by
@anantadwi13 (12150)
- Remove feature flag integration with Docker Desktop for
ComposeUI and ComposeNav by @jhrotko (12192)
- Support Dockerfile-specific ignore-file with watch by
@ndeloof (12193)
- Add support for raw env_file format by @ndeloof (12179)
- Convert GPUs to DeviceRequests with implicit "gpu" capability
by @ndeloof (12197)
- Improve error message to include expected network label by
@divinity76 (12213)
- Don't use progress to render restart, which hides logs by
@ndeloof (12226)
- One-off containers are not indexed, and must be ignored by
exec --index command by @ndeloof (12224)
- Don't warn about uid/gid not being supported while ... they
are by @ndeloof (12232)
- Connect to external networks by name by @ndeloof (12234)
- Fix push error message typo by @chris-crone (12237)
- Fix(dockerignore): Add wildcard support to dockerignore.go by
@idsulik (12239)
* Internal
- Remove bind options when creating a volume type by @jhrotko
(12177)
- pass device.options to engine by @ndeloof (12183)
- Add security policy by @thaJeztah (12194)
- Gha: set default permissions to "contents: read" by
@thaJeztah (12195)
- Desktop: allow this client to be identified via user-agent by
@djs55 (12212)
- Compose-go clean volume target to avoid ambiguous comparisons
by @ndeloof (12208)
* Dependencies
- Bump docker v27.3.1 by @ndeloof (12178)
- Build(deps): bump golang.org/x/sys from 0.25.0 to 0.26.0 by
@dependabot (12189)
- Bump compose-go to v2.3.0 by @glours (12198)
- Bump compose-go to v2.4.0 by @glours (12231)
- Bump compose-go to v2.4.1 by @glours (12243)
- Build(deps): bump github.com/containerd/containerd from
1.7.22 to 1.7.23 by @dependabot (12211)
- Bump golang minimal version to 1.22 in go.mod by @glours
(12246)
- Bump go.uber.org/mock to v0.5.0 and google.golang.org/grpc to
v1.67.1 by @glours (12245)
Update to version 2.29.7:
* revert commits link to mount API over bind changes
Update to version 2.29.6:
* don't set propagation if target engine isn't linux
* build(deps): bump github.com/docker/docker v27.3.0-rc.2
* build(deps): bump github.com/docker/cli v27.3.0-rc.2
Update to version 2.29.5:
* set propagation default
* Remove custom codeql workflow
Update to version 2.29.4:
* fix import
* chore(watch): Add debug log when skipping service without build
context
* stop dependent containers before recreating diverged service
* Fixed possible `nil` pointer dereference
* bump github.com/docker/buildx v0.17.1
* build(deps): bump docker, docker/cli to v27.3.0-rc.1
* gha: test against docker engine v27.3.0
Update to version 2.29.3:
* show sync files only in debug level
* chore(watch): Add changed files path/count to log
* build(deps): bump golang.org/x/sync from 0.7.0 to 0.8.0
* bump compose-go to version v2.2.0
* Restore compose v1 behavior to recreate containers when ran
with -V
* fix linting issues with golangci-lint 1.60.2
* bump golang to version 1.22.7
* bump dependencies versions, engine and cli v27.2.1 containerd
v1.7.22 buildx v0.17.0 buildkit v0.16.0
* build(deps): bump golang.org/x/sys from 0.22.0 to 0.25.0
* Fix typos
* Use logrus instead of direct output to stderr.
* attach: close streams when done
* Fix typo in pull.go
* Allow combination of bind mounts and 'rebuild' watches
* service hash must exlude depends_on
* prefer mount API over bind
* docs: duplicate documentation for root cmd
* docs(wait): Fix wait command description
* allow to add empty line in the logs when nav menu activated
* upgrade docker versions
Update to version 2.29.2:
* initial sync files that modified after image creation
* initial sync for root directory
* Removes redundant condition from toAPIBuildOptions in build.go
* docs: Update docker compose kill usage
* Fix stop on file chane for sync-restart action
* bump engine and cli to v27.1.1, buildx to v0.16.1
* remove all dependabot update PRs for OTel dependencies
* gp.mod: github.com/gofrs/flock v0.12.1
* go.mod: golang.org/x/sys v0.22.0
* update to go1.21.12
Update to version 2.29.1:
* Enhance JSON progress events with more fields.
* bump compose-go v2.1.5
* bump github.com/docker/cli v27.1.0
* bump github.com/docker/docker v27.1.0
* bump github.com/containerd/containerd v1.7.20
* gha: add docker 27.1.0
* fix(containers): fix sorting logic by adding secondary sorting
for one-off containers
Update to version 2.29.0:
* update docs generation to avoid man pages generation
* bump compose-go to v2.1.4, buildx to v0.16.0, containerd to
v1.7.19 and buildx to v0.15.0
* restore setEnvWithDotEnv
* empty env variable with no value must be unset in container
* exclude unnecessary resources after services have been selected
* change time for stale bot
* Remove debug mode and run twice a week
* Add stale workflow
* update docs
* feat(watch): Add --prune option to docker-compose watch command
* Remove COMPOSE_MENU env from e2e tests
* Use rawjson for the build backend.
* Set logging format to JSON.
* Format errors as JSON when in JSON progress mode.
* Pass 'plain' instead of 'json' to build backend
* Add JSON stream progress writer
* go.mod: docker/cli, docker/docker v27.0.3
* gha: test against docker v27.0.3
* go.mod: docker/cli, docker/docker v27.0.2
Update to version 2.28.1:
* Remove `console.Terminal` check and use `IsTerminal` from
`streams.Out`
Update to version 2.28.0:
* go.mod: github.com/compose-spec/compose-go v2.1.3
* go.mod: docker/docker and docker/cli v27.0.1-rc.1
Update to version 2.27.3:
* build(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1
* build(deps): bump github.com/docker/buildx from 0.15.0 to
0.15.1
Update to version 2.27.2:
* using as flag of the up command, watch was blocking process
shutdown This happened when sunsetting the application from
docker compose down command
* Add open watch docs in up menu
* bump buildkit to v0.14.0 and buildx to v0.15.0
* stop watch process when associated up process is stopped
* build(deps): bump github.com/docker/docker
* build(deps): bump github.com/containerd/containerd from 1.7.17
to 1.7.18
* build(deps): bump golang.org/x/sys from 0.20.0 to 0.21.0
* build(deps): bump github.com/hashicorp/go-version from 1.6.0 to
1.7.0
* build: replace uses of archive.CanonicalTarNameForPath
* update gh actions versions, update engine matrix, bump golang
to 1.21.11
* enforce keyboard.Close is always executed to restore terminal
* config --environment
* Readd event
* remove unreachable code
* Fix dot env file to define COMPOSE_* variables
* return an error when --detach and --watch are used together in
up command
* Correct 'cancellation' typo in comment
* Fix: change append to use slice index in ps.go
* COMPOSE_PROFILES can be set by .env file
* prevent concurrent map write relying on project immutability
Update to version 2.27.1:
* build(deps): bump github.com/containerd/containerd from 1.7.16
to 1.7.17
* build(deps): bump github.com/docker/buildx from 0.14.0 to
0.14.1
* drop COMPOSE_EXPERIMENTAL_OTEL as docker/cli has opentelemetry
in
* add gui/composeview as part of available commands
* fix opentelemetry
* bump compose-go to version v2.1.1
* Set endpoint-specific DriverOpts
* Bump compose-go version to latest main
* Backport OpenBSD patches
* add new navigation menu to open Compose app configuration in
Docker Desktop
* build(deps): bump github.com/fsnotify/fsevents from 0.1.1 to
0.2.0
* build(deps): bump golang.org/x/sys from 0.19.0 to 0.20.0
* fix --resolve-image-digests
* allow a local .env file to override compose.yaml sibling .env
* Bump docker engine and cli to version 26.1.3
* Bump docker to v26.1.2
* Add documentation for --menu up option and COMPOSE_MENU
environemnt variable
* chore(deps): bump docker to v26.1.1 (#11794)
Update to version 2.27.0:
* fix: overlapping logs and menu navigation (#11765)
* build(deps): bump github.com/moby/buildkit
* chore(e2e): fix flaky cascade failure test
* use v2.26.1 tag for moby and Docker cli
* chore(deps): update to Moby v26.1 & buildx v0.14
* bump compose-go version to v2.1.0
* fix support for --context=foo
* Fix #11710: Avoid to try to close channel twice after hitting
Ctrl-C on compose up (#11719)
* fix(desktop): remove overly-aggressive feature flag check
(#11748)
* chore: fix typo in comment
* bump dependencies
* fix: do not try to create file shares for non-directories
* check container_name is not in use by another service we will
create
* don't clear line when navigation is disabled
* fix: return correct exit code with `--exit-code-from` (#11715)
* progress for resource can be restarted after more Working event
comes
* Revert "Stop the resource timer after last expected event"
* Revert change to allow trying to kill again if a kill fails
* Handle errors and allow to send multiple kills if one failed
* Ignore errors when killing on second Ctrl-C
* docker compose up always kills the containers on second Ctrl-C
* read COMPOSE_REMOVE_ORPHANS from .env
* Set Required false to depends_on containers for compose -p
stop/down
* Ignore missing containers when compose stop -p
* Ignore missing containers when compose down -p
* Introduce support for build.entitlements
* Remove dead url reference.
* e2e test for --all-resources
* introduce --all-resources to _not_ exclude resources not used
by services
* Introduce --abort-on-container-failure
* bump golang version to 1.21.9
* don't use ansi espace sequence when disabled
Update to version 2.26.1:
* Does not start keyboard manager if there is no tty
* Change menu information text to dim
* Handle --no-build and --watch args
* build(deps): bump github.com/opencontainers/image-spec
* Unwrap error message.
* Include error message in pull warning/errors
Update to version 2.26.0:
* chore(desktop): revised feature detection for file shares
* Add Navigation Menu to compose up
* Add support for volume Subpath option
* Bump docker v26.0.0
* introduce config --variables to list compose model variables
* Fix docs on default build image name
* Bump compose-go to v2.0.2
* add support for annotations
* Revert "Bump compose-go to v2.0.1"
* Bump compose-go to v2.0.1
* feat(desktop): synchronized file share integration (#11614)
* feat(experiments): add experimental feature state (#11633)
* reduce timeout of the Otel tracing command
* fix `compose config --format json`
Update to version 2.25.0:
* Bump compose-go v2.0.0
* services shell completion bugfix
* fix TestBuildPlatformsWithCorrectBuildxConfig
* only use ToModel when --no-interpolate is set
* feat(desktop): add Docker Desktop detection and client skeleton
(#11593)
Update to version 2.24.7:
* chore(deps): upgrade go to 1.21.8 (#11578)
* ci(deps): bump moby/moby & docker/cli to v25.0.4 (#11566)
* Add test summary for test jobs in ci
* make code simpler
* avoid duplicated "xx exited with code 0" message
* introduce --watch
* move code into small functions for better readability
* restore support for `config --no-interpolate`
* remove docker cli step in ci.yml
* get log to manage `attach`
* bump compose-go to version v2.0.0-rc.8
* use an dedicated compose file --quiet-pull e2e test
* Add a fallback check of Watch pid on Windows False positives
were detected when checking the previous watch process state
* add support of QuietOption to create command
* pass QuietOption when starting dependencies from run command
* when ran with ANSI disabled, force progress=plain
* Issue-11374: Modified compose up command to respect
COMPOSE_REMOVE_ORPHANS environment variable
* ci: bump engine version to `25.0.3`
* sort containers to optimize scale down
* discard stdout for laaarge log test
Update to version 2.24.6:
* use listeners to collect include metrics
* docs: update cli reference link
* docs: unify no trailing dots in docstrings and help (#11301)
* Use listener for file metadata
* fix deadlock collecting large logs
* chore(watch): remove old `docker cp` implementation
* ci(deps): bump docker/cli to v25.0.3 (#11481)
* pass All option to backend api.Service when length statuses is
not equal to zero
* Add OTEL specs: build, depends_on, capabilities (gpu/tpu)
* build(deps): bump github.com/opencontainers/image-spec
* feat(tracing): add project hash attr
* chore(load): ensure context passed to load
* Include all networks in ContainerCreate call if API >= 1.44
* bump compose-go to v2.0.0-rc.4
* CI: docker engine version matrix
* build(deps): bump github.com/docker/cli
* Fix load .env from project directory when project file is set
by COMPOSE_FILE
Patchnames: SUSE-SLE-Micro-6.0-348
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.5 (High)
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:docker-compose-2.33.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:docker-compose-2.33.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:docker-compose-2.33.1-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
8 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for docker-compose",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for docker-compose fixes the following issues:\n\nUpdate to version 2.33.1:\n\n * Improvements\n\n - Add support for gw_priority, enable_ipv4 (requires docker\n v28.0) by @thaJeztah in #12570\n\n * Fixes\n\n - Run watch standalone if menu fails to start by @ndeloof in\n #12536\n - Report error using non-file secret|config with read-only\n service by @ndeloof in #12531\n - Don\u0027t display bake suggestion when using --progress with\n quiet or json option by @glours in #12561\n - Fix pull --parallel and --no-parallel deprecation warnings\n missing by @maxproske in #12555\n - Fix error message when detach is implied by wait by @ndeloof\n in #12566\n\n * Dependencies\n\n - build(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.1\n by @dependabot in #12556\n - build(deps): bump google.golang.org/grpc from 1.68.1 to\n 1.70.0 by @dependabot in #12494\n - go.mod: update to docker v28.0.0 by @thaJeztah in #12545\n\nUpdate to version 2.33.0:\n\n * Important\n\n - This release introduce support for Bake to manage builds as\n an alternative to the internal buildkit client. This new\n feature can be enabled by setting COMPOSE_BAKE=1 variable.\n Bake will become the default builder in a future release.\n\n * Improvements\n\n - let user know bake is now supported by @ndeloof in #12524\n - support additional_context reference to another service by\n @ndeloof in #12485\n - add support for BUILDKIT_PROGRESS by @ndeloof in #12458\n - add --with-env flag to publish command by @glours in #12482\n - Update ls --quiet help description by @maxproske in #12541\n - Publish warn display env vars by @glours in #12486\n\n * Fixes\n\n - Fix bake support by @ndeloof in #12507\n - Update link in stats --help output by @maxproske in #12523\n - Properly handle \"builtin\" seccomp profile by @r-bk in #12478\n - manage watch applied to mulitple services by @ndeloof in\n #12469\n\n * Internal\n\n - use main branch for docs upstream validation workflow by\n @crazy-max in #12487\n - fix provenance for binaries and generate sbom by @crazy-max\n in #12479\n - add codeowners file by @glours in #12480\n - remove exit code per error type used by legacy metrics system\n by @ndeloof in #12502\n - Dockerfile: update golangci-lint to v1.63.4 by @thaJeztah in\n #12546\n - Full test coverage for compatibility cmd by @maxproske in\n #12528\n - don\u0027t send raw os.Args to opentelemetry but a pseudo command\n line by @ndeloof in #12530\n - add docker engine v28.x to the test-matrix by @thaJeztah in\n #12539\n - enable copyloopvar linter by @thaJeztah in #12542\n - go.mod: remove toolchain directive by @thaJeztah in #12551\n\n * Dependencies\n\n - bump buildx v0.20.1 by @ndeloof in #12488\n - bump docker to v27.5.1 by @ndeloof in #12491\n - bump compose-go v2.4.8 by @ndeloof in #12543\n - bump golang.org/x/sys from 0.28.0 to 0.30.0 by @dependabot in\n #12529\n - bump github.com/moby/term v0.5.2 by @thaJeztah in #12540\n - bump github.com/otiai10/copy from 1.14.0 to 1.14.1 by\n @dependabot in #12493\n - bump github.com/jonboulle/clockwork from 0.4.0 to 0.5.0 by\n @dependabot in #12430\n - bump github.com/spf13/pflag from 1.0.5 to 1.0.6 by\n @dependabot in #12548\n - bump golang.org/x/sync from 0.10.0 to 0.11.0 by @dependabot\n in #12547\n - bump gotest.tools/v3 from 3.5.1 to 3.5.2 by @dependabot in\n #12549\n\nUpdate to version 2.32.4:\n\n * add missing tag for build during merge workflow\n * ci: re-use local source to build binary images\n * ci: use local source for binary builds\n\nUpdate to version 2.32.3:\n\n * ci: update bake-action to v6\n * simplification\n * image can be set to a local ID, that isn\u0027t a valid docker ref\n * can\u0027t render progress concurrently with buildkit\n * exclude one-off container running convergence\n * Only override service mac if set on the main network.\n\nUpdate to version 2.32.2:\n\n * remove engine v25 from e2e test matrix The 1st version\n available for Ubuntu 24.x is Docker Engine v26\n * fix relative path in compose file\n * bump compose-go to v2.4.7\n * replace tibdex/github-app-token by official GitHub\n create-github-app-token\n * bump golang.org/x/net to v0.33.0 to fix potential security\n issue https://github.com/golang/go/issues/70906\n * checkExpectedVolumes must ignore anonymous volumes\n * When retrying to resolveOrCreateNetwork, retry with a valid\n network name\n * only check bind mount conflict if sync action is involved\n * use the 3 latest major versions of the engine to run e2e step\n * bump Golang version to v1.22.10 and update CI actions\n * add --pull to run command\n * CI to validate fmt\n * `make fmt` so any contributor can enforce formatting\n * format code with gofumpt\n\nUpdate to version 2.32.1:\n\n * e2e test to prevent future regression\n * only check volume mounts for updated config\n\nUpdate to version 2.32.0:\n\n * e2e test for recreate volume\n * build(deps): bump google.golang.org/grpc from 1.68.0 to 1.68.1\n * build(deps): bump golang.org/x/crypto from 0.27.0 to 0.31.0\n * build(deps): bump golang.org/x/sys from 0.27.0 to 0.28.0\n * prompt user to confirm volume recreation\n * Recreate container on volume configuration change\n * introduce watch restart action\n * bump otel dependencies to v1.28.0 and v0.53.0 to align with\n buildx, buildkit and engine versions\n * bump docker/buildx to latest release\n * fix support for service.mac_address\n * update xx to v1.6.1 for compatibility with alpine 3.21 and file\n 5.46+\n * build(deps): bump golang.org/x/sync from 0.9.0 to 0.10.0\n * Update pkg/e2e/watch_test.go\n * first watch action for a file event wins\n * fix\n * revisit TestDebounceBatching\n * introduce sync+exec watch action\n * log configuration error as a watch log event\n * do not require a build section but for `rebuild` action\n * pull --quiet should not drop status message, only progress\n * use latest engine tags\n * Bump buildx to 0.19.1\n * be sure everything has been cleanup at the end of each tests\n * add local config.json to test configuration dir if exists\n * disable failing TestBuildSSH test\n * fix build with bake\n\nUpdate to version 2.31.0:\n\n * bump containerd to v1.7,24\n * bump google.golang.org/grpc to v1.68.0\n * build(deps): bump github.com/moby/buildkit from 0.17.1 to\n 0.17.2\n * build(deps): bump github.com/compose-spec/compose-go/v2\n * only stop dependent containers ... if there\u0027s some\n * disable TestNetworkConfigChanged which is unstable on CI\n * only check attached networks on running containers\n * fix: commit tests\n * feat: add commit command\n * run build tests against bake\n * delegate build to buildx bake\n * build(deps): bump github.com/stretchr/testify from 1.9.0 to\n 1.10.0\n * use service.stop to stop dependent containers\n * Update wait-timeout flag usage to include the unit\n * go.mod: github.com/docker/cli v27.4.0-rc.2\n * go.mod: github.com/docker/docker v27.4.0-rc.2\n * go.mod: github.com/docker/cli 8d1bacae3e49 (v27.4.0-rc.2-dev)\n * go.mod: github.com/docker/cli v27.4.0-rc.1\n * go.mod: github.com/docker/docker v27.4.0-rc.1\n * Update pkg/compose/convergence.go\n * detect network config changes and recreate if needed\n * go.mod: github.com/docker/buildx v0.18.0\n * go.mod: github.com/moby/buildkit v0.17.1\n * gha: test against docker engine v27.4.0\n * push empty descriptor layer when using OCI version 1.1 for\n Compose artifact it fixes a repository creation issue when\n pushing the 1st time a Compose OCI artifact on the Hub\n * remove ddev e2e tests\n * implement remove-orphans on run\n * ci: enable testifylint linter\n * Emit events for building images\n * Fix compose images that reutn a different image with the same\n ID\n * remove obsolete containers first on scale down\n * pass stal bot inactivity limit from 6 to 3 months\n * fix(config): Print service names with --no-interpolate\n * build(deps): bump golang.org/x/sys from 0.26.0 to 0.27.0\n * build(deps): bump golang.org/x/sync from 0.8.0 to 0.9.0\n\nUpdate to version 2.30.3:\n\n * bump compose-go v2.4.4\n * Avoid starting all services on rebuild\n\nUpdate to version 2.30.2:\n\n * remove ArtifactType from Config in OCI v1.1 definition of the\n artifact\n * build(deps): bump github.com/compose-spec/compose-go/v2\n * Service being declared in a profile must not trigger\n re-creation\n * Add profile e2e test case to document in compose\n * Update `MAINTAINERS` file\n\nUpdate to version 2.30.1:\n\n * bump compose-go to version v2.4.2\n\nUpdate to version 2.30.0:\n\n * Improvements\n\n - Introduce service hooks by @ndeloof (12166)\n - Introduce generate command as alpha command by @glours\n (12209)\n - Add export command by @jarqvi (12120)\n - Add support for CDI device request using devices by @ndeloof\n (12184)\n - Add support for bind recursive by @ndeloof (12210)\n - Allow usage of -f flag with OCI Compose artifacts by @glours\n (12220)\n\n * Fixes\n\n - Append unix-style relative path when computing container\n target path by @ndeloof (12145)\n - Wait for dependent service up to delay set by --wait-timeout\n by @ndeloof (12156)\n - Check secret source exists, as bind mount would create target\n by @ndeloof (12151)\n - After container restart register printer consumer by @jhrotko\n (12158)\n - Fix(down): Fix down command if specified services are not\n running by @idsulik (12164)\n - Show watch error message and open DD only when w is pressed\n by @jhrotko (12165)\n - Fix(push): Fix unexpected EOF on alpha publish by @idsulik\n (12169)\n - Fix(convergence): Serialize access to observed state by\n @anantadwi13 (12150)\n - Remove feature flag integration with Docker Desktop for\n ComposeUI and ComposeNav by @jhrotko (12192)\n - Support Dockerfile-specific ignore-file with watch by\n @ndeloof (12193)\n - Add support for raw env_file format by @ndeloof (12179)\n - Convert GPUs to DeviceRequests with implicit \"gpu\" capability\n by @ndeloof (12197)\n - Improve error message to include expected network label by\n @divinity76 (12213)\n - Don\u0027t use progress to render restart, which hides logs by\n @ndeloof (12226)\n - One-off containers are not indexed, and must be ignored by\n exec --index command by @ndeloof (12224)\n - Don\u0027t warn about uid/gid not being supported while ... they\n are by @ndeloof (12232)\n - Connect to external networks by name by @ndeloof (12234)\n - Fix push error message typo by @chris-crone (12237)\n - Fix(dockerignore): Add wildcard support to dockerignore.go by\n @idsulik (12239)\n\n * Internal\n\n - Remove bind options when creating a volume type by @jhrotko\n (12177)\n - pass device.options to engine by @ndeloof (12183)\n - Add security policy by @thaJeztah (12194)\n - Gha: set default permissions to \"contents: read\" by\n @thaJeztah (12195)\n - Desktop: allow this client to be identified via user-agent by\n @djs55 (12212)\n - Compose-go clean volume target to avoid ambiguous comparisons\n by @ndeloof (12208)\n\n * Dependencies\n\n - Bump docker v27.3.1 by @ndeloof (12178)\n - Build(deps): bump golang.org/x/sys from 0.25.0 to 0.26.0 by\n @dependabot (12189)\n - Bump compose-go to v2.3.0 by @glours (12198)\n - Bump compose-go to v2.4.0 by @glours (12231)\n - Bump compose-go to v2.4.1 by @glours (12243)\n - Build(deps): bump github.com/containerd/containerd from\n 1.7.22 to 1.7.23 by @dependabot (12211)\n - Bump golang minimal version to 1.22 in go.mod by @glours\n (12246)\n - Bump go.uber.org/mock to v0.5.0 and google.golang.org/grpc to\n v1.67.1 by @glours (12245)\n\nUpdate to version 2.29.7:\n\n * revert commits link to mount API over bind changes\n\nUpdate to version 2.29.6:\n\n * don\u0027t set propagation if target engine isn\u0027t linux\n * build(deps): bump github.com/docker/docker v27.3.0-rc.2\n * build(deps): bump github.com/docker/cli v27.3.0-rc.2\n\nUpdate to version 2.29.5:\n\n * set propagation default\n * Remove custom codeql workflow\n\nUpdate to version 2.29.4:\n\n * fix import\n * chore(watch): Add debug log when skipping service without build\n context\n * stop dependent containers before recreating diverged service\n * Fixed possible `nil` pointer dereference\n * bump github.com/docker/buildx v0.17.1\n * build(deps): bump docker, docker/cli to v27.3.0-rc.1\n * gha: test against docker engine v27.3.0\n\nUpdate to version 2.29.3:\n\n * show sync files only in debug level\n * chore(watch): Add changed files path/count to log\n * build(deps): bump golang.org/x/sync from 0.7.0 to 0.8.0\n * bump compose-go to version v2.2.0\n * Restore compose v1 behavior to recreate containers when ran\n with -V\n * fix linting issues with golangci-lint 1.60.2\n * bump golang to version 1.22.7\n * bump dependencies versions, engine and cli v27.2.1 containerd\n v1.7.22 buildx v0.17.0 buildkit v0.16.0\n * build(deps): bump golang.org/x/sys from 0.22.0 to 0.25.0\n * Fix typos\n * Use logrus instead of direct output to stderr.\n * attach: close streams when done\n * Fix typo in pull.go\n * Allow combination of bind mounts and \u0027rebuild\u0027 watches\n * service hash must exlude depends_on\n * prefer mount API over bind\n * docs: duplicate documentation for root cmd\n * docs(wait): Fix wait command description\n * allow to add empty line in the logs when nav menu activated\n * upgrade docker versions\n\nUpdate to version 2.29.2:\n\n * initial sync files that modified after image creation\n * initial sync for root directory\n * Removes redundant condition from toAPIBuildOptions in build.go\n * docs: Update docker compose kill usage\n * Fix stop on file chane for sync-restart action\n * bump engine and cli to v27.1.1, buildx to v0.16.1\n * remove all dependabot update PRs for OTel dependencies\n * gp.mod: github.com/gofrs/flock v0.12.1\n * go.mod: golang.org/x/sys v0.22.0\n * update to go1.21.12\n\nUpdate to version 2.29.1:\n\n * Enhance JSON progress events with more fields.\n * bump compose-go v2.1.5\n * bump github.com/docker/cli v27.1.0\n * bump github.com/docker/docker v27.1.0\n * bump github.com/containerd/containerd v1.7.20\n * gha: add docker 27.1.0\n * fix(containers): fix sorting logic by adding secondary sorting\n for one-off containers\n\nUpdate to version 2.29.0:\n\n * update docs generation to avoid man pages generation\n * bump compose-go to v2.1.4, buildx to v0.16.0, containerd to\n v1.7.19 and buildx to v0.15.0\n * restore setEnvWithDotEnv\n * empty env variable with no value must be unset in container\n * exclude unnecessary resources after services have been selected\n * change time for stale bot\n * Remove debug mode and run twice a week\n * Add stale workflow\n * update docs\n * feat(watch): Add --prune option to docker-compose watch command\n * Remove COMPOSE_MENU env from e2e tests\n * Use rawjson for the build backend.\n * Set logging format to JSON.\n * Format errors as JSON when in JSON progress mode.\n * Pass \u0027plain\u0027 instead of \u0027json\u0027 to build backend\n * Add JSON stream progress writer\n * go.mod: docker/cli, docker/docker v27.0.3\n * gha: test against docker v27.0.3\n * go.mod: docker/cli, docker/docker v27.0.2\n\nUpdate to version 2.28.1:\n\n * Remove `console.Terminal` check and use `IsTerminal` from\n `streams.Out`\n\nUpdate to version 2.28.0:\n\n * go.mod: github.com/compose-spec/compose-go v2.1.3\n * go.mod: docker/docker and docker/cli v27.0.1-rc.1\n\nUpdate to version 2.27.3:\n\n * build(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1\n * build(deps): bump github.com/docker/buildx from 0.15.0 to\n 0.15.1\n\nUpdate to version 2.27.2:\n\n * using as flag of the up command, watch was blocking process\n shutdown This happened when sunsetting the application from\n docker compose down command\n * Add open watch docs in up menu\n * bump buildkit to v0.14.0 and buildx to v0.15.0\n * stop watch process when associated up process is stopped\n * build(deps): bump github.com/docker/docker\n * build(deps): bump github.com/containerd/containerd from 1.7.17\n to 1.7.18\n * build(deps): bump golang.org/x/sys from 0.20.0 to 0.21.0\n * build(deps): bump github.com/hashicorp/go-version from 1.6.0 to\n 1.7.0\n * build: replace uses of archive.CanonicalTarNameForPath\n * update gh actions versions, update engine matrix, bump golang\n to 1.21.11\n * enforce keyboard.Close is always executed to restore terminal\n * config --environment\n * Readd event\n * remove unreachable code\n * Fix dot env file to define COMPOSE_* variables\n * return an error when --detach and --watch are used together in\n up command\n * Correct \u0027cancellation\u0027 typo in comment\n * Fix: change append to use slice index in ps.go\n * COMPOSE_PROFILES can be set by .env file\n * prevent concurrent map write relying on project immutability\n\nUpdate to version 2.27.1:\n * build(deps): bump github.com/containerd/containerd from 1.7.16\n to 1.7.17\n * build(deps): bump github.com/docker/buildx from 0.14.0 to\n 0.14.1\n * drop COMPOSE_EXPERIMENTAL_OTEL as docker/cli has opentelemetry\n in\n * add gui/composeview as part of available commands\n * fix opentelemetry\n * bump compose-go to version v2.1.1\n * Set endpoint-specific DriverOpts\n * Bump compose-go version to latest main\n * Backport OpenBSD patches\n * add new navigation menu to open Compose app configuration in\n Docker Desktop\n * build(deps): bump github.com/fsnotify/fsevents from 0.1.1 to\n 0.2.0\n * build(deps): bump golang.org/x/sys from 0.19.0 to 0.20.0\n * fix --resolve-image-digests\n * allow a local .env file to override compose.yaml sibling .env\n * Bump docker engine and cli to version 26.1.3\n * Bump docker to v26.1.2\n * Add documentation for --menu up option and COMPOSE_MENU\n environemnt variable\n * chore(deps): bump docker to v26.1.1 (#11794)\n\nUpdate to version 2.27.0:\n * fix: overlapping logs and menu navigation (#11765)\n * build(deps): bump github.com/moby/buildkit\n * chore(e2e): fix flaky cascade failure test\n * use v2.26.1 tag for moby and Docker cli\n * chore(deps): update to Moby v26.1 \u0026 buildx v0.14\n * bump compose-go version to v2.1.0\n * fix support for --context=foo\n * Fix #11710: Avoid to try to close channel twice after hitting\n Ctrl-C on compose up (#11719)\n * fix(desktop): remove overly-aggressive feature flag check\n (#11748)\n * chore: fix typo in comment\n * bump dependencies\n * fix: do not try to create file shares for non-directories\n * check container_name is not in use by another service we will\n create\n * don\u0027t clear line when navigation is disabled\n * fix: return correct exit code with `--exit-code-from` (#11715)\n * progress for resource can be restarted after more Working event\n comes\n * Revert \"Stop the resource timer after last expected event\"\n * Revert change to allow trying to kill again if a kill fails\n * Handle errors and allow to send multiple kills if one failed\n * Ignore errors when killing on second Ctrl-C\n * docker compose up always kills the containers on second Ctrl-C\n * read COMPOSE_REMOVE_ORPHANS from .env\n * Set Required false to depends_on containers for compose -p\n stop/down\n * Ignore missing containers when compose stop -p\n * Ignore missing containers when compose down -p\n * Introduce support for build.entitlements\n * Remove dead url reference.\n * e2e test for --all-resources\n * introduce --all-resources to _not_ exclude resources not used\n by services\n * Introduce --abort-on-container-failure\n * bump golang version to 1.21.9\n * don\u0027t use ansi espace sequence when disabled\n\nUpdate to version 2.26.1:\n * Does not start keyboard manager if there is no tty\n * Change menu information text to dim\n * Handle --no-build and --watch args\n * build(deps): bump github.com/opencontainers/image-spec\n * Unwrap error message.\n * Include error message in pull warning/errors\n\nUpdate to version 2.26.0:\n * chore(desktop): revised feature detection for file shares\n * Add Navigation Menu to compose up\n * Add support for volume Subpath option\n * Bump docker v26.0.0\n * introduce config --variables to list compose model variables\n * Fix docs on default build image name\n * Bump compose-go to v2.0.2\n * add support for annotations\n * Revert \"Bump compose-go to v2.0.1\"\n * Bump compose-go to v2.0.1\n * feat(desktop): synchronized file share integration (#11614)\n * feat(experiments): add experimental feature state (#11633)\n * reduce timeout of the Otel tracing command\n * fix `compose config --format json`\n\nUpdate to version 2.25.0:\n * Bump compose-go v2.0.0\n * services shell completion bugfix\n * fix TestBuildPlatformsWithCorrectBuildxConfig\n * only use ToModel when --no-interpolate is set\n * feat(desktop): add Docker Desktop detection and client skeleton\n (#11593)\n\nUpdate to version 2.24.7:\n * chore(deps): upgrade go to 1.21.8 (#11578)\n * ci(deps): bump moby/moby \u0026 docker/cli to v25.0.4 (#11566)\n * Add test summary for test jobs in ci\n * make code simpler\n * avoid duplicated \"xx exited with code 0\" message\n * introduce --watch\n * move code into small functions for better readability\n * restore support for `config --no-interpolate`\n * remove docker cli step in ci.yml\n * get log to manage `attach`\n * bump compose-go to version v2.0.0-rc.8\n * use an dedicated compose file --quiet-pull e2e test\n * Add a fallback check of Watch pid on Windows False positives\n were detected when checking the previous watch process state\n * add support of QuietOption to create command\n * pass QuietOption when starting dependencies from run command\n * when ran with ANSI disabled, force progress=plain\n * Issue-11374: Modified compose up command to respect\n COMPOSE_REMOVE_ORPHANS environment variable\n * ci: bump engine version to `25.0.3`\n * sort containers to optimize scale down\n * discard stdout for laaarge log test\n\nUpdate to version 2.24.6:\n\n * use listeners to collect include metrics\n * docs: update cli reference link\n * docs: unify no trailing dots in docstrings and help (#11301)\n * Use listener for file metadata\n * fix deadlock collecting large logs\n * chore(watch): remove old `docker cp` implementation\n * ci(deps): bump docker/cli to v25.0.3 (#11481)\n * pass All option to backend api.Service when length statuses is\n not equal to zero\n * Add OTEL specs: build, depends_on, capabilities (gpu/tpu)\n * build(deps): bump github.com/opencontainers/image-spec\n * feat(tracing): add project hash attr\n * chore(load): ensure context passed to load\n * Include all networks in ContainerCreate call if API \u003e= 1.44\n * bump compose-go to v2.0.0-rc.4\n * CI: docker engine version matrix\n * build(deps): bump github.com/docker/cli\n * Fix load .env from project directory when project file is set\n by COMPOSE_FILE\n\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLE-Micro-6.0-348",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_20385-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:20385-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202520385-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:20385-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-June/040254.html"
},
{
"category": "self",
"summary": "SUSE Bug 1217070",
"url": "https://bugzilla.suse.com/1217070"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-47108 page",
"url": "https://www.suse.com/security/cve/CVE-2023-47108/"
}
],
"title": "Security update for docker-compose",
"tracking": {
"current_release_date": "2025-06-10T11:31:50Z",
"generator": {
"date": "2025-06-10T11:31:50Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:20385-1",
"initial_release_date": "2025-06-10T11:31:50Z",
"revision_history": [
{
"date": "2025-06-10T11:31:50Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "docker-compose-2.33.1-1.1.aarch64",
"product": {
"name": "docker-compose-2.33.1-1.1.aarch64",
"product_id": "docker-compose-2.33.1-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-compose-2.33.1-1.1.s390x",
"product": {
"name": "docker-compose-2.33.1-1.1.s390x",
"product_id": "docker-compose-2.33.1-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-compose-2.33.1-1.1.x86_64",
"product": {
"name": "docker-compose-2.33.1-1.1.x86_64",
"product_id": "docker-compose-2.33.1-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.0",
"product": {
"name": "SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sl-micro:6.0"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-compose-2.33.1-1.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:docker-compose-2.33.1-1.1.aarch64"
},
"product_reference": "docker-compose-2.33.1-1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-compose-2.33.1-1.1.s390x as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:docker-compose-2.33.1-1.1.s390x"
},
"product_reference": "docker-compose-2.33.1-1.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-compose-2.33.1-1.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:docker-compose-2.33.1-1.1.x86_64"
},
"product_reference": "docker-compose-2.33.1-1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-47108",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-47108"
}
],
"notes": [
{
"category": "general",
"text": "OpenTelemetry-Go Contrib is a collection of third-party packages for OpenTelemetry-Go. Prior to version 0.46.0, the grpc Unary Server Interceptor out of the box adds labels `net.peer.sock.addr` and `net.peer.sock.port` that have unbound cardinality. It leads to the server\u0027s potential memory exhaustion when many malicious requests are sent. An attacker can easily flood the peer address and port for requests. Version 0.46.0 contains a fix for this issue. As a workaround to stop being affected, a view removing the attributes can be used. The other possibility is to disable grpc metrics instrumentation by passing `otelgrpc.WithMeterProvider` option with `noop.NewMeterProvider`.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:docker-compose-2.33.1-1.1.aarch64",
"SUSE Linux Micro 6.0:docker-compose-2.33.1-1.1.s390x",
"SUSE Linux Micro 6.0:docker-compose-2.33.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-47108",
"url": "https://www.suse.com/security/cve/CVE-2023-47108"
},
{
"category": "external",
"summary": "SUSE Bug 1217070 for CVE-2023-47108",
"url": "https://bugzilla.suse.com/1217070"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.0:docker-compose-2.33.1-1.1.aarch64",
"SUSE Linux Micro 6.0:docker-compose-2.33.1-1.1.s390x",
"SUSE Linux Micro 6.0:docker-compose-2.33.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.0:docker-compose-2.33.1-1.1.aarch64",
"SUSE Linux Micro 6.0:docker-compose-2.33.1-1.1.s390x",
"SUSE Linux Micro 6.0:docker-compose-2.33.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-10T11:31:50Z",
"details": "important"
}
],
"title": "CVE-2023-47108"
}
]
}
WID-SEC-W-2024-0137
Vulnerability from csaf_certbund - Published: 2024-01-17 23:00 - Updated: 2025-06-04 22:00Summary
Red Hat OpenShift Container Platform: 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 OpenShift ist eine "Platform as a Service" (PaaS) Lösung zur Bereitstellung von Applikationen in der Cloud.
Angriff: Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Red Hat OpenShift Container Platform ausnutzen, um einen Denial of Service Angriff durchzuführen.
Betroffene Betriebssysteme: - Linux
Affected products
Known affected
9 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat OpenShift Container Platform <4.15.14
Red Hat / OpenShift
|
Container Platform <4.15.14 | ||
|
Red Hat OpenShift Container Platform <4.13.29
Red Hat / OpenShift
|
Container Platform <4.13.29 | ||
|
Red Hat OpenShift Container Platform <4.14.9
Red Hat / OpenShift
|
Container Platform <4.14.9 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.15.5
Red Hat / OpenShift
|
Container Platform <4.15.5 | ||
|
Red Hat OpenShift Container Platform <4.14.38
Red Hat / OpenShift
|
Container Platform <4.14.38 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.48
Red Hat / OpenShift
|
Container Platform <4.12.48 |
Affected products
Known affected
9 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat OpenShift Container Platform <4.15.14
Red Hat / OpenShift
|
Container Platform <4.15.14 | ||
|
Red Hat OpenShift Container Platform <4.13.29
Red Hat / OpenShift
|
Container Platform <4.13.29 | ||
|
Red Hat OpenShift Container Platform <4.14.9
Red Hat / OpenShift
|
Container Platform <4.14.9 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.15.5
Red Hat / OpenShift
|
Container Platform <4.15.5 | ||
|
Red Hat OpenShift Container Platform <4.14.38
Red Hat / OpenShift
|
Container Platform <4.14.38 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.48
Red Hat / OpenShift
|
Container Platform <4.12.48 |
References
29 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 OpenShift ist eine \"Platform as a Service\" (PaaS) L\u00f6sung zur Bereitstellung von Applikationen in der Cloud.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Red Hat OpenShift Container Platform ausnutzen, um einen Denial of Service Angriff durchzuf\u00fchren.",
"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-2024-0137 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-0137.json"
},
{
"category": "self",
"summary": "WID-SEC-2024-0137 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-0137"
},
{
"category": "external",
"summary": "Red Hat Product Errata vom 2024-01-17",
"url": "https://access.redhat.com/errata/RHSA-2024:0195"
},
{
"category": "external",
"summary": "Red Hat Product Errata vom 2024-01-17",
"url": "https://access.redhat.com/errata/RHSA-2024:0207"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:0204 vom 2024-01-20",
"url": "https://access.redhat.com/errata/RHSA-2024:0204"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:0288 vom 2024-01-24",
"url": "https://access.redhat.com/errata/RHSA-2024:0288"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:0489 vom 2024-01-31",
"url": "https://access.redhat.com/errata/RHSA-2024:0489"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:0642 vom 2024-02-07",
"url": "https://access.redhat.com/errata/RHSA-2024:0642"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:0741 vom 2024-02-14",
"url": "https://access.redhat.com/errata/RHSA-2024:0741"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:7197 vom 2024-02-28",
"url": "https://access.redhat.com/errata/RHSA-2023:7197"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:7198 vom 2024-02-28",
"url": "https://access.redhat.com/errata/RHSA-2023:7198"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALASECS-2024-035 vom 2024-03-06",
"url": "https://alas.aws.amazon.com/AL2/ALASECS-2024-035.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:1458 vom 2024-03-27",
"url": "https://access.redhat.com/errata/RHSA-2024:1458"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:1449 vom 2024-03-27",
"url": "https://access.redhat.com/errata/RHSA-2024:1449"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:1812 vom 2024-04-15",
"url": "https://access.redhat.com/errata/RHSA-2024:1812"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:1887 vom 2024-04-25",
"url": "https://access.redhat.com/errata/RHSA-2024:1887"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:1891 vom 2024-04-25",
"url": "https://access.redhat.com/errata/RHSA-2024:1891"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:2773 vom 2024-05-15",
"url": "https://access.redhat.com/errata/RHSA-2024:2773"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:2865 vom 2024-05-21",
"url": "https://access.redhat.com/errata/RHSA-2024:2865"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:4591 vom 2024-07-17",
"url": "https://access.redhat.com/errata/RHSA-2024:4591"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALASDOCKER-2024-041 vom 2024-08-13",
"url": "https://alas.aws.amazon.com/AL2/ALASDOCKER-2024-041.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALASNITRO-ENCLAVES-2024-042 vom 2024-08-13",
"url": "https://alas.aws.amazon.com/AL2/ALASNITRO-ENCLAVES-2024-042.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:6409 vom 2024-09-11",
"url": "https://access.redhat.com/errata/RHSA-2024:6409"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:6632 vom 2024-09-17",
"url": "https://access.redhat.com/errata/RHSA-2024:6632"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:6637 vom 2024-09-18",
"url": "https://access.redhat.com/errata/RHSA-2024:6637"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:7184 vom 2024-10-03",
"url": "https://access.redhat.com/errata/RHSA-2024:7184"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:8235 vom 2024-10-23",
"url": "https://access.redhat.com/errata/RHSA-2024:8235"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:0029 vom 2025-01-09",
"url": "https://access.redhat.com/errata/RHSA-2025:0029"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20091-1 vom 2025-06-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021314.html"
}
],
"source_lang": "en-US",
"title": "Red Hat OpenShift Container Platform: Mehrere Schwachstellen erm\u00f6glichen Denial of Service",
"tracking": {
"current_release_date": "2025-06-04T22:00:00.000+00:00",
"generator": {
"date": "2025-06-05T06:06:45.326+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.3.12"
}
},
"id": "WID-SEC-W-2024-0137",
"initial_release_date": "2024-01-17T23:00:00.000+00:00",
"revision_history": [
{
"date": "2024-01-17T23:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2024-01-21T23:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-01-23T23:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-01-31T23:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-02-07T23:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-02-13T23:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-02-27T23:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-03-05T23:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2024-03-26T23:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-04-14T22:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-04-25T22:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-05-15T22:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-05-20T22:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-07-17T22:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-08-13T22:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2024-09-11T22:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-09-17T22:00:00.000+00:00",
"number": "17",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-09-18T22:00:00.000+00:00",
"number": "18",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-10-03T22:00:00.000+00:00",
"number": "19",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-10-23T22:00:00.000+00:00",
"number": "20",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-01-09T23:00:00.000+00:00",
"number": "21",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-06-04T22:00:00.000+00:00",
"number": "22",
"summary": "Neue Updates von SUSE aufgenommen"
}
],
"status": "final",
"version": "22"
}
},
"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": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
},
{
"branches": [
{
"category": "product_version_range",
"name": "Container Platform \u003c4.14.9",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.14.9",
"product_id": "T032224"
}
},
{
"category": "product_version",
"name": "Container Platform 4.14.9",
"product": {
"name": "Red Hat OpenShift Container Platform 4.14.9",
"product_id": "T032224-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.14.9"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.13.29",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.13.29",
"product_id": "T032225"
}
},
{
"category": "product_version",
"name": "Container Platform 4.13.29",
"product": {
"name": "Red Hat OpenShift Container Platform 4.13.29",
"product_id": "T032225-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.13.29"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.12.48",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.12.48",
"product_id": "T032442"
}
},
{
"category": "product_version",
"name": "Container Platform 4.12.48",
"product": {
"name": "Red Hat OpenShift Container Platform 4.12.48",
"product_id": "T032442-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.12.48"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.15.5",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.15.5",
"product_id": "T033704"
}
},
{
"category": "product_version",
"name": "Container Platform 4.15.5",
"product": {
"name": "Red Hat OpenShift Container Platform 4.15.5",
"product_id": "T033704-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.15.5"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.15.14",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.15.14",
"product_id": "T034932"
}
},
{
"category": "product_version",
"name": "Container Platform 4.15.14",
"product": {
"name": "Red Hat OpenShift Container Platform 4.15.14",
"product_id": "T034932-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.15.14"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.14.38",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.14.38",
"product_id": "T037940"
}
},
{
"category": "product_version",
"name": "Container Platform 4.14.38",
"product": {
"name": "Red Hat OpenShift Container Platform 4.14.38",
"product_id": "T037940-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.14.38"
}
}
}
],
"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": "vendor",
"name": "SUSE"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-47108",
"product_status": {
"known_affected": [
"T034932",
"T032225",
"T032224",
"T002207",
"67646",
"T033704",
"T037940",
"398363",
"T032442"
]
},
"release_date": "2024-01-17T23:00:00.000+00:00",
"title": "CVE-2023-47108"
},
{
"cve": "CVE-2023-6476",
"product_status": {
"known_affected": [
"T034932",
"T032225",
"T032224",
"T002207",
"67646",
"T033704",
"T037940",
"398363",
"T032442"
]
},
"release_date": "2024-01-17T23:00:00.000+00:00",
"title": "CVE-2023-6476"
}
]
}
WID-SEC-W-2024-0641
Vulnerability from csaf_certbund - Published: 2024-03-14 23:00 - Updated: 2025-06-03 22:00Summary
Red Hat Enterprise Linux (Advanced Cluster Management): 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: 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 oder Informationen offenzulegen.
Betroffene Betriebssysteme: - Linux
Affected products
Known affected
9 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.15.14
Red Hat / OpenShift
|
Container Platform <4.15.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.16.1
Red Hat / OpenShift
|
Container Platform <4.16.1 | ||
|
Splunk Splunk Enterprise <9.3.1
Splunk / Splunk Enterprise
|
<9.3.1 | ||
|
Splunk Splunk Enterprise <9.2.3
Splunk / Splunk Enterprise
|
<9.2.3 | ||
|
Splunk Splunk Enterprise <9.1.6
Splunk / Splunk Enterprise
|
<9.1.6 | ||
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 |
Affected products
Known affected
9 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.15.14
Red Hat / OpenShift
|
Container Platform <4.15.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.16.1
Red Hat / OpenShift
|
Container Platform <4.16.1 | ||
|
Splunk Splunk Enterprise <9.3.1
Splunk / Splunk Enterprise
|
<9.3.1 | ||
|
Splunk Splunk Enterprise <9.2.3
Splunk / Splunk Enterprise
|
<9.2.3 | ||
|
Splunk Splunk Enterprise <9.1.6
Splunk / Splunk Enterprise
|
<9.1.6 | ||
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 |
Affected products
Known affected
9 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.15.14
Red Hat / OpenShift
|
Container Platform <4.15.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.16.1
Red Hat / OpenShift
|
Container Platform <4.16.1 | ||
|
Splunk Splunk Enterprise <9.3.1
Splunk / Splunk Enterprise
|
<9.3.1 | ||
|
Splunk Splunk Enterprise <9.2.3
Splunk / Splunk Enterprise
|
<9.2.3 | ||
|
Splunk Splunk Enterprise <9.1.6
Splunk / Splunk Enterprise
|
<9.1.6 | ||
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 |
Affected products
Known affected
9 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.15.14
Red Hat / OpenShift
|
Container Platform <4.15.14 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.16.1
Red Hat / OpenShift
|
Container Platform <4.16.1 | ||
|
Splunk Splunk Enterprise <9.3.1
Splunk / Splunk Enterprise
|
<9.3.1 | ||
|
Splunk Splunk Enterprise <9.2.3
Splunk / Splunk Enterprise
|
<9.2.3 | ||
|
Splunk Splunk Enterprise <9.1.6
Splunk / Splunk Enterprise
|
<9.1.6 | ||
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 |
References
22 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 oder Informationen offenzulegen.",
"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-2024-0641 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-0641.json"
},
{
"category": "self",
"summary": "WID-SEC-2024-0641 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-0641"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:1328 vom 2024-03-14",
"url": "https://access.redhat.com/errata/RHSA-2024:1328"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:1255 vom 2024-03-19",
"url": "https://access.redhat.com/errata/RHSA-2024:1255"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:1549 vom 2024-03-27",
"url": "https://access.redhat.com/errata/RHSA-2024:1549"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:1570 vom 2024-03-28",
"url": "https://access.redhat.com/errata/RHSA-2024:1570"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:1137-1 vom 2024-04-08",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-April/018286.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:2865 vom 2024-05-21",
"url": "https://access.redhat.com/errata/RHSA-2024:2865"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:4156 vom 2024-07-03",
"url": "https://access.redhat.com/errata/RHSA-2024:4156"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:4626 vom 2024-07-18",
"url": "https://access.redhat.com/errata/RHSA-2024:4626"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:6236 vom 2024-09-04",
"url": "https://access.redhat.com/errata/RHSA-2024:6236"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:6013 vom 2024-09-05",
"url": "https://access.redhat.com/errata/RHSA-2024:6013"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:6406 vom 2024-09-12",
"url": "https://access.redhat.com/errata/RHSA-2024:6406"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:3266-1 vom 2024-09-17",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-September/019442.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:3267-1 vom 2024-09-17",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/LVIWDYYN6LLZLFD7GR7LHE73UYRYDPHX/"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:6811 vom 2024-09-25",
"url": "https://access.redhat.com/errata/RHSA-2024:6811"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:3718 vom 2024-10-02",
"url": "https://access.redhat.com/errata/RHSA-2024:3718"
},
{
"category": "external",
"summary": "Splunk Security Advisory SVD-2024-1012 vom 2024-10-14",
"url": "https://advisory.splunk.com//advisories/SVD-2024-1012"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:3656-1 vom 2024-10-16",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/EAHKWTRWWAX4Y4SNTAAW5T57YHPEOMQG/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:4360-1 vom 2024-12-17",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/5QN46RDSEXZFITMIFYI2BFRQ6NL6TXZB/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20278-1 vom 2025-06-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021044.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20196-1 vom 2025-06-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021144.html"
}
],
"source_lang": "en-US",
"title": "Red Hat Enterprise Linux (Advanced Cluster Management): Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2025-06-03T22:00:00.000+00:00",
"generator": {
"date": "2025-06-04T10:28:43.252+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.3.12"
}
},
"id": "WID-SEC-W-2024-0641",
"initial_release_date": "2024-03-14T23:00:00.000+00:00",
"revision_history": [
{
"date": "2024-03-14T23:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2024-03-18T23:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-03-27T23:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-04-01T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-04-08T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2024-05-20T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-07-03T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-07-18T22:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-09-03T22:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-09-05T22:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-09-11T22:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-09-16T22:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2024-09-24T22:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-10-01T22:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-10-14T22:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von Splunk-SVD aufgenommen"
},
{
"date": "2024-10-16T22:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2024-12-17T23:00:00.000+00:00",
"number": "17",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-06-03T22:00:00.000+00:00",
"number": "18",
"summary": "Neue Updates von SUSE aufgenommen"
}
],
"status": "final",
"version": "18"
}
},
"product_tree": {
"branches": [
{
"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": "8",
"product": {
"name": "Red Hat Enterprise Linux 8",
"product_id": "T014111",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:8"
}
}
},
{
"category": "product_version",
"name": "Advanced Cluster Security for Kubernetes 4",
"product": {
"name": "Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4",
"product_id": "T033787",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4"
}
}
}
],
"category": "product_name",
"name": "Enterprise Linux"
},
{
"branches": [
{
"category": "product_version_range",
"name": "Container Platform \u003c4.15.14",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.15.14",
"product_id": "T034932"
}
},
{
"category": "product_version",
"name": "Container Platform 4.15.14",
"product": {
"name": "Red Hat OpenShift Container Platform 4.15.14",
"product_id": "T034932-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.15.14"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.16.1",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.16.1",
"product_id": "T035804"
}
},
{
"category": "product_version",
"name": "Container Platform 4.16.1",
"product": {
"name": "Red Hat OpenShift Container Platform 4.16.1",
"product_id": "T035804-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.16.1"
}
}
}
],
"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": "vendor",
"name": "SUSE"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c9.3.1",
"product": {
"name": "Splunk Splunk Enterprise \u003c9.3.1",
"product_id": "T038314"
}
},
{
"category": "product_version",
"name": "9.3.1",
"product": {
"name": "Splunk Splunk Enterprise 9.3.1",
"product_id": "T038314-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:splunk:splunk:9.3.1"
}
}
},
{
"category": "product_version_range",
"name": "\u003c9.2.3",
"product": {
"name": "Splunk Splunk Enterprise \u003c9.2.3",
"product_id": "T038315"
}
},
{
"category": "product_version",
"name": "9.2.3",
"product": {
"name": "Splunk Splunk Enterprise 9.2.3",
"product_id": "T038315-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:splunk:splunk:9.2.3"
}
}
},
{
"category": "product_version_range",
"name": "\u003c9.1.6",
"product": {
"name": "Splunk Splunk Enterprise \u003c9.1.6",
"product_id": "T038316"
}
},
{
"category": "product_version",
"name": "9.1.6",
"product": {
"name": "Splunk Splunk Enterprise 9.1.6",
"product_id": "T038316-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:splunk:splunk:9.1.6"
}
}
}
],
"category": "product_name",
"name": "Splunk Enterprise"
}
],
"category": "vendor",
"name": "Splunk"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-45142",
"product_status": {
"known_affected": [
"T033787",
"T034932",
"T002207",
"67646",
"T035804",
"T038314",
"T038315",
"T038316",
"T014111"
]
},
"release_date": "2024-03-14T23:00:00.000+00:00",
"title": "CVE-2023-45142"
},
{
"cve": "CVE-2023-47108",
"product_status": {
"known_affected": [
"T033787",
"T034932",
"T002207",
"67646",
"T035804",
"T038314",
"T038315",
"T038316",
"T014111"
]
},
"release_date": "2024-03-14T23:00:00.000+00:00",
"title": "CVE-2023-47108"
},
{
"cve": "CVE-2024-25620",
"product_status": {
"known_affected": [
"T033787",
"T034932",
"T002207",
"67646",
"T035804",
"T038314",
"T038315",
"T038316",
"T014111"
]
},
"release_date": "2024-03-14T23:00:00.000+00:00",
"title": "CVE-2024-25620"
},
{
"cve": "CVE-2024-26147",
"product_status": {
"known_affected": [
"T033787",
"T034932",
"T002207",
"67646",
"T035804",
"T038314",
"T038315",
"T038316",
"T014111"
]
},
"release_date": "2024-03-14T23:00:00.000+00:00",
"title": "CVE-2024-26147"
}
]
}
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…