Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-33186 (GCVE-0-2026-33186)
Vulnerability from cvelistv5 – Published: 2026-03-20 22:23 – Updated: 2026-03-24 18:09
VLAI
EPSS
Title
gRPC-Go has an authorization bypass via missing leading slash in :path
Summary
gRPC-Go is the Go language implementation of gRPC. Versions prior to 1.79.3 have an authorization bypass resulting from improper input validation of the HTTP/2 `:path` pseudo-header. The gRPC-Go server was too lenient in its routing logic, accepting requests where the `:path` omitted the mandatory leading slash (e.g., `Service/Method` instead of `/Service/Method`). While the server successfully routed these requests to the correct handler, authorization interceptors (including the official `grpc/authz` package) evaluated the raw, non-canonical path string. Consequently, "deny" rules defined using canonical paths (starting with `/`) failed to match the incoming request, allowing it to bypass the policy if a fallback "allow" rule was present. This affects gRPC-Go servers that use path-based authorization interceptors, such as the official RBAC implementation in `google.golang.org/grpc/authz` or custom interceptors relying on `info.FullMethod` or `grpc.Method(ctx)`; AND that have a security policy contains specific "deny" rules for canonical paths but allows other requests by default (a fallback "allow" rule). The vulnerability is exploitable by an attacker who can send raw HTTP/2 frames with malformed `:path` headers directly to the gRPC server. The fix in version 1.79.3 ensures that any request with a `:path` that does not start with a leading slash is immediately rejected with a `codes.Unimplemented` error, preventing it from reaching authorization interceptors or handlers with a non-canonical path string. While upgrading is the most secure and recommended path, users can mitigate the vulnerability using one of the following methods: Use a validating interceptor (recommended mitigation); infrastructure-level normalization; and/or policy hardening.
Severity
9.1 (Critical)
SSVC
Exploitation: none
Automatable: yes
Technical Impact: partial
CISA Coordinator (v2.0.3)
CWE
- CWE-285 - Improper Authorization
Assigner
References
1 reference
| URL | Tags |
|---|---|
| https://github.com/grpc/grpc-go/security/advisori… | x_refsource_CONFIRM |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-33186",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-03-24T18:08:38.989284Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-03-24T18:09:13.422Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "grpc-go",
"vendor": "grpc",
"versions": [
{
"status": "affected",
"version": "\u003c 1.79.3"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "gRPC-Go is the Go language implementation of gRPC. Versions prior to 1.79.3 have an authorization bypass resulting from improper input validation of the HTTP/2 `:path` pseudo-header. The gRPC-Go server was too lenient in its routing logic, accepting requests where the `:path` omitted the mandatory leading slash (e.g., `Service/Method` instead of `/Service/Method`). While the server successfully routed these requests to the correct handler, authorization interceptors (including the official `grpc/authz` package) evaluated the raw, non-canonical path string. Consequently, \"deny\" rules defined using canonical paths (starting with `/`) failed to match the incoming request, allowing it to bypass the policy if a fallback \"allow\" rule was present. This affects gRPC-Go servers that use path-based authorization interceptors, such as the official RBAC implementation in `google.golang.org/grpc/authz` or custom interceptors relying on `info.FullMethod` or `grpc.Method(ctx)`; AND that have a security policy contains specific \"deny\" rules for canonical paths but allows other requests by default (a fallback \"allow\" rule). The vulnerability is exploitable by an attacker who can send raw HTTP/2 frames with malformed `:path` headers directly to the gRPC server. The fix in version 1.79.3 ensures that any request with a `:path` that does not start with a leading slash is immediately rejected with a `codes.Unimplemented` error, preventing it from reaching authorization interceptors or handlers with a non-canonical path string. While upgrading is the most secure and recommended path, users can mitigate the vulnerability using one of the following methods: Use a validating interceptor (recommended mitigation); infrastructure-level normalization; and/or policy hardening."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-285",
"description": "CWE-285: Improper Authorization",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-03-20T22:23:32.147Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3"
}
],
"source": {
"advisory": "GHSA-p77j-4mvh-x3m3",
"discovery": "UNKNOWN"
},
"title": "gRPC-Go has an authorization bypass via missing leading slash in :path"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-33186",
"datePublished": "2026-03-20T22:23:32.147Z",
"dateReserved": "2026-03-17T22:16:36.720Z",
"dateUpdated": "2026-03-24T18:09:13.422Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-33186",
"date": "2026-06-29",
"epss": "0.00522",
"percentile": "0.40354"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-33186\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2026-03-20T23:16:45.180\",\"lastModified\":\"2026-06-17T10:37:05.900\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"gRPC-Go is the Go language implementation of gRPC. Versions prior to 1.79.3 have an authorization bypass resulting from improper input validation of the HTTP/2 `:path` pseudo-header. The gRPC-Go server was too lenient in its routing logic, accepting requests where the `:path` omitted the mandatory leading slash (e.g., `Service/Method` instead of `/Service/Method`). While the server successfully routed these requests to the correct handler, authorization interceptors (including the official `grpc/authz` package) evaluated the raw, non-canonical path string. Consequently, \\\"deny\\\" rules defined using canonical paths (starting with `/`) failed to match the incoming request, allowing it to bypass the policy if a fallback \\\"allow\\\" rule was present. This affects gRPC-Go servers that use path-based authorization interceptors, such as the official RBAC implementation in `google.golang.org/grpc/authz` or custom interceptors relying on `info.FullMethod` or `grpc.Method(ctx)`; AND that have a security policy contains specific \\\"deny\\\" rules for canonical paths but allows other requests by default (a fallback \\\"allow\\\" rule). The vulnerability is exploitable by an attacker who can send raw HTTP/2 frames with malformed `:path` headers directly to the gRPC server. The fix in version 1.79.3 ensures that any request with a `:path` that does not start with a leading slash is immediately rejected with a `codes.Unimplemented` error, preventing it from reaching authorization interceptors or handlers with a non-canonical path string. While upgrading is the most secure and recommended path, users can mitigate the vulnerability using one of the following methods: Use a validating interceptor (recommended mitigation); infrastructure-level normalization; and/or policy hardening.\"},{\"lang\":\"es\",\"value\":\"gRPC-Go es la implementaci\u00f3n en lenguaje Go de gRPC. Las versiones anteriores a la 1.79.3 tienen un bypass de autorizaci\u00f3n resultante de una validaci\u00f3n de entrada incorrecta del pseudo-encabezado HTTP/2 \u0027:path\u0027. El servidor gRPC-Go era demasiado indulgente en su l\u00f3gica de enrutamiento, aceptando solicitudes donde el \u0027:path\u0027 omit\u00eda la barra inicial obligatoria (por ejemplo, \u0027Service/Method\u0027 en lugar de \u0027/Service/Method\u0027). Si bien el servidor enrut\u00f3 con \u00e9xito estas solicitudes al gestor correcto, los interceptores de autorizaci\u00f3n (incluido el paquete oficial \u0027grpc/authz\u0027) evaluaron la cadena de ruta cruda y no can\u00f3nica. En consecuencia, las reglas de \u0027denegaci\u00f3n\u0027 definidas usando rutas can\u00f3nicas (que comienzan con \u0027/\u0027) no lograron coincidir con la solicitud entrante, permitiendo que bypassara la pol\u00edtica si una regla de \u0027permiso\u0027 de respaldo estaba presente. Esto afecta a los servidores gRPC-Go que utilizan interceptores de autorizaci\u00f3n basados en rutas, como la implementaci\u00f3n oficial de RBAC en \u0027google.golang.org/grpc/authz\u0027 o interceptores personalizados que dependen de \u0027info.FullMethod\u0027 o \u0027grpc.Method(ctx)\u0027; Y que tienen una pol\u00edtica de seguridad que contiene reglas de \u0027denegaci\u00f3n\u0027 espec\u00edficas para rutas can\u00f3nicas pero permite otras solicitudes por defecto (una regla de \u0027permiso\u0027 de respaldo). La vulnerabilidad es explotable por un atacante que puede enviar tramas HTTP/2 crudas con encabezados \u0027:path\u0027 malformados directamente al servidor gRPC. La correcci\u00f3n en la versi\u00f3n 1.79.3 asegura que cualquier solicitud con un \u0027:path\u0027 que no comience con una barra inicial sea inmediatamente rechazada con un error \u0027codes.Unimplemented\u0027, impidiendo que llegue a los interceptores de autorizaci\u00f3n o gestores con una cadena de ruta no can\u00f3nica. Si bien la actualizaci\u00f3n es la ruta m\u00e1s segura y recomendada, los usuarios pueden mitigar la vulnerabilidad utilizando uno de los siguientes m\u00e9todos: Usar un interceptor de validaci\u00f3n (mitigaci\u00f3n recomendada); normalizaci\u00f3n a nivel de infraestructura; y/o endurecimiento de pol\u00edticas.\"}],\"affected\":[{\"source\":\"security-advisories@github.com\",\"affectedData\":[{\"vendor\":\"grpc\",\"product\":\"grpc-go\",\"versions\":[{\"version\":\"\u003c 1.79.3\",\"status\":\"affected\"}]}]}],\"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:H/I:H/A:N\",\"baseScore\":9.1,\"baseSeverity\":\"CRITICAL\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":3.9,\"impactScore\":5.2}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2026-03-24T18:08:38.989284Z\",\"id\":\"CVE-2026-33186\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"yes\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-285\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:grpc:grpc:*:*:*:*:*:go:*:*\",\"versionEndExcluding\":\"1.79.3\",\"matchCriteriaId\":\"D5AB3ED0-D11B-461E-B2B1-627D5CCEA236\"}]}]}],\"references\":[{\"url\":\"https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Mitigation\",\"Vendor Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-33186\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-03-24T18:08:38.989284Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-03-24T18:09:03.096Z\"}}], \"cna\": {\"title\": \"gRPC-Go has an authorization bypass via missing leading slash in :path\", \"source\": {\"advisory\": \"GHSA-p77j-4mvh-x3m3\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 9.1, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"CRITICAL\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"HIGH\"}}], \"affected\": [{\"vendor\": \"grpc\", \"product\": \"grpc-go\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 1.79.3\"}]}], \"references\": [{\"url\": \"https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3\", \"name\": \"https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3\", \"tags\": [\"x_refsource_CONFIRM\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"gRPC-Go is the Go language implementation of gRPC. Versions prior to 1.79.3 have an authorization bypass resulting from improper input validation of the HTTP/2 `:path` pseudo-header. The gRPC-Go server was too lenient in its routing logic, accepting requests where the `:path` omitted the mandatory leading slash (e.g., `Service/Method` instead of `/Service/Method`). While the server successfully routed these requests to the correct handler, authorization interceptors (including the official `grpc/authz` package) evaluated the raw, non-canonical path string. Consequently, \\\"deny\\\" rules defined using canonical paths (starting with `/`) failed to match the incoming request, allowing it to bypass the policy if a fallback \\\"allow\\\" rule was present. This affects gRPC-Go servers that use path-based authorization interceptors, such as the official RBAC implementation in `google.golang.org/grpc/authz` or custom interceptors relying on `info.FullMethod` or `grpc.Method(ctx)`; AND that have a security policy contains specific \\\"deny\\\" rules for canonical paths but allows other requests by default (a fallback \\\"allow\\\" rule). The vulnerability is exploitable by an attacker who can send raw HTTP/2 frames with malformed `:path` headers directly to the gRPC server. The fix in version 1.79.3 ensures that any request with a `:path` that does not start with a leading slash is immediately rejected with a `codes.Unimplemented` error, preventing it from reaching authorization interceptors or handlers with a non-canonical path string. While upgrading is the most secure and recommended path, users can mitigate the vulnerability using one of the following methods: Use a validating interceptor (recommended mitigation); infrastructure-level normalization; and/or policy hardening.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-285\", \"description\": \"CWE-285: Improper Authorization\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2026-03-20T22:23:32.147Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-33186\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-03-24T18:09:13.422Z\", \"dateReserved\": \"2026-03-17T22:16:36.720Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2026-03-20T22:23:32.147Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
SUSE-SU-2026:1395-1
Vulnerability from csaf_suse - Published: 2026-04-16 10:27 - Updated: 2026-04-16 10:27Summary
Security update for azure-storage-azcopy
Severity
Important
Notes
Title of the patch: Security update for azure-storage-azcopy
Description of the patch: This update for azure-storage-azcopy fixes the following issues:
- CVE-2026-33186: Authorization bypass in grpc-go due to improper validation of the HTTP/2 :path pseudo-header (bsc#1260307).
Patchnames: SUSE-2026-1395,SUSE-SLE-Module-Public-Cloud-15-SP4-2026-1395,SUSE-SLE-Module-Public-Cloud-15-SP5-2026-1395,SUSE-SLE-Module-Public-Cloud-15-SP6-2026-1395,SUSE-SLE-Module-Public-Cloud-15-SP7-2026-1395
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
8.1 (High)
Affected products
Recommended
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:azure-storage-azcopy-10.29.1-150400.9.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:azure-storage-azcopy-10.29.1-150400.9.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:azure-storage-azcopy-10.29.1-150400.9.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP5:azure-storage-azcopy-10.29.1-150400.9.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP5:azure-storage-azcopy-10.29.1-150400.9.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP5:azure-storage-azcopy-10.29.1-150400.9.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP6:azure-storage-azcopy-10.29.1-150400.9.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP6:azure-storage-azcopy-10.29.1-150400.9.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP6:azure-storage-azcopy-10.29.1-150400.9.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP7:azure-storage-azcopy-10.29.1-150400.9.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP7:azure-storage-azcopy-10.29.1-150400.9.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP7:azure-storage-azcopy-10.29.1-150400.9.6.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
8 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 azure-storage-azcopy",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for azure-storage-azcopy fixes the following issues:\n\n- CVE-2026-33186: Authorization bypass in grpc-go due to improper validation of the HTTP/2 :path pseudo-header (bsc#1260307).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-1395,SUSE-SLE-Module-Public-Cloud-15-SP4-2026-1395,SUSE-SLE-Module-Public-Cloud-15-SP5-2026-1395,SUSE-SLE-Module-Public-Cloud-15-SP6-2026-1395,SUSE-SLE-Module-Public-Cloud-15-SP7-2026-1395",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_1395-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:1395-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261395-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:1395-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-April/045606.html"
},
{
"category": "self",
"summary": "SUSE Bug 1260307",
"url": "https://bugzilla.suse.com/1260307"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-33186 page",
"url": "https://www.suse.com/security/cve/CVE-2026-33186/"
}
],
"title": "Security update for azure-storage-azcopy",
"tracking": {
"current_release_date": "2026-04-16T10:27:26Z",
"generator": {
"date": "2026-04-16T10:27:26Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:1395-1",
"initial_release_date": "2026-04-16T10:27:26Z",
"revision_history": [
{
"date": "2026-04-16T10:27:26Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "azure-storage-azcopy-10.29.1-150400.9.6.1.aarch64",
"product": {
"name": "azure-storage-azcopy-10.29.1-150400.9.6.1.aarch64",
"product_id": "azure-storage-azcopy-10.29.1-150400.9.6.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "azure-storage-azcopy-10.29.1-150400.9.6.1.ppc64le",
"product": {
"name": "azure-storage-azcopy-10.29.1-150400.9.6.1.ppc64le",
"product_id": "azure-storage-azcopy-10.29.1-150400.9.6.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "azure-storage-azcopy-10.29.1-150400.9.6.1.x86_64",
"product": {
"name": "azure-storage-azcopy-10.29.1-150400.9.6.1.x86_64",
"product_id": "azure-storage-azcopy-10.29.1-150400.9.6.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-public-cloud:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-public-cloud:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-public-cloud:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-public-cloud:15:sp7"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "azure-storage-azcopy-10.29.1-150400.9.6.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:azure-storage-azcopy-10.29.1-150400.9.6.1.aarch64"
},
"product_reference": "azure-storage-azcopy-10.29.1-150400.9.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azure-storage-azcopy-10.29.1-150400.9.6.1.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:azure-storage-azcopy-10.29.1-150400.9.6.1.ppc64le"
},
"product_reference": "azure-storage-azcopy-10.29.1-150400.9.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azure-storage-azcopy-10.29.1-150400.9.6.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:azure-storage-azcopy-10.29.1-150400.9.6.1.x86_64"
},
"product_reference": "azure-storage-azcopy-10.29.1-150400.9.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azure-storage-azcopy-10.29.1-150400.9.6.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP5:azure-storage-azcopy-10.29.1-150400.9.6.1.aarch64"
},
"product_reference": "azure-storage-azcopy-10.29.1-150400.9.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azure-storage-azcopy-10.29.1-150400.9.6.1.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP5:azure-storage-azcopy-10.29.1-150400.9.6.1.ppc64le"
},
"product_reference": "azure-storage-azcopy-10.29.1-150400.9.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azure-storage-azcopy-10.29.1-150400.9.6.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP5:azure-storage-azcopy-10.29.1-150400.9.6.1.x86_64"
},
"product_reference": "azure-storage-azcopy-10.29.1-150400.9.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azure-storage-azcopy-10.29.1-150400.9.6.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP6:azure-storage-azcopy-10.29.1-150400.9.6.1.aarch64"
},
"product_reference": "azure-storage-azcopy-10.29.1-150400.9.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azure-storage-azcopy-10.29.1-150400.9.6.1.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP6:azure-storage-azcopy-10.29.1-150400.9.6.1.ppc64le"
},
"product_reference": "azure-storage-azcopy-10.29.1-150400.9.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azure-storage-azcopy-10.29.1-150400.9.6.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP6:azure-storage-azcopy-10.29.1-150400.9.6.1.x86_64"
},
"product_reference": "azure-storage-azcopy-10.29.1-150400.9.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azure-storage-azcopy-10.29.1-150400.9.6.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP7:azure-storage-azcopy-10.29.1-150400.9.6.1.aarch64"
},
"product_reference": "azure-storage-azcopy-10.29.1-150400.9.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azure-storage-azcopy-10.29.1-150400.9.6.1.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP7:azure-storage-azcopy-10.29.1-150400.9.6.1.ppc64le"
},
"product_reference": "azure-storage-azcopy-10.29.1-150400.9.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azure-storage-azcopy-10.29.1-150400.9.6.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP7:azure-storage-azcopy-10.29.1-150400.9.6.1.x86_64"
},
"product_reference": "azure-storage-azcopy-10.29.1-150400.9.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP7"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-33186",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-33186"
}
],
"notes": [
{
"category": "general",
"text": "gRPC-Go is the Go language implementation of gRPC. Versions prior to 1.79.3 have an authorization bypass resulting from improper input validation of the HTTP/2 `:path` pseudo-header. The gRPC-Go server was too lenient in its routing logic, accepting requests where the `:path` omitted the mandatory leading slash (e.g., `Service/Method` instead of `/Service/Method`). While the server successfully routed these requests to the correct handler, authorization interceptors (including the official `grpc/authz` package) evaluated the raw, non-canonical path string. Consequently, \"deny\" rules defined using canonical paths (starting with `/`) failed to match the incoming request, allowing it to bypass the policy if a fallback \"allow\" rule was present. This affects gRPC-Go servers that use path-based authorization interceptors, such as the official RBAC implementation in `google.golang.org/grpc/authz` or custom interceptors relying on `info.FullMethod` or `grpc.Method(ctx)`; AND that have a security policy contains specific \"deny\" rules for canonical paths but allows other requests by default (a fallback \"allow\" rule). The vulnerability is exploitable by an attacker who can send raw HTTP/2 frames with malformed `:path` headers directly to the gRPC server. The fix in version 1.79.3 ensures that any request with a `:path` that does not start with a leading slash is immediately rejected with a `codes.Unimplemented` error, preventing it from reaching authorization interceptors or handlers with a non-canonical path string. While upgrading is the most secure and recommended path, users can mitigate the vulnerability using one of the following methods: Use a validating interceptor (recommended mitigation); infrastructure-level normalization; and/or policy hardening.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:azure-storage-azcopy-10.29.1-150400.9.6.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:azure-storage-azcopy-10.29.1-150400.9.6.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:azure-storage-azcopy-10.29.1-150400.9.6.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:azure-storage-azcopy-10.29.1-150400.9.6.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:azure-storage-azcopy-10.29.1-150400.9.6.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:azure-storage-azcopy-10.29.1-150400.9.6.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:azure-storage-azcopy-10.29.1-150400.9.6.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:azure-storage-azcopy-10.29.1-150400.9.6.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:azure-storage-azcopy-10.29.1-150400.9.6.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP7:azure-storage-azcopy-10.29.1-150400.9.6.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP7:azure-storage-azcopy-10.29.1-150400.9.6.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP7:azure-storage-azcopy-10.29.1-150400.9.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-33186",
"url": "https://www.suse.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "SUSE Bug 1260085 for CVE-2026-33186",
"url": "https://bugzilla.suse.com/1260085"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:azure-storage-azcopy-10.29.1-150400.9.6.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:azure-storage-azcopy-10.29.1-150400.9.6.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:azure-storage-azcopy-10.29.1-150400.9.6.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:azure-storage-azcopy-10.29.1-150400.9.6.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:azure-storage-azcopy-10.29.1-150400.9.6.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:azure-storage-azcopy-10.29.1-150400.9.6.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:azure-storage-azcopy-10.29.1-150400.9.6.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:azure-storage-azcopy-10.29.1-150400.9.6.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:azure-storage-azcopy-10.29.1-150400.9.6.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP7:azure-storage-azcopy-10.29.1-150400.9.6.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP7:azure-storage-azcopy-10.29.1-150400.9.6.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP7:azure-storage-azcopy-10.29.1-150400.9.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:azure-storage-azcopy-10.29.1-150400.9.6.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:azure-storage-azcopy-10.29.1-150400.9.6.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:azure-storage-azcopy-10.29.1-150400.9.6.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:azure-storage-azcopy-10.29.1-150400.9.6.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:azure-storage-azcopy-10.29.1-150400.9.6.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:azure-storage-azcopy-10.29.1-150400.9.6.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:azure-storage-azcopy-10.29.1-150400.9.6.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:azure-storage-azcopy-10.29.1-150400.9.6.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:azure-storage-azcopy-10.29.1-150400.9.6.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP7:azure-storage-azcopy-10.29.1-150400.9.6.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP7:azure-storage-azcopy-10.29.1-150400.9.6.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP7:azure-storage-azcopy-10.29.1-150400.9.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-16T10:27:26Z",
"details": "important"
}
],
"title": "CVE-2026-33186"
}
]
}
SUSE-SU-2026:1411-1
Vulnerability from csaf_suse - Published: 2026-04-16 12:57 - Updated: 2026-04-16 12:57Summary
Security update for terraform-provider-local, terraform-provider-random, terraform-provider-tls
Severity
Important
Notes
Title of the patch: Security update for terraform-provider-local, terraform-provider-random, terraform-provider-tls
Description of the patch: This update for terraform-provider-local, terraform-provider-random, terraform-provider-tls fixes the following issue:
- CVE-2026-25934: github.com/go-git/go-git/v5: improper verification of data integrity values for .pack and .idx files that can lead to the consumption of corrupted files (bsc#1258097).
- CVE-2026-33186: fix authorization bypass in grpc-go due to improper validation of the HTTP/2 :path pseudo-header (bsc#1260218)
Patchnames: SUSE-2026-1411,SUSE-SLE-Module-Public-Cloud-15-SP4-2026-1411,SUSE-SLE-Module-Public-Cloud-15-SP5-2026-1411,openSUSE-SLE-15.6-2026-1411
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
4.3 (Medium)
Affected products
Recommended
48 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-local-2.0.0-150200.6.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-local-2.0.0-150200.6.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-local-2.0.0-150200.6.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-local-2.0.0-150200.6.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-null-3.0.0-150200.6.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-null-3.0.0-150200.6.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-null-3.0.0-150200.6.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-null-3.0.0-150200.6.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-random-3.0.0-150200.6.6.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-random-3.0.0-150200.6.6.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-random-3.0.0-150200.6.6.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-random-3.0.0-150200.6.6.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-tls-3.0.0-150200.5.6.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-tls-3.0.0-150200.5.6.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-tls-3.0.0-150200.5.6.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-tls-3.0.0-150200.5.6.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-local-2.0.0-150200.6.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-local-2.0.0-150200.6.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-local-2.0.0-150200.6.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-local-2.0.0-150200.6.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-null-3.0.0-150200.6.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-null-3.0.0-150200.6.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-null-3.0.0-150200.6.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-null-3.0.0-150200.6.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-random-3.0.0-150200.6.6.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-random-3.0.0-150200.6.6.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-random-3.0.0-150200.6.6.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-random-3.0.0-150200.6.6.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-tls-3.0.0-150200.5.6.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-tls-3.0.0-150200.5.6.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-tls-3.0.0-150200.5.6.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-tls-3.0.0-150200.5.6.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:terraform-provider-local-2.0.0-150200.6.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:terraform-provider-local-2.0.0-150200.6.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:terraform-provider-local-2.0.0-150200.6.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:terraform-provider-local-2.0.0-150200.6.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:terraform-provider-null-3.0.0-150200.6.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:terraform-provider-null-3.0.0-150200.6.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:terraform-provider-null-3.0.0-150200.6.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:terraform-provider-null-3.0.0-150200.6.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:terraform-provider-random-3.0.0-150200.6.6.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:terraform-provider-random-3.0.0-150200.6.6.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:terraform-provider-random-3.0.0-150200.6.6.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:terraform-provider-random-3.0.0-150200.6.6.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:terraform-provider-tls-3.0.0-150200.5.6.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:terraform-provider-tls-3.0.0-150200.5.6.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:terraform-provider-tls-3.0.0-150200.5.6.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:terraform-provider-tls-3.0.0-150200.5.6.2.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
8.1 (High)
Affected products
Recommended
48 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-local-2.0.0-150200.6.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-local-2.0.0-150200.6.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-local-2.0.0-150200.6.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-local-2.0.0-150200.6.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-null-3.0.0-150200.6.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-null-3.0.0-150200.6.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-null-3.0.0-150200.6.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-null-3.0.0-150200.6.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-random-3.0.0-150200.6.6.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-random-3.0.0-150200.6.6.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-random-3.0.0-150200.6.6.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-random-3.0.0-150200.6.6.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-tls-3.0.0-150200.5.6.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-tls-3.0.0-150200.5.6.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-tls-3.0.0-150200.5.6.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-tls-3.0.0-150200.5.6.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-local-2.0.0-150200.6.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-local-2.0.0-150200.6.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-local-2.0.0-150200.6.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-local-2.0.0-150200.6.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-null-3.0.0-150200.6.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-null-3.0.0-150200.6.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-null-3.0.0-150200.6.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-null-3.0.0-150200.6.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-random-3.0.0-150200.6.6.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-random-3.0.0-150200.6.6.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-random-3.0.0-150200.6.6.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-random-3.0.0-150200.6.6.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-tls-3.0.0-150200.5.6.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-tls-3.0.0-150200.5.6.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-tls-3.0.0-150200.5.6.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-tls-3.0.0-150200.5.6.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:terraform-provider-local-2.0.0-150200.6.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:terraform-provider-local-2.0.0-150200.6.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:terraform-provider-local-2.0.0-150200.6.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:terraform-provider-local-2.0.0-150200.6.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:terraform-provider-null-3.0.0-150200.6.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:terraform-provider-null-3.0.0-150200.6.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:terraform-provider-null-3.0.0-150200.6.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:terraform-provider-null-3.0.0-150200.6.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:terraform-provider-random-3.0.0-150200.6.6.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:terraform-provider-random-3.0.0-150200.6.6.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:terraform-provider-random-3.0.0-150200.6.6.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:terraform-provider-random-3.0.0-150200.6.6.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:terraform-provider-tls-3.0.0-150200.5.6.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:terraform-provider-tls-3.0.0-150200.5.6.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:terraform-provider-tls-3.0.0-150200.5.6.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:terraform-provider-tls-3.0.0-150200.5.6.2.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
12 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for terraform-provider-local, terraform-provider-random, terraform-provider-tls",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for terraform-provider-local, terraform-provider-random, terraform-provider-tls fixes the following issue:\n\n- CVE-2026-25934: github.com/go-git/go-git/v5: improper verification of data integrity values for .pack and .idx files that can lead to the consumption of corrupted files (bsc#1258097).\n- CVE-2026-33186: fix authorization bypass in grpc-go due to improper validation of the HTTP/2 :path pseudo-header (bsc#1260218)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-1411,SUSE-SLE-Module-Public-Cloud-15-SP4-2026-1411,SUSE-SLE-Module-Public-Cloud-15-SP5-2026-1411,openSUSE-SLE-15.6-2026-1411",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_1411-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:1411-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261411-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:1411-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-April/045628.html"
},
{
"category": "self",
"summary": "SUSE Bug 1258097",
"url": "https://bugzilla.suse.com/1258097"
},
{
"category": "self",
"summary": "SUSE Bug 1260218",
"url": "https://bugzilla.suse.com/1260218"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-25934 page",
"url": "https://www.suse.com/security/cve/CVE-2026-25934/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-33186 page",
"url": "https://www.suse.com/security/cve/CVE-2026-33186/"
}
],
"title": "Security update for terraform-provider-local, terraform-provider-random, terraform-provider-tls",
"tracking": {
"current_release_date": "2026-04-16T12:57:14Z",
"generator": {
"date": "2026-04-16T12:57:14Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:1411-1",
"initial_release_date": "2026-04-16T12:57:14Z",
"revision_history": [
{
"date": "2026-04-16T12:57:14Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "terraform-provider-local-2.0.0-150200.6.8.1.aarch64",
"product": {
"name": "terraform-provider-local-2.0.0-150200.6.8.1.aarch64",
"product_id": "terraform-provider-local-2.0.0-150200.6.8.1.aarch64"
}
},
{
"category": "product_version",
"name": "terraform-provider-null-3.0.0-150200.6.12.1.aarch64",
"product": {
"name": "terraform-provider-null-3.0.0-150200.6.12.1.aarch64",
"product_id": "terraform-provider-null-3.0.0-150200.6.12.1.aarch64"
}
},
{
"category": "product_version",
"name": "terraform-provider-random-3.0.0-150200.6.6.2.aarch64",
"product": {
"name": "terraform-provider-random-3.0.0-150200.6.6.2.aarch64",
"product_id": "terraform-provider-random-3.0.0-150200.6.6.2.aarch64"
}
},
{
"category": "product_version",
"name": "terraform-provider-tls-3.0.0-150200.5.6.2.aarch64",
"product": {
"name": "terraform-provider-tls-3.0.0-150200.5.6.2.aarch64",
"product_id": "terraform-provider-tls-3.0.0-150200.5.6.2.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "terraform-provider-local-2.0.0-150200.6.8.1.i586",
"product": {
"name": "terraform-provider-local-2.0.0-150200.6.8.1.i586",
"product_id": "terraform-provider-local-2.0.0-150200.6.8.1.i586"
}
},
{
"category": "product_version",
"name": "terraform-provider-null-3.0.0-150200.6.12.1.i586",
"product": {
"name": "terraform-provider-null-3.0.0-150200.6.12.1.i586",
"product_id": "terraform-provider-null-3.0.0-150200.6.12.1.i586"
}
},
{
"category": "product_version",
"name": "terraform-provider-random-3.0.0-150200.6.6.2.i586",
"product": {
"name": "terraform-provider-random-3.0.0-150200.6.6.2.i586",
"product_id": "terraform-provider-random-3.0.0-150200.6.6.2.i586"
}
},
{
"category": "product_version",
"name": "terraform-provider-tls-3.0.0-150200.5.6.2.i586",
"product": {
"name": "terraform-provider-tls-3.0.0-150200.5.6.2.i586",
"product_id": "terraform-provider-tls-3.0.0-150200.5.6.2.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "terraform-provider-local-2.0.0-150200.6.8.1.ppc64le",
"product": {
"name": "terraform-provider-local-2.0.0-150200.6.8.1.ppc64le",
"product_id": "terraform-provider-local-2.0.0-150200.6.8.1.ppc64le"
}
},
{
"category": "product_version",
"name": "terraform-provider-null-3.0.0-150200.6.12.1.ppc64le",
"product": {
"name": "terraform-provider-null-3.0.0-150200.6.12.1.ppc64le",
"product_id": "terraform-provider-null-3.0.0-150200.6.12.1.ppc64le"
}
},
{
"category": "product_version",
"name": "terraform-provider-random-3.0.0-150200.6.6.2.ppc64le",
"product": {
"name": "terraform-provider-random-3.0.0-150200.6.6.2.ppc64le",
"product_id": "terraform-provider-random-3.0.0-150200.6.6.2.ppc64le"
}
},
{
"category": "product_version",
"name": "terraform-provider-tls-3.0.0-150200.5.6.2.ppc64le",
"product": {
"name": "terraform-provider-tls-3.0.0-150200.5.6.2.ppc64le",
"product_id": "terraform-provider-tls-3.0.0-150200.5.6.2.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "terraform-provider-local-2.0.0-150200.6.8.1.s390x",
"product": {
"name": "terraform-provider-local-2.0.0-150200.6.8.1.s390x",
"product_id": "terraform-provider-local-2.0.0-150200.6.8.1.s390x"
}
},
{
"category": "product_version",
"name": "terraform-provider-null-3.0.0-150200.6.12.1.s390x",
"product": {
"name": "terraform-provider-null-3.0.0-150200.6.12.1.s390x",
"product_id": "terraform-provider-null-3.0.0-150200.6.12.1.s390x"
}
},
{
"category": "product_version",
"name": "terraform-provider-random-3.0.0-150200.6.6.2.s390x",
"product": {
"name": "terraform-provider-random-3.0.0-150200.6.6.2.s390x",
"product_id": "terraform-provider-random-3.0.0-150200.6.6.2.s390x"
}
},
{
"category": "product_version",
"name": "terraform-provider-tls-3.0.0-150200.5.6.2.s390x",
"product": {
"name": "terraform-provider-tls-3.0.0-150200.5.6.2.s390x",
"product_id": "terraform-provider-tls-3.0.0-150200.5.6.2.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "terraform-provider-local-2.0.0-150200.6.8.1.x86_64",
"product": {
"name": "terraform-provider-local-2.0.0-150200.6.8.1.x86_64",
"product_id": "terraform-provider-local-2.0.0-150200.6.8.1.x86_64"
}
},
{
"category": "product_version",
"name": "terraform-provider-null-3.0.0-150200.6.12.1.x86_64",
"product": {
"name": "terraform-provider-null-3.0.0-150200.6.12.1.x86_64",
"product_id": "terraform-provider-null-3.0.0-150200.6.12.1.x86_64"
}
},
{
"category": "product_version",
"name": "terraform-provider-random-3.0.0-150200.6.6.2.x86_64",
"product": {
"name": "terraform-provider-random-3.0.0-150200.6.6.2.x86_64",
"product_id": "terraform-provider-random-3.0.0-150200.6.6.2.x86_64"
}
},
{
"category": "product_version",
"name": "terraform-provider-tls-3.0.0-150200.5.6.2.x86_64",
"product": {
"name": "terraform-provider-tls-3.0.0-150200.5.6.2.x86_64",
"product_id": "terraform-provider-tls-3.0.0-150200.5.6.2.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-public-cloud:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-public-cloud:15:sp5"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "terraform-provider-local-2.0.0-150200.6.8.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-local-2.0.0-150200.6.8.1.aarch64"
},
"product_reference": "terraform-provider-local-2.0.0-150200.6.8.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "terraform-provider-local-2.0.0-150200.6.8.1.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-local-2.0.0-150200.6.8.1.ppc64le"
},
"product_reference": "terraform-provider-local-2.0.0-150200.6.8.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "terraform-provider-local-2.0.0-150200.6.8.1.s390x as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-local-2.0.0-150200.6.8.1.s390x"
},
"product_reference": "terraform-provider-local-2.0.0-150200.6.8.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "terraform-provider-local-2.0.0-150200.6.8.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-local-2.0.0-150200.6.8.1.x86_64"
},
"product_reference": "terraform-provider-local-2.0.0-150200.6.8.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "terraform-provider-null-3.0.0-150200.6.12.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-null-3.0.0-150200.6.12.1.aarch64"
},
"product_reference": "terraform-provider-null-3.0.0-150200.6.12.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "terraform-provider-null-3.0.0-150200.6.12.1.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-null-3.0.0-150200.6.12.1.ppc64le"
},
"product_reference": "terraform-provider-null-3.0.0-150200.6.12.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "terraform-provider-null-3.0.0-150200.6.12.1.s390x as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-null-3.0.0-150200.6.12.1.s390x"
},
"product_reference": "terraform-provider-null-3.0.0-150200.6.12.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "terraform-provider-null-3.0.0-150200.6.12.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-null-3.0.0-150200.6.12.1.x86_64"
},
"product_reference": "terraform-provider-null-3.0.0-150200.6.12.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "terraform-provider-random-3.0.0-150200.6.6.2.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-random-3.0.0-150200.6.6.2.aarch64"
},
"product_reference": "terraform-provider-random-3.0.0-150200.6.6.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "terraform-provider-random-3.0.0-150200.6.6.2.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-random-3.0.0-150200.6.6.2.ppc64le"
},
"product_reference": "terraform-provider-random-3.0.0-150200.6.6.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "terraform-provider-random-3.0.0-150200.6.6.2.s390x as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-random-3.0.0-150200.6.6.2.s390x"
},
"product_reference": "terraform-provider-random-3.0.0-150200.6.6.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "terraform-provider-random-3.0.0-150200.6.6.2.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-random-3.0.0-150200.6.6.2.x86_64"
},
"product_reference": "terraform-provider-random-3.0.0-150200.6.6.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "terraform-provider-tls-3.0.0-150200.5.6.2.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-tls-3.0.0-150200.5.6.2.aarch64"
},
"product_reference": "terraform-provider-tls-3.0.0-150200.5.6.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "terraform-provider-tls-3.0.0-150200.5.6.2.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-tls-3.0.0-150200.5.6.2.ppc64le"
},
"product_reference": "terraform-provider-tls-3.0.0-150200.5.6.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "terraform-provider-tls-3.0.0-150200.5.6.2.s390x as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-tls-3.0.0-150200.5.6.2.s390x"
},
"product_reference": "terraform-provider-tls-3.0.0-150200.5.6.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "terraform-provider-tls-3.0.0-150200.5.6.2.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-tls-3.0.0-150200.5.6.2.x86_64"
},
"product_reference": "terraform-provider-tls-3.0.0-150200.5.6.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "terraform-provider-local-2.0.0-150200.6.8.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-local-2.0.0-150200.6.8.1.aarch64"
},
"product_reference": "terraform-provider-local-2.0.0-150200.6.8.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "terraform-provider-local-2.0.0-150200.6.8.1.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-local-2.0.0-150200.6.8.1.ppc64le"
},
"product_reference": "terraform-provider-local-2.0.0-150200.6.8.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "terraform-provider-local-2.0.0-150200.6.8.1.s390x as component of SUSE Linux Enterprise Module for Public Cloud 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-local-2.0.0-150200.6.8.1.s390x"
},
"product_reference": "terraform-provider-local-2.0.0-150200.6.8.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "terraform-provider-local-2.0.0-150200.6.8.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-local-2.0.0-150200.6.8.1.x86_64"
},
"product_reference": "terraform-provider-local-2.0.0-150200.6.8.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "terraform-provider-null-3.0.0-150200.6.12.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-null-3.0.0-150200.6.12.1.aarch64"
},
"product_reference": "terraform-provider-null-3.0.0-150200.6.12.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "terraform-provider-null-3.0.0-150200.6.12.1.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-null-3.0.0-150200.6.12.1.ppc64le"
},
"product_reference": "terraform-provider-null-3.0.0-150200.6.12.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "terraform-provider-null-3.0.0-150200.6.12.1.s390x as component of SUSE Linux Enterprise Module for Public Cloud 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-null-3.0.0-150200.6.12.1.s390x"
},
"product_reference": "terraform-provider-null-3.0.0-150200.6.12.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "terraform-provider-null-3.0.0-150200.6.12.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-null-3.0.0-150200.6.12.1.x86_64"
},
"product_reference": "terraform-provider-null-3.0.0-150200.6.12.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "terraform-provider-random-3.0.0-150200.6.6.2.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-random-3.0.0-150200.6.6.2.aarch64"
},
"product_reference": "terraform-provider-random-3.0.0-150200.6.6.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "terraform-provider-random-3.0.0-150200.6.6.2.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-random-3.0.0-150200.6.6.2.ppc64le"
},
"product_reference": "terraform-provider-random-3.0.0-150200.6.6.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "terraform-provider-random-3.0.0-150200.6.6.2.s390x as component of SUSE Linux Enterprise Module for Public Cloud 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-random-3.0.0-150200.6.6.2.s390x"
},
"product_reference": "terraform-provider-random-3.0.0-150200.6.6.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "terraform-provider-random-3.0.0-150200.6.6.2.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-random-3.0.0-150200.6.6.2.x86_64"
},
"product_reference": "terraform-provider-random-3.0.0-150200.6.6.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "terraform-provider-tls-3.0.0-150200.5.6.2.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-tls-3.0.0-150200.5.6.2.aarch64"
},
"product_reference": "terraform-provider-tls-3.0.0-150200.5.6.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "terraform-provider-tls-3.0.0-150200.5.6.2.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-tls-3.0.0-150200.5.6.2.ppc64le"
},
"product_reference": "terraform-provider-tls-3.0.0-150200.5.6.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "terraform-provider-tls-3.0.0-150200.5.6.2.s390x as component of SUSE Linux Enterprise Module for Public Cloud 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-tls-3.0.0-150200.5.6.2.s390x"
},
"product_reference": "terraform-provider-tls-3.0.0-150200.5.6.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "terraform-provider-tls-3.0.0-150200.5.6.2.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-tls-3.0.0-150200.5.6.2.x86_64"
},
"product_reference": "terraform-provider-tls-3.0.0-150200.5.6.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "terraform-provider-local-2.0.0-150200.6.8.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:terraform-provider-local-2.0.0-150200.6.8.1.aarch64"
},
"product_reference": "terraform-provider-local-2.0.0-150200.6.8.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "terraform-provider-local-2.0.0-150200.6.8.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:terraform-provider-local-2.0.0-150200.6.8.1.ppc64le"
},
"product_reference": "terraform-provider-local-2.0.0-150200.6.8.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "terraform-provider-local-2.0.0-150200.6.8.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:terraform-provider-local-2.0.0-150200.6.8.1.s390x"
},
"product_reference": "terraform-provider-local-2.0.0-150200.6.8.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "terraform-provider-local-2.0.0-150200.6.8.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:terraform-provider-local-2.0.0-150200.6.8.1.x86_64"
},
"product_reference": "terraform-provider-local-2.0.0-150200.6.8.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "terraform-provider-null-3.0.0-150200.6.12.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:terraform-provider-null-3.0.0-150200.6.12.1.aarch64"
},
"product_reference": "terraform-provider-null-3.0.0-150200.6.12.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "terraform-provider-null-3.0.0-150200.6.12.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:terraform-provider-null-3.0.0-150200.6.12.1.ppc64le"
},
"product_reference": "terraform-provider-null-3.0.0-150200.6.12.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "terraform-provider-null-3.0.0-150200.6.12.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:terraform-provider-null-3.0.0-150200.6.12.1.s390x"
},
"product_reference": "terraform-provider-null-3.0.0-150200.6.12.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "terraform-provider-null-3.0.0-150200.6.12.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:terraform-provider-null-3.0.0-150200.6.12.1.x86_64"
},
"product_reference": "terraform-provider-null-3.0.0-150200.6.12.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "terraform-provider-random-3.0.0-150200.6.6.2.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:terraform-provider-random-3.0.0-150200.6.6.2.aarch64"
},
"product_reference": "terraform-provider-random-3.0.0-150200.6.6.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "terraform-provider-random-3.0.0-150200.6.6.2.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:terraform-provider-random-3.0.0-150200.6.6.2.ppc64le"
},
"product_reference": "terraform-provider-random-3.0.0-150200.6.6.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "terraform-provider-random-3.0.0-150200.6.6.2.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:terraform-provider-random-3.0.0-150200.6.6.2.s390x"
},
"product_reference": "terraform-provider-random-3.0.0-150200.6.6.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "terraform-provider-random-3.0.0-150200.6.6.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:terraform-provider-random-3.0.0-150200.6.6.2.x86_64"
},
"product_reference": "terraform-provider-random-3.0.0-150200.6.6.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "terraform-provider-tls-3.0.0-150200.5.6.2.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:terraform-provider-tls-3.0.0-150200.5.6.2.aarch64"
},
"product_reference": "terraform-provider-tls-3.0.0-150200.5.6.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "terraform-provider-tls-3.0.0-150200.5.6.2.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:terraform-provider-tls-3.0.0-150200.5.6.2.ppc64le"
},
"product_reference": "terraform-provider-tls-3.0.0-150200.5.6.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "terraform-provider-tls-3.0.0-150200.5.6.2.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:terraform-provider-tls-3.0.0-150200.5.6.2.s390x"
},
"product_reference": "terraform-provider-tls-3.0.0-150200.5.6.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "terraform-provider-tls-3.0.0-150200.5.6.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:terraform-provider-tls-3.0.0-150200.5.6.2.x86_64"
},
"product_reference": "terraform-provider-tls-3.0.0-150200.5.6.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-25934",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-25934"
}
],
"notes": [
{
"category": "general",
"text": "go-git is a highly extensible git implementation library written in pure Go. Prior to 5.16.5, a vulnerability was discovered in go-git whereby data integrity values for .pack and .idx files were not properly verified. This resulted in go-git potentially consuming corrupted files, which would likely result in unexpected errors such as object not found. For context, clients fetch packfiles from upstream Git servers. Those files contain a checksum of their contents, so that clients can perform integrity checks before consuming it. The pack indexes (.idx) are generated locally by go-git, or the git cli, when new .pack files are received and processed. The integrity checks for both files were not being verified correctly. This vulnerability is fixed in 5.16.5.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-local-2.0.0-150200.6.8.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-local-2.0.0-150200.6.8.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-local-2.0.0-150200.6.8.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-local-2.0.0-150200.6.8.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-null-3.0.0-150200.6.12.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-null-3.0.0-150200.6.12.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-null-3.0.0-150200.6.12.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-null-3.0.0-150200.6.12.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-random-3.0.0-150200.6.6.2.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-random-3.0.0-150200.6.6.2.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-random-3.0.0-150200.6.6.2.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-random-3.0.0-150200.6.6.2.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-tls-3.0.0-150200.5.6.2.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-tls-3.0.0-150200.5.6.2.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-tls-3.0.0-150200.5.6.2.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-tls-3.0.0-150200.5.6.2.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-local-2.0.0-150200.6.8.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-local-2.0.0-150200.6.8.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-local-2.0.0-150200.6.8.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-local-2.0.0-150200.6.8.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-null-3.0.0-150200.6.12.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-null-3.0.0-150200.6.12.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-null-3.0.0-150200.6.12.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-null-3.0.0-150200.6.12.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-random-3.0.0-150200.6.6.2.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-random-3.0.0-150200.6.6.2.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-random-3.0.0-150200.6.6.2.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-random-3.0.0-150200.6.6.2.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-tls-3.0.0-150200.5.6.2.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-tls-3.0.0-150200.5.6.2.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-tls-3.0.0-150200.5.6.2.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-tls-3.0.0-150200.5.6.2.x86_64",
"openSUSE Leap 15.6:terraform-provider-local-2.0.0-150200.6.8.1.aarch64",
"openSUSE Leap 15.6:terraform-provider-local-2.0.0-150200.6.8.1.ppc64le",
"openSUSE Leap 15.6:terraform-provider-local-2.0.0-150200.6.8.1.s390x",
"openSUSE Leap 15.6:terraform-provider-local-2.0.0-150200.6.8.1.x86_64",
"openSUSE Leap 15.6:terraform-provider-null-3.0.0-150200.6.12.1.aarch64",
"openSUSE Leap 15.6:terraform-provider-null-3.0.0-150200.6.12.1.ppc64le",
"openSUSE Leap 15.6:terraform-provider-null-3.0.0-150200.6.12.1.s390x",
"openSUSE Leap 15.6:terraform-provider-null-3.0.0-150200.6.12.1.x86_64",
"openSUSE Leap 15.6:terraform-provider-random-3.0.0-150200.6.6.2.aarch64",
"openSUSE Leap 15.6:terraform-provider-random-3.0.0-150200.6.6.2.ppc64le",
"openSUSE Leap 15.6:terraform-provider-random-3.0.0-150200.6.6.2.s390x",
"openSUSE Leap 15.6:terraform-provider-random-3.0.0-150200.6.6.2.x86_64",
"openSUSE Leap 15.6:terraform-provider-tls-3.0.0-150200.5.6.2.aarch64",
"openSUSE Leap 15.6:terraform-provider-tls-3.0.0-150200.5.6.2.ppc64le",
"openSUSE Leap 15.6:terraform-provider-tls-3.0.0-150200.5.6.2.s390x",
"openSUSE Leap 15.6:terraform-provider-tls-3.0.0-150200.5.6.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-25934",
"url": "https://www.suse.com/security/cve/CVE-2026-25934"
},
{
"category": "external",
"summary": "SUSE Bug 1258093 for CVE-2026-25934",
"url": "https://bugzilla.suse.com/1258093"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-local-2.0.0-150200.6.8.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-local-2.0.0-150200.6.8.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-local-2.0.0-150200.6.8.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-local-2.0.0-150200.6.8.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-null-3.0.0-150200.6.12.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-null-3.0.0-150200.6.12.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-null-3.0.0-150200.6.12.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-null-3.0.0-150200.6.12.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-random-3.0.0-150200.6.6.2.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-random-3.0.0-150200.6.6.2.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-random-3.0.0-150200.6.6.2.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-random-3.0.0-150200.6.6.2.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-tls-3.0.0-150200.5.6.2.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-tls-3.0.0-150200.5.6.2.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-tls-3.0.0-150200.5.6.2.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-tls-3.0.0-150200.5.6.2.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-local-2.0.0-150200.6.8.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-local-2.0.0-150200.6.8.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-local-2.0.0-150200.6.8.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-local-2.0.0-150200.6.8.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-null-3.0.0-150200.6.12.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-null-3.0.0-150200.6.12.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-null-3.0.0-150200.6.12.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-null-3.0.0-150200.6.12.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-random-3.0.0-150200.6.6.2.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-random-3.0.0-150200.6.6.2.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-random-3.0.0-150200.6.6.2.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-random-3.0.0-150200.6.6.2.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-tls-3.0.0-150200.5.6.2.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-tls-3.0.0-150200.5.6.2.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-tls-3.0.0-150200.5.6.2.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-tls-3.0.0-150200.5.6.2.x86_64",
"openSUSE Leap 15.6:terraform-provider-local-2.0.0-150200.6.8.1.aarch64",
"openSUSE Leap 15.6:terraform-provider-local-2.0.0-150200.6.8.1.ppc64le",
"openSUSE Leap 15.6:terraform-provider-local-2.0.0-150200.6.8.1.s390x",
"openSUSE Leap 15.6:terraform-provider-local-2.0.0-150200.6.8.1.x86_64",
"openSUSE Leap 15.6:terraform-provider-null-3.0.0-150200.6.12.1.aarch64",
"openSUSE Leap 15.6:terraform-provider-null-3.0.0-150200.6.12.1.ppc64le",
"openSUSE Leap 15.6:terraform-provider-null-3.0.0-150200.6.12.1.s390x",
"openSUSE Leap 15.6:terraform-provider-null-3.0.0-150200.6.12.1.x86_64",
"openSUSE Leap 15.6:terraform-provider-random-3.0.0-150200.6.6.2.aarch64",
"openSUSE Leap 15.6:terraform-provider-random-3.0.0-150200.6.6.2.ppc64le",
"openSUSE Leap 15.6:terraform-provider-random-3.0.0-150200.6.6.2.s390x",
"openSUSE Leap 15.6:terraform-provider-random-3.0.0-150200.6.6.2.x86_64",
"openSUSE Leap 15.6:terraform-provider-tls-3.0.0-150200.5.6.2.aarch64",
"openSUSE Leap 15.6:terraform-provider-tls-3.0.0-150200.5.6.2.ppc64le",
"openSUSE Leap 15.6:terraform-provider-tls-3.0.0-150200.5.6.2.s390x",
"openSUSE Leap 15.6:terraform-provider-tls-3.0.0-150200.5.6.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-local-2.0.0-150200.6.8.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-local-2.0.0-150200.6.8.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-local-2.0.0-150200.6.8.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-local-2.0.0-150200.6.8.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-null-3.0.0-150200.6.12.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-null-3.0.0-150200.6.12.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-null-3.0.0-150200.6.12.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-null-3.0.0-150200.6.12.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-random-3.0.0-150200.6.6.2.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-random-3.0.0-150200.6.6.2.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-random-3.0.0-150200.6.6.2.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-random-3.0.0-150200.6.6.2.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-tls-3.0.0-150200.5.6.2.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-tls-3.0.0-150200.5.6.2.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-tls-3.0.0-150200.5.6.2.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-tls-3.0.0-150200.5.6.2.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-local-2.0.0-150200.6.8.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-local-2.0.0-150200.6.8.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-local-2.0.0-150200.6.8.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-local-2.0.0-150200.6.8.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-null-3.0.0-150200.6.12.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-null-3.0.0-150200.6.12.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-null-3.0.0-150200.6.12.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-null-3.0.0-150200.6.12.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-random-3.0.0-150200.6.6.2.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-random-3.0.0-150200.6.6.2.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-random-3.0.0-150200.6.6.2.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-random-3.0.0-150200.6.6.2.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-tls-3.0.0-150200.5.6.2.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-tls-3.0.0-150200.5.6.2.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-tls-3.0.0-150200.5.6.2.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-tls-3.0.0-150200.5.6.2.x86_64",
"openSUSE Leap 15.6:terraform-provider-local-2.0.0-150200.6.8.1.aarch64",
"openSUSE Leap 15.6:terraform-provider-local-2.0.0-150200.6.8.1.ppc64le",
"openSUSE Leap 15.6:terraform-provider-local-2.0.0-150200.6.8.1.s390x",
"openSUSE Leap 15.6:terraform-provider-local-2.0.0-150200.6.8.1.x86_64",
"openSUSE Leap 15.6:terraform-provider-null-3.0.0-150200.6.12.1.aarch64",
"openSUSE Leap 15.6:terraform-provider-null-3.0.0-150200.6.12.1.ppc64le",
"openSUSE Leap 15.6:terraform-provider-null-3.0.0-150200.6.12.1.s390x",
"openSUSE Leap 15.6:terraform-provider-null-3.0.0-150200.6.12.1.x86_64",
"openSUSE Leap 15.6:terraform-provider-random-3.0.0-150200.6.6.2.aarch64",
"openSUSE Leap 15.6:terraform-provider-random-3.0.0-150200.6.6.2.ppc64le",
"openSUSE Leap 15.6:terraform-provider-random-3.0.0-150200.6.6.2.s390x",
"openSUSE Leap 15.6:terraform-provider-random-3.0.0-150200.6.6.2.x86_64",
"openSUSE Leap 15.6:terraform-provider-tls-3.0.0-150200.5.6.2.aarch64",
"openSUSE Leap 15.6:terraform-provider-tls-3.0.0-150200.5.6.2.ppc64le",
"openSUSE Leap 15.6:terraform-provider-tls-3.0.0-150200.5.6.2.s390x",
"openSUSE Leap 15.6:terraform-provider-tls-3.0.0-150200.5.6.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-16T12:57:14Z",
"details": "moderate"
}
],
"title": "CVE-2026-25934"
},
{
"cve": "CVE-2026-33186",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-33186"
}
],
"notes": [
{
"category": "general",
"text": "gRPC-Go is the Go language implementation of gRPC. Versions prior to 1.79.3 have an authorization bypass resulting from improper input validation of the HTTP/2 `:path` pseudo-header. The gRPC-Go server was too lenient in its routing logic, accepting requests where the `:path` omitted the mandatory leading slash (e.g., `Service/Method` instead of `/Service/Method`). While the server successfully routed these requests to the correct handler, authorization interceptors (including the official `grpc/authz` package) evaluated the raw, non-canonical path string. Consequently, \"deny\" rules defined using canonical paths (starting with `/`) failed to match the incoming request, allowing it to bypass the policy if a fallback \"allow\" rule was present. This affects gRPC-Go servers that use path-based authorization interceptors, such as the official RBAC implementation in `google.golang.org/grpc/authz` or custom interceptors relying on `info.FullMethod` or `grpc.Method(ctx)`; AND that have a security policy contains specific \"deny\" rules for canonical paths but allows other requests by default (a fallback \"allow\" rule). The vulnerability is exploitable by an attacker who can send raw HTTP/2 frames with malformed `:path` headers directly to the gRPC server. The fix in version 1.79.3 ensures that any request with a `:path` that does not start with a leading slash is immediately rejected with a `codes.Unimplemented` error, preventing it from reaching authorization interceptors or handlers with a non-canonical path string. While upgrading is the most secure and recommended path, users can mitigate the vulnerability using one of the following methods: Use a validating interceptor (recommended mitigation); infrastructure-level normalization; and/or policy hardening.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-local-2.0.0-150200.6.8.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-local-2.0.0-150200.6.8.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-local-2.0.0-150200.6.8.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-local-2.0.0-150200.6.8.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-null-3.0.0-150200.6.12.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-null-3.0.0-150200.6.12.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-null-3.0.0-150200.6.12.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-null-3.0.0-150200.6.12.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-random-3.0.0-150200.6.6.2.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-random-3.0.0-150200.6.6.2.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-random-3.0.0-150200.6.6.2.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-random-3.0.0-150200.6.6.2.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-tls-3.0.0-150200.5.6.2.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-tls-3.0.0-150200.5.6.2.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-tls-3.0.0-150200.5.6.2.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-tls-3.0.0-150200.5.6.2.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-local-2.0.0-150200.6.8.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-local-2.0.0-150200.6.8.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-local-2.0.0-150200.6.8.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-local-2.0.0-150200.6.8.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-null-3.0.0-150200.6.12.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-null-3.0.0-150200.6.12.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-null-3.0.0-150200.6.12.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-null-3.0.0-150200.6.12.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-random-3.0.0-150200.6.6.2.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-random-3.0.0-150200.6.6.2.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-random-3.0.0-150200.6.6.2.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-random-3.0.0-150200.6.6.2.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-tls-3.0.0-150200.5.6.2.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-tls-3.0.0-150200.5.6.2.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-tls-3.0.0-150200.5.6.2.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-tls-3.0.0-150200.5.6.2.x86_64",
"openSUSE Leap 15.6:terraform-provider-local-2.0.0-150200.6.8.1.aarch64",
"openSUSE Leap 15.6:terraform-provider-local-2.0.0-150200.6.8.1.ppc64le",
"openSUSE Leap 15.6:terraform-provider-local-2.0.0-150200.6.8.1.s390x",
"openSUSE Leap 15.6:terraform-provider-local-2.0.0-150200.6.8.1.x86_64",
"openSUSE Leap 15.6:terraform-provider-null-3.0.0-150200.6.12.1.aarch64",
"openSUSE Leap 15.6:terraform-provider-null-3.0.0-150200.6.12.1.ppc64le",
"openSUSE Leap 15.6:terraform-provider-null-3.0.0-150200.6.12.1.s390x",
"openSUSE Leap 15.6:terraform-provider-null-3.0.0-150200.6.12.1.x86_64",
"openSUSE Leap 15.6:terraform-provider-random-3.0.0-150200.6.6.2.aarch64",
"openSUSE Leap 15.6:terraform-provider-random-3.0.0-150200.6.6.2.ppc64le",
"openSUSE Leap 15.6:terraform-provider-random-3.0.0-150200.6.6.2.s390x",
"openSUSE Leap 15.6:terraform-provider-random-3.0.0-150200.6.6.2.x86_64",
"openSUSE Leap 15.6:terraform-provider-tls-3.0.0-150200.5.6.2.aarch64",
"openSUSE Leap 15.6:terraform-provider-tls-3.0.0-150200.5.6.2.ppc64le",
"openSUSE Leap 15.6:terraform-provider-tls-3.0.0-150200.5.6.2.s390x",
"openSUSE Leap 15.6:terraform-provider-tls-3.0.0-150200.5.6.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-33186",
"url": "https://www.suse.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "SUSE Bug 1260085 for CVE-2026-33186",
"url": "https://bugzilla.suse.com/1260085"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-local-2.0.0-150200.6.8.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-local-2.0.0-150200.6.8.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-local-2.0.0-150200.6.8.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-local-2.0.0-150200.6.8.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-null-3.0.0-150200.6.12.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-null-3.0.0-150200.6.12.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-null-3.0.0-150200.6.12.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-null-3.0.0-150200.6.12.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-random-3.0.0-150200.6.6.2.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-random-3.0.0-150200.6.6.2.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-random-3.0.0-150200.6.6.2.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-random-3.0.0-150200.6.6.2.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-tls-3.0.0-150200.5.6.2.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-tls-3.0.0-150200.5.6.2.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-tls-3.0.0-150200.5.6.2.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-tls-3.0.0-150200.5.6.2.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-local-2.0.0-150200.6.8.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-local-2.0.0-150200.6.8.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-local-2.0.0-150200.6.8.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-local-2.0.0-150200.6.8.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-null-3.0.0-150200.6.12.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-null-3.0.0-150200.6.12.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-null-3.0.0-150200.6.12.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-null-3.0.0-150200.6.12.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-random-3.0.0-150200.6.6.2.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-random-3.0.0-150200.6.6.2.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-random-3.0.0-150200.6.6.2.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-random-3.0.0-150200.6.6.2.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-tls-3.0.0-150200.5.6.2.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-tls-3.0.0-150200.5.6.2.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-tls-3.0.0-150200.5.6.2.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-tls-3.0.0-150200.5.6.2.x86_64",
"openSUSE Leap 15.6:terraform-provider-local-2.0.0-150200.6.8.1.aarch64",
"openSUSE Leap 15.6:terraform-provider-local-2.0.0-150200.6.8.1.ppc64le",
"openSUSE Leap 15.6:terraform-provider-local-2.0.0-150200.6.8.1.s390x",
"openSUSE Leap 15.6:terraform-provider-local-2.0.0-150200.6.8.1.x86_64",
"openSUSE Leap 15.6:terraform-provider-null-3.0.0-150200.6.12.1.aarch64",
"openSUSE Leap 15.6:terraform-provider-null-3.0.0-150200.6.12.1.ppc64le",
"openSUSE Leap 15.6:terraform-provider-null-3.0.0-150200.6.12.1.s390x",
"openSUSE Leap 15.6:terraform-provider-null-3.0.0-150200.6.12.1.x86_64",
"openSUSE Leap 15.6:terraform-provider-random-3.0.0-150200.6.6.2.aarch64",
"openSUSE Leap 15.6:terraform-provider-random-3.0.0-150200.6.6.2.ppc64le",
"openSUSE Leap 15.6:terraform-provider-random-3.0.0-150200.6.6.2.s390x",
"openSUSE Leap 15.6:terraform-provider-random-3.0.0-150200.6.6.2.x86_64",
"openSUSE Leap 15.6:terraform-provider-tls-3.0.0-150200.5.6.2.aarch64",
"openSUSE Leap 15.6:terraform-provider-tls-3.0.0-150200.5.6.2.ppc64le",
"openSUSE Leap 15.6:terraform-provider-tls-3.0.0-150200.5.6.2.s390x",
"openSUSE Leap 15.6:terraform-provider-tls-3.0.0-150200.5.6.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-local-2.0.0-150200.6.8.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-local-2.0.0-150200.6.8.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-local-2.0.0-150200.6.8.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-local-2.0.0-150200.6.8.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-null-3.0.0-150200.6.12.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-null-3.0.0-150200.6.12.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-null-3.0.0-150200.6.12.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-null-3.0.0-150200.6.12.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-random-3.0.0-150200.6.6.2.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-random-3.0.0-150200.6.6.2.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-random-3.0.0-150200.6.6.2.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-random-3.0.0-150200.6.6.2.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-tls-3.0.0-150200.5.6.2.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-tls-3.0.0-150200.5.6.2.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-tls-3.0.0-150200.5.6.2.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-tls-3.0.0-150200.5.6.2.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-local-2.0.0-150200.6.8.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-local-2.0.0-150200.6.8.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-local-2.0.0-150200.6.8.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-local-2.0.0-150200.6.8.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-null-3.0.0-150200.6.12.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-null-3.0.0-150200.6.12.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-null-3.0.0-150200.6.12.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-null-3.0.0-150200.6.12.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-random-3.0.0-150200.6.6.2.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-random-3.0.0-150200.6.6.2.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-random-3.0.0-150200.6.6.2.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-random-3.0.0-150200.6.6.2.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-tls-3.0.0-150200.5.6.2.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-tls-3.0.0-150200.5.6.2.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-tls-3.0.0-150200.5.6.2.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-tls-3.0.0-150200.5.6.2.x86_64",
"openSUSE Leap 15.6:terraform-provider-local-2.0.0-150200.6.8.1.aarch64",
"openSUSE Leap 15.6:terraform-provider-local-2.0.0-150200.6.8.1.ppc64le",
"openSUSE Leap 15.6:terraform-provider-local-2.0.0-150200.6.8.1.s390x",
"openSUSE Leap 15.6:terraform-provider-local-2.0.0-150200.6.8.1.x86_64",
"openSUSE Leap 15.6:terraform-provider-null-3.0.0-150200.6.12.1.aarch64",
"openSUSE Leap 15.6:terraform-provider-null-3.0.0-150200.6.12.1.ppc64le",
"openSUSE Leap 15.6:terraform-provider-null-3.0.0-150200.6.12.1.s390x",
"openSUSE Leap 15.6:terraform-provider-null-3.0.0-150200.6.12.1.x86_64",
"openSUSE Leap 15.6:terraform-provider-random-3.0.0-150200.6.6.2.aarch64",
"openSUSE Leap 15.6:terraform-provider-random-3.0.0-150200.6.6.2.ppc64le",
"openSUSE Leap 15.6:terraform-provider-random-3.0.0-150200.6.6.2.s390x",
"openSUSE Leap 15.6:terraform-provider-random-3.0.0-150200.6.6.2.x86_64",
"openSUSE Leap 15.6:terraform-provider-tls-3.0.0-150200.5.6.2.aarch64",
"openSUSE Leap 15.6:terraform-provider-tls-3.0.0-150200.5.6.2.ppc64le",
"openSUSE Leap 15.6:terraform-provider-tls-3.0.0-150200.5.6.2.s390x",
"openSUSE Leap 15.6:terraform-provider-tls-3.0.0-150200.5.6.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-16T12:57:14Z",
"details": "important"
}
],
"title": "CVE-2026-33186"
}
]
}
SUSE-SU-2026:1524-1
Vulnerability from csaf_suse - Published: 2026-04-21 09:26 - Updated: 2026-04-21 09:26Summary
Security update 5.1.3 for Multi-Linux Manager Client Tools
Severity
Critical
Notes
Title of the patch: Security update 5.1.3 for Multi-Linux Manager Client Tools
Description of the patch: This update fixes the following issues:
golang-github-lusitaniae-apache_exporter:
- Internal changes to fix build issues with no impact for customers
golang-github-prometheus-prometheus:
- Security issues fixed:
* CVE-2026-27606: Fixed arbitrary file write via path traversal in rollup (bsc#1258893)
+ Bumped rollup to version 4.59.0
* CVE-2026-25547: Fixed unbounded brace range expansion leading to excessive CPU and memory consumption (bsc#1257841)
+ Bumped brace-expansion to version 5.0.2
* CVE-2026-1615, CVE-2025-61140 The old web UI is no longer built due to security issues (bsc#1257897, bsc#1257442)
* CVE-2025-13465: Bumped lodash package to version 4.17.23 to fix prototype pollution vulnerability (bsc#1257329)
* CVE-2026-33186: Fixed authorization bypass due to improper validation of the HTTP/2 :path pseudo-header (bsc#1260267)
+ Bumped google.golang.org/grpc to version 1.79.3
grafana:
- Security issues fixed:
* CVE-2026-21722: Public dashboards annotations: use dashboard timerange if time selection disabled (bsc#1258136)
* CVE-2026-21721: Fixed access control by the dashboard permissions API (bsc#1257337)
* CVE-2026-21720: Fixed unauthenticated DoS (bsc#1257349)
* CVE-2025-3415: Fixed exposure of DingDing alerting integration URL to Viewer level users (bsc#1245302)
* CVE-2026-26958: Bumped filippo.io/edwards25519 to version 1.1.1 (bsc#1258595)
* CVE-2026-21725: Fixed missing UID when deleting datasource by name (bsc#1258873)
* CVE-2026-21725: Fixed missing UID when deleting datasource by name (bsc#1258873)
* CVE-2026-27876: Fixed remote arbitrary code execution via chained SQL Expressions (bsc#1261025)
* CVE-2026-27877: Fixed information disclosure of data-source passwords via public dashboards (bsc#1261026)
* CVE-2026-28375: Fixed denial of service via testdata data-source (bsc#1261029)
* CVE-2026-27879: Fixed denial of service via resample query (bsc#1261027)
* CVE-2026-33186: Fixed authorization bypass due to improper validation of the HTTP/2 :path pseudo-header (bsc#1260263)
* CVE-2026-21724: Fixed authorization bypass allows modification of protected webhook URLs (bsc#1260878)
- Version update from 11.5.10 to 11.6.14+security01 with the following highlighted changes and fixes:
* Public Dashboards: Wired the public dashboard service to the HTTP server to ensure proper connectivity and availability
* Authentication: Refined the redirect logic to ensure consistent behavior during login and logout sequences
* Dashboard Reliability: Resolved a bug preventing single panels from rendering correctly when dashboard variables are referenced
* Performance Boost: Introduced WebGL-powered geomaps for smoother map visualizations and
removed blurred backgrounds from UI overlays to speed up the interface
* One-Click Actions: Visualizations now support faster navigation via one-click links and actions
* Alerting History: Added version history for alert rules, allowing you to track changes over time
* Service Accounts: Automated the migration of old API keys to more secure Service Accounts upon startup
* Cron Support: Annotations now support Cron syntax for more flexible scheduling
* Identity and Auth: Hardened the Avatar feature (now requires sign-in) and fixed several login redirection issues
when Grafana is hosted on a subpath
* Data Source Support: Added support for Cloud Partner Prometheus data sources and improved Azure legend formatting
* Alerting Limits: Added size limits for expanded notification templates to prevent system strain
* RBAC: Integrated Role-Based Access Control (RBAC) into the Alertmanager via the reqAction field
* Data Consistency: Fixed several issues with Graphite and InfluxDB regarding how variables are handled in repeated
rows or nested queries
* Dashboard Reliability:
+ Fixed bugs involving row repeats and 'self-referencing' data links
+ Fixed a bug preventing single panels from rendering correctly when dashboard variables are referenced
* Alerting Fixes: Patched a critical 'panic' (crash) caused by a race condition in alert rules and fixed issues where
contact points weren't working correctly
* URL Handling: Fixed a bug where 'true' values in URL parameters weren't being read correctly
prometheus-blackbox_exporter:
- Internal changes to fix build issues with no impact for customers
spacecmd:
- Version 5.1.13-0
* Update translation strings
uyuni-tools:
- Version 5.1.26-0
* Fixed applying PTF with images from RPMs (bsc#1252548)
* Ssl Key file can miss if CA password is blank (bsc#1254154)
* mgrpxy ssh tuning should happens before crypto policies (bsc#1254619)
* Fixed default value for helm registry (bsc#1258927).
* Remove hub register command
* Optimize postgres migration disk space usage (bsc#1257447)
* Added continuous database backup support (bsc#1250367)
* Explicitly start proxy pods after operations
(bsc#1258015)
* Use static supportconfig name to avoid dynamic search
(bsc#1257941)
* Do not nest multiple tarball files and instead collect
all files into one tarball (bsc#1252964)
* Show where final tarball was generated (bsc#1259208)
* Set proxy config file permissions (bsc#1257660)
- Version 5.1.25-0
* If PTF image doesn't exists, use the current service image (bsc#1258418)
Patchnames: SUSE-2026-1524,SUSE-MultiLinuxManagerTools-SLE-15-2026-1524,SUSE-MultiLinuxManagerTools-SLE-Micro-5-2026-1524
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
8.2 (High)
Affected products
Recommended
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-lang-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:spacecmd-5.1.13-150002.3.9.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-lang-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
4.3 (Medium)
Affected products
Recommended
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-lang-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:spacecmd-5.1.13-150002.3.9.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-lang-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
8.1 (High)
Affected products
Recommended
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-lang-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:spacecmd-5.1.13-150002.3.9.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-lang-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
9.8 (Critical)
Affected products
Recommended
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-lang-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:spacecmd-5.1.13-150002.3.9.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-lang-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
critical
7.5 (High)
Affected products
Recommended
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-lang-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:spacecmd-5.1.13-150002.3.9.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-lang-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
8.1 (High)
Affected products
Recommended
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-lang-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:spacecmd-5.1.13-150002.3.9.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-lang-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
5.3 (Medium)
Affected products
Recommended
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-lang-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:spacecmd-5.1.13-150002.3.9.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-lang-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.4 (Medium)
Affected products
Recommended
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-lang-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:spacecmd-5.1.13-150002.3.9.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-lang-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-lang-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:spacecmd-5.1.13-150002.3.9.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-lang-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
7.5 (High)
Affected products
Recommended
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-lang-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:spacecmd-5.1.13-150002.3.9.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-lang-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
6.5 (Medium)
Affected products
Recommended
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-lang-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:spacecmd-5.1.13-150002.3.9.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-lang-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
8.8 (High)
Affected products
Recommended
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-lang-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:spacecmd-5.1.13-150002.3.9.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-lang-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
9.1 (Critical)
Affected products
Recommended
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-lang-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:spacecmd-5.1.13-150002.3.9.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-lang-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
critical
7.5 (High)
Affected products
Recommended
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-lang-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:spacecmd-5.1.13-150002.3.9.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-lang-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
6.5 (Medium)
Affected products
Recommended
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-lang-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:spacecmd-5.1.13-150002.3.9.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-lang-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
6.5 (Medium)
Affected products
Recommended
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-lang-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:spacecmd-5.1.13-150002.3.9.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-lang-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
8.1 (High)
Affected products
Recommended
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-lang-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-15:spacecmd-5.1.13-150002.3.9.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-lang-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
85 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 5.1.3 for Multi-Linux Manager Client Tools",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update fixes the following issues:\n\ngolang-github-lusitaniae-apache_exporter:\n\n- Internal changes to fix build issues with no impact for customers\n \ngolang-github-prometheus-prometheus:\n\n- Security issues fixed:\n\n * CVE-2026-27606: Fixed arbitrary file write via path traversal in rollup (bsc#1258893)\n + Bumped rollup to version 4.59.0\n * CVE-2026-25547: Fixed unbounded brace range expansion leading to excessive CPU and memory consumption (bsc#1257841)\n + Bumped brace-expansion to version 5.0.2\n * CVE-2026-1615, CVE-2025-61140 The old web UI is no longer built due to security issues (bsc#1257897, bsc#1257442)\n * CVE-2025-13465: Bumped lodash package to version 4.17.23 to fix prototype pollution vulnerability (bsc#1257329)\n * CVE-2026-33186: Fixed authorization bypass due to improper validation of the HTTP/2 :path pseudo-header (bsc#1260267)\n + Bumped google.golang.org/grpc to version 1.79.3\n \n \ngrafana:\n\n- Security issues fixed:\n\n * CVE-2026-21722: Public dashboards annotations: use dashboard timerange if time selection disabled (bsc#1258136)\n * CVE-2026-21721: Fixed access control by the dashboard permissions API (bsc#1257337)\n * CVE-2026-21720: Fixed unauthenticated DoS (bsc#1257349)\n * CVE-2025-3415: Fixed exposure of DingDing alerting integration URL to Viewer level users (bsc#1245302)\n * CVE-2026-26958: Bumped filippo.io/edwards25519 to version 1.1.1 (bsc#1258595)\n * CVE-2026-21725: Fixed missing UID when deleting datasource by name (bsc#1258873)\n * CVE-2026-21725: Fixed missing UID when deleting datasource by name (bsc#1258873)\n * CVE-2026-27876: Fixed remote arbitrary code execution via chained SQL Expressions (bsc#1261025)\n * CVE-2026-27877: Fixed information disclosure of data-source passwords via public dashboards (bsc#1261026)\n * CVE-2026-28375: Fixed denial of service via testdata data-source (bsc#1261029)\n * CVE-2026-27879: Fixed denial of service via resample query (bsc#1261027)\n * CVE-2026-33186: Fixed authorization bypass due to improper validation of the HTTP/2 :path pseudo-header (bsc#1260263)\n * CVE-2026-21724: Fixed authorization bypass allows modification of protected webhook URLs (bsc#1260878)\n\n- Version update from 11.5.10 to 11.6.14+security01 with the following highlighted changes and fixes:\n \n * Public Dashboards: Wired the public dashboard service to the HTTP server to ensure proper connectivity and availability\n * Authentication: Refined the redirect logic to ensure consistent behavior during login and logout sequences\n * Dashboard Reliability: Resolved a bug preventing single panels from rendering correctly when dashboard variables are referenced\n * Performance Boost: Introduced WebGL-powered geomaps for smoother map visualizations and\n removed blurred backgrounds from UI overlays to speed up the interface\n * One-Click Actions: Visualizations now support faster navigation via one-click links and actions\n * Alerting History: Added version history for alert rules, allowing you to track changes over time\n * Service Accounts: Automated the migration of old API keys to more secure Service Accounts upon startup\n * Cron Support: Annotations now support Cron syntax for more flexible scheduling\n * Identity and Auth: Hardened the Avatar feature (now requires sign-in) and fixed several login redirection issues\n when Grafana is hosted on a subpath\n * Data Source Support: Added support for Cloud Partner Prometheus data sources and improved Azure legend formatting\n * Alerting Limits: Added size limits for expanded notification templates to prevent system strain\n * RBAC: Integrated Role-Based Access Control (RBAC) into the Alertmanager via the reqAction field\n * Data Consistency: Fixed several issues with Graphite and InfluxDB regarding how variables are handled in repeated\n rows or nested queries\n * Dashboard Reliability: \n + Fixed bugs involving row repeats and \u0027self-referencing\u0027 data links\n + Fixed a bug preventing single panels from rendering correctly when dashboard variables are referenced\n * Alerting Fixes: Patched a critical \u0027panic\u0027 (crash) caused by a race condition in alert rules and fixed issues where\n contact points weren\u0027t working correctly\n * URL Handling: Fixed a bug where \u0027true\u0027 values in URL parameters weren\u0027t being read correctly\n\nprometheus-blackbox_exporter:\n\n- Internal changes to fix build issues with no impact for customers\n\nspacecmd:\n\n- Version 5.1.13-0\n * Update translation strings\n\nuyuni-tools:\n\n- Version 5.1.26-0\n * Fixed applying PTF with images from RPMs (bsc#1252548)\n * Ssl Key file can miss if CA password is blank (bsc#1254154)\n * mgrpxy ssh tuning should happens before crypto policies (bsc#1254619)\n * Fixed default value for helm registry (bsc#1258927).\n * Remove hub register command\n * Optimize postgres migration disk space usage (bsc#1257447)\n * Added continuous database backup support (bsc#1250367)\n * Explicitly start proxy pods after operations\n (bsc#1258015)\n * Use static supportconfig name to avoid dynamic search\n (bsc#1257941)\n * Do not nest multiple tarball files and instead collect\n all files into one tarball (bsc#1252964)\n * Show where final tarball was generated (bsc#1259208)\n * Set proxy config file permissions (bsc#1257660)\n- Version 5.1.25-0\n * If PTF image doesn\u0027t exists, use the current service image (bsc#1258418)\n\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-1524,SUSE-MultiLinuxManagerTools-SLE-15-2026-1524,SUSE-MultiLinuxManagerTools-SLE-Micro-5-2026-1524",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_1524-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:1524-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261524-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:1524-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-April/045834.html"
},
{
"category": "self",
"summary": "SUSE Bug 1245302",
"url": "https://bugzilla.suse.com/1245302"
},
{
"category": "self",
"summary": "SUSE Bug 1250367",
"url": "https://bugzilla.suse.com/1250367"
},
{
"category": "self",
"summary": "SUSE Bug 1252548",
"url": "https://bugzilla.suse.com/1252548"
},
{
"category": "self",
"summary": "SUSE Bug 1252964",
"url": "https://bugzilla.suse.com/1252964"
},
{
"category": "self",
"summary": "SUSE Bug 1254154",
"url": "https://bugzilla.suse.com/1254154"
},
{
"category": "self",
"summary": "SUSE Bug 1254619",
"url": "https://bugzilla.suse.com/1254619"
},
{
"category": "self",
"summary": "SUSE Bug 1257329",
"url": "https://bugzilla.suse.com/1257329"
},
{
"category": "self",
"summary": "SUSE Bug 1257337",
"url": "https://bugzilla.suse.com/1257337"
},
{
"category": "self",
"summary": "SUSE Bug 1257349",
"url": "https://bugzilla.suse.com/1257349"
},
{
"category": "self",
"summary": "SUSE Bug 1257442",
"url": "https://bugzilla.suse.com/1257442"
},
{
"category": "self",
"summary": "SUSE Bug 1257447",
"url": "https://bugzilla.suse.com/1257447"
},
{
"category": "self",
"summary": "SUSE Bug 1257660",
"url": "https://bugzilla.suse.com/1257660"
},
{
"category": "self",
"summary": "SUSE Bug 1257841",
"url": "https://bugzilla.suse.com/1257841"
},
{
"category": "self",
"summary": "SUSE Bug 1257897",
"url": "https://bugzilla.suse.com/1257897"
},
{
"category": "self",
"summary": "SUSE Bug 1257941",
"url": "https://bugzilla.suse.com/1257941"
},
{
"category": "self",
"summary": "SUSE Bug 1258015",
"url": "https://bugzilla.suse.com/1258015"
},
{
"category": "self",
"summary": "SUSE Bug 1258136",
"url": "https://bugzilla.suse.com/1258136"
},
{
"category": "self",
"summary": "SUSE Bug 1258418",
"url": "https://bugzilla.suse.com/1258418"
},
{
"category": "self",
"summary": "SUSE Bug 1258595",
"url": "https://bugzilla.suse.com/1258595"
},
{
"category": "self",
"summary": "SUSE Bug 1258873",
"url": "https://bugzilla.suse.com/1258873"
},
{
"category": "self",
"summary": "SUSE Bug 1258893",
"url": "https://bugzilla.suse.com/1258893"
},
{
"category": "self",
"summary": "SUSE Bug 1258927",
"url": "https://bugzilla.suse.com/1258927"
},
{
"category": "self",
"summary": "SUSE Bug 1259208",
"url": "https://bugzilla.suse.com/1259208"
},
{
"category": "self",
"summary": "SUSE Bug 1260263",
"url": "https://bugzilla.suse.com/1260263"
},
{
"category": "self",
"summary": "SUSE Bug 1260267",
"url": "https://bugzilla.suse.com/1260267"
},
{
"category": "self",
"summary": "SUSE Bug 1260878",
"url": "https://bugzilla.suse.com/1260878"
},
{
"category": "self",
"summary": "SUSE Bug 1261025",
"url": "https://bugzilla.suse.com/1261025"
},
{
"category": "self",
"summary": "SUSE Bug 1261026",
"url": "https://bugzilla.suse.com/1261026"
},
{
"category": "self",
"summary": "SUSE Bug 1261027",
"url": "https://bugzilla.suse.com/1261027"
},
{
"category": "self",
"summary": "SUSE Bug 1261029",
"url": "https://bugzilla.suse.com/1261029"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-13465 page",
"url": "https://www.suse.com/security/cve/CVE-2025-13465/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-3415 page",
"url": "https://www.suse.com/security/cve/CVE-2025-3415/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61140 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61140/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-1615 page",
"url": "https://www.suse.com/security/cve/CVE-2026-1615/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-21720 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21720/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-21721 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21721/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-21722 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21722/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-21724 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21724/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-21725 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21725/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-25547 page",
"url": "https://www.suse.com/security/cve/CVE-2026-25547/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-26958 page",
"url": "https://www.suse.com/security/cve/CVE-2026-26958/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-27606 page",
"url": "https://www.suse.com/security/cve/CVE-2026-27606/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-27876 page",
"url": "https://www.suse.com/security/cve/CVE-2026-27876/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-27877 page",
"url": "https://www.suse.com/security/cve/CVE-2026-27877/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-27879 page",
"url": "https://www.suse.com/security/cve/CVE-2026-27879/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-28375 page",
"url": "https://www.suse.com/security/cve/CVE-2026-28375/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-33186 page",
"url": "https://www.suse.com/security/cve/CVE-2026-33186/"
}
],
"title": "Security update 5.1.3 for Multi-Linux Manager Client Tools",
"tracking": {
"current_release_date": "2026-04-21T09:26:09Z",
"generator": {
"date": "2026-04-21T09:26:09Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:1524-1",
"initial_release_date": "2026-04-21T09:26:09Z",
"revision_history": [
{
"date": "2026-04-21T09:26:09Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "firewalld-prometheus-config-0.1-150002.3.8.1.aarch64",
"product": {
"name": "firewalld-prometheus-config-0.1-150002.3.8.1.aarch64",
"product_id": "firewalld-prometheus-config-0.1-150002.3.8.1.aarch64"
}
},
{
"category": "product_version",
"name": "golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64",
"product": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64",
"product_id": "golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64",
"product": {
"name": "golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64",
"product_id": "golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64"
}
},
{
"category": "product_version",
"name": "grafana-11.6.14+security01-150002.4.14.1.aarch64",
"product": {
"name": "grafana-11.6.14+security01-150002.4.14.1.aarch64",
"product_id": "grafana-11.6.14+security01-150002.4.14.1.aarch64"
}
},
{
"category": "product_version",
"name": "mgrctl-5.1.26-150002.3.12.1.aarch64",
"product": {
"name": "mgrctl-5.1.26-150002.3.12.1.aarch64",
"product_id": "mgrctl-5.1.26-150002.3.12.1.aarch64"
}
},
{
"category": "product_version",
"name": "prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"product": {
"name": "prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"product_id": "prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"product": {
"name": "mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"product_id": "mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch"
}
},
{
"category": "product_version",
"name": "mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"product": {
"name": "mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"product_id": "mgrctl-lang-5.1.26-150002.3.12.1.noarch"
}
},
{
"category": "product_version",
"name": "mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"product": {
"name": "mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"product_id": "mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch"
}
},
{
"category": "product_version",
"name": "spacecmd-5.1.13-150002.3.9.3.noarch",
"product": {
"name": "spacecmd-5.1.13-150002.3.9.3.noarch",
"product_id": "spacecmd-5.1.13-150002.3.9.3.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le",
"product": {
"name": "firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le",
"product_id": "firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le"
}
},
{
"category": "product_version",
"name": "golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le",
"product": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le",
"product_id": "golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le",
"product": {
"name": "golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le",
"product_id": "golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le"
}
},
{
"category": "product_version",
"name": "grafana-11.6.14+security01-150002.4.14.1.ppc64le",
"product": {
"name": "grafana-11.6.14+security01-150002.4.14.1.ppc64le",
"product_id": "grafana-11.6.14+security01-150002.4.14.1.ppc64le"
}
},
{
"category": "product_version",
"name": "mgrctl-5.1.26-150002.3.12.1.ppc64le",
"product": {
"name": "mgrctl-5.1.26-150002.3.12.1.ppc64le",
"product_id": "mgrctl-5.1.26-150002.3.12.1.ppc64le"
}
},
{
"category": "product_version",
"name": "prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"product": {
"name": "prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"product_id": "prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "firewalld-prometheus-config-0.1-150002.3.8.1.s390x",
"product": {
"name": "firewalld-prometheus-config-0.1-150002.3.8.1.s390x",
"product_id": "firewalld-prometheus-config-0.1-150002.3.8.1.s390x"
}
},
{
"category": "product_version",
"name": "golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x",
"product": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x",
"product_id": "golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x"
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x",
"product": {
"name": "golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x",
"product_id": "golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x"
}
},
{
"category": "product_version",
"name": "grafana-11.6.14+security01-150002.4.14.1.s390x",
"product": {
"name": "grafana-11.6.14+security01-150002.4.14.1.s390x",
"product_id": "grafana-11.6.14+security01-150002.4.14.1.s390x"
}
},
{
"category": "product_version",
"name": "mgrctl-5.1.26-150002.3.12.1.s390x",
"product": {
"name": "mgrctl-5.1.26-150002.3.12.1.s390x",
"product_id": "mgrctl-5.1.26-150002.3.12.1.s390x"
}
},
{
"category": "product_version",
"name": "prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"product": {
"name": "prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"product_id": "prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "firewalld-prometheus-config-0.1-150002.3.8.1.x86_64",
"product": {
"name": "firewalld-prometheus-config-0.1-150002.3.8.1.x86_64",
"product_id": "firewalld-prometheus-config-0.1-150002.3.8.1.x86_64"
}
},
{
"category": "product_version",
"name": "golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64",
"product": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64",
"product_id": "golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64",
"product": {
"name": "golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64",
"product_id": "golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64"
}
},
{
"category": "product_version",
"name": "grafana-11.6.14+security01-150002.4.14.1.x86_64",
"product": {
"name": "grafana-11.6.14+security01-150002.4.14.1.x86_64",
"product_id": "grafana-11.6.14+security01-150002.4.14.1.x86_64"
}
},
{
"category": "product_version",
"name": "mgrctl-5.1.26-150002.3.12.1.x86_64",
"product": {
"name": "mgrctl-5.1.26-150002.3.12.1.x86_64",
"product_id": "mgrctl-5.1.26-150002.3.12.1.x86_64"
}
},
{
"category": "product_version",
"name": "prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64",
"product": {
"name": "prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64",
"product_id": "prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Multi Linux Manager Tools SLE-15",
"product": {
"name": "SUSE Multi Linux Manager Tools SLE-15",
"product_id": "SUSE Multi Linux Manager Tools SLE-15"
}
},
{
"category": "product_name",
"name": "SUSE Multi Linux Manager Tools SLE-Micro-5",
"product": {
"name": "SUSE Multi Linux Manager Tools SLE-Micro-5",
"product_id": "SUSE Multi Linux Manager Tools SLE-Micro-5"
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "firewalld-prometheus-config-0.1-150002.3.8.1.aarch64 as component of SUSE Multi Linux Manager Tools SLE-15",
"product_id": "SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.aarch64"
},
"product_reference": "firewalld-prometheus-config-0.1-150002.3.8.1.aarch64",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools SLE-15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le as component of SUSE Multi Linux Manager Tools SLE-15",
"product_id": "SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le"
},
"product_reference": "firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools SLE-15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "firewalld-prometheus-config-0.1-150002.3.8.1.s390x as component of SUSE Multi Linux Manager Tools SLE-15",
"product_id": "SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.s390x"
},
"product_reference": "firewalld-prometheus-config-0.1-150002.3.8.1.s390x",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools SLE-15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "firewalld-prometheus-config-0.1-150002.3.8.1.x86_64 as component of SUSE Multi Linux Manager Tools SLE-15",
"product_id": "SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.x86_64"
},
"product_reference": "firewalld-prometheus-config-0.1-150002.3.8.1.x86_64",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools SLE-15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64 as component of SUSE Multi Linux Manager Tools SLE-15",
"product_id": "SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64"
},
"product_reference": "golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools SLE-15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le as component of SUSE Multi Linux Manager Tools SLE-15",
"product_id": "SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le"
},
"product_reference": "golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools SLE-15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x as component of SUSE Multi Linux Manager Tools SLE-15",
"product_id": "SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x"
},
"product_reference": "golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools SLE-15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64 as component of SUSE Multi Linux Manager Tools SLE-15",
"product_id": "SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64"
},
"product_reference": "golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools SLE-15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64 as component of SUSE Multi Linux Manager Tools SLE-15",
"product_id": "SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64"
},
"product_reference": "golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools SLE-15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le as component of SUSE Multi Linux Manager Tools SLE-15",
"product_id": "SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le"
},
"product_reference": "golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools SLE-15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x as component of SUSE Multi Linux Manager Tools SLE-15",
"product_id": "SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x"
},
"product_reference": "golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools SLE-15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64 as component of SUSE Multi Linux Manager Tools SLE-15",
"product_id": "SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64"
},
"product_reference": "golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools SLE-15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-11.6.14+security01-150002.4.14.1.aarch64 as component of SUSE Multi Linux Manager Tools SLE-15",
"product_id": "SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.aarch64"
},
"product_reference": "grafana-11.6.14+security01-150002.4.14.1.aarch64",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools SLE-15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-11.6.14+security01-150002.4.14.1.ppc64le as component of SUSE Multi Linux Manager Tools SLE-15",
"product_id": "SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.ppc64le"
},
"product_reference": "grafana-11.6.14+security01-150002.4.14.1.ppc64le",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools SLE-15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-11.6.14+security01-150002.4.14.1.s390x as component of SUSE Multi Linux Manager Tools SLE-15",
"product_id": "SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.s390x"
},
"product_reference": "grafana-11.6.14+security01-150002.4.14.1.s390x",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools SLE-15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-11.6.14+security01-150002.4.14.1.x86_64 as component of SUSE Multi Linux Manager Tools SLE-15",
"product_id": "SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.x86_64"
},
"product_reference": "grafana-11.6.14+security01-150002.4.14.1.x86_64",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools SLE-15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mgrctl-5.1.26-150002.3.12.1.aarch64 as component of SUSE Multi Linux Manager Tools SLE-15",
"product_id": "SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.aarch64"
},
"product_reference": "mgrctl-5.1.26-150002.3.12.1.aarch64",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools SLE-15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mgrctl-5.1.26-150002.3.12.1.ppc64le as component of SUSE Multi Linux Manager Tools SLE-15",
"product_id": "SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.ppc64le"
},
"product_reference": "mgrctl-5.1.26-150002.3.12.1.ppc64le",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools SLE-15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mgrctl-5.1.26-150002.3.12.1.s390x as component of SUSE Multi Linux Manager Tools SLE-15",
"product_id": "SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.s390x"
},
"product_reference": "mgrctl-5.1.26-150002.3.12.1.s390x",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools SLE-15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mgrctl-5.1.26-150002.3.12.1.x86_64 as component of SUSE Multi Linux Manager Tools SLE-15",
"product_id": "SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.x86_64"
},
"product_reference": "mgrctl-5.1.26-150002.3.12.1.x86_64",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools SLE-15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch as component of SUSE Multi Linux Manager Tools SLE-15",
"product_id": "SUSE Multi Linux Manager Tools SLE-15:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch"
},
"product_reference": "mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools SLE-15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mgrctl-lang-5.1.26-150002.3.12.1.noarch as component of SUSE Multi Linux Manager Tools SLE-15",
"product_id": "SUSE Multi Linux Manager Tools SLE-15:mgrctl-lang-5.1.26-150002.3.12.1.noarch"
},
"product_reference": "mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools SLE-15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch as component of SUSE Multi Linux Manager Tools SLE-15",
"product_id": "SUSE Multi Linux Manager Tools SLE-15:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch"
},
"product_reference": "mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools SLE-15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64 as component of SUSE Multi Linux Manager Tools SLE-15",
"product_id": "SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64"
},
"product_reference": "prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools SLE-15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le as component of SUSE Multi Linux Manager Tools SLE-15",
"product_id": "SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le"
},
"product_reference": "prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools SLE-15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x as component of SUSE Multi Linux Manager Tools SLE-15",
"product_id": "SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x"
},
"product_reference": "prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools SLE-15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64 as component of SUSE Multi Linux Manager Tools SLE-15",
"product_id": "SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64"
},
"product_reference": "prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools SLE-15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacecmd-5.1.13-150002.3.9.3.noarch as component of SUSE Multi Linux Manager Tools SLE-15",
"product_id": "SUSE Multi Linux Manager Tools SLE-15:spacecmd-5.1.13-150002.3.9.3.noarch"
},
"product_reference": "spacecmd-5.1.13-150002.3.9.3.noarch",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools SLE-15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mgrctl-5.1.26-150002.3.12.1.aarch64 as component of SUSE Multi Linux Manager Tools SLE-Micro-5",
"product_id": "SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.aarch64"
},
"product_reference": "mgrctl-5.1.26-150002.3.12.1.aarch64",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools SLE-Micro-5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mgrctl-5.1.26-150002.3.12.1.ppc64le as component of SUSE Multi Linux Manager Tools SLE-Micro-5",
"product_id": "SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.ppc64le"
},
"product_reference": "mgrctl-5.1.26-150002.3.12.1.ppc64le",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools SLE-Micro-5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mgrctl-5.1.26-150002.3.12.1.s390x as component of SUSE Multi Linux Manager Tools SLE-Micro-5",
"product_id": "SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.s390x"
},
"product_reference": "mgrctl-5.1.26-150002.3.12.1.s390x",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools SLE-Micro-5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mgrctl-5.1.26-150002.3.12.1.x86_64 as component of SUSE Multi Linux Manager Tools SLE-Micro-5",
"product_id": "SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.x86_64"
},
"product_reference": "mgrctl-5.1.26-150002.3.12.1.x86_64",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools SLE-Micro-5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch as component of SUSE Multi Linux Manager Tools SLE-Micro-5",
"product_id": "SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch"
},
"product_reference": "mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools SLE-Micro-5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mgrctl-lang-5.1.26-150002.3.12.1.noarch as component of SUSE Multi Linux Manager Tools SLE-Micro-5",
"product_id": "SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-lang-5.1.26-150002.3.12.1.noarch"
},
"product_reference": "mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools SLE-Micro-5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch as component of SUSE Multi Linux Manager Tools SLE-Micro-5",
"product_id": "SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch"
},
"product_reference": "mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools SLE-Micro-5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64 as component of SUSE Multi Linux Manager Tools SLE-Micro-5",
"product_id": "SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64"
},
"product_reference": "prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools SLE-Micro-5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le as component of SUSE Multi Linux Manager Tools SLE-Micro-5",
"product_id": "SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le"
},
"product_reference": "prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools SLE-Micro-5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x as component of SUSE Multi Linux Manager Tools SLE-Micro-5",
"product_id": "SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x"
},
"product_reference": "prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools SLE-Micro-5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64 as component of SUSE Multi Linux Manager Tools SLE-Micro-5",
"product_id": "SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64"
},
"product_reference": "prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools SLE-Micro-5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-13465",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-13465"
}
],
"notes": [
{
"category": "general",
"text": "Lodash versions 4.0.0 through 4.17.22 are vulnerable to prototype pollution in the _.unset and _.omit functions. An attacker can pass crafted paths which cause Lodash to delete methods from global prototypes.\n\nThe issue permits deletion of properties but does not allow overwriting their original behavior.\n\nThis issue is patched on 4.17.23",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:spacecmd-5.1.13-150002.3.9.3.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-13465",
"url": "https://www.suse.com/security/cve/CVE-2025-13465"
},
{
"category": "external",
"summary": "SUSE Bug 1257321 for CVE-2025-13465",
"url": "https://bugzilla.suse.com/1257321"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:spacecmd-5.1.13-150002.3.9.3.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:spacecmd-5.1.13-150002.3.9.3.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-21T09:26:09Z",
"details": "important"
}
],
"title": "CVE-2025-13465"
},
{
"cve": "CVE-2025-3415",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-3415"
}
],
"notes": [
{
"category": "general",
"text": "Grafana is an open-source platform for monitoring and observability. The Grafana Alerting DingDing integration was not properly protected and could be exposed to users with Viewer permission. \nFixed in versions 10.4.19+security-01, 11.2.10+security-01, 11.3.7+security-01, 11.4.5+security-01, 11.5.5+security-01, 11.6.2+security-01 and 12.0.1+security-01",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:spacecmd-5.1.13-150002.3.9.3.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-3415",
"url": "https://www.suse.com/security/cve/CVE-2025-3415"
},
{
"category": "external",
"summary": "SUSE Bug 1245302 for CVE-2025-3415",
"url": "https://bugzilla.suse.com/1245302"
}
],
"remediations": [
{
"category": "vendor_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 Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:spacecmd-5.1.13-150002.3.9.3.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:spacecmd-5.1.13-150002.3.9.3.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-21T09:26:09Z",
"details": "moderate"
}
],
"title": "CVE-2025-3415"
},
{
"cve": "CVE-2025-61140",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61140"
}
],
"notes": [
{
"category": "general",
"text": "The value function in jsonpath 1.1.1 lib/index.js is vulnerable to Prototype Pollution.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:spacecmd-5.1.13-150002.3.9.3.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61140",
"url": "https://www.suse.com/security/cve/CVE-2025-61140"
},
{
"category": "external",
"summary": "SUSE Bug 1257442 for CVE-2025-61140",
"url": "https://bugzilla.suse.com/1257442"
}
],
"remediations": [
{
"category": "vendor_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 Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:spacecmd-5.1.13-150002.3.9.3.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.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": [
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:spacecmd-5.1.13-150002.3.9.3.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-21T09:26:09Z",
"details": "important"
}
],
"title": "CVE-2025-61140"
},
{
"cve": "CVE-2026-1615",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-1615"
}
],
"notes": [
{
"category": "general",
"text": "Versions of the package jsonpath before 1.3.0 are vulnerable to Arbitrary Code Injection via unsafe evaluation of user-supplied JSON Path expressions. The library relies on the static-eval module to process JSON Path input, which is not designed to handle untrusted data safely. An attacker can exploit this vulnerability by supplying a malicious JSON Path expression that, when evaluated, executes arbitrary JavaScript code, leading to Remote Code Execution in Node.js environments or Cross-site Scripting (XSS) in browser contexts. This affects all methods that evaluate JSON Paths against objects, including .query, .nodes, .paths, .value, .parent, and .apply.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:spacecmd-5.1.13-150002.3.9.3.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-1615",
"url": "https://www.suse.com/security/cve/CVE-2026-1615"
},
{
"category": "external",
"summary": "SUSE Bug 1257897 for CVE-2026-1615",
"url": "https://bugzilla.suse.com/1257897"
}
],
"remediations": [
{
"category": "vendor_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 Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:spacecmd-5.1.13-150002.3.9.3.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:spacecmd-5.1.13-150002.3.9.3.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-21T09:26:09Z",
"details": "critical"
}
],
"title": "CVE-2026-1615"
},
{
"cve": "CVE-2026-21720",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21720"
}
],
"notes": [
{
"category": "general",
"text": "Every uncached /avatar/:hash request spawns a goroutine that refreshes the Gravatar image. If the refresh sits in the 10-slot worker queue longer than three seconds, the handler times out and stops listening for the result, so that goroutine blocks forever trying to send on an unbuffered channel. Sustained traffic with random hashes keeps tripping this timeout, so goroutine count grows linearly, eventually exhausting memory and causing Grafana to crash on some systems.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:spacecmd-5.1.13-150002.3.9.3.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21720",
"url": "https://www.suse.com/security/cve/CVE-2026-21720"
},
{
"category": "external",
"summary": "SUSE Bug 1257349 for CVE-2026-21720",
"url": "https://bugzilla.suse.com/1257349"
}
],
"remediations": [
{
"category": "vendor_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 Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:spacecmd-5.1.13-150002.3.9.3.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.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": [
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:spacecmd-5.1.13-150002.3.9.3.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-21T09:26:09Z",
"details": "important"
}
],
"title": "CVE-2026-21720"
},
{
"cve": "CVE-2026-21721",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21721"
}
],
"notes": [
{
"category": "general",
"text": "The dashboard permissions API does not verify the target dashboard scope and only checks the dashboards.permissions:* action. As a result, a user who has permission management rights on one dashboard can read and modify permissions on other dashboards. This is an organization-internal privilege escalation.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:spacecmd-5.1.13-150002.3.9.3.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21721",
"url": "https://www.suse.com/security/cve/CVE-2026-21721"
},
{
"category": "external",
"summary": "SUSE Bug 1257337 for CVE-2026-21721",
"url": "https://bugzilla.suse.com/1257337"
}
],
"remediations": [
{
"category": "vendor_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 Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:spacecmd-5.1.13-150002.3.9.3.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:spacecmd-5.1.13-150002.3.9.3.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-21T09:26:09Z",
"details": "important"
}
],
"title": "CVE-2026-21721"
},
{
"cve": "CVE-2026-21722",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21722"
}
],
"notes": [
{
"category": "general",
"text": "Public dashboards with annotations enabled did not limit their annotation timerange to the locked timerange of the public dashboard. This means one could read the entire history of annotations visible on the specific dashboard, even those outside the locked timerange.\n\nThis did not leak any annotations that would not otherwise be visible on the public dashboard.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:spacecmd-5.1.13-150002.3.9.3.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21722",
"url": "https://www.suse.com/security/cve/CVE-2026-21722"
},
{
"category": "external",
"summary": "SUSE Bug 1258136 for CVE-2026-21722",
"url": "https://bugzilla.suse.com/1258136"
}
],
"remediations": [
{
"category": "vendor_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 Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:spacecmd-5.1.13-150002.3.9.3.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.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:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:spacecmd-5.1.13-150002.3.9.3.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-21T09:26:09Z",
"details": "moderate"
}
],
"title": "CVE-2026-21722"
},
{
"cve": "CVE-2026-21724",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21724"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability has been discovered in Grafana OSS where an authorization bypass in the provisioning contact points API allows users with Editor role to modify protected webhook URLs without the required alert.notifications.receivers.protected:write permission.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:spacecmd-5.1.13-150002.3.9.3.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21724",
"url": "https://www.suse.com/security/cve/CVE-2026-21724"
},
{
"category": "external",
"summary": "SUSE Bug 1260878 for CVE-2026-21724",
"url": "https://bugzilla.suse.com/1260878"
}
],
"remediations": [
{
"category": "vendor_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 Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:spacecmd-5.1.13-150002.3.9.3.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:spacecmd-5.1.13-150002.3.9.3.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-21T09:26:09Z",
"details": "moderate"
}
],
"title": "CVE-2026-21724"
},
{
"cve": "CVE-2026-21725",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21725"
}
],
"notes": [
{
"category": "general",
"text": "A time-of-create-to-time-of-use (TOCTOU) vulnerability lets recently deleted-then-recreated data sources be re-deleted without permission to do so.\n\nThis requires several very stringent conditions to be met:\n\n- The attacker must have admin access to the specific datasource prior to its first deletion.\n- Upon deletion, all steps within the attack must happen within the next 30 seconds and on the same pod of Grafana.\n- The attacker must delete the datasource, then someone must recreate it.\n- The new datasource must not have the attacker as an admin.\n- The new datasource must have the same UID as the prior datasource. These are randomised by default.\n- The datasource can now be re-deleted by the attacker.\n- Once 30 seconds are up, the attack is spent and cannot be repeated.\n- No datasource with any other UID can be attacked.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:spacecmd-5.1.13-150002.3.9.3.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21725",
"url": "https://www.suse.com/security/cve/CVE-2026-21725"
},
{
"category": "external",
"summary": "SUSE Bug 1258873 for CVE-2026-21725",
"url": "https://bugzilla.suse.com/1258873"
}
],
"remediations": [
{
"category": "vendor_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 Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:spacecmd-5.1.13-150002.3.9.3.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:spacecmd-5.1.13-150002.3.9.3.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-21T09:26:09Z",
"details": "low"
}
],
"title": "CVE-2026-21725"
},
{
"cve": "CVE-2026-25547",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-25547"
}
],
"notes": [
{
"category": "general",
"text": "@isaacs/brace-expansion is a hybrid CJS/ESM TypeScript fork of brace-expansion. Prior to version 5.0.1, @isaacs/brace-expansion is vulnerable to a denial of service (DoS) issue caused by unbounded brace range expansion. When an attacker provides a pattern containing repeated numeric brace ranges, the library attempts to eagerly generate every possible combination synchronously. Because the expansion grows exponentially, even a small input can consume excessive CPU and memory and may crash the Node.js process. This issue has been patched in version 5.0.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:spacecmd-5.1.13-150002.3.9.3.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-25547",
"url": "https://www.suse.com/security/cve/CVE-2026-25547"
},
{
"category": "external",
"summary": "SUSE Bug 1257834 for CVE-2026-25547",
"url": "https://bugzilla.suse.com/1257834"
}
],
"remediations": [
{
"category": "vendor_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 Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:spacecmd-5.1.13-150002.3.9.3.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.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": [
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:spacecmd-5.1.13-150002.3.9.3.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-21T09:26:09Z",
"details": "important"
}
],
"title": "CVE-2026-25547"
},
{
"cve": "CVE-2026-26958",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-26958"
}
],
"notes": [
{
"category": "general",
"text": "filippo.io/edwards25519 is a Go library implementing the edwards25519 elliptic curve with APIs for building cryptographic primitives. In versions 1.1.0 and earlier, MultiScalarMult produces invalid results or undefined behavior if the receiver is not the identity point. If (*Point).MultiScalarMult is called on an initialized point that is not the identity point, it returns an incorrect result. If the method is called on an uninitialized point, the behavior is undefined. In particular, if the receiver is the zero value, MultiScalarMult returns an invalid point that compares Equal to every other point. Note that MultiScalarMult is a rarely used, advanced API. For example, users who depend on filippo.io/edwards25519 only through github.com/go-sql-driver/mysql are not affected. This issue has been fixed in version 1.1.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:spacecmd-5.1.13-150002.3.9.3.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-26958",
"url": "https://www.suse.com/security/cve/CVE-2026-26958"
},
{
"category": "external",
"summary": "SUSE Bug 1258570 for CVE-2026-26958",
"url": "https://bugzilla.suse.com/1258570"
}
],
"remediations": [
{
"category": "vendor_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 Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:spacecmd-5.1.13-150002.3.9.3.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:L",
"version": "3.1"
},
"products": [
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:spacecmd-5.1.13-150002.3.9.3.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-21T09:26:09Z",
"details": "moderate"
}
],
"title": "CVE-2026-26958"
},
{
"cve": "CVE-2026-27606",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-27606"
}
],
"notes": [
{
"category": "general",
"text": "Rollup is a module bundler for JavaScript. Versions prior to 2.80.0, 3.30.0, and 4.59.0 of the Rollup module bundler (specifically v4.x and present in current source) is vulnerable to an Arbitrary File Write via Path Traversal. Insecure file name sanitization in the core engine allows an attacker to control output filenames (e.g., via CLI named inputs, manual chunk aliases, or malicious plugins) and use traversal sequences (`../`) to overwrite files anywhere on the host filesystem that the build process has permissions for. This can lead to persistent Remote Code Execution (RCE) by overwriting critical system or user configuration files. Versions 2.80.0, 3.30.0, and 4.59.0 contain a patch for the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:spacecmd-5.1.13-150002.3.9.3.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-27606",
"url": "https://www.suse.com/security/cve/CVE-2026-27606"
},
{
"category": "external",
"summary": "SUSE Bug 1258846 for CVE-2026-27606",
"url": "https://bugzilla.suse.com/1258846"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:spacecmd-5.1.13-150002.3.9.3.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:spacecmd-5.1.13-150002.3.9.3.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-21T09:26:09Z",
"details": "important"
}
],
"title": "CVE-2026-27606"
},
{
"cve": "CVE-2026-27876",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-27876"
}
],
"notes": [
{
"category": "general",
"text": "A chained attack via SQL Expressions and a Grafana Enterprise plugin can lead to a remote arbitrary code execution impact (RCE). This is enabled by a feature in Grafana (OSS), so all users are always recommended to update to avoid future attack vectors going this path.\n\nOnly instances with the sqlExpressions feature toggle enabled are vulnerable.\n\nOnly instances in the following version ranges are affected:\n\n- 11.6.0 (inclusive) to 11.6.14 (exclusive): 11.6.14 has the fix. 11.5 and below are not affected.\n- 12.0.0 (inclusive) to 12.1.10 (exclusive): 12.1.10 has the fix. 12.0 did not receive an update, as it is end-of-life.\n- 12.2.0 (inclusive) to 12.2.8 (exclusive): 12.2.8 has the fix.\n- 12.3.0 (inclusive) to 12.3.6 (exclusive): 12.3.6 has the fix.\n- 12.4.0 (inclusive) to 12.4.2 (exclusive): 12.4.2 has the fix. 13.0.0 and above also have the fix: no v13 release is affected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:spacecmd-5.1.13-150002.3.9.3.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-27876",
"url": "https://www.suse.com/security/cve/CVE-2026-27876"
},
{
"category": "external",
"summary": "SUSE Bug 1261025 for CVE-2026-27876",
"url": "https://bugzilla.suse.com/1261025"
}
],
"remediations": [
{
"category": "vendor_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 Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:spacecmd-5.1.13-150002.3.9.3.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:spacecmd-5.1.13-150002.3.9.3.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-21T09:26:09Z",
"details": "critical"
}
],
"title": "CVE-2026-27876"
},
{
"cve": "CVE-2026-27877",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-27877"
}
],
"notes": [
{
"category": "general",
"text": "When using public dashboards and direct data-sources, all direct data-sources\u0027 passwords are exposed despite not being used in dashboards.\n\nNo passwords of proxied data-sources are exposed. We encourage all direct data-sources to be converted to proxied data-sources as far as possible to improve your deployments\u0027 security.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:spacecmd-5.1.13-150002.3.9.3.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-27877",
"url": "https://www.suse.com/security/cve/CVE-2026-27877"
},
{
"category": "external",
"summary": "SUSE Bug 1261026 for CVE-2026-27877",
"url": "https://bugzilla.suse.com/1261026"
}
],
"remediations": [
{
"category": "vendor_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 Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:spacecmd-5.1.13-150002.3.9.3.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.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:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:spacecmd-5.1.13-150002.3.9.3.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-21T09:26:09Z",
"details": "important"
}
],
"title": "CVE-2026-27877"
},
{
"cve": "CVE-2026-27879",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-27879"
}
],
"notes": [
{
"category": "general",
"text": "A resample query can be used to trigger out-of-memory crashes in Grafana.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:spacecmd-5.1.13-150002.3.9.3.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-27879",
"url": "https://www.suse.com/security/cve/CVE-2026-27879"
},
{
"category": "external",
"summary": "SUSE Bug 1261027 for CVE-2026-27879",
"url": "https://bugzilla.suse.com/1261027"
}
],
"remediations": [
{
"category": "vendor_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 Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:spacecmd-5.1.13-150002.3.9.3.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:spacecmd-5.1.13-150002.3.9.3.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-21T09:26:09Z",
"details": "moderate"
}
],
"title": "CVE-2026-27879"
},
{
"cve": "CVE-2026-28375",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-28375"
}
],
"notes": [
{
"category": "general",
"text": "A testdata data-source can be used to trigger out-of-memory crashes in Grafana.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:spacecmd-5.1.13-150002.3.9.3.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-28375",
"url": "https://www.suse.com/security/cve/CVE-2026-28375"
},
{
"category": "external",
"summary": "SUSE Bug 1261029 for CVE-2026-28375",
"url": "https://bugzilla.suse.com/1261029"
}
],
"remediations": [
{
"category": "vendor_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 Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:spacecmd-5.1.13-150002.3.9.3.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:spacecmd-5.1.13-150002.3.9.3.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-21T09:26:09Z",
"details": "moderate"
}
],
"title": "CVE-2026-28375"
},
{
"cve": "CVE-2026-33186",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-33186"
}
],
"notes": [
{
"category": "general",
"text": "gRPC-Go is the Go language implementation of gRPC. Versions prior to 1.79.3 have an authorization bypass resulting from improper input validation of the HTTP/2 `:path` pseudo-header. The gRPC-Go server was too lenient in its routing logic, accepting requests where the `:path` omitted the mandatory leading slash (e.g., `Service/Method` instead of `/Service/Method`). While the server successfully routed these requests to the correct handler, authorization interceptors (including the official `grpc/authz` package) evaluated the raw, non-canonical path string. Consequently, \"deny\" rules defined using canonical paths (starting with `/`) failed to match the incoming request, allowing it to bypass the policy if a fallback \"allow\" rule was present. This affects gRPC-Go servers that use path-based authorization interceptors, such as the official RBAC implementation in `google.golang.org/grpc/authz` or custom interceptors relying on `info.FullMethod` or `grpc.Method(ctx)`; AND that have a security policy contains specific \"deny\" rules for canonical paths but allows other requests by default (a fallback \"allow\" rule). The vulnerability is exploitable by an attacker who can send raw HTTP/2 frames with malformed `:path` headers directly to the gRPC server. The fix in version 1.79.3 ensures that any request with a `:path` that does not start with a leading slash is immediately rejected with a `codes.Unimplemented` error, preventing it from reaching authorization interceptors or handlers with a non-canonical path string. While upgrading is the most secure and recommended path, users can mitigate the vulnerability using one of the following methods: Use a validating interceptor (recommended mitigation); infrastructure-level normalization; and/or policy hardening.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:spacecmd-5.1.13-150002.3.9.3.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-33186",
"url": "https://www.suse.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "SUSE Bug 1260085 for CVE-2026-33186",
"url": "https://bugzilla.suse.com/1260085"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:spacecmd-5.1.13-150002.3.9.3.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:firewalld-prometheus-config-0.1-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-lusitaniae-apache_exporter-1.0.10-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:golang-github-prometheus-prometheus-3.5.0-150002.3.8.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:grafana-11.6.14+security01-150002.4.14.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-15:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-15:spacecmd-5.1.13-150002.3.9.3.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-5.1.26-150002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-bash-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-lang-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:mgrctl-zsh-completion-5.1.26-150002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.aarch64",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.ppc64le",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.s390x",
"SUSE Multi Linux Manager Tools SLE-Micro-5:prometheus-blackbox_exporter-0.26.0-150002.3.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-21T09:26:09Z",
"details": "important"
}
],
"title": "CVE-2026-33186"
}
]
}
SUSE-SU-2026:1951-1
Vulnerability from csaf_suse - Published: 2026-05-18 07:52 - Updated: 2026-05-18 07:52Summary
Security update for zypper-docker
Severity
Important
Notes
Title of the patch: Security update for zypper-docker
Description of the patch: This update for zypper-docker fixes the following issues
- CVE-2026-2808: github.com/hashicorp/consul: unvalidated user-supplied file paths can lead to arbitrary file reads
through the Vault Kubernetes authentication provider (bsc#1259563).
- CVE-2026-33186: google.golang.org/grpc: authorization bypass due to improper validation of the HTTP/2: path pseudo-
header (bsc#1260086).
Changes for zypper-docker:
- Bump to version 2.0.2
* update vendor provided docker to v28.5.2
* update go sources to use new docker api
* update vendor directory to reflect docker update
- Bump to version 2.0.1
* Fix golint import path
* migrate to go 1.11 module
* ci: use registry.opensuse.org
Patchnames: SUSE-2026-1951,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2026-1951,SUSE-SLE-Product-HPC-15-SP4-LTSS-2026-1951,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2026-1951,SUSE-SLE-Product-HPC-15-SP5-LTSS-2026-1951,SUSE-SLE-Product-SLES-15-SP4-LTSS-2026-1951,SUSE-SLE-Product-SLES-15-SP5-LTSS-2026-1951,SUSE-SLE-Product-SLES_SAP-15-SP4-2026-1951,SUSE-SLE-Product-SLES_SAP-15-SP5-2026-1951
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
6.8 (Medium)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:zypper-docker-2.0.2-150000.3.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:zypper-docker-2.0.2-150000.3.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:zypper-docker-2.0.2-150000.3.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:zypper-docker-2.0.2-150000.3.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:zypper-docker-2.0.2-150000.3.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:zypper-docker-2.0.2-150000.3.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:zypper-docker-2.0.2-150000.3.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:zypper-docker-2.0.2-150000.3.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:zypper-docker-2.0.2-150000.3.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:zypper-docker-2.0.2-150000.3.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:zypper-docker-2.0.2-150000.3.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:zypper-docker-2.0.2-150000.3.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:zypper-docker-2.0.2-150000.3.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:zypper-docker-2.0.2-150000.3.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:zypper-docker-2.0.2-150000.3.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:zypper-docker-2.0.2-150000.3.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:zypper-docker-2.0.2-150000.3.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:zypper-docker-2.0.2-150000.3.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:zypper-docker-2.0.2-150000.3.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:zypper-docker-2.0.2-150000.3.8.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
8.1 (High)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:zypper-docker-2.0.2-150000.3.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:zypper-docker-2.0.2-150000.3.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:zypper-docker-2.0.2-150000.3.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:zypper-docker-2.0.2-150000.3.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:zypper-docker-2.0.2-150000.3.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:zypper-docker-2.0.2-150000.3.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:zypper-docker-2.0.2-150000.3.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:zypper-docker-2.0.2-150000.3.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:zypper-docker-2.0.2-150000.3.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:zypper-docker-2.0.2-150000.3.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:zypper-docker-2.0.2-150000.3.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:zypper-docker-2.0.2-150000.3.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:zypper-docker-2.0.2-150000.3.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:zypper-docker-2.0.2-150000.3.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:zypper-docker-2.0.2-150000.3.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:zypper-docker-2.0.2-150000.3.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:zypper-docker-2.0.2-150000.3.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:zypper-docker-2.0.2-150000.3.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:zypper-docker-2.0.2-150000.3.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:zypper-docker-2.0.2-150000.3.8.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
12 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for zypper-docker",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for zypper-docker fixes the following issues\n\n- CVE-2026-2808: github.com/hashicorp/consul: unvalidated user-supplied file paths can lead to arbitrary file reads\n through the Vault Kubernetes authentication provider (bsc#1259563).\n- CVE-2026-33186: google.golang.org/grpc: authorization bypass due to improper validation of the HTTP/2: path pseudo-\n header (bsc#1260086).\n\nChanges for zypper-docker:\n\n- Bump to version 2.0.2\n \n * update vendor provided docker to v28.5.2\n * update go sources to use new docker api\n * update vendor directory to reflect docker update\n \n- Bump to version 2.0.1\n \n * Fix golint import path\n * migrate to go 1.11 module\n * ci: use registry.opensuse.org\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-1951,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2026-1951,SUSE-SLE-Product-HPC-15-SP4-LTSS-2026-1951,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2026-1951,SUSE-SLE-Product-HPC-15-SP5-LTSS-2026-1951,SUSE-SLE-Product-SLES-15-SP4-LTSS-2026-1951,SUSE-SLE-Product-SLES-15-SP5-LTSS-2026-1951,SUSE-SLE-Product-SLES_SAP-15-SP4-2026-1951,SUSE-SLE-Product-SLES_SAP-15-SP5-2026-1951",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_1951-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:1951-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261951-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:1951-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-May/046532.html"
},
{
"category": "self",
"summary": "SUSE Bug 1259563",
"url": "https://bugzilla.suse.com/1259563"
},
{
"category": "self",
"summary": "SUSE Bug 1260086",
"url": "https://bugzilla.suse.com/1260086"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-2808 page",
"url": "https://www.suse.com/security/cve/CVE-2026-2808/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-33186 page",
"url": "https://www.suse.com/security/cve/CVE-2026-33186/"
}
],
"title": "Security update for zypper-docker",
"tracking": {
"current_release_date": "2026-05-18T07:52:39Z",
"generator": {
"date": "2026-05-18T07:52:39Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:1951-1",
"initial_release_date": "2026-05-18T07:52:39Z",
"revision_history": [
{
"date": "2026-05-18T07:52:39Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "zypper-docker-2.0.2-150000.3.8.1.aarch64",
"product": {
"name": "zypper-docker-2.0.2-150000.3.8.1.aarch64",
"product_id": "zypper-docker-2.0.2-150000.3.8.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "zypper-docker-2.0.2-150000.3.8.1.ppc64le",
"product": {
"name": "zypper-docker-2.0.2-150000.3.8.1.ppc64le",
"product_id": "zypper-docker-2.0.2-150000.3.8.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "zypper-docker-2.0.2-150000.3.8.1.s390x",
"product": {
"name": "zypper-docker-2.0.2-150000.3.8.1.s390x",
"product_id": "zypper-docker-2.0.2-150000.3.8.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "zypper-docker-2.0.2-150000.3.8.1.x86_64",
"product": {
"name": "zypper-docker-2.0.2-150000.3.8.1.x86_64",
"product_id": "zypper-docker-2.0.2-150000.3.8.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "zypper-docker-2.0.2-150000.3.8.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:zypper-docker-2.0.2-150000.3.8.1.aarch64"
},
"product_reference": "zypper-docker-2.0.2-150000.3.8.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "zypper-docker-2.0.2-150000.3.8.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:zypper-docker-2.0.2-150000.3.8.1.x86_64"
},
"product_reference": "zypper-docker-2.0.2-150000.3.8.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "zypper-docker-2.0.2-150000.3.8.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:zypper-docker-2.0.2-150000.3.8.1.aarch64"
},
"product_reference": "zypper-docker-2.0.2-150000.3.8.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "zypper-docker-2.0.2-150000.3.8.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:zypper-docker-2.0.2-150000.3.8.1.x86_64"
},
"product_reference": "zypper-docker-2.0.2-150000.3.8.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "zypper-docker-2.0.2-150000.3.8.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:zypper-docker-2.0.2-150000.3.8.1.aarch64"
},
"product_reference": "zypper-docker-2.0.2-150000.3.8.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "zypper-docker-2.0.2-150000.3.8.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:zypper-docker-2.0.2-150000.3.8.1.x86_64"
},
"product_reference": "zypper-docker-2.0.2-150000.3.8.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "zypper-docker-2.0.2-150000.3.8.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:zypper-docker-2.0.2-150000.3.8.1.aarch64"
},
"product_reference": "zypper-docker-2.0.2-150000.3.8.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "zypper-docker-2.0.2-150000.3.8.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:zypper-docker-2.0.2-150000.3.8.1.x86_64"
},
"product_reference": "zypper-docker-2.0.2-150000.3.8.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "zypper-docker-2.0.2-150000.3.8.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:zypper-docker-2.0.2-150000.3.8.1.aarch64"
},
"product_reference": "zypper-docker-2.0.2-150000.3.8.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "zypper-docker-2.0.2-150000.3.8.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:zypper-docker-2.0.2-150000.3.8.1.ppc64le"
},
"product_reference": "zypper-docker-2.0.2-150000.3.8.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "zypper-docker-2.0.2-150000.3.8.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:zypper-docker-2.0.2-150000.3.8.1.s390x"
},
"product_reference": "zypper-docker-2.0.2-150000.3.8.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "zypper-docker-2.0.2-150000.3.8.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:zypper-docker-2.0.2-150000.3.8.1.x86_64"
},
"product_reference": "zypper-docker-2.0.2-150000.3.8.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "zypper-docker-2.0.2-150000.3.8.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:zypper-docker-2.0.2-150000.3.8.1.aarch64"
},
"product_reference": "zypper-docker-2.0.2-150000.3.8.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "zypper-docker-2.0.2-150000.3.8.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:zypper-docker-2.0.2-150000.3.8.1.ppc64le"
},
"product_reference": "zypper-docker-2.0.2-150000.3.8.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "zypper-docker-2.0.2-150000.3.8.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:zypper-docker-2.0.2-150000.3.8.1.s390x"
},
"product_reference": "zypper-docker-2.0.2-150000.3.8.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "zypper-docker-2.0.2-150000.3.8.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:zypper-docker-2.0.2-150000.3.8.1.x86_64"
},
"product_reference": "zypper-docker-2.0.2-150000.3.8.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "zypper-docker-2.0.2-150000.3.8.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:zypper-docker-2.0.2-150000.3.8.1.ppc64le"
},
"product_reference": "zypper-docker-2.0.2-150000.3.8.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "zypper-docker-2.0.2-150000.3.8.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:zypper-docker-2.0.2-150000.3.8.1.x86_64"
},
"product_reference": "zypper-docker-2.0.2-150000.3.8.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "zypper-docker-2.0.2-150000.3.8.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:zypper-docker-2.0.2-150000.3.8.1.ppc64le"
},
"product_reference": "zypper-docker-2.0.2-150000.3.8.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "zypper-docker-2.0.2-150000.3.8.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:zypper-docker-2.0.2-150000.3.8.1.x86_64"
},
"product_reference": "zypper-docker-2.0.2-150000.3.8.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-2808",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-2808"
}
],
"notes": [
{
"category": "general",
"text": "HashiCorp Consul and Consul Enterprise 1.18.20 up to 1.21.10 and 1.22.4 are vulnerable to arbitrary file read when configured with Kubernetes authentication. This vulnerability, CVE-2026-2808, is fixed in Consul 1.18.21, 1.21.11 and 1.22.5.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:zypper-docker-2.0.2-150000.3.8.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:zypper-docker-2.0.2-150000.3.8.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:zypper-docker-2.0.2-150000.3.8.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:zypper-docker-2.0.2-150000.3.8.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:zypper-docker-2.0.2-150000.3.8.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:zypper-docker-2.0.2-150000.3.8.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:zypper-docker-2.0.2-150000.3.8.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:zypper-docker-2.0.2-150000.3.8.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:zypper-docker-2.0.2-150000.3.8.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:zypper-docker-2.0.2-150000.3.8.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:zypper-docker-2.0.2-150000.3.8.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:zypper-docker-2.0.2-150000.3.8.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:zypper-docker-2.0.2-150000.3.8.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:zypper-docker-2.0.2-150000.3.8.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:zypper-docker-2.0.2-150000.3.8.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:zypper-docker-2.0.2-150000.3.8.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:zypper-docker-2.0.2-150000.3.8.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:zypper-docker-2.0.2-150000.3.8.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:zypper-docker-2.0.2-150000.3.8.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:zypper-docker-2.0.2-150000.3.8.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-2808",
"url": "https://www.suse.com/security/cve/CVE-2026-2808"
},
{
"category": "external",
"summary": "SUSE Bug 1259562 for CVE-2026-2808",
"url": "https://bugzilla.suse.com/1259562"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:zypper-docker-2.0.2-150000.3.8.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:zypper-docker-2.0.2-150000.3.8.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:zypper-docker-2.0.2-150000.3.8.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:zypper-docker-2.0.2-150000.3.8.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:zypper-docker-2.0.2-150000.3.8.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:zypper-docker-2.0.2-150000.3.8.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:zypper-docker-2.0.2-150000.3.8.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:zypper-docker-2.0.2-150000.3.8.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:zypper-docker-2.0.2-150000.3.8.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:zypper-docker-2.0.2-150000.3.8.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:zypper-docker-2.0.2-150000.3.8.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:zypper-docker-2.0.2-150000.3.8.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:zypper-docker-2.0.2-150000.3.8.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:zypper-docker-2.0.2-150000.3.8.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:zypper-docker-2.0.2-150000.3.8.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:zypper-docker-2.0.2-150000.3.8.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:zypper-docker-2.0.2-150000.3.8.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:zypper-docker-2.0.2-150000.3.8.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:zypper-docker-2.0.2-150000.3.8.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:zypper-docker-2.0.2-150000.3.8.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:zypper-docker-2.0.2-150000.3.8.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:zypper-docker-2.0.2-150000.3.8.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:zypper-docker-2.0.2-150000.3.8.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:zypper-docker-2.0.2-150000.3.8.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:zypper-docker-2.0.2-150000.3.8.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:zypper-docker-2.0.2-150000.3.8.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:zypper-docker-2.0.2-150000.3.8.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:zypper-docker-2.0.2-150000.3.8.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:zypper-docker-2.0.2-150000.3.8.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:zypper-docker-2.0.2-150000.3.8.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:zypper-docker-2.0.2-150000.3.8.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:zypper-docker-2.0.2-150000.3.8.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:zypper-docker-2.0.2-150000.3.8.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:zypper-docker-2.0.2-150000.3.8.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:zypper-docker-2.0.2-150000.3.8.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:zypper-docker-2.0.2-150000.3.8.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:zypper-docker-2.0.2-150000.3.8.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:zypper-docker-2.0.2-150000.3.8.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:zypper-docker-2.0.2-150000.3.8.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:zypper-docker-2.0.2-150000.3.8.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-18T07:52:39Z",
"details": "moderate"
}
],
"title": "CVE-2026-2808"
},
{
"cve": "CVE-2026-33186",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-33186"
}
],
"notes": [
{
"category": "general",
"text": "gRPC-Go is the Go language implementation of gRPC. Versions prior to 1.79.3 have an authorization bypass resulting from improper input validation of the HTTP/2 `:path` pseudo-header. The gRPC-Go server was too lenient in its routing logic, accepting requests where the `:path` omitted the mandatory leading slash (e.g., `Service/Method` instead of `/Service/Method`). While the server successfully routed these requests to the correct handler, authorization interceptors (including the official `grpc/authz` package) evaluated the raw, non-canonical path string. Consequently, \"deny\" rules defined using canonical paths (starting with `/`) failed to match the incoming request, allowing it to bypass the policy if a fallback \"allow\" rule was present. This affects gRPC-Go servers that use path-based authorization interceptors, such as the official RBAC implementation in `google.golang.org/grpc/authz` or custom interceptors relying on `info.FullMethod` or `grpc.Method(ctx)`; AND that have a security policy contains specific \"deny\" rules for canonical paths but allows other requests by default (a fallback \"allow\" rule). The vulnerability is exploitable by an attacker who can send raw HTTP/2 frames with malformed `:path` headers directly to the gRPC server. The fix in version 1.79.3 ensures that any request with a `:path` that does not start with a leading slash is immediately rejected with a `codes.Unimplemented` error, preventing it from reaching authorization interceptors or handlers with a non-canonical path string. While upgrading is the most secure and recommended path, users can mitigate the vulnerability using one of the following methods: Use a validating interceptor (recommended mitigation); infrastructure-level normalization; and/or policy hardening.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:zypper-docker-2.0.2-150000.3.8.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:zypper-docker-2.0.2-150000.3.8.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:zypper-docker-2.0.2-150000.3.8.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:zypper-docker-2.0.2-150000.3.8.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:zypper-docker-2.0.2-150000.3.8.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:zypper-docker-2.0.2-150000.3.8.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:zypper-docker-2.0.2-150000.3.8.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:zypper-docker-2.0.2-150000.3.8.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:zypper-docker-2.0.2-150000.3.8.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:zypper-docker-2.0.2-150000.3.8.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:zypper-docker-2.0.2-150000.3.8.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:zypper-docker-2.0.2-150000.3.8.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:zypper-docker-2.0.2-150000.3.8.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:zypper-docker-2.0.2-150000.3.8.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:zypper-docker-2.0.2-150000.3.8.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:zypper-docker-2.0.2-150000.3.8.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:zypper-docker-2.0.2-150000.3.8.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:zypper-docker-2.0.2-150000.3.8.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:zypper-docker-2.0.2-150000.3.8.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:zypper-docker-2.0.2-150000.3.8.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-33186",
"url": "https://www.suse.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "SUSE Bug 1260085 for CVE-2026-33186",
"url": "https://bugzilla.suse.com/1260085"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:zypper-docker-2.0.2-150000.3.8.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:zypper-docker-2.0.2-150000.3.8.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:zypper-docker-2.0.2-150000.3.8.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:zypper-docker-2.0.2-150000.3.8.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:zypper-docker-2.0.2-150000.3.8.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:zypper-docker-2.0.2-150000.3.8.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:zypper-docker-2.0.2-150000.3.8.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:zypper-docker-2.0.2-150000.3.8.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:zypper-docker-2.0.2-150000.3.8.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:zypper-docker-2.0.2-150000.3.8.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:zypper-docker-2.0.2-150000.3.8.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:zypper-docker-2.0.2-150000.3.8.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:zypper-docker-2.0.2-150000.3.8.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:zypper-docker-2.0.2-150000.3.8.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:zypper-docker-2.0.2-150000.3.8.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:zypper-docker-2.0.2-150000.3.8.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:zypper-docker-2.0.2-150000.3.8.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:zypper-docker-2.0.2-150000.3.8.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:zypper-docker-2.0.2-150000.3.8.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:zypper-docker-2.0.2-150000.3.8.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:zypper-docker-2.0.2-150000.3.8.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:zypper-docker-2.0.2-150000.3.8.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:zypper-docker-2.0.2-150000.3.8.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:zypper-docker-2.0.2-150000.3.8.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:zypper-docker-2.0.2-150000.3.8.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:zypper-docker-2.0.2-150000.3.8.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:zypper-docker-2.0.2-150000.3.8.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:zypper-docker-2.0.2-150000.3.8.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:zypper-docker-2.0.2-150000.3.8.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:zypper-docker-2.0.2-150000.3.8.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:zypper-docker-2.0.2-150000.3.8.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:zypper-docker-2.0.2-150000.3.8.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:zypper-docker-2.0.2-150000.3.8.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:zypper-docker-2.0.2-150000.3.8.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:zypper-docker-2.0.2-150000.3.8.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:zypper-docker-2.0.2-150000.3.8.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:zypper-docker-2.0.2-150000.3.8.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:zypper-docker-2.0.2-150000.3.8.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:zypper-docker-2.0.2-150000.3.8.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:zypper-docker-2.0.2-150000.3.8.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-18T07:52:39Z",
"details": "important"
}
],
"title": "CVE-2026-33186"
}
]
}
SUSE-SU-2026:2101-1
Vulnerability from csaf_suse - Published: 2026-05-27 15:14 - Updated: 2026-05-27 15:14Summary
Security update for google-guest-agent
Severity
Important
Notes
Title of the patch: Security update for google-guest-agent
Description of the patch: This update for google-guest-agent fixes the following issue
- CVE-2026-33186: google.golang.org/grpc: authorization bypass due to improper validation of the HTTP/2: path pseudo-
header (bsc#1260264).
Patchnames: SUSE-2026-2101,SUSE-SLE-Module-Public-Cloud-12-2026-2101
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
8.1 (High)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20250506.01-1.56.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20250506.01-1.56.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20250506.01-1.56.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20250506.01-1.56.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
8 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for google-guest-agent",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for google-guest-agent fixes the following issue\n\n- CVE-2026-33186: google.golang.org/grpc: authorization bypass due to improper validation of the HTTP/2: path pseudo-\n header (bsc#1260264).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-2101,SUSE-SLE-Module-Public-Cloud-12-2026-2101",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_2101-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:2101-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262101-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:2101-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-May/046845.html"
},
{
"category": "self",
"summary": "SUSE Bug 1260264",
"url": "https://bugzilla.suse.com/1260264"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-33186 page",
"url": "https://www.suse.com/security/cve/CVE-2026-33186/"
}
],
"title": "Security update for google-guest-agent",
"tracking": {
"current_release_date": "2026-05-27T15:14:05Z",
"generator": {
"date": "2026-05-27T15:14:05Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:2101-1",
"initial_release_date": "2026-05-27T15:14:05Z",
"revision_history": [
{
"date": "2026-05-27T15:14:05Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "google-guest-agent-20250506.01-1.56.1.aarch64",
"product": {
"name": "google-guest-agent-20250506.01-1.56.1.aarch64",
"product_id": "google-guest-agent-20250506.01-1.56.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "google-guest-agent-20250506.01-1.56.1.i586",
"product": {
"name": "google-guest-agent-20250506.01-1.56.1.i586",
"product_id": "google-guest-agent-20250506.01-1.56.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "google-guest-agent-20250506.01-1.56.1.ppc64le",
"product": {
"name": "google-guest-agent-20250506.01-1.56.1.ppc64le",
"product_id": "google-guest-agent-20250506.01-1.56.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "google-guest-agent-20250506.01-1.56.1.s390x",
"product": {
"name": "google-guest-agent-20250506.01-1.56.1.s390x",
"product_id": "google-guest-agent-20250506.01-1.56.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "google-guest-agent-20250506.01-1.56.1.x86_64",
"product": {
"name": "google-guest-agent-20250506.01-1.56.1.x86_64",
"product_id": "google-guest-agent-20250506.01-1.56.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Public Cloud 12",
"product": {
"name": "SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 12",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-public-cloud:12"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "google-guest-agent-20250506.01-1.56.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20250506.01-1.56.1.aarch64"
},
"product_reference": "google-guest-agent-20250506.01-1.56.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-guest-agent-20250506.01-1.56.1.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20250506.01-1.56.1.ppc64le"
},
"product_reference": "google-guest-agent-20250506.01-1.56.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-guest-agent-20250506.01-1.56.1.s390x as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20250506.01-1.56.1.s390x"
},
"product_reference": "google-guest-agent-20250506.01-1.56.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-guest-agent-20250506.01-1.56.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20250506.01-1.56.1.x86_64"
},
"product_reference": "google-guest-agent-20250506.01-1.56.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 12"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-33186",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-33186"
}
],
"notes": [
{
"category": "general",
"text": "gRPC-Go is the Go language implementation of gRPC. Versions prior to 1.79.3 have an authorization bypass resulting from improper input validation of the HTTP/2 `:path` pseudo-header. The gRPC-Go server was too lenient in its routing logic, accepting requests where the `:path` omitted the mandatory leading slash (e.g., `Service/Method` instead of `/Service/Method`). While the server successfully routed these requests to the correct handler, authorization interceptors (including the official `grpc/authz` package) evaluated the raw, non-canonical path string. Consequently, \"deny\" rules defined using canonical paths (starting with `/`) failed to match the incoming request, allowing it to bypass the policy if a fallback \"allow\" rule was present. This affects gRPC-Go servers that use path-based authorization interceptors, such as the official RBAC implementation in `google.golang.org/grpc/authz` or custom interceptors relying on `info.FullMethod` or `grpc.Method(ctx)`; AND that have a security policy contains specific \"deny\" rules for canonical paths but allows other requests by default (a fallback \"allow\" rule). The vulnerability is exploitable by an attacker who can send raw HTTP/2 frames with malformed `:path` headers directly to the gRPC server. The fix in version 1.79.3 ensures that any request with a `:path` that does not start with a leading slash is immediately rejected with a `codes.Unimplemented` error, preventing it from reaching authorization interceptors or handlers with a non-canonical path string. While upgrading is the most secure and recommended path, users can mitigate the vulnerability using one of the following methods: Use a validating interceptor (recommended mitigation); infrastructure-level normalization; and/or policy hardening.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20250506.01-1.56.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20250506.01-1.56.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20250506.01-1.56.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20250506.01-1.56.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-33186",
"url": "https://www.suse.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "SUSE Bug 1260085 for CVE-2026-33186",
"url": "https://bugzilla.suse.com/1260085"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20250506.01-1.56.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20250506.01-1.56.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20250506.01-1.56.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20250506.01-1.56.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20250506.01-1.56.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20250506.01-1.56.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20250506.01-1.56.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-guest-agent-20250506.01-1.56.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-27T15:14:05Z",
"details": "important"
}
],
"title": "CVE-2026-33186"
}
]
}
SUSE-SU-2026:21115-1
Vulnerability from csaf_suse - Published: 2026-04-14 08:29 - Updated: 2026-04-14 08:29Summary
Security update for ignition
Severity
Important
Notes
Title of the patch: Security update for ignition
Description of the patch: This update for ignition fixes the following issue:
- CVE-2026-33186: Fixed an authorization bypass due to improper validation of the HTTP/2: path pseudo-header (bsc#1260251).
Patchnames: SUSE-SLE-Micro-6.1-487
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
8.1 (High)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.1:ignition-2.19.0-slfo.1.1_3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:ignition-2.19.0-slfo.1.1_3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:ignition-2.19.0-slfo.1.1_3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:ignition-2.19.0-slfo.1.1_3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
8 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for ignition",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for ignition fixes the following issue:\n\n- CVE-2026-33186: Fixed an authorization bypass due to improper validation of the HTTP/2: path pseudo-header (bsc#1260251).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLE-Micro-6.1-487",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_21115-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:21115-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202621115-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:21115-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025428.html"
},
{
"category": "self",
"summary": "SUSE Bug 1260251",
"url": "https://bugzilla.suse.com/1260251"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-33186 page",
"url": "https://www.suse.com/security/cve/CVE-2026-33186/"
}
],
"title": "Security update for ignition",
"tracking": {
"current_release_date": "2026-04-14T08:29:25Z",
"generator": {
"date": "2026-04-14T08:29:25Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:21115-1",
"initial_release_date": "2026-04-14T08:29:25Z",
"revision_history": [
{
"date": "2026-04-14T08:29:25Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "ignition-2.19.0-slfo.1.1_3.1.aarch64",
"product": {
"name": "ignition-2.19.0-slfo.1.1_3.1.aarch64",
"product_id": "ignition-2.19.0-slfo.1.1_3.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "ignition-2.19.0-slfo.1.1_3.1.ppc64le",
"product": {
"name": "ignition-2.19.0-slfo.1.1_3.1.ppc64le",
"product_id": "ignition-2.19.0-slfo.1.1_3.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "ignition-2.19.0-slfo.1.1_3.1.s390x",
"product": {
"name": "ignition-2.19.0-slfo.1.1_3.1.s390x",
"product_id": "ignition-2.19.0-slfo.1.1_3.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "ignition-2.19.0-slfo.1.1_3.1.x86_64",
"product": {
"name": "ignition-2.19.0-slfo.1.1_3.1.x86_64",
"product_id": "ignition-2.19.0-slfo.1.1_3.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": "ignition-2.19.0-slfo.1.1_3.1.aarch64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:ignition-2.19.0-slfo.1.1_3.1.aarch64"
},
"product_reference": "ignition-2.19.0-slfo.1.1_3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-2.19.0-slfo.1.1_3.1.ppc64le as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:ignition-2.19.0-slfo.1.1_3.1.ppc64le"
},
"product_reference": "ignition-2.19.0-slfo.1.1_3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-2.19.0-slfo.1.1_3.1.s390x as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:ignition-2.19.0-slfo.1.1_3.1.s390x"
},
"product_reference": "ignition-2.19.0-slfo.1.1_3.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-2.19.0-slfo.1.1_3.1.x86_64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:ignition-2.19.0-slfo.1.1_3.1.x86_64"
},
"product_reference": "ignition-2.19.0-slfo.1.1_3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-33186",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-33186"
}
],
"notes": [
{
"category": "general",
"text": "gRPC-Go is the Go language implementation of gRPC. Versions prior to 1.79.3 have an authorization bypass resulting from improper input validation of the HTTP/2 `:path` pseudo-header. The gRPC-Go server was too lenient in its routing logic, accepting requests where the `:path` omitted the mandatory leading slash (e.g., `Service/Method` instead of `/Service/Method`). While the server successfully routed these requests to the correct handler, authorization interceptors (including the official `grpc/authz` package) evaluated the raw, non-canonical path string. Consequently, \"deny\" rules defined using canonical paths (starting with `/`) failed to match the incoming request, allowing it to bypass the policy if a fallback \"allow\" rule was present. This affects gRPC-Go servers that use path-based authorization interceptors, such as the official RBAC implementation in `google.golang.org/grpc/authz` or custom interceptors relying on `info.FullMethod` or `grpc.Method(ctx)`; AND that have a security policy contains specific \"deny\" rules for canonical paths but allows other requests by default (a fallback \"allow\" rule). The vulnerability is exploitable by an attacker who can send raw HTTP/2 frames with malformed `:path` headers directly to the gRPC server. The fix in version 1.79.3 ensures that any request with a `:path` that does not start with a leading slash is immediately rejected with a `codes.Unimplemented` error, preventing it from reaching authorization interceptors or handlers with a non-canonical path string. While upgrading is the most secure and recommended path, users can mitigate the vulnerability using one of the following methods: Use a validating interceptor (recommended mitigation); infrastructure-level normalization; and/or policy hardening.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:ignition-2.19.0-slfo.1.1_3.1.aarch64",
"SUSE Linux Micro 6.1:ignition-2.19.0-slfo.1.1_3.1.ppc64le",
"SUSE Linux Micro 6.1:ignition-2.19.0-slfo.1.1_3.1.s390x",
"SUSE Linux Micro 6.1:ignition-2.19.0-slfo.1.1_3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-33186",
"url": "https://www.suse.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "SUSE Bug 1260085 for CVE-2026-33186",
"url": "https://bugzilla.suse.com/1260085"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.1:ignition-2.19.0-slfo.1.1_3.1.aarch64",
"SUSE Linux Micro 6.1:ignition-2.19.0-slfo.1.1_3.1.ppc64le",
"SUSE Linux Micro 6.1:ignition-2.19.0-slfo.1.1_3.1.s390x",
"SUSE Linux Micro 6.1:ignition-2.19.0-slfo.1.1_3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:ignition-2.19.0-slfo.1.1_3.1.aarch64",
"SUSE Linux Micro 6.1:ignition-2.19.0-slfo.1.1_3.1.ppc64le",
"SUSE Linux Micro 6.1:ignition-2.19.0-slfo.1.1_3.1.s390x",
"SUSE Linux Micro 6.1:ignition-2.19.0-slfo.1.1_3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-14T08:29:25Z",
"details": "important"
}
],
"title": "CVE-2026-33186"
}
]
}
SUSE-SU-2026:21128-1
Vulnerability from csaf_suse - Published: 2026-04-14 08:01 - Updated: 2026-04-14 08:01Summary
Security update for ignition
Severity
Important
Notes
Title of the patch: Security update for ignition
Description of the patch: This update for ignition fixes the following issue:
- CVE-2026-33186: Fixed an authorization bypass due to improper validation of the HTTP/2: path pseudo-header (bsc#1260251).
Patchnames: SUSE-SLE-Micro-6.0-668
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
8.1 (High)
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:ignition-2.19.0-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:ignition-2.19.0-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:ignition-2.19.0-3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
8 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for ignition",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for ignition fixes the following issue:\n\n- CVE-2026-33186: Fixed an authorization bypass due to improper validation of the HTTP/2: path pseudo-header (bsc#1260251).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLE-Micro-6.0-668",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_21128-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:21128-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202621128-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:21128-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025417.html"
},
{
"category": "self",
"summary": "SUSE Bug 1260251",
"url": "https://bugzilla.suse.com/1260251"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-33186 page",
"url": "https://www.suse.com/security/cve/CVE-2026-33186/"
}
],
"title": "Security update for ignition",
"tracking": {
"current_release_date": "2026-04-14T08:01:00Z",
"generator": {
"date": "2026-04-14T08:01:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:21128-1",
"initial_release_date": "2026-04-14T08:01:00Z",
"revision_history": [
{
"date": "2026-04-14T08:01:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "ignition-2.19.0-3.1.aarch64",
"product": {
"name": "ignition-2.19.0-3.1.aarch64",
"product_id": "ignition-2.19.0-3.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "ignition-2.19.0-3.1.s390x",
"product": {
"name": "ignition-2.19.0-3.1.s390x",
"product_id": "ignition-2.19.0-3.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "ignition-2.19.0-3.1.x86_64",
"product": {
"name": "ignition-2.19.0-3.1.x86_64",
"product_id": "ignition-2.19.0-3.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.0",
"product": {
"name": "SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sl-micro:6.0"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-2.19.0-3.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:ignition-2.19.0-3.1.aarch64"
},
"product_reference": "ignition-2.19.0-3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-2.19.0-3.1.s390x as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:ignition-2.19.0-3.1.s390x"
},
"product_reference": "ignition-2.19.0-3.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-2.19.0-3.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:ignition-2.19.0-3.1.x86_64"
},
"product_reference": "ignition-2.19.0-3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-33186",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-33186"
}
],
"notes": [
{
"category": "general",
"text": "gRPC-Go is the Go language implementation of gRPC. Versions prior to 1.79.3 have an authorization bypass resulting from improper input validation of the HTTP/2 `:path` pseudo-header. The gRPC-Go server was too lenient in its routing logic, accepting requests where the `:path` omitted the mandatory leading slash (e.g., `Service/Method` instead of `/Service/Method`). While the server successfully routed these requests to the correct handler, authorization interceptors (including the official `grpc/authz` package) evaluated the raw, non-canonical path string. Consequently, \"deny\" rules defined using canonical paths (starting with `/`) failed to match the incoming request, allowing it to bypass the policy if a fallback \"allow\" rule was present. This affects gRPC-Go servers that use path-based authorization interceptors, such as the official RBAC implementation in `google.golang.org/grpc/authz` or custom interceptors relying on `info.FullMethod` or `grpc.Method(ctx)`; AND that have a security policy contains specific \"deny\" rules for canonical paths but allows other requests by default (a fallback \"allow\" rule). The vulnerability is exploitable by an attacker who can send raw HTTP/2 frames with malformed `:path` headers directly to the gRPC server. The fix in version 1.79.3 ensures that any request with a `:path` that does not start with a leading slash is immediately rejected with a `codes.Unimplemented` error, preventing it from reaching authorization interceptors or handlers with a non-canonical path string. While upgrading is the most secure and recommended path, users can mitigate the vulnerability using one of the following methods: Use a validating interceptor (recommended mitigation); infrastructure-level normalization; and/or policy hardening.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:ignition-2.19.0-3.1.aarch64",
"SUSE Linux Micro 6.0:ignition-2.19.0-3.1.s390x",
"SUSE Linux Micro 6.0:ignition-2.19.0-3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-33186",
"url": "https://www.suse.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "SUSE Bug 1260085 for CVE-2026-33186",
"url": "https://bugzilla.suse.com/1260085"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.0:ignition-2.19.0-3.1.aarch64",
"SUSE Linux Micro 6.0:ignition-2.19.0-3.1.s390x",
"SUSE Linux Micro 6.0:ignition-2.19.0-3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:ignition-2.19.0-3.1.aarch64",
"SUSE Linux Micro 6.0:ignition-2.19.0-3.1.s390x",
"SUSE Linux Micro 6.0:ignition-2.19.0-3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-14T08:01:00Z",
"details": "important"
}
],
"title": "CVE-2026-33186"
}
]
}
SUSE-SU-2026:21210-1
Vulnerability from csaf_suse - Published: 2026-04-17 07:55 - Updated: 2026-04-17 07:55Summary
Security update for google-cloud-sap-agent
Severity
Important
Notes
Title of the patch: Security update for google-cloud-sap-agent
Description of the patch: This update for google-cloud-sap-agent fixes the following issue:
Update to google-cloud-sap-agent 3.12 (bsc#1259816):
- CVE-2026-33186: google.golang.org/grpc: authorization bypass due to improper validation of the HTTP/2: path pseudo-
header (bsc#1260265).
Changes for google-cloud-sap-agent:
* Collect WLM metric `saphanasr_angi_installed` for all OS types.
* Failure handling: Remove attached disks from CG
* OTE Status checks for Parameter Manager (SAP Agent)
* Log command-line arguments in configureinstance.
* Minor multiple reliability checks and fixes
* Support custom names for restored disks in hanadiskrestore
* Add newAttachedDisks to Restorer and detach them on restore failure.
* Improve unit test coverage for hanadiskbackup and hanadiskrestore
* Add support for refresh point tests.
* Refactor HANA disk backup user validation and physical path parsing.
* Auto updated compiled protocol buffers
* Parameter Manager integration to SAP Agent
* Modify collection logic for SAP HANA configuration files.
* Update workloadagentplatform version and hash.
* Update WLM Validation metrics to support SAPHanaSR-angi setups.
* Increment agent version to 3.12.
* SAP HANA Pacemaker failover settings can come from `SAPHanaController`.
* Update collection for WLM metric `ha_sr_hook_configured`.
* Refactor CheckTopology to accept instance number.
* Use constant backoff with max retries for snapshot group operations.
* Update workloadagentplatform dependency
Patchnames: SUSE-SLES-16.0-578
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
8.1 (High)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:google-cloud-sap-agent-3.12-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:google-cloud-sap-agent-3.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:google-cloud-sap-agent-3.12-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:google-cloud-sap-agent-3.12-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
9 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for google-cloud-sap-agent",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for google-cloud-sap-agent fixes the following issue:\n\nUpdate to google-cloud-sap-agent 3.12 (bsc#1259816):\n\n- CVE-2026-33186: google.golang.org/grpc: authorization bypass due to improper validation of the HTTP/2: path pseudo-\n header (bsc#1260265).\n\nChanges for google-cloud-sap-agent:\n\n * Collect WLM metric `saphanasr_angi_installed` for all OS types.\n * Failure handling: Remove attached disks from CG\n * OTE Status checks for Parameter Manager (SAP Agent)\n * Log command-line arguments in configureinstance.\n * Minor multiple reliability checks and fixes\n * Support custom names for restored disks in hanadiskrestore\n * Add newAttachedDisks to Restorer and detach them on restore failure.\n * Improve unit test coverage for hanadiskbackup and hanadiskrestore\n * Add support for refresh point tests.\n * Refactor HANA disk backup user validation and physical path parsing.\n * Auto updated compiled protocol buffers\n * Parameter Manager integration to SAP Agent\n * Modify collection logic for SAP HANA configuration files.\n * Update workloadagentplatform version and hash.\n * Update WLM Validation metrics to support SAPHanaSR-angi setups.\n * Increment agent version to 3.12.\n * SAP HANA Pacemaker failover settings can come from `SAPHanaController`.\n * Update collection for WLM metric `ha_sr_hook_configured`.\n * Refactor CheckTopology to accept instance number.\n * Use constant backoff with max retries for snapshot group operations.\n * Update workloadagentplatform dependency\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLES-16.0-578",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_21210-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:21210-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202621210-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:21210-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025524.html"
},
{
"category": "self",
"summary": "SUSE Bug 1259816",
"url": "https://bugzilla.suse.com/1259816"
},
{
"category": "self",
"summary": "SUSE Bug 1260265",
"url": "https://bugzilla.suse.com/1260265"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-33186 page",
"url": "https://www.suse.com/security/cve/CVE-2026-33186/"
}
],
"title": "Security update for google-cloud-sap-agent",
"tracking": {
"current_release_date": "2026-04-17T07:55:35Z",
"generator": {
"date": "2026-04-17T07:55:35Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:21210-1",
"initial_release_date": "2026-04-17T07:55:35Z",
"revision_history": [
{
"date": "2026-04-17T07:55:35Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "google-cloud-sap-agent-3.12-160000.1.1.aarch64",
"product": {
"name": "google-cloud-sap-agent-3.12-160000.1.1.aarch64",
"product_id": "google-cloud-sap-agent-3.12-160000.1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "google-cloud-sap-agent-3.12-160000.1.1.x86_64",
"product": {
"name": "google-cloud-sap-agent-3.12-160000.1.1.x86_64",
"product_id": "google-cloud-sap-agent-3.12-160000.1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 16.0",
"product": {
"name": "SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:16:16.0:server"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product": {
"name": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:16:16.0:server-sap"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "google-cloud-sap-agent-3.12-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:google-cloud-sap-agent-3.12-160000.1.1.aarch64"
},
"product_reference": "google-cloud-sap-agent-3.12-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-cloud-sap-agent-3.12-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:google-cloud-sap-agent-3.12-160000.1.1.x86_64"
},
"product_reference": "google-cloud-sap-agent-3.12-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-cloud-sap-agent-3.12-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:google-cloud-sap-agent-3.12-160000.1.1.aarch64"
},
"product_reference": "google-cloud-sap-agent-3.12-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-cloud-sap-agent-3.12-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:google-cloud-sap-agent-3.12-160000.1.1.x86_64"
},
"product_reference": "google-cloud-sap-agent-3.12-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-33186",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-33186"
}
],
"notes": [
{
"category": "general",
"text": "gRPC-Go is the Go language implementation of gRPC. Versions prior to 1.79.3 have an authorization bypass resulting from improper input validation of the HTTP/2 `:path` pseudo-header. The gRPC-Go server was too lenient in its routing logic, accepting requests where the `:path` omitted the mandatory leading slash (e.g., `Service/Method` instead of `/Service/Method`). While the server successfully routed these requests to the correct handler, authorization interceptors (including the official `grpc/authz` package) evaluated the raw, non-canonical path string. Consequently, \"deny\" rules defined using canonical paths (starting with `/`) failed to match the incoming request, allowing it to bypass the policy if a fallback \"allow\" rule was present. This affects gRPC-Go servers that use path-based authorization interceptors, such as the official RBAC implementation in `google.golang.org/grpc/authz` or custom interceptors relying on `info.FullMethod` or `grpc.Method(ctx)`; AND that have a security policy contains specific \"deny\" rules for canonical paths but allows other requests by default (a fallback \"allow\" rule). The vulnerability is exploitable by an attacker who can send raw HTTP/2 frames with malformed `:path` headers directly to the gRPC server. The fix in version 1.79.3 ensures that any request with a `:path` that does not start with a leading slash is immediately rejected with a `codes.Unimplemented` error, preventing it from reaching authorization interceptors or handlers with a non-canonical path string. While upgrading is the most secure and recommended path, users can mitigate the vulnerability using one of the following methods: Use a validating interceptor (recommended mitigation); infrastructure-level normalization; and/or policy hardening.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:google-cloud-sap-agent-3.12-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:google-cloud-sap-agent-3.12-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:google-cloud-sap-agent-3.12-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:google-cloud-sap-agent-3.12-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-33186",
"url": "https://www.suse.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "SUSE Bug 1260085 for CVE-2026-33186",
"url": "https://bugzilla.suse.com/1260085"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 16.0:google-cloud-sap-agent-3.12-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:google-cloud-sap-agent-3.12-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:google-cloud-sap-agent-3.12-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:google-cloud-sap-agent-3.12-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:google-cloud-sap-agent-3.12-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:google-cloud-sap-agent-3.12-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:google-cloud-sap-agent-3.12-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:google-cloud-sap-agent-3.12-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-17T07:55:35Z",
"details": "important"
}
],
"title": "CVE-2026-33186"
}
]
}
SUSE-SU-2026:21272-1
Vulnerability from csaf_suse - Published: 2026-04-22 10:09 - Updated: 2026-04-22 10:09Summary
Security update for ignition
Severity
Important
Notes
Title of the patch: Security update for ignition
Description of the patch: This update for ignition fixes the following issue:
- CVE-2026-33186: Fixed an authorization bypass due to improper validation of the HTTP/2: path pseudo-header (bsc#1260251).
Patchnames: SUSE-SL-Micro-6.2-615
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
8.1 (High)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.2:ignition-2.21.0-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:ignition-2.21.0-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:ignition-2.21.0-160000.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:ignition-2.21.0-160000.3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
8 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for ignition",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for ignition fixes the following issue:\n\n- CVE-2026-33186: Fixed an authorization bypass due to improper validation of the HTTP/2: path pseudo-header (bsc#1260251).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SL-Micro-6.2-615",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_21272-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:21272-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202621272-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:21272-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-April/045958.html"
},
{
"category": "self",
"summary": "SUSE Bug 1260251",
"url": "https://bugzilla.suse.com/1260251"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-33186 page",
"url": "https://www.suse.com/security/cve/CVE-2026-33186/"
}
],
"title": "Security update for ignition",
"tracking": {
"current_release_date": "2026-04-22T10:09:05Z",
"generator": {
"date": "2026-04-22T10:09:05Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:21272-1",
"initial_release_date": "2026-04-22T10:09:05Z",
"revision_history": [
{
"date": "2026-04-22T10:09:05Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "ignition-2.21.0-160000.3.1.aarch64",
"product": {
"name": "ignition-2.21.0-160000.3.1.aarch64",
"product_id": "ignition-2.21.0-160000.3.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "ignition-2.21.0-160000.3.1.ppc64le",
"product": {
"name": "ignition-2.21.0-160000.3.1.ppc64le",
"product_id": "ignition-2.21.0-160000.3.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "ignition-2.21.0-160000.3.1.s390x",
"product": {
"name": "ignition-2.21.0-160000.3.1.s390x",
"product_id": "ignition-2.21.0-160000.3.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "ignition-2.21.0-160000.3.1.x86_64",
"product": {
"name": "ignition-2.21.0-160000.3.1.x86_64",
"product_id": "ignition-2.21.0-160000.3.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.2",
"product": {
"name": "SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sl-micro:6.2"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-2.21.0-160000.3.1.aarch64 as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:ignition-2.21.0-160000.3.1.aarch64"
},
"product_reference": "ignition-2.21.0-160000.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-2.21.0-160000.3.1.ppc64le as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:ignition-2.21.0-160000.3.1.ppc64le"
},
"product_reference": "ignition-2.21.0-160000.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-2.21.0-160000.3.1.s390x as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:ignition-2.21.0-160000.3.1.s390x"
},
"product_reference": "ignition-2.21.0-160000.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-2.21.0-160000.3.1.x86_64 as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:ignition-2.21.0-160000.3.1.x86_64"
},
"product_reference": "ignition-2.21.0-160000.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-33186",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-33186"
}
],
"notes": [
{
"category": "general",
"text": "gRPC-Go is the Go language implementation of gRPC. Versions prior to 1.79.3 have an authorization bypass resulting from improper input validation of the HTTP/2 `:path` pseudo-header. The gRPC-Go server was too lenient in its routing logic, accepting requests where the `:path` omitted the mandatory leading slash (e.g., `Service/Method` instead of `/Service/Method`). While the server successfully routed these requests to the correct handler, authorization interceptors (including the official `grpc/authz` package) evaluated the raw, non-canonical path string. Consequently, \"deny\" rules defined using canonical paths (starting with `/`) failed to match the incoming request, allowing it to bypass the policy if a fallback \"allow\" rule was present. This affects gRPC-Go servers that use path-based authorization interceptors, such as the official RBAC implementation in `google.golang.org/grpc/authz` or custom interceptors relying on `info.FullMethod` or `grpc.Method(ctx)`; AND that have a security policy contains specific \"deny\" rules for canonical paths but allows other requests by default (a fallback \"allow\" rule). The vulnerability is exploitable by an attacker who can send raw HTTP/2 frames with malformed `:path` headers directly to the gRPC server. The fix in version 1.79.3 ensures that any request with a `:path` that does not start with a leading slash is immediately rejected with a `codes.Unimplemented` error, preventing it from reaching authorization interceptors or handlers with a non-canonical path string. While upgrading is the most secure and recommended path, users can mitigate the vulnerability using one of the following methods: Use a validating interceptor (recommended mitigation); infrastructure-level normalization; and/or policy hardening.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.2:ignition-2.21.0-160000.3.1.aarch64",
"SUSE Linux Micro 6.2:ignition-2.21.0-160000.3.1.ppc64le",
"SUSE Linux Micro 6.2:ignition-2.21.0-160000.3.1.s390x",
"SUSE Linux Micro 6.2:ignition-2.21.0-160000.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-33186",
"url": "https://www.suse.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "SUSE Bug 1260085 for CVE-2026-33186",
"url": "https://bugzilla.suse.com/1260085"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.2:ignition-2.21.0-160000.3.1.aarch64",
"SUSE Linux Micro 6.2:ignition-2.21.0-160000.3.1.ppc64le",
"SUSE Linux Micro 6.2:ignition-2.21.0-160000.3.1.s390x",
"SUSE Linux Micro 6.2:ignition-2.21.0-160000.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.2:ignition-2.21.0-160000.3.1.aarch64",
"SUSE Linux Micro 6.2:ignition-2.21.0-160000.3.1.ppc64le",
"SUSE Linux Micro 6.2:ignition-2.21.0-160000.3.1.s390x",
"SUSE Linux Micro 6.2:ignition-2.21.0-160000.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-22T10:09:05Z",
"details": "important"
}
],
"title": "CVE-2026-33186"
}
]
}
SUSE-SU-2026:21370-1
Vulnerability from csaf_suse - Published: 2026-04-22 10:09 - Updated: 2026-04-22 10:09Summary
Security update for ignition
Severity
Important
Notes
Title of the patch: Security update for ignition
Description of the patch: This update for ignition fixes the following issue:
- CVE-2026-33186: Fixed an authorization bypass due to improper validation of the HTTP/2: path pseudo-header (bsc#1260251).
Patchnames: SUSE-SLES-16.0-615
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
8.1 (High)
Affected products
Recommended
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ignition-2.21.0-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ignition-2.21.0-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ignition-2.21.0-160000.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ignition-2.21.0-160000.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ignition-2.21.0-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ignition-2.21.0-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ignition-2.21.0-160000.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ignition-2.21.0-160000.3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
8 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for ignition",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for ignition fixes the following issue:\n\n- CVE-2026-33186: Fixed an authorization bypass due to improper validation of the HTTP/2: path pseudo-header (bsc#1260251).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLES-16.0-615",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_21370-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:21370-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202621370-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:21370-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-April/046071.html"
},
{
"category": "self",
"summary": "SUSE Bug 1260251",
"url": "https://bugzilla.suse.com/1260251"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-33186 page",
"url": "https://www.suse.com/security/cve/CVE-2026-33186/"
}
],
"title": "Security update for ignition",
"tracking": {
"current_release_date": "2026-04-22T10:09:05Z",
"generator": {
"date": "2026-04-22T10:09:05Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:21370-1",
"initial_release_date": "2026-04-22T10:09:05Z",
"revision_history": [
{
"date": "2026-04-22T10:09:05Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "ignition-2.21.0-160000.3.1.aarch64",
"product": {
"name": "ignition-2.21.0-160000.3.1.aarch64",
"product_id": "ignition-2.21.0-160000.3.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "ignition-2.21.0-160000.3.1.ppc64le",
"product": {
"name": "ignition-2.21.0-160000.3.1.ppc64le",
"product_id": "ignition-2.21.0-160000.3.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "ignition-2.21.0-160000.3.1.s390x",
"product": {
"name": "ignition-2.21.0-160000.3.1.s390x",
"product_id": "ignition-2.21.0-160000.3.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "ignition-2.21.0-160000.3.1.x86_64",
"product": {
"name": "ignition-2.21.0-160000.3.1.x86_64",
"product_id": "ignition-2.21.0-160000.3.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 16.0",
"product": {
"name": "SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:16.0"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product": {
"name": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:16:16.0:server-sap"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-2.21.0-160000.3.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:ignition-2.21.0-160000.3.1.aarch64"
},
"product_reference": "ignition-2.21.0-160000.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-2.21.0-160000.3.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:ignition-2.21.0-160000.3.1.ppc64le"
},
"product_reference": "ignition-2.21.0-160000.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-2.21.0-160000.3.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:ignition-2.21.0-160000.3.1.s390x"
},
"product_reference": "ignition-2.21.0-160000.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-2.21.0-160000.3.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:ignition-2.21.0-160000.3.1.x86_64"
},
"product_reference": "ignition-2.21.0-160000.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-2.21.0-160000.3.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:ignition-2.21.0-160000.3.1.aarch64"
},
"product_reference": "ignition-2.21.0-160000.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-2.21.0-160000.3.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:ignition-2.21.0-160000.3.1.ppc64le"
},
"product_reference": "ignition-2.21.0-160000.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-2.21.0-160000.3.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:ignition-2.21.0-160000.3.1.s390x"
},
"product_reference": "ignition-2.21.0-160000.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-2.21.0-160000.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:ignition-2.21.0-160000.3.1.x86_64"
},
"product_reference": "ignition-2.21.0-160000.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-33186",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-33186"
}
],
"notes": [
{
"category": "general",
"text": "gRPC-Go is the Go language implementation of gRPC. Versions prior to 1.79.3 have an authorization bypass resulting from improper input validation of the HTTP/2 `:path` pseudo-header. The gRPC-Go server was too lenient in its routing logic, accepting requests where the `:path` omitted the mandatory leading slash (e.g., `Service/Method` instead of `/Service/Method`). While the server successfully routed these requests to the correct handler, authorization interceptors (including the official `grpc/authz` package) evaluated the raw, non-canonical path string. Consequently, \"deny\" rules defined using canonical paths (starting with `/`) failed to match the incoming request, allowing it to bypass the policy if a fallback \"allow\" rule was present. This affects gRPC-Go servers that use path-based authorization interceptors, such as the official RBAC implementation in `google.golang.org/grpc/authz` or custom interceptors relying on `info.FullMethod` or `grpc.Method(ctx)`; AND that have a security policy contains specific \"deny\" rules for canonical paths but allows other requests by default (a fallback \"allow\" rule). The vulnerability is exploitable by an attacker who can send raw HTTP/2 frames with malformed `:path` headers directly to the gRPC server. The fix in version 1.79.3 ensures that any request with a `:path` that does not start with a leading slash is immediately rejected with a `codes.Unimplemented` error, preventing it from reaching authorization interceptors or handlers with a non-canonical path string. While upgrading is the most secure and recommended path, users can mitigate the vulnerability using one of the following methods: Use a validating interceptor (recommended mitigation); infrastructure-level normalization; and/or policy hardening.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:ignition-2.21.0-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:ignition-2.21.0-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:ignition-2.21.0-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:ignition-2.21.0-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ignition-2.21.0-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ignition-2.21.0-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:ignition-2.21.0-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:ignition-2.21.0-160000.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-33186",
"url": "https://www.suse.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "SUSE Bug 1260085 for CVE-2026-33186",
"url": "https://bugzilla.suse.com/1260085"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 16.0:ignition-2.21.0-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:ignition-2.21.0-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:ignition-2.21.0-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:ignition-2.21.0-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ignition-2.21.0-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ignition-2.21.0-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:ignition-2.21.0-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:ignition-2.21.0-160000.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:ignition-2.21.0-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:ignition-2.21.0-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:ignition-2.21.0-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:ignition-2.21.0-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ignition-2.21.0-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ignition-2.21.0-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:ignition-2.21.0-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:ignition-2.21.0-160000.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-22T10:09:05Z",
"details": "important"
}
],
"title": "CVE-2026-33186"
}
]
}
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…