Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2024-51744 (GCVE-0-2024-51744)
Vulnerability from cvelistv5 – Published: 2024-11-04 21:47 – Updated: 2024-11-05 16:11
VLAI
EPSS
Title
Bad documentation of error handling in ParseWithClaims can lead to potentially dangerous situations in golang-jwt
Summary
golang-jwt is a Go implementation of JSON Web Tokens. Unclear documentation of the error behavior in `ParseWithClaims` can lead to situation where users are potentially not checking errors in the way they should be. Especially, if a token is both expired and invalid, the errors returned by `ParseWithClaims` return both error codes. If users only check for the `jwt.ErrTokenExpired ` using `error.Is`, they will ignore the embedded `jwt.ErrTokenSignatureInvalid` and thus potentially accept invalid tokens. A fix has been back-ported with the error handling logic from the `v5` branch to the `v4` branch. In this logic, the `ParseWithClaims` function will immediately return in "dangerous" situations (e.g., an invalid signature), limiting the combined errors only to situations where the signature is valid, but further validation failed (e.g., if the signature is valid, but is expired AND has the wrong audience). This fix is part of the 4.5.1 release. We are aware that this changes the behaviour of an established function and is not 100 % backwards compatible, so updating to 4.5.1 might break your code. In case you cannot update to 4.5.0, please make sure that you are properly checking for all errors ("dangerous" ones first), so that you are not running in the case detailed above.
Severity
SSVC
Exploitation: none
Automatable: no
Technical Impact: partial
CISA Coordinator (v2.0.3)
CWE
- CWE-755 - Improper Handling of Exceptional Conditions
Assigner
References
2 references
| URL | Tags |
|---|---|
| https://github.com/golang-jwt/jwt/security/adviso… | x_refsource_CONFIRM |
| https://github.com/golang-jwt/jwt/commit/7b1c1c00… | x_refsource_MISC |
Impacted products
1 product
| Vendor | Product | Version | |
|---|---|---|---|
| golang-jwt | jwt |
Affected:
< 4.5.1
|
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2024-51744",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2024-11-05T16:11:29.522504Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2024-11-05T16:11:42.243Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "jwt",
"vendor": "golang-jwt",
"versions": [
{
"status": "affected",
"version": "\u003c 4.5.1"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "golang-jwt is a Go implementation of JSON Web Tokens. Unclear documentation of the error behavior in `ParseWithClaims` can lead to situation where users are potentially not checking errors in the way they should be. Especially, if a token is both expired and invalid, the errors returned by `ParseWithClaims` return both error codes. If users only check for the `jwt.ErrTokenExpired ` using `error.Is`, they will ignore the embedded `jwt.ErrTokenSignatureInvalid` and thus potentially accept invalid tokens. A fix has been back-ported with the error handling logic from the `v5` branch to the `v4` branch. In this logic, the `ParseWithClaims` function will immediately return in \"dangerous\" situations (e.g., an invalid signature), limiting the combined errors only to situations where the signature is valid, but further validation failed (e.g., if the signature is valid, but is expired AND has the wrong audience). This fix is part of the 4.5.1 release. We are aware that this changes the behaviour of an established function and is not 100 % backwards compatible, so updating to 4.5.1 might break your code. In case you cannot update to 4.5.0, please make sure that you are properly checking for all errors (\"dangerous\" ones first), so that you are not running in the case detailed above."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.1,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-755",
"description": "CWE-755: Improper Handling of Exceptional Conditions",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2024-11-04T21:47:12.170Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-29wx-vh33-7x7r",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-29wx-vh33-7x7r"
},
{
"name": "https://github.com/golang-jwt/jwt/commit/7b1c1c00a171c6c79bbdb40e4ce7d197060c1c2c",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/golang-jwt/jwt/commit/7b1c1c00a171c6c79bbdb40e4ce7d197060c1c2c"
}
],
"source": {
"advisory": "GHSA-29wx-vh33-7x7r",
"discovery": "UNKNOWN"
},
"title": "Bad documentation of error handling in ParseWithClaims can lead to potentially dangerous situations in golang-jwt"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2024-51744",
"datePublished": "2024-11-04T21:47:12.170Z",
"dateReserved": "2024-10-31T14:12:45.789Z",
"dateUpdated": "2024-11-05T16:11:42.243Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2024-51744",
"date": "2026-06-24",
"epss": "0.00521",
"percentile": "0.40135"
},
"fkie_nvd": {
"descriptions": "[{\"lang\": \"en\", \"value\": \"golang-jwt is a Go implementation of JSON Web Tokens. Unclear documentation of the error behavior in `ParseWithClaims` can lead to situation where users are potentially not checking errors in the way they should be. Especially, if a token is both expired and invalid, the errors returned by `ParseWithClaims` return both error codes. If users only check for the `jwt.ErrTokenExpired ` using `error.Is`, they will ignore the embedded `jwt.ErrTokenSignatureInvalid` and thus potentially accept invalid tokens. A fix has been back-ported with the error handling logic from the `v5` branch to the `v4` branch. In this logic, the `ParseWithClaims` function will immediately return in \\\"dangerous\\\" situations (e.g., an invalid signature), limiting the combined errors only to situations where the signature is valid, but further validation failed (e.g., if the signature is valid, but is expired AND has the wrong audience). This fix is part of the 4.5.1 release. We are aware that this changes the behaviour of an established function and is not 100 % backwards compatible, so updating to 4.5.1 might break your code. In case you cannot update to 4.5.0, please make sure that you are properly checking for all errors (\\\"dangerous\\\" ones first), so that you are not running in the case detailed above.\"}, {\"lang\": \"es\", \"value\": \"golang-jwt es una implementaci\\u00f3n de Go de tokens web JSON. La documentaci\\u00f3n poco clara del comportamiento de los errores en `ParseWithClaims` puede llevar a una situaci\\u00f3n en la que los usuarios potencialmente no est\\u00e9n verificando los errores como deber\\u00edan. Especialmente, si un token est\\u00e1 vencido y no es v\\u00e1lido, los errores devueltos por `ParseWithClaims` devuelven ambos c\\u00f3digos de error. Si los usuarios solo verifican `jwt.ErrTokenExpired` usando `error.Is`, ignorar\\u00e1n el `jwt.ErrTokenSignatureInvalid` incorporado y, por lo tanto, potencialmente aceptar\\u00e1n tokens no v\\u00e1lidos. Se ha incorporado una soluci\\u00f3n con la l\\u00f3gica de manejo de errores de la rama `v5` a la rama `v4`. En esta l\\u00f3gica, la funci\\u00f3n `ParseWithClaims` regresar\\u00e1 inmediatamente en situaciones \\\"peligrosas\\\" (por ejemplo, una firma no v\\u00e1lida), lo que limita los errores combinados solo a situaciones en las que la firma es v\\u00e1lida, pero la validaci\\u00f3n posterior fall\\u00f3 (por ejemplo, si la firma es v\\u00e1lida, pero est\\u00e1 vencida Y tiene la audiencia incorrecta). Esta correcci\\u00f3n forma parte de la versi\\u00f3n 4.5.1. Somos conscientes de que esto cambia el comportamiento de una funci\\u00f3n establecida y no es 100 % compatible con versiones anteriores, por lo que actualizar a la versi\\u00f3n 4.5.1 podr\\u00eda da\\u00f1ar el c\\u00f3digo. En caso de que no pueda actualizar a la versi\\u00f3n 4.5.0, aseg\\u00farese de comprobar correctamente todos los errores (primero los \\\"peligrosos\\\"), para que no se encuentre en el caso detallado anteriormente.\"}]",
"id": "CVE-2024-51744",
"lastModified": "2024-11-05T16:04:26.053",
"metrics": "{\"cvssMetricV31\": [{\"source\": \"security-advisories@github.com\", \"type\": \"Secondary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N\", \"baseScore\": 3.1, \"baseSeverity\": \"LOW\", \"attackVector\": \"NETWORK\", \"attackComplexity\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"userInteraction\": \"REQUIRED\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"LOW\", \"integrityImpact\": \"NONE\", \"availabilityImpact\": \"NONE\"}, \"exploitabilityScore\": 1.6, \"impactScore\": 1.4}]}",
"published": "2024-11-04T22:15:03.997",
"references": "[{\"url\": \"https://github.com/golang-jwt/jwt/commit/7b1c1c00a171c6c79bbdb40e4ce7d197060c1c2c\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://github.com/golang-jwt/jwt/security/advisories/GHSA-29wx-vh33-7x7r\", \"source\": \"security-advisories@github.com\"}]",
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Awaiting Analysis",
"weaknesses": "[{\"source\": \"security-advisories@github.com\", \"type\": \"Primary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-755\"}]}]"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2024-51744\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2024-11-04T22:15:03.997\",\"lastModified\":\"2024-11-05T16:04:26.053\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"golang-jwt is a Go implementation of JSON Web Tokens. Unclear documentation of the error behavior in `ParseWithClaims` can lead to situation where users are potentially not checking errors in the way they should be. Especially, if a token is both expired and invalid, the errors returned by `ParseWithClaims` return both error codes. If users only check for the `jwt.ErrTokenExpired ` using `error.Is`, they will ignore the embedded `jwt.ErrTokenSignatureInvalid` and thus potentially accept invalid tokens. A fix has been back-ported with the error handling logic from the `v5` branch to the `v4` branch. In this logic, the `ParseWithClaims` function will immediately return in \\\"dangerous\\\" situations (e.g., an invalid signature), limiting the combined errors only to situations where the signature is valid, but further validation failed (e.g., if the signature is valid, but is expired AND has the wrong audience). This fix is part of the 4.5.1 release. We are aware that this changes the behaviour of an established function and is not 100 % backwards compatible, so updating to 4.5.1 might break your code. In case you cannot update to 4.5.0, please make sure that you are properly checking for all errors (\\\"dangerous\\\" ones first), so that you are not running in the case detailed above.\"},{\"lang\":\"es\",\"value\":\"golang-jwt es una implementaci\u00f3n de Go de tokens web JSON. La documentaci\u00f3n poco clara del comportamiento de los errores en `ParseWithClaims` puede llevar a una situaci\u00f3n en la que los usuarios potencialmente no est\u00e9n verificando los errores como deber\u00edan. Especialmente, si un token est\u00e1 vencido y no es v\u00e1lido, los errores devueltos por `ParseWithClaims` devuelven ambos c\u00f3digos de error. Si los usuarios solo verifican `jwt.ErrTokenExpired` usando `error.Is`, ignorar\u00e1n el `jwt.ErrTokenSignatureInvalid` incorporado y, por lo tanto, potencialmente aceptar\u00e1n tokens no v\u00e1lidos. Se ha incorporado una soluci\u00f3n con la l\u00f3gica de manejo de errores de la rama `v5` a la rama `v4`. En esta l\u00f3gica, la funci\u00f3n `ParseWithClaims` regresar\u00e1 inmediatamente en situaciones \\\"peligrosas\\\" (por ejemplo, una firma no v\u00e1lida), lo que limita los errores combinados solo a situaciones en las que la firma es v\u00e1lida, pero la validaci\u00f3n posterior fall\u00f3 (por ejemplo, si la firma es v\u00e1lida, pero est\u00e1 vencida Y tiene la audiencia incorrecta). Esta correcci\u00f3n forma parte de la versi\u00f3n 4.5.1. Somos conscientes de que esto cambia el comportamiento de una funci\u00f3n establecida y no es 100 % compatible con versiones anteriores, por lo que actualizar a la versi\u00f3n 4.5.1 podr\u00eda da\u00f1ar el c\u00f3digo. En caso de que no pueda actualizar a la versi\u00f3n 4.5.0, aseg\u00farese de comprobar correctamente todos los errores (primero los \\\"peligrosos\\\"), para que no se encuentre en el caso detallado anteriormente.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N\",\"baseScore\":3.1,\"baseSeverity\":\"LOW\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":1.6,\"impactScore\":1.4}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-755\"}]}],\"references\":[{\"url\":\"https://github.com/golang-jwt/jwt/commit/7b1c1c00a171c6c79bbdb40e4ce7d197060c1c2c\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/golang-jwt/jwt/security/advisories/GHSA-29wx-vh33-7x7r\",\"source\":\"security-advisories@github.com\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-51744\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-11-05T16:11:29.522504Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-11-05T16:11:37.984Z\"}}], \"cna\": {\"title\": \"Bad documentation of error handling in ParseWithClaims can lead to potentially dangerous situations in golang-jwt\", \"source\": {\"advisory\": \"GHSA-29wx-vh33-7x7r\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 3.1, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"LOW\", \"vectorString\": \"CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"REQUIRED\", \"attackComplexity\": \"HIGH\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"LOW\"}}], \"affected\": [{\"vendor\": \"golang-jwt\", \"product\": \"jwt\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 4.5.1\"}]}], \"references\": [{\"url\": \"https://github.com/golang-jwt/jwt/security/advisories/GHSA-29wx-vh33-7x7r\", \"name\": \"https://github.com/golang-jwt/jwt/security/advisories/GHSA-29wx-vh33-7x7r\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/golang-jwt/jwt/commit/7b1c1c00a171c6c79bbdb40e4ce7d197060c1c2c\", \"name\": \"https://github.com/golang-jwt/jwt/commit/7b1c1c00a171c6c79bbdb40e4ce7d197060c1c2c\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"golang-jwt is a Go implementation of JSON Web Tokens. Unclear documentation of the error behavior in `ParseWithClaims` can lead to situation where users are potentially not checking errors in the way they should be. Especially, if a token is both expired and invalid, the errors returned by `ParseWithClaims` return both error codes. If users only check for the `jwt.ErrTokenExpired ` using `error.Is`, they will ignore the embedded `jwt.ErrTokenSignatureInvalid` and thus potentially accept invalid tokens. A fix has been back-ported with the error handling logic from the `v5` branch to the `v4` branch. In this logic, the `ParseWithClaims` function will immediately return in \\\"dangerous\\\" situations (e.g., an invalid signature), limiting the combined errors only to situations where the signature is valid, but further validation failed (e.g., if the signature is valid, but is expired AND has the wrong audience). This fix is part of the 4.5.1 release. We are aware that this changes the behaviour of an established function and is not 100 % backwards compatible, so updating to 4.5.1 might break your code. In case you cannot update to 4.5.0, please make sure that you are properly checking for all errors (\\\"dangerous\\\" ones first), so that you are not running in the case detailed above.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-755\", \"description\": \"CWE-755: Improper Handling of Exceptional Conditions\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2024-11-04T21:47:12.170Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2024-51744\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2024-11-05T16:11:42.243Z\", \"dateReserved\": \"2024-10-31T14:12:45.789Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2024-11-04T21:47:12.170Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
SUSE-SU-2025:0525-1
Vulnerability from csaf_suse - Published: 2025-02-14 07:18 - Updated: 2025-02-14 07:18Summary
Security update for SUSE Manager Client Tools
Severity
Moderate
Notes
Title of the patch: Security update for SUSE Manager Client Tools
Description of the patch: This update fixes the following issues:
dracut-saltboot was updated to version 0.1.1728559936.c16d4fb:
- Added MAC based terminal naming option (jsc#SUMA-314)
golang-github-prometheus-prometheus was updated from version 2.45.6 to 2.53.3 (jsc#PED-11649):
- Security issues fixed:
* CVE-2024-51744: Updated golang-jwt to version 5.0 to fix bad error
handling (bsc#1232970)
- Highlights of other changes:
* Performance:
+ Significant enhancements to PromQL execution speed, TSDB operations (especially querying and compaction) and
remote write operations.
+ Default GOGC value lowered to 75 for better memory management.
+ Option to limit memory usage from dropped targets added.
* New Features:
+ Experimental OpenTelemetry ingestion.
+ Automatic memory limit handling.
+ Native histogram support, including new functions, UI enhancements, and improved scraping.
+ Improved alerting features, such as relabeling rules for AlertmanagerConfig and a new query_offset option.
+ Expanded service discovery options with added metadata and support for new services.
+ New promtool commands for PromQL formatting, label manipulation, metric pushing, and OpenMetrics dumping.
* Bug Fixes:
+ Numerous fixes across scraping, API, TSDB, PromQL, and service discovery.
* For a detailed list of changes consult the package changelog or
https://github.com/prometheus/prometheus/compare/v2.45.6...v2.53.3
grafana was updated from version 9.5.18 to 10.4.13 (jsc#PED-11591,jsc#PED-11649):
- Security issues fixed:
* CVE-2024-45337: Prevent possible misuse of ServerConfig.PublicKeyCallback by upgrading
golang.org/x/crypto (bsc#1234554)
* CVE-2023-3128: Fixed authentication bypass using Azure AD OAuth (bsc#1212641)
* CVE-2023-6152: Add email verification when updating user email (bsc#1219912)
* CVE-2024-6837: Fixed potential data source permission escalation (bsc#1236301)
* CVE-2024-8118: Fixed permission on external alerting rule write endpoint (bsc#1231024)
- Potential breaking changes in version 10:
* In panels using the `extract fields` transformation, where one
of the extracted names collides with one of the already
existing ields, the extracted field will be renamed.
* For the existing backend mode users who have table
visualization might see some inconsistencies on their panels.
We have updated the table column naming. This will
potentially affect field transformations and/or field
overrides. To resolve this either: update transformation or
field override.
* For the existing backend mode users who have Transformations
with the `time` field, might see their transformations are
not working. Those panels that have broken transformations
will fail to render. This is because we changed the field
key. To resolve this either: Remove the affected panel and
re-create it; Select the `Time` field again; Edit the `time`
field as `Time` for transformation in `panel.json` or
`dashboard.json`
* The following data source permission endpoints have been removed:
`GET /datasources/:datasourceId/permissions`
`POST /api/datasources/:datasourceId/permissions`
`DELETE /datasources/:datasourceId/permissions`
`POST /datasources/:datasourceId/enable-permissions`
`POST /datasources/:datasourceId/disable-permissions`
+ Please use the following endpoints instead:
`GET /api/access-control/datasources/:uid` for listing data
source permissions
`POST /api/access-control/datasources/:uid/users/:id`,
`POST /api/access-control/datasources/:uid/teams/:id` and
`POST /api/access-control/datasources/:uid/buildInRoles/:id`
for adding or removing data source permissions
* If you are using Terraform Grafana provider to manage data source permissions, you will need to upgrade your
provider.
* For the existing backend mode users who have table visualization might see some inconsistencies on their panels.
We have updated the table column naming. This will potentially affect field transformations and/or field overrides.
* The deprecated `/playlists/{uid}/dashboards` API endpoint has been removed.
Dashboard information can be retrieved from the `/dashboard/...` APIs.
* The `PUT /api/folders/:uid` endpoint no more supports modifying the folder's `UID`
* Removed all components for the old panel header design.
* Please review https://grafana.com/docs/grafana/next/breaking-changes/breaking-changes-v10-3/
for more details
* OAuth role mapping enforcement: This change impacts GitHub,
Gitlab, Okta, and Generic OAuth. To avoid overriding manually
set roles, enable the skip_org_role_sync option in the
Grafana configuration for your OAuth provider before
upgrading
* Angular has been deprecated
* Grafana legacy alerting has been deprecated
* API keys are migrating to service accounts
* The experimental “dashboard previews” feature is removed
* Usernames are now case-insensitive by default
* Grafana OAuth integrations do not work anymore with email lookups
* The “Alias” field in the CloudWatch data source is removed
* Athena data source plugin must be updated to version >=2.9.3
* Redshift data source plugin must be updated to version >=1.8.3
* DoiT International BigQuery plugin no longer supported
* Please review https://grafana.com/docs/grafana/next/breaking-changes/breaking-changes-v10-0
for more details
- This update brings many new features, enhancements and fixes highlighted at:
* https://grafana.com/docs/grafana/next/whatsnew/whats-new-in-v10-4/
* https://grafana.com/docs/grafana/next/whatsnew/whats-new-in-v10-3/
* https://grafana.com/docs/grafana/next/whatsnew/whats-new-in-v10-2/
* https://grafana.com/docs/grafana/next/whatsnew/whats-new-in-v10-1/
* https://grafana.com/docs/grafana/next/whatsnew/whats-new-in-v10-0/:
spacecmd was updated to version 5.0.11-0:
- Updated translation strings
supportutils-plugin-salt was updated to version 1.2.3:
- Adjusted requirements for plugin to allow compatibility with supportutils 3.2.9 release (bsc#1235145)
- Provide backwards-compatible scripts version
supportutils-plugin-susemanager-client was updated to version 5.0.4-0:
- Adjusted requirements for plugin to allow compatibility with supportutils 3.2.9 release (bsc#1235145)
uyuni-tools was updated from version 0.1.23-0 to 0.1.27-0:
- Security issues fixed:
* CVE-2024-22037: Use podman secret to store the database credentials (bsc#1231497)
- Other changes and bugs fixed:
* Version 0.1.27-0
+ Bump the default image tag to 5.0.3
+ IsInstalled function fix
+ Run systemctl daemon-reload after changing the container image config (bsc#1233279)
+ Coco-replicas-upgrade
+ Persist search server indexes (bsc#1231759)
+ Sync deletes files during migration (bsc#1233660)
+ Ignore coco and hub images when applying PTF if they are not ailable (bsc#1229079)
+ Add --registry back to mgrpxy (bsc#1233202)
+ Only add java.hostname on migrated server if not present
+ Consider the configuration file to detect the coco or hub api images should be pulled (bsc#1229104)
+ Only raise an error if cloudguestregistryauth fails for PAYG (bsc#1233630)
+ Add registry.suse.com login to mgradm upgrade podman list (bsc#1234123)
* Version 0.1.26-0
+ Ignore all zypper caches during migration (bsc#1232769)
+ Use the uyuni network for all podman containers (bsc#1232817)
* Version 0.1.25-0
+ Don't migrate enabled systemd services, recreate them (bsc#1232575)
* Version 0.1.24-0
+ Redact JSESSIONID and pxt-session-cookie values from logs and
console output (bsc#1231568)
Patchnames: SUSE-2025-525,SUSE-SLE-Manager-Tools-15-2025-525,SUSE-SLE-Manager-Tools-For-Micro-5-2025-525,SUSE-SLE-Module-Basesystem-15-SP6-2025-525,SUSE-SLE-Module-Packagehub-Subpackages-15-SP6-2025-525,SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-525,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-525,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-525,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-525,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-525,SUSE-SLE-Product-SLES-15-SP3-LTSS-2025-525,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-525,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-525,SUSE-SLE-Product-SLES_SAP-15-SP3-2025-525,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-525,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-525,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2025-525,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2025-525,SUSE-Storage-7.1-2025-525,openSUSE-SLE-15.6-2025-525
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
9.4 (Critical)
Affected products
Recommended
57 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:mgrctl-bash-completion-0.1.28-150000.1.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:mgrctl-lang-0.1.28-150000.1.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:mgrctl-zsh-completion-0.1.28-150000.1.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:spacecmd-5.0.11-150000.3.130.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:supportutils-plugin-susemanager-client-5.0.4-150000.3.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:mgrctl-bash-completion-0.1.28-150000.1.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:mgrctl-lang-0.1.28-150000.1.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:mgrctl-zsh-completion-0.1.28-150000.1.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:spacecmd-5.0.11-150000.3.130.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:supportutils-plugin-susemanager-client-5.0.4-150000.3.27.1.noarch | — |
Vendor Fix
|
Threats
Impact
critical
5.4 (Medium)
Affected products
Recommended
57 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:mgrctl-bash-completion-0.1.28-150000.1.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:mgrctl-lang-0.1.28-150000.1.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:mgrctl-zsh-completion-0.1.28-150000.1.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:spacecmd-5.0.11-150000.3.130.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:supportutils-plugin-susemanager-client-5.0.4-150000.3.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:mgrctl-bash-completion-0.1.28-150000.1.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:mgrctl-lang-0.1.28-150000.1.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:mgrctl-zsh-completion-0.1.28-150000.1.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:spacecmd-5.0.11-150000.3.130.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:supportutils-plugin-susemanager-client-5.0.4-150000.3.27.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
5.5 (Medium)
Affected products
Recommended
57 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:mgrctl-bash-completion-0.1.28-150000.1.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:mgrctl-lang-0.1.28-150000.1.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:mgrctl-zsh-completion-0.1.28-150000.1.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:spacecmd-5.0.11-150000.3.130.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:supportutils-plugin-susemanager-client-5.0.4-150000.3.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:mgrctl-bash-completion-0.1.28-150000.1.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:mgrctl-lang-0.1.28-150000.1.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:mgrctl-zsh-completion-0.1.28-150000.1.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:spacecmd-5.0.11-150000.3.130.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:supportutils-plugin-susemanager-client-5.0.4-150000.3.27.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
8.1 (High)
Affected products
Recommended
57 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:mgrctl-bash-completion-0.1.28-150000.1.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:mgrctl-lang-0.1.28-150000.1.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:mgrctl-zsh-completion-0.1.28-150000.1.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:spacecmd-5.0.11-150000.3.130.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:supportutils-plugin-susemanager-client-5.0.4-150000.3.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:mgrctl-bash-completion-0.1.28-150000.1.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:mgrctl-lang-0.1.28-150000.1.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:mgrctl-zsh-completion-0.1.28-150000.1.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:spacecmd-5.0.11-150000.3.130.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:supportutils-plugin-susemanager-client-5.0.4-150000.3.27.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
Affected products
Recommended
57 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:mgrctl-bash-completion-0.1.28-150000.1.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:mgrctl-lang-0.1.28-150000.1.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:mgrctl-zsh-completion-0.1.28-150000.1.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:spacecmd-5.0.11-150000.3.130.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:supportutils-plugin-susemanager-client-5.0.4-150000.3.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:mgrctl-bash-completion-0.1.28-150000.1.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:mgrctl-lang-0.1.28-150000.1.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:mgrctl-zsh-completion-0.1.28-150000.1.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:spacecmd-5.0.11-150000.3.130.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:supportutils-plugin-susemanager-client-5.0.4-150000.3.27.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
5.4 (Medium)
Affected products
Recommended
57 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:mgrctl-bash-completion-0.1.28-150000.1.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:mgrctl-lang-0.1.28-150000.1.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:mgrctl-zsh-completion-0.1.28-150000.1.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:spacecmd-5.0.11-150000.3.130.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:supportutils-plugin-susemanager-client-5.0.4-150000.3.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:mgrctl-bash-completion-0.1.28-150000.1.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:mgrctl-lang-0.1.28-150000.1.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:mgrctl-zsh-completion-0.1.28-150000.1.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:spacecmd-5.0.11-150000.3.130.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:supportutils-plugin-susemanager-client-5.0.4-150000.3.27.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
4.7 (Medium)
Affected products
Recommended
57 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:mgrctl-bash-completion-0.1.28-150000.1.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:mgrctl-lang-0.1.28-150000.1.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:mgrctl-zsh-completion-0.1.28-150000.1.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:spacecmd-5.0.11-150000.3.130.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:supportutils-plugin-susemanager-client-5.0.4-150000.3.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:mgrctl-bash-completion-0.1.28-150000.1.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:mgrctl-lang-0.1.28-150000.1.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:mgrctl-zsh-completion-0.1.28-150000.1.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:spacecmd-5.0.11-150000.3.130.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:supportutils-plugin-susemanager-client-5.0.4-150000.3.27.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
References
45 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for SUSE Manager Client Tools",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update fixes the following issues:\n\ndracut-saltboot was updated to version 0.1.1728559936.c16d4fb:\n\n- Added MAC based terminal naming option (jsc#SUMA-314)\n\ngolang-github-prometheus-prometheus was updated from version 2.45.6 to 2.53.3 (jsc#PED-11649):\n\n- Security issues fixed:\n * CVE-2024-51744: Updated golang-jwt to version 5.0 to fix bad error\n handling (bsc#1232970)\n\n- Highlights of other changes:\n * Performance: \n + Significant enhancements to PromQL execution speed, TSDB operations (especially querying and compaction) and \n remote write operations.\n + Default GOGC value lowered to 75 for better memory management. \n + Option to limit memory usage from dropped targets added.\n * New Features:\n + Experimental OpenTelemetry ingestion.\n + Automatic memory limit handling.\n + Native histogram support, including new functions, UI enhancements, and improved scraping.\n + Improved alerting features, such as relabeling rules for AlertmanagerConfig and a new query_offset option.\n + Expanded service discovery options with added metadata and support for new services.\n + New promtool commands for PromQL formatting, label manipulation, metric pushing, and OpenMetrics dumping.\n * Bug Fixes: \n + Numerous fixes across scraping, API, TSDB, PromQL, and service discovery.\n * For a detailed list of changes consult the package changelog or \n https://github.com/prometheus/prometheus/compare/v2.45.6...v2.53.3\n\ngrafana was updated from version 9.5.18 to 10.4.13 (jsc#PED-11591,jsc#PED-11649):\n\n- Security issues fixed:\n * CVE-2024-45337: Prevent possible misuse of ServerConfig.PublicKeyCallback by upgrading \n golang.org/x/crypto (bsc#1234554)\n * CVE-2023-3128: Fixed authentication bypass using Azure AD OAuth (bsc#1212641)\n * CVE-2023-6152: Add email verification when updating user email (bsc#1219912)\n * CVE-2024-6837: Fixed potential data source permission escalation (bsc#1236301)\n * CVE-2024-8118: Fixed permission on external alerting rule write endpoint (bsc#1231024)\n\n- Potential breaking changes in version 10:\n * In panels using the `extract fields` transformation, where one\n of the extracted names collides with one of the already\n existing ields, the extracted field will be renamed.\n * For the existing backend mode users who have table\n visualization might see some inconsistencies on their panels.\n We have updated the table column naming. This will\n potentially affect field transformations and/or field\n overrides. To resolve this either: update transformation or\n field override.\n * For the existing backend mode users who have Transformations\n with the `time` field, might see their transformations are\n not working. Those panels that have broken transformations\n will fail to render. This is because we changed the field\n key. To resolve this either: Remove the affected panel and\n re-create it; Select the `Time` field again; Edit the `time`\n field as `Time` for transformation in `panel.json` or\n `dashboard.json` \n * The following data source permission endpoints have been removed:\n `GET /datasources/:datasourceId/permissions`\n `POST /api/datasources/:datasourceId/permissions`\n `DELETE /datasources/:datasourceId/permissions`\n `POST /datasources/:datasourceId/enable-permissions`\n `POST /datasources/:datasourceId/disable-permissions`\n + Please use the following endpoints instead:\n `GET /api/access-control/datasources/:uid` for listing data\n source permissions\n `POST /api/access-control/datasources/:uid/users/:id`,\n `POST /api/access-control/datasources/:uid/teams/:id` and\n `POST /api/access-control/datasources/:uid/buildInRoles/:id` \n for adding or removing data source permissions\n * If you are using Terraform Grafana provider to manage data source permissions, you will need to upgrade your\n provider.\n * For the existing backend mode users who have table visualization might see some inconsistencies on their panels. \n We have updated the table column naming. This will potentially affect field transformations and/or field overrides.\n * The deprecated `/playlists/{uid}/dashboards` API endpoint has been removed. \n Dashboard information can be retrieved from the `/dashboard/...` APIs.\n * The `PUT /api/folders/:uid` endpoint no more supports modifying the folder\u0027s `UID`\n * Removed all components for the old panel header design.\n * Please review https://grafana.com/docs/grafana/next/breaking-changes/breaking-changes-v10-3/\n for more details\n * OAuth role mapping enforcement: This change impacts GitHub,\n Gitlab, Okta, and Generic OAuth. To avoid overriding manually\n set roles, enable the skip_org_role_sync option in the\n Grafana configuration for your OAuth provider before\n upgrading\n * Angular has been deprecated\n * Grafana legacy alerting has been deprecated\n * API keys are migrating to service accounts\n * The experimental \u201cdashboard previews\u201d feature is removed\n * Usernames are now case-insensitive by default\n * Grafana OAuth integrations do not work anymore with email lookups\n * The \u201cAlias\u201d field in the CloudWatch data source is removed\n * Athena data source plugin must be updated to version \u003e=2.9.3\n * Redshift data source plugin must be updated to version \u003e=1.8.3\n * DoiT International BigQuery plugin no longer supported\n * Please review https://grafana.com/docs/grafana/next/breaking-changes/breaking-changes-v10-0\n for more details\n\n- This update brings many new features, enhancements and fixes highlighted at:\n * https://grafana.com/docs/grafana/next/whatsnew/whats-new-in-v10-4/\n * https://grafana.com/docs/grafana/next/whatsnew/whats-new-in-v10-3/\n * https://grafana.com/docs/grafana/next/whatsnew/whats-new-in-v10-2/\n * https://grafana.com/docs/grafana/next/whatsnew/whats-new-in-v10-1/\n * https://grafana.com/docs/grafana/next/whatsnew/whats-new-in-v10-0/:\n\nspacecmd was updated to version 5.0.11-0:\n\n- Updated translation strings\n\nsupportutils-plugin-salt was updated to version 1.2.3:\n\n- Adjusted requirements for plugin to allow compatibility with supportutils 3.2.9 release (bsc#1235145)\n- Provide backwards-compatible scripts version\n\nsupportutils-plugin-susemanager-client was updated to version 5.0.4-0:\n\n- Adjusted requirements for plugin to allow compatibility with supportutils 3.2.9 release (bsc#1235145)\n\nuyuni-tools was updated from version 0.1.23-0 to 0.1.27-0:\n\n- Security issues fixed:\n * CVE-2024-22037: Use podman secret to store the database credentials (bsc#1231497)\n- Other changes and bugs fixed:\n * Version 0.1.27-0\n + Bump the default image tag to 5.0.3\n + IsInstalled function fix\n + Run systemctl daemon-reload after changing the container image config (bsc#1233279)\n + Coco-replicas-upgrade\n + Persist search server indexes (bsc#1231759)\n + Sync deletes files during migration (bsc#1233660)\n + Ignore coco and hub images when applying PTF if they are not ailable (bsc#1229079)\n + Add --registry back to mgrpxy (bsc#1233202)\n + Only add java.hostname on migrated server if not present\n + Consider the configuration file to detect the coco or hub api images should be pulled (bsc#1229104)\n + Only raise an error if cloudguestregistryauth fails for PAYG (bsc#1233630)\n + Add registry.suse.com login to mgradm upgrade podman list (bsc#1234123)\n * Version 0.1.26-0\n + Ignore all zypper caches during migration (bsc#1232769)\n + Use the uyuni network for all podman containers (bsc#1232817)\n * Version 0.1.25-0\n + Don\u0027t migrate enabled systemd services, recreate them (bsc#1232575)\n * Version 0.1.24-0\n + Redact JSESSIONID and pxt-session-cookie values from logs and\n console output (bsc#1231568)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-525,SUSE-SLE-Manager-Tools-15-2025-525,SUSE-SLE-Manager-Tools-For-Micro-5-2025-525,SUSE-SLE-Module-Basesystem-15-SP6-2025-525,SUSE-SLE-Module-Packagehub-Subpackages-15-SP6-2025-525,SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-525,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-525,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-525,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-525,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-525,SUSE-SLE-Product-SLES-15-SP3-LTSS-2025-525,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-525,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-525,SUSE-SLE-Product-SLES_SAP-15-SP3-2025-525,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-525,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-525,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2025-525,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2025-525,SUSE-Storage-7.1-2025-525,openSUSE-SLE-15.6-2025-525",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_0525-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:0525-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250525-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:0525-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-February/020347.html"
},
{
"category": "self",
"summary": "SUSE Bug 1212641",
"url": "https://bugzilla.suse.com/1212641"
},
{
"category": "self",
"summary": "SUSE Bug 1219912",
"url": "https://bugzilla.suse.com/1219912"
},
{
"category": "self",
"summary": "SUSE Bug 1229079",
"url": "https://bugzilla.suse.com/1229079"
},
{
"category": "self",
"summary": "SUSE Bug 1229104",
"url": "https://bugzilla.suse.com/1229104"
},
{
"category": "self",
"summary": "SUSE Bug 1231024",
"url": "https://bugzilla.suse.com/1231024"
},
{
"category": "self",
"summary": "SUSE Bug 1231497",
"url": "https://bugzilla.suse.com/1231497"
},
{
"category": "self",
"summary": "SUSE Bug 1231568",
"url": "https://bugzilla.suse.com/1231568"
},
{
"category": "self",
"summary": "SUSE Bug 1231759",
"url": "https://bugzilla.suse.com/1231759"
},
{
"category": "self",
"summary": "SUSE Bug 1232575",
"url": "https://bugzilla.suse.com/1232575"
},
{
"category": "self",
"summary": "SUSE Bug 1232769",
"url": "https://bugzilla.suse.com/1232769"
},
{
"category": "self",
"summary": "SUSE Bug 1232817",
"url": "https://bugzilla.suse.com/1232817"
},
{
"category": "self",
"summary": "SUSE Bug 1232970",
"url": "https://bugzilla.suse.com/1232970"
},
{
"category": "self",
"summary": "SUSE Bug 1233202",
"url": "https://bugzilla.suse.com/1233202"
},
{
"category": "self",
"summary": "SUSE Bug 1233279",
"url": "https://bugzilla.suse.com/1233279"
},
{
"category": "self",
"summary": "SUSE Bug 1233630",
"url": "https://bugzilla.suse.com/1233630"
},
{
"category": "self",
"summary": "SUSE Bug 1233660",
"url": "https://bugzilla.suse.com/1233660"
},
{
"category": "self",
"summary": "SUSE Bug 1234123",
"url": "https://bugzilla.suse.com/1234123"
},
{
"category": "self",
"summary": "SUSE Bug 1234554",
"url": "https://bugzilla.suse.com/1234554"
},
{
"category": "self",
"summary": "SUSE Bug 1235145",
"url": "https://bugzilla.suse.com/1235145"
},
{
"category": "self",
"summary": "SUSE Bug 1236301",
"url": "https://bugzilla.suse.com/1236301"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-3128 page",
"url": "https://www.suse.com/security/cve/CVE-2023-3128/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-6152 page",
"url": "https://www.suse.com/security/cve/CVE-2023-6152/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-22037 page",
"url": "https://www.suse.com/security/cve/CVE-2024-22037/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-45337 page",
"url": "https://www.suse.com/security/cve/CVE-2024-45337/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-51744 page",
"url": "https://www.suse.com/security/cve/CVE-2024-51744/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-6837 page",
"url": "https://www.suse.com/security/cve/CVE-2024-6837/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-8118 page",
"url": "https://www.suse.com/security/cve/CVE-2024-8118/"
}
],
"title": "Security update for SUSE Manager Client Tools",
"tracking": {
"current_release_date": "2025-02-14T07:18:27Z",
"generator": {
"date": "2025-02-14T07:18:27Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:0525-1",
"initial_release_date": "2025-02-14T07:18:27Z",
"revision_history": [
{
"date": "2025-02-14T07:18:27Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "firewalld-prometheus-config-0.1-150000.3.59.1.aarch64",
"product": {
"name": "firewalld-prometheus-config-0.1-150000.3.59.1.aarch64",
"product_id": "firewalld-prometheus-config-0.1-150000.3.59.1.aarch64"
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.aarch64",
"product": {
"name": "golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.aarch64",
"product_id": "golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.aarch64"
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-promu-0.17.0-150000.3.24.1.aarch64",
"product": {
"name": "golang-github-prometheus-promu-0.17.0-150000.3.24.1.aarch64",
"product_id": "golang-github-prometheus-promu-0.17.0-150000.3.24.1.aarch64"
}
},
{
"category": "product_version",
"name": "grafana-10.4.13-150000.1.66.1.aarch64",
"product": {
"name": "grafana-10.4.13-150000.1.66.1.aarch64",
"product_id": "grafana-10.4.13-150000.1.66.1.aarch64"
}
},
{
"category": "product_version",
"name": "mgrctl-0.1.28-150000.1.16.1.aarch64",
"product": {
"name": "mgrctl-0.1.28-150000.1.16.1.aarch64",
"product_id": "mgrctl-0.1.28-150000.1.16.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "firewalld-prometheus-config-0.1-150000.3.59.1.i586",
"product": {
"name": "firewalld-prometheus-config-0.1-150000.3.59.1.i586",
"product_id": "firewalld-prometheus-config-0.1-150000.3.59.1.i586"
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.i586",
"product": {
"name": "golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.i586",
"product_id": "golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.i586"
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-promu-0.17.0-150000.3.24.1.i586",
"product": {
"name": "golang-github-prometheus-promu-0.17.0-150000.3.24.1.i586",
"product_id": "golang-github-prometheus-promu-0.17.0-150000.3.24.1.i586"
}
},
{
"category": "product_version",
"name": "grafana-10.4.13-150000.1.66.1.i586",
"product": {
"name": "grafana-10.4.13-150000.1.66.1.i586",
"product_id": "grafana-10.4.13-150000.1.66.1.i586"
}
},
{
"category": "product_version",
"name": "mgrctl-0.1.28-150000.1.16.1.i586",
"product": {
"name": "mgrctl-0.1.28-150000.1.16.1.i586",
"product_id": "mgrctl-0.1.28-150000.1.16.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch",
"product": {
"name": "dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch",
"product_id": "dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch"
}
},
{
"category": "product_version",
"name": "mgrctl-bash-completion-0.1.28-150000.1.16.1.noarch",
"product": {
"name": "mgrctl-bash-completion-0.1.28-150000.1.16.1.noarch",
"product_id": "mgrctl-bash-completion-0.1.28-150000.1.16.1.noarch"
}
},
{
"category": "product_version",
"name": "mgrctl-lang-0.1.28-150000.1.16.1.noarch",
"product": {
"name": "mgrctl-lang-0.1.28-150000.1.16.1.noarch",
"product_id": "mgrctl-lang-0.1.28-150000.1.16.1.noarch"
}
},
{
"category": "product_version",
"name": "mgrctl-zsh-completion-0.1.28-150000.1.16.1.noarch",
"product": {
"name": "mgrctl-zsh-completion-0.1.28-150000.1.16.1.noarch",
"product_id": "mgrctl-zsh-completion-0.1.28-150000.1.16.1.noarch"
}
},
{
"category": "product_version",
"name": "spacecmd-5.0.11-150000.3.130.1.noarch",
"product": {
"name": "spacecmd-5.0.11-150000.3.130.1.noarch",
"product_id": "spacecmd-5.0.11-150000.3.130.1.noarch"
}
},
{
"category": "product_version",
"name": "supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"product": {
"name": "supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"product_id": "supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch"
}
},
{
"category": "product_version",
"name": "supportutils-plugin-susemanager-client-5.0.4-150000.3.27.1.noarch",
"product": {
"name": "supportutils-plugin-susemanager-client-5.0.4-150000.3.27.1.noarch",
"product_id": "supportutils-plugin-susemanager-client-5.0.4-150000.3.27.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "firewalld-prometheus-config-0.1-150000.3.59.1.ppc64le",
"product": {
"name": "firewalld-prometheus-config-0.1-150000.3.59.1.ppc64le",
"product_id": "firewalld-prometheus-config-0.1-150000.3.59.1.ppc64le"
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.ppc64le",
"product": {
"name": "golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.ppc64le",
"product_id": "golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.ppc64le"
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-promu-0.17.0-150000.3.24.1.ppc64le",
"product": {
"name": "golang-github-prometheus-promu-0.17.0-150000.3.24.1.ppc64le",
"product_id": "golang-github-prometheus-promu-0.17.0-150000.3.24.1.ppc64le"
}
},
{
"category": "product_version",
"name": "grafana-10.4.13-150000.1.66.1.ppc64le",
"product": {
"name": "grafana-10.4.13-150000.1.66.1.ppc64le",
"product_id": "grafana-10.4.13-150000.1.66.1.ppc64le"
}
},
{
"category": "product_version",
"name": "mgrctl-0.1.28-150000.1.16.1.ppc64le",
"product": {
"name": "mgrctl-0.1.28-150000.1.16.1.ppc64le",
"product_id": "mgrctl-0.1.28-150000.1.16.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "firewalld-prometheus-config-0.1-150000.3.59.1.s390x",
"product": {
"name": "firewalld-prometheus-config-0.1-150000.3.59.1.s390x",
"product_id": "firewalld-prometheus-config-0.1-150000.3.59.1.s390x"
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.s390x",
"product": {
"name": "golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.s390x",
"product_id": "golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.s390x"
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-promu-0.17.0-150000.3.24.1.s390x",
"product": {
"name": "golang-github-prometheus-promu-0.17.0-150000.3.24.1.s390x",
"product_id": "golang-github-prometheus-promu-0.17.0-150000.3.24.1.s390x"
}
},
{
"category": "product_version",
"name": "grafana-10.4.13-150000.1.66.1.s390x",
"product": {
"name": "grafana-10.4.13-150000.1.66.1.s390x",
"product_id": "grafana-10.4.13-150000.1.66.1.s390x"
}
},
{
"category": "product_version",
"name": "mgrctl-0.1.28-150000.1.16.1.s390x",
"product": {
"name": "mgrctl-0.1.28-150000.1.16.1.s390x",
"product_id": "mgrctl-0.1.28-150000.1.16.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "firewalld-prometheus-config-0.1-150000.3.59.1.x86_64",
"product": {
"name": "firewalld-prometheus-config-0.1-150000.3.59.1.x86_64",
"product_id": "firewalld-prometheus-config-0.1-150000.3.59.1.x86_64"
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.x86_64",
"product": {
"name": "golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.x86_64",
"product_id": "golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.x86_64"
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-promu-0.17.0-150000.3.24.1.x86_64",
"product": {
"name": "golang-github-prometheus-promu-0.17.0-150000.3.24.1.x86_64",
"product_id": "golang-github-prometheus-promu-0.17.0-150000.3.24.1.x86_64"
}
},
{
"category": "product_version",
"name": "grafana-10.4.13-150000.1.66.1.x86_64",
"product": {
"name": "grafana-10.4.13-150000.1.66.1.x86_64",
"product_id": "grafana-10.4.13-150000.1.66.1.x86_64"
}
},
{
"category": "product_version",
"name": "mgrctl-0.1.28-150000.1.16.1.x86_64",
"product": {
"name": "mgrctl-0.1.28-150000.1.16.1.x86_64",
"product_id": "mgrctl-0.1.28-150000.1.16.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Manager Client Tools 15",
"product": {
"name": "SUSE Manager Client Tools 15",
"product_id": "SUSE Manager Client Tools 15"
}
},
{
"category": "product_name",
"name": "SUSE Manager Client Tools for SLE Micro 5",
"product": {
"name": "SUSE Manager Client Tools for SLE Micro 5",
"product_id": "SUSE Manager Client Tools for SLE Micro 5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-manager-tools-micro:5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:packagehub:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Proxy 4.3",
"product": {
"name": "SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-proxy:4.3"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Server 4.3",
"product": {
"name": "SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-server:4.3"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 7.1",
"product": {
"name": "SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7.1"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch as component of SUSE Manager Client Tools 15",
"product_id": "SUSE Manager Client Tools 15:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch"
},
"product_reference": "dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch",
"relates_to_product_reference": "SUSE Manager Client Tools 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "firewalld-prometheus-config-0.1-150000.3.59.1.aarch64 as component of SUSE Manager Client Tools 15",
"product_id": "SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.aarch64"
},
"product_reference": "firewalld-prometheus-config-0.1-150000.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Manager Client Tools 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "firewalld-prometheus-config-0.1-150000.3.59.1.ppc64le as component of SUSE Manager Client Tools 15",
"product_id": "SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.ppc64le"
},
"product_reference": "firewalld-prometheus-config-0.1-150000.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Client Tools 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "firewalld-prometheus-config-0.1-150000.3.59.1.s390x as component of SUSE Manager Client Tools 15",
"product_id": "SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.s390x"
},
"product_reference": "firewalld-prometheus-config-0.1-150000.3.59.1.s390x",
"relates_to_product_reference": "SUSE Manager Client Tools 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "firewalld-prometheus-config-0.1-150000.3.59.1.x86_64 as component of SUSE Manager Client Tools 15",
"product_id": "SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.x86_64"
},
"product_reference": "firewalld-prometheus-config-0.1-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Manager Client Tools 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.aarch64 as component of SUSE Manager Client Tools 15",
"product_id": "SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.aarch64"
},
"product_reference": "golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Manager Client Tools 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.ppc64le as component of SUSE Manager Client Tools 15",
"product_id": "SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.ppc64le"
},
"product_reference": "golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Client Tools 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.s390x as component of SUSE Manager Client Tools 15",
"product_id": "SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.s390x"
},
"product_reference": "golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.s390x",
"relates_to_product_reference": "SUSE Manager Client Tools 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.x86_64 as component of SUSE Manager Client Tools 15",
"product_id": "SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.x86_64"
},
"product_reference": "golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Manager Client Tools 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-10.4.13-150000.1.66.1.aarch64 as component of SUSE Manager Client Tools 15",
"product_id": "SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.aarch64"
},
"product_reference": "grafana-10.4.13-150000.1.66.1.aarch64",
"relates_to_product_reference": "SUSE Manager Client Tools 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-10.4.13-150000.1.66.1.ppc64le as component of SUSE Manager Client Tools 15",
"product_id": "SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.ppc64le"
},
"product_reference": "grafana-10.4.13-150000.1.66.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Client Tools 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-10.4.13-150000.1.66.1.s390x as component of SUSE Manager Client Tools 15",
"product_id": "SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.s390x"
},
"product_reference": "grafana-10.4.13-150000.1.66.1.s390x",
"relates_to_product_reference": "SUSE Manager Client Tools 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-10.4.13-150000.1.66.1.x86_64 as component of SUSE Manager Client Tools 15",
"product_id": "SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.x86_64"
},
"product_reference": "grafana-10.4.13-150000.1.66.1.x86_64",
"relates_to_product_reference": "SUSE Manager Client Tools 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mgrctl-0.1.28-150000.1.16.1.aarch64 as component of SUSE Manager Client Tools 15",
"product_id": "SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.aarch64"
},
"product_reference": "mgrctl-0.1.28-150000.1.16.1.aarch64",
"relates_to_product_reference": "SUSE Manager Client Tools 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mgrctl-0.1.28-150000.1.16.1.ppc64le as component of SUSE Manager Client Tools 15",
"product_id": "SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.ppc64le"
},
"product_reference": "mgrctl-0.1.28-150000.1.16.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Client Tools 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mgrctl-0.1.28-150000.1.16.1.s390x as component of SUSE Manager Client Tools 15",
"product_id": "SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.s390x"
},
"product_reference": "mgrctl-0.1.28-150000.1.16.1.s390x",
"relates_to_product_reference": "SUSE Manager Client Tools 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mgrctl-0.1.28-150000.1.16.1.x86_64 as component of SUSE Manager Client Tools 15",
"product_id": "SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.x86_64"
},
"product_reference": "mgrctl-0.1.28-150000.1.16.1.x86_64",
"relates_to_product_reference": "SUSE Manager Client Tools 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mgrctl-bash-completion-0.1.28-150000.1.16.1.noarch as component of SUSE Manager Client Tools 15",
"product_id": "SUSE Manager Client Tools 15:mgrctl-bash-completion-0.1.28-150000.1.16.1.noarch"
},
"product_reference": "mgrctl-bash-completion-0.1.28-150000.1.16.1.noarch",
"relates_to_product_reference": "SUSE Manager Client Tools 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mgrctl-lang-0.1.28-150000.1.16.1.noarch as component of SUSE Manager Client Tools 15",
"product_id": "SUSE Manager Client Tools 15:mgrctl-lang-0.1.28-150000.1.16.1.noarch"
},
"product_reference": "mgrctl-lang-0.1.28-150000.1.16.1.noarch",
"relates_to_product_reference": "SUSE Manager Client Tools 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mgrctl-zsh-completion-0.1.28-150000.1.16.1.noarch as component of SUSE Manager Client Tools 15",
"product_id": "SUSE Manager Client Tools 15:mgrctl-zsh-completion-0.1.28-150000.1.16.1.noarch"
},
"product_reference": "mgrctl-zsh-completion-0.1.28-150000.1.16.1.noarch",
"relates_to_product_reference": "SUSE Manager Client Tools 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacecmd-5.0.11-150000.3.130.1.noarch as component of SUSE Manager Client Tools 15",
"product_id": "SUSE Manager Client Tools 15:spacecmd-5.0.11-150000.3.130.1.noarch"
},
"product_reference": "spacecmd-5.0.11-150000.3.130.1.noarch",
"relates_to_product_reference": "SUSE Manager Client Tools 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch as component of SUSE Manager Client Tools 15",
"product_id": "SUSE Manager Client Tools 15:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch"
},
"product_reference": "supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"relates_to_product_reference": "SUSE Manager Client Tools 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "supportutils-plugin-susemanager-client-5.0.4-150000.3.27.1.noarch as component of SUSE Manager Client Tools 15",
"product_id": "SUSE Manager Client Tools 15:supportutils-plugin-susemanager-client-5.0.4-150000.3.27.1.noarch"
},
"product_reference": "supportutils-plugin-susemanager-client-5.0.4-150000.3.27.1.noarch",
"relates_to_product_reference": "SUSE Manager Client Tools 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch as component of SUSE Manager Client Tools for SLE Micro 5",
"product_id": "SUSE Manager Client Tools for SLE Micro 5:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch"
},
"product_reference": "dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch",
"relates_to_product_reference": "SUSE Manager Client Tools for SLE Micro 5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mgrctl-0.1.28-150000.1.16.1.aarch64 as component of SUSE Manager Client Tools for SLE Micro 5",
"product_id": "SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.aarch64"
},
"product_reference": "mgrctl-0.1.28-150000.1.16.1.aarch64",
"relates_to_product_reference": "SUSE Manager Client Tools for SLE Micro 5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mgrctl-0.1.28-150000.1.16.1.s390x as component of SUSE Manager Client Tools for SLE Micro 5",
"product_id": "SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.s390x"
},
"product_reference": "mgrctl-0.1.28-150000.1.16.1.s390x",
"relates_to_product_reference": "SUSE Manager Client Tools for SLE Micro 5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mgrctl-0.1.28-150000.1.16.1.x86_64 as component of SUSE Manager Client Tools for SLE Micro 5",
"product_id": "SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.x86_64"
},
"product_reference": "mgrctl-0.1.28-150000.1.16.1.x86_64",
"relates_to_product_reference": "SUSE Manager Client Tools for SLE Micro 5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mgrctl-bash-completion-0.1.28-150000.1.16.1.noarch as component of SUSE Manager Client Tools for SLE Micro 5",
"product_id": "SUSE Manager Client Tools for SLE Micro 5:mgrctl-bash-completion-0.1.28-150000.1.16.1.noarch"
},
"product_reference": "mgrctl-bash-completion-0.1.28-150000.1.16.1.noarch",
"relates_to_product_reference": "SUSE Manager Client Tools for SLE Micro 5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mgrctl-lang-0.1.28-150000.1.16.1.noarch as component of SUSE Manager Client Tools for SLE Micro 5",
"product_id": "SUSE Manager Client Tools for SLE Micro 5:mgrctl-lang-0.1.28-150000.1.16.1.noarch"
},
"product_reference": "mgrctl-lang-0.1.28-150000.1.16.1.noarch",
"relates_to_product_reference": "SUSE Manager Client Tools for SLE Micro 5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mgrctl-zsh-completion-0.1.28-150000.1.16.1.noarch as component of SUSE Manager Client Tools for SLE Micro 5",
"product_id": "SUSE Manager Client Tools for SLE Micro 5:mgrctl-zsh-completion-0.1.28-150000.1.16.1.noarch"
},
"product_reference": "mgrctl-zsh-completion-0.1.28-150000.1.16.1.noarch",
"relates_to_product_reference": "SUSE Manager Client Tools for SLE Micro 5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch"
},
"product_reference": "supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-promu-0.17.0-150000.3.24.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.aarch64"
},
"product_reference": "golang-github-prometheus-promu-0.17.0-150000.3.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-promu-0.17.0-150000.3.24.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.ppc64le"
},
"product_reference": "golang-github-prometheus-promu-0.17.0-150000.3.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-promu-0.17.0-150000.3.24.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.s390x"
},
"product_reference": "golang-github-prometheus-promu-0.17.0-150000.3.24.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-promu-0.17.0-150000.3.24.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.x86_64"
},
"product_reference": "golang-github-prometheus-promu-0.17.0-150000.3.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch"
},
"product_reference": "supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch"
},
"product_reference": "supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch"
},
"product_reference": "supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch"
},
"product_reference": "supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch"
},
"product_reference": "supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch"
},
"product_reference": "supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch"
},
"product_reference": "supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch"
},
"product_reference": "supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch"
},
"product_reference": "supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch"
},
"product_reference": "supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch"
},
"product_reference": "supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch as component of SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch"
},
"product_reference": "supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"relates_to_product_reference": "SUSE Manager Proxy 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch"
},
"product_reference": "supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch"
},
"product_reference": "supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch"
},
"product_reference": "dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-promu-0.17.0-150000.3.24.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.aarch64"
},
"product_reference": "golang-github-prometheus-promu-0.17.0-150000.3.24.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-promu-0.17.0-150000.3.24.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.ppc64le"
},
"product_reference": "golang-github-prometheus-promu-0.17.0-150000.3.24.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-promu-0.17.0-150000.3.24.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.s390x"
},
"product_reference": "golang-github-prometheus-promu-0.17.0-150000.3.24.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-promu-0.17.0-150000.3.24.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.x86_64"
},
"product_reference": "golang-github-prometheus-promu-0.17.0-150000.3.24.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacecmd-5.0.11-150000.3.130.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:spacecmd-5.0.11-150000.3.130.1.noarch"
},
"product_reference": "spacecmd-5.0.11-150000.3.130.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch"
},
"product_reference": "supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "supportutils-plugin-susemanager-client-5.0.4-150000.3.27.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:supportutils-plugin-susemanager-client-5.0.4-150000.3.27.1.noarch"
},
"product_reference": "supportutils-plugin-susemanager-client-5.0.4-150000.3.27.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-3128",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-3128"
}
],
"notes": [
{
"category": "general",
"text": "Grafana is validating Azure AD accounts based on the email claim. \n\nOn Azure AD, the profile email field is not unique and can be easily modified. \n\nThis leads to account takeover and authentication bypass when Azure AD OAuth is configured with a multi-tenant app.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Manager Client Tools 15:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.aarch64",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.ppc64le",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.s390x",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.x86_64",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.aarch64",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.ppc64le",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.s390x",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.x86_64",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.aarch64",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.ppc64le",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.s390x",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.x86_64",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.aarch64",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.ppc64le",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.s390x",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.x86_64",
"SUSE Manager Client Tools 15:mgrctl-bash-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools 15:mgrctl-lang-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools 15:mgrctl-zsh-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools 15:spacecmd-5.0.11-150000.3.130.1.noarch",
"SUSE Manager Client Tools 15:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Manager Client Tools 15:supportutils-plugin-susemanager-client-5.0.4-150000.3.27.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.s390x",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.x86_64",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-bash-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-lang-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-zsh-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Proxy 4.3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Manager Server 4.3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"openSUSE Leap 15.6:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.aarch64",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.ppc64le",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.s390x",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.x86_64",
"openSUSE Leap 15.6:spacecmd-5.0.11-150000.3.130.1.noarch",
"openSUSE Leap 15.6:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"openSUSE Leap 15.6:supportutils-plugin-susemanager-client-5.0.4-150000.3.27.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-3128",
"url": "https://www.suse.com/security/cve/CVE-2023-3128"
},
{
"category": "external",
"summary": "SUSE Bug 1212641 for CVE-2023-3128",
"url": "https://bugzilla.suse.com/1212641"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Manager Client Tools 15:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.aarch64",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.ppc64le",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.s390x",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.x86_64",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.aarch64",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.ppc64le",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.s390x",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.x86_64",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.aarch64",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.ppc64le",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.s390x",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.x86_64",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.aarch64",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.ppc64le",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.s390x",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.x86_64",
"SUSE Manager Client Tools 15:mgrctl-bash-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools 15:mgrctl-lang-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools 15:mgrctl-zsh-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools 15:spacecmd-5.0.11-150000.3.130.1.noarch",
"SUSE Manager Client Tools 15:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Manager Client Tools 15:supportutils-plugin-susemanager-client-5.0.4-150000.3.27.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.s390x",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.x86_64",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-bash-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-lang-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-zsh-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Proxy 4.3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Manager Server 4.3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"openSUSE Leap 15.6:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.aarch64",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.ppc64le",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.s390x",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.x86_64",
"openSUSE Leap 15.6:spacecmd-5.0.11-150000.3.130.1.noarch",
"openSUSE Leap 15.6:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"openSUSE Leap 15.6:supportutils-plugin-susemanager-client-5.0.4-150000.3.27.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.4,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Manager Client Tools 15:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.aarch64",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.ppc64le",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.s390x",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.x86_64",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.aarch64",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.ppc64le",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.s390x",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.x86_64",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.aarch64",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.ppc64le",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.s390x",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.x86_64",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.aarch64",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.ppc64le",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.s390x",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.x86_64",
"SUSE Manager Client Tools 15:mgrctl-bash-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools 15:mgrctl-lang-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools 15:mgrctl-zsh-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools 15:spacecmd-5.0.11-150000.3.130.1.noarch",
"SUSE Manager Client Tools 15:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Manager Client Tools 15:supportutils-plugin-susemanager-client-5.0.4-150000.3.27.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.s390x",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.x86_64",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-bash-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-lang-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-zsh-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Proxy 4.3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Manager Server 4.3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"openSUSE Leap 15.6:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.aarch64",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.ppc64le",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.s390x",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.x86_64",
"openSUSE Leap 15.6:spacecmd-5.0.11-150000.3.130.1.noarch",
"openSUSE Leap 15.6:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"openSUSE Leap 15.6:supportutils-plugin-susemanager-client-5.0.4-150000.3.27.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-14T07:18:27Z",
"details": "critical"
}
],
"title": "CVE-2023-3128"
},
{
"cve": "CVE-2023-6152",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-6152"
}
],
"notes": [
{
"category": "general",
"text": "A user changing their email after signing up and verifying it can change it without verification in profile settings.\n\nThe configuration option \"verify_email_enabled\" will only validate email only on sign up.\n\n",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Manager Client Tools 15:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.aarch64",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.ppc64le",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.s390x",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.x86_64",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.aarch64",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.ppc64le",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.s390x",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.x86_64",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.aarch64",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.ppc64le",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.s390x",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.x86_64",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.aarch64",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.ppc64le",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.s390x",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.x86_64",
"SUSE Manager Client Tools 15:mgrctl-bash-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools 15:mgrctl-lang-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools 15:mgrctl-zsh-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools 15:spacecmd-5.0.11-150000.3.130.1.noarch",
"SUSE Manager Client Tools 15:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Manager Client Tools 15:supportutils-plugin-susemanager-client-5.0.4-150000.3.27.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.s390x",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.x86_64",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-bash-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-lang-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-zsh-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Proxy 4.3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Manager Server 4.3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"openSUSE Leap 15.6:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.aarch64",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.ppc64le",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.s390x",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.x86_64",
"openSUSE Leap 15.6:spacecmd-5.0.11-150000.3.130.1.noarch",
"openSUSE Leap 15.6:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"openSUSE Leap 15.6:supportutils-plugin-susemanager-client-5.0.4-150000.3.27.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-6152",
"url": "https://www.suse.com/security/cve/CVE-2023-6152"
},
{
"category": "external",
"summary": "SUSE Bug 1219912 for CVE-2023-6152",
"url": "https://bugzilla.suse.com/1219912"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Manager Client Tools 15:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.aarch64",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.ppc64le",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.s390x",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.x86_64",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.aarch64",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.ppc64le",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.s390x",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.x86_64",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.aarch64",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.ppc64le",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.s390x",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.x86_64",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.aarch64",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.ppc64le",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.s390x",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.x86_64",
"SUSE Manager Client Tools 15:mgrctl-bash-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools 15:mgrctl-lang-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools 15:mgrctl-zsh-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools 15:spacecmd-5.0.11-150000.3.130.1.noarch",
"SUSE Manager Client Tools 15:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Manager Client Tools 15:supportutils-plugin-susemanager-client-5.0.4-150000.3.27.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.s390x",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.x86_64",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-bash-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-lang-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-zsh-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Proxy 4.3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Manager Server 4.3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"openSUSE Leap 15.6:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.aarch64",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.ppc64le",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.s390x",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.x86_64",
"openSUSE Leap 15.6:spacecmd-5.0.11-150000.3.130.1.noarch",
"openSUSE Leap 15.6:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"openSUSE Leap 15.6:supportutils-plugin-susemanager-client-5.0.4-150000.3.27.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Manager Client Tools 15:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.aarch64",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.ppc64le",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.s390x",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.x86_64",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.aarch64",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.ppc64le",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.s390x",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.x86_64",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.aarch64",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.ppc64le",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.s390x",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.x86_64",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.aarch64",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.ppc64le",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.s390x",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.x86_64",
"SUSE Manager Client Tools 15:mgrctl-bash-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools 15:mgrctl-lang-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools 15:mgrctl-zsh-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools 15:spacecmd-5.0.11-150000.3.130.1.noarch",
"SUSE Manager Client Tools 15:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Manager Client Tools 15:supportutils-plugin-susemanager-client-5.0.4-150000.3.27.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.s390x",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.x86_64",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-bash-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-lang-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-zsh-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Proxy 4.3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Manager Server 4.3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"openSUSE Leap 15.6:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.aarch64",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.ppc64le",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.s390x",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.x86_64",
"openSUSE Leap 15.6:spacecmd-5.0.11-150000.3.130.1.noarch",
"openSUSE Leap 15.6:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"openSUSE Leap 15.6:supportutils-plugin-susemanager-client-5.0.4-150000.3.27.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-14T07:18:27Z",
"details": "moderate"
}
],
"title": "CVE-2023-6152"
},
{
"cve": "CVE-2024-22037",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-22037"
}
],
"notes": [
{
"category": "general",
"text": "The uyuni-server-attestation systemd service needs a database_password environment variable. This file has 640 permission, and cannot be shown users, but the environment is still exposed by systemd to non-privileged users.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Manager Client Tools 15:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.aarch64",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.ppc64le",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.s390x",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.x86_64",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.aarch64",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.ppc64le",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.s390x",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.x86_64",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.aarch64",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.ppc64le",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.s390x",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.x86_64",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.aarch64",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.ppc64le",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.s390x",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.x86_64",
"SUSE Manager Client Tools 15:mgrctl-bash-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools 15:mgrctl-lang-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools 15:mgrctl-zsh-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools 15:spacecmd-5.0.11-150000.3.130.1.noarch",
"SUSE Manager Client Tools 15:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Manager Client Tools 15:supportutils-plugin-susemanager-client-5.0.4-150000.3.27.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.s390x",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.x86_64",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-bash-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-lang-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-zsh-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Proxy 4.3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Manager Server 4.3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"openSUSE Leap 15.6:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.aarch64",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.ppc64le",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.s390x",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.x86_64",
"openSUSE Leap 15.6:spacecmd-5.0.11-150000.3.130.1.noarch",
"openSUSE Leap 15.6:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"openSUSE Leap 15.6:supportutils-plugin-susemanager-client-5.0.4-150000.3.27.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-22037",
"url": "https://www.suse.com/security/cve/CVE-2024-22037"
},
{
"category": "external",
"summary": "SUSE Bug 1231497 for CVE-2024-22037",
"url": "https://bugzilla.suse.com/1231497"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Manager Client Tools 15:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.aarch64",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.ppc64le",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.s390x",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.x86_64",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.aarch64",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.ppc64le",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.s390x",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.x86_64",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.aarch64",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.ppc64le",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.s390x",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.x86_64",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.aarch64",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.ppc64le",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.s390x",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.x86_64",
"SUSE Manager Client Tools 15:mgrctl-bash-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools 15:mgrctl-lang-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools 15:mgrctl-zsh-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools 15:spacecmd-5.0.11-150000.3.130.1.noarch",
"SUSE Manager Client Tools 15:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Manager Client Tools 15:supportutils-plugin-susemanager-client-5.0.4-150000.3.27.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.s390x",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.x86_64",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-bash-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-lang-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-zsh-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Proxy 4.3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Manager Server 4.3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"openSUSE Leap 15.6:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.aarch64",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.ppc64le",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.s390x",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.x86_64",
"openSUSE Leap 15.6:spacecmd-5.0.11-150000.3.130.1.noarch",
"openSUSE Leap 15.6:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"openSUSE Leap 15.6:supportutils-plugin-susemanager-client-5.0.4-150000.3.27.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Manager Client Tools 15:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.aarch64",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.ppc64le",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.s390x",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.x86_64",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.aarch64",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.ppc64le",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.s390x",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.x86_64",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.aarch64",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.ppc64le",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.s390x",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.x86_64",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.aarch64",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.ppc64le",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.s390x",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.x86_64",
"SUSE Manager Client Tools 15:mgrctl-bash-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools 15:mgrctl-lang-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools 15:mgrctl-zsh-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools 15:spacecmd-5.0.11-150000.3.130.1.noarch",
"SUSE Manager Client Tools 15:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Manager Client Tools 15:supportutils-plugin-susemanager-client-5.0.4-150000.3.27.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.s390x",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.x86_64",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-bash-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-lang-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-zsh-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Proxy 4.3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Manager Server 4.3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"openSUSE Leap 15.6:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.aarch64",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.ppc64le",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.s390x",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.x86_64",
"openSUSE Leap 15.6:spacecmd-5.0.11-150000.3.130.1.noarch",
"openSUSE Leap 15.6:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"openSUSE Leap 15.6:supportutils-plugin-susemanager-client-5.0.4-150000.3.27.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-14T07:18:27Z",
"details": "moderate"
}
],
"title": "CVE-2024-22037"
},
{
"cve": "CVE-2024-45337",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-45337"
}
],
"notes": [
{
"category": "general",
"text": "Applications and libraries which misuse connection.serverAuthenticate (via callback field ServerConfig.PublicKeyCallback) may be susceptible to an authorization bypass. The documentation for ServerConfig.PublicKeyCallback says that \"A call to this function does not guarantee that the key offered is in fact used to authenticate.\" Specifically, the SSH protocol allows clients to inquire about whether a public key is acceptable before proving control of the corresponding private key. PublicKeyCallback may be called with multiple keys, and the order in which the keys were provided cannot be used to infer which key the client successfully authenticated with, if any. Some applications, which store the key(s) passed to PublicKeyCallback (or derived information) and make security relevant determinations based on it once the connection is established, may make incorrect assumptions. For example, an attacker may send public keys A and B, and then authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B for which the attacker does not actually control the private key. Since this API is widely misused, as a partial mitigation golang.org/x/cry...@v0.31.0 enforces the property that, when successfully authenticating via public key, the last key passed to ServerConfig.PublicKeyCallback will be the key used to authenticate the connection. PublicKeyCallback will now be called multiple times with the same key, if necessary. Note that the client may still not control the last key passed to PublicKeyCallback if the connection is then authenticated with a different method, such as PasswordCallback, KeyboardInteractiveCallback, or NoClientAuth. Users should be using the Extensions field of the Permissions return value from the various authentication callbacks to record data associated with the authentication attempt instead of referencing external state. Once the connection is established the state corresponding to the successful authentication attempt can be retrieved via the ServerConn.Permissions field. Note that some third-party libraries misuse the Permissions type by sharing it across authentication attempts; users of third-party libraries should refer to the relevant projects for guidance.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Manager Client Tools 15:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.aarch64",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.ppc64le",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.s390x",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.x86_64",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.aarch64",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.ppc64le",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.s390x",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.x86_64",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.aarch64",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.ppc64le",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.s390x",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.x86_64",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.aarch64",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.ppc64le",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.s390x",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.x86_64",
"SUSE Manager Client Tools 15:mgrctl-bash-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools 15:mgrctl-lang-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools 15:mgrctl-zsh-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools 15:spacecmd-5.0.11-150000.3.130.1.noarch",
"SUSE Manager Client Tools 15:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Manager Client Tools 15:supportutils-plugin-susemanager-client-5.0.4-150000.3.27.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.s390x",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.x86_64",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-bash-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-lang-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-zsh-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Proxy 4.3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Manager Server 4.3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"openSUSE Leap 15.6:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.aarch64",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.ppc64le",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.s390x",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.x86_64",
"openSUSE Leap 15.6:spacecmd-5.0.11-150000.3.130.1.noarch",
"openSUSE Leap 15.6:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"openSUSE Leap 15.6:supportutils-plugin-susemanager-client-5.0.4-150000.3.27.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-45337",
"url": "https://www.suse.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "SUSE Bug 1234482 for CVE-2024-45337",
"url": "https://bugzilla.suse.com/1234482"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Manager Client Tools 15:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.aarch64",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.ppc64le",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.s390x",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.x86_64",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.aarch64",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.ppc64le",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.s390x",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.x86_64",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.aarch64",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.ppc64le",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.s390x",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.x86_64",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.aarch64",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.ppc64le",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.s390x",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.x86_64",
"SUSE Manager Client Tools 15:mgrctl-bash-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools 15:mgrctl-lang-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools 15:mgrctl-zsh-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools 15:spacecmd-5.0.11-150000.3.130.1.noarch",
"SUSE Manager Client Tools 15:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Manager Client Tools 15:supportutils-plugin-susemanager-client-5.0.4-150000.3.27.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.s390x",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.x86_64",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-bash-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-lang-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-zsh-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Proxy 4.3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Manager Server 4.3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"openSUSE Leap 15.6:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.aarch64",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.ppc64le",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.s390x",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.x86_64",
"openSUSE Leap 15.6:spacecmd-5.0.11-150000.3.130.1.noarch",
"openSUSE Leap 15.6:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"openSUSE Leap 15.6:supportutils-plugin-susemanager-client-5.0.4-150000.3.27.1.noarch"
]
}
],
"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 Enterprise Storage 7.1:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Manager Client Tools 15:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.aarch64",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.ppc64le",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.s390x",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.x86_64",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.aarch64",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.ppc64le",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.s390x",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.x86_64",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.aarch64",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.ppc64le",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.s390x",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.x86_64",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.aarch64",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.ppc64le",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.s390x",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.x86_64",
"SUSE Manager Client Tools 15:mgrctl-bash-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools 15:mgrctl-lang-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools 15:mgrctl-zsh-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools 15:spacecmd-5.0.11-150000.3.130.1.noarch",
"SUSE Manager Client Tools 15:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Manager Client Tools 15:supportutils-plugin-susemanager-client-5.0.4-150000.3.27.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.s390x",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.x86_64",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-bash-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-lang-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-zsh-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Proxy 4.3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Manager Server 4.3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"openSUSE Leap 15.6:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.aarch64",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.ppc64le",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.s390x",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.x86_64",
"openSUSE Leap 15.6:spacecmd-5.0.11-150000.3.130.1.noarch",
"openSUSE Leap 15.6:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"openSUSE Leap 15.6:supportutils-plugin-susemanager-client-5.0.4-150000.3.27.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-14T07:18:27Z",
"details": "important"
}
],
"title": "CVE-2024-45337"
},
{
"cve": "CVE-2024-51744",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-51744"
}
],
"notes": [
{
"category": "general",
"text": "golang-jwt is a Go implementation of JSON Web Tokens. Unclear documentation of the error behavior in `ParseWithClaims` can lead to situation where users are potentially not checking errors in the way they should be. Especially, if a token is both expired and invalid, the errors returned by `ParseWithClaims` return both error codes. If users only check for the `jwt.ErrTokenExpired ` using `error.Is`, they will ignore the embedded `jwt.ErrTokenSignatureInvalid` and thus potentially accept invalid tokens. A fix has been back-ported with the error handling logic from the `v5` branch to the `v4` branch. In this logic, the `ParseWithClaims` function will immediately return in \"dangerous\" situations (e.g., an invalid signature), limiting the combined errors only to situations where the signature is valid, but further validation failed (e.g., if the signature is valid, but is expired AND has the wrong audience). This fix is part of the 4.5.1 release. We are aware that this changes the behaviour of an established function and is not 100 % backwards compatible, so updating to 4.5.1 might break your code. In case you cannot update to 4.5.0, please make sure that you are properly checking for all errors (\"dangerous\" ones first), so that you are not running in the case detailed above.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Manager Client Tools 15:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.aarch64",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.ppc64le",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.s390x",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.x86_64",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.aarch64",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.ppc64le",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.s390x",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.x86_64",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.aarch64",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.ppc64le",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.s390x",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.x86_64",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.aarch64",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.ppc64le",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.s390x",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.x86_64",
"SUSE Manager Client Tools 15:mgrctl-bash-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools 15:mgrctl-lang-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools 15:mgrctl-zsh-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools 15:spacecmd-5.0.11-150000.3.130.1.noarch",
"SUSE Manager Client Tools 15:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Manager Client Tools 15:supportutils-plugin-susemanager-client-5.0.4-150000.3.27.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.s390x",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.x86_64",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-bash-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-lang-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-zsh-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Proxy 4.3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Manager Server 4.3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"openSUSE Leap 15.6:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.aarch64",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.ppc64le",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.s390x",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.x86_64",
"openSUSE Leap 15.6:spacecmd-5.0.11-150000.3.130.1.noarch",
"openSUSE Leap 15.6:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"openSUSE Leap 15.6:supportutils-plugin-susemanager-client-5.0.4-150000.3.27.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-51744",
"url": "https://www.suse.com/security/cve/CVE-2024-51744"
},
{
"category": "external",
"summary": "SUSE Bug 1232936 for CVE-2024-51744",
"url": "https://bugzilla.suse.com/1232936"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Manager Client Tools 15:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.aarch64",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.ppc64le",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.s390x",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.x86_64",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.aarch64",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.ppc64le",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.s390x",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.x86_64",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.aarch64",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.ppc64le",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.s390x",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.x86_64",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.aarch64",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.ppc64le",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.s390x",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.x86_64",
"SUSE Manager Client Tools 15:mgrctl-bash-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools 15:mgrctl-lang-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools 15:mgrctl-zsh-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools 15:spacecmd-5.0.11-150000.3.130.1.noarch",
"SUSE Manager Client Tools 15:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Manager Client Tools 15:supportutils-plugin-susemanager-client-5.0.4-150000.3.27.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.s390x",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.x86_64",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-bash-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-lang-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-zsh-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Proxy 4.3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Manager Server 4.3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"openSUSE Leap 15.6:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.aarch64",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.ppc64le",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.s390x",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.x86_64",
"openSUSE Leap 15.6:spacecmd-5.0.11-150000.3.130.1.noarch",
"openSUSE Leap 15.6:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"openSUSE Leap 15.6:supportutils-plugin-susemanager-client-5.0.4-150000.3.27.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.1,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Manager Client Tools 15:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.aarch64",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.ppc64le",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.s390x",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.x86_64",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.aarch64",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.ppc64le",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.s390x",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.x86_64",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.aarch64",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.ppc64le",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.s390x",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.x86_64",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.aarch64",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.ppc64le",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.s390x",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.x86_64",
"SUSE Manager Client Tools 15:mgrctl-bash-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools 15:mgrctl-lang-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools 15:mgrctl-zsh-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools 15:spacecmd-5.0.11-150000.3.130.1.noarch",
"SUSE Manager Client Tools 15:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Manager Client Tools 15:supportutils-plugin-susemanager-client-5.0.4-150000.3.27.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.s390x",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.x86_64",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-bash-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-lang-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-zsh-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Proxy 4.3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Manager Server 4.3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"openSUSE Leap 15.6:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.aarch64",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.ppc64le",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.s390x",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.x86_64",
"openSUSE Leap 15.6:spacecmd-5.0.11-150000.3.130.1.noarch",
"openSUSE Leap 15.6:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"openSUSE Leap 15.6:supportutils-plugin-susemanager-client-5.0.4-150000.3.27.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-14T07:18:27Z",
"details": "moderate"
}
],
"title": "CVE-2024-51744"
},
{
"cve": "CVE-2024-6837",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-6837"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Manager Client Tools 15:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.aarch64",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.ppc64le",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.s390x",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.x86_64",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.aarch64",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.ppc64le",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.s390x",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.x86_64",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.aarch64",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.ppc64le",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.s390x",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.x86_64",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.aarch64",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.ppc64le",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.s390x",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.x86_64",
"SUSE Manager Client Tools 15:mgrctl-bash-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools 15:mgrctl-lang-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools 15:mgrctl-zsh-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools 15:spacecmd-5.0.11-150000.3.130.1.noarch",
"SUSE Manager Client Tools 15:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Manager Client Tools 15:supportutils-plugin-susemanager-client-5.0.4-150000.3.27.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.s390x",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.x86_64",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-bash-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-lang-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-zsh-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Proxy 4.3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Manager Server 4.3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"openSUSE Leap 15.6:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.aarch64",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.ppc64le",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.s390x",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.x86_64",
"openSUSE Leap 15.6:spacecmd-5.0.11-150000.3.130.1.noarch",
"openSUSE Leap 15.6:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"openSUSE Leap 15.6:supportutils-plugin-susemanager-client-5.0.4-150000.3.27.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-6837",
"url": "https://www.suse.com/security/cve/CVE-2024-6837"
},
{
"category": "external",
"summary": "SUSE Bug 1236301 for CVE-2024-6837",
"url": "https://bugzilla.suse.com/1236301"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Manager Client Tools 15:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.aarch64",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.ppc64le",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.s390x",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.x86_64",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.aarch64",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.ppc64le",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.s390x",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.x86_64",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.aarch64",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.ppc64le",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.s390x",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.x86_64",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.aarch64",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.ppc64le",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.s390x",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.x86_64",
"SUSE Manager Client Tools 15:mgrctl-bash-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools 15:mgrctl-lang-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools 15:mgrctl-zsh-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools 15:spacecmd-5.0.11-150000.3.130.1.noarch",
"SUSE Manager Client Tools 15:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Manager Client Tools 15:supportutils-plugin-susemanager-client-5.0.4-150000.3.27.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.s390x",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.x86_64",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-bash-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-lang-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-zsh-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Proxy 4.3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Manager Server 4.3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"openSUSE Leap 15.6:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.aarch64",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.ppc64le",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.s390x",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.x86_64",
"openSUSE Leap 15.6:spacecmd-5.0.11-150000.3.130.1.noarch",
"openSUSE Leap 15.6:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"openSUSE Leap 15.6:supportutils-plugin-susemanager-client-5.0.4-150000.3.27.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Manager Client Tools 15:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.aarch64",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.ppc64le",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.s390x",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.x86_64",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.aarch64",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.ppc64le",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.s390x",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.x86_64",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.aarch64",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.ppc64le",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.s390x",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.x86_64",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.aarch64",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.ppc64le",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.s390x",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.x86_64",
"SUSE Manager Client Tools 15:mgrctl-bash-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools 15:mgrctl-lang-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools 15:mgrctl-zsh-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools 15:spacecmd-5.0.11-150000.3.130.1.noarch",
"SUSE Manager Client Tools 15:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Manager Client Tools 15:supportutils-plugin-susemanager-client-5.0.4-150000.3.27.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.s390x",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.x86_64",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-bash-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-lang-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-zsh-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Proxy 4.3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Manager Server 4.3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"openSUSE Leap 15.6:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.aarch64",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.ppc64le",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.s390x",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.x86_64",
"openSUSE Leap 15.6:spacecmd-5.0.11-150000.3.130.1.noarch",
"openSUSE Leap 15.6:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"openSUSE Leap 15.6:supportutils-plugin-susemanager-client-5.0.4-150000.3.27.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-14T07:18:27Z",
"details": "moderate"
}
],
"title": "CVE-2024-6837"
},
{
"cve": "CVE-2024-8118",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-8118"
}
],
"notes": [
{
"category": "general",
"text": "In Grafana, the wrong permission is applied to the alert rule write API endpoint, allowing users with permission to write external alert instances to also write alert rules.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Manager Client Tools 15:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.aarch64",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.ppc64le",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.s390x",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.x86_64",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.aarch64",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.ppc64le",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.s390x",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.x86_64",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.aarch64",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.ppc64le",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.s390x",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.x86_64",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.aarch64",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.ppc64le",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.s390x",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.x86_64",
"SUSE Manager Client Tools 15:mgrctl-bash-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools 15:mgrctl-lang-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools 15:mgrctl-zsh-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools 15:spacecmd-5.0.11-150000.3.130.1.noarch",
"SUSE Manager Client Tools 15:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Manager Client Tools 15:supportutils-plugin-susemanager-client-5.0.4-150000.3.27.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.s390x",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.x86_64",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-bash-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-lang-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-zsh-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Proxy 4.3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Manager Server 4.3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"openSUSE Leap 15.6:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.aarch64",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.ppc64le",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.s390x",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.x86_64",
"openSUSE Leap 15.6:spacecmd-5.0.11-150000.3.130.1.noarch",
"openSUSE Leap 15.6:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"openSUSE Leap 15.6:supportutils-plugin-susemanager-client-5.0.4-150000.3.27.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-8118",
"url": "https://www.suse.com/security/cve/CVE-2024-8118"
},
{
"category": "external",
"summary": "SUSE Bug 1231024 for CVE-2024-8118",
"url": "https://bugzilla.suse.com/1231024"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Manager Client Tools 15:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.aarch64",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.ppc64le",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.s390x",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.x86_64",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.aarch64",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.ppc64le",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.s390x",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.x86_64",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.aarch64",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.ppc64le",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.s390x",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.x86_64",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.aarch64",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.ppc64le",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.s390x",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.x86_64",
"SUSE Manager Client Tools 15:mgrctl-bash-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools 15:mgrctl-lang-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools 15:mgrctl-zsh-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools 15:spacecmd-5.0.11-150000.3.130.1.noarch",
"SUSE Manager Client Tools 15:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Manager Client Tools 15:supportutils-plugin-susemanager-client-5.0.4-150000.3.27.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.s390x",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.x86_64",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-bash-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-lang-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-zsh-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Proxy 4.3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Manager Server 4.3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"openSUSE Leap 15.6:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.aarch64",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.ppc64le",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.s390x",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.x86_64",
"openSUSE Leap 15.6:spacecmd-5.0.11-150000.3.130.1.noarch",
"openSUSE Leap 15.6:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"openSUSE Leap 15.6:supportutils-plugin-susemanager-client-5.0.4-150000.3.27.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Manager Client Tools 15:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.aarch64",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.ppc64le",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.s390x",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.59.1.x86_64",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.aarch64",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.ppc64le",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.s390x",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.53.3-150000.3.59.1.x86_64",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.aarch64",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.ppc64le",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.s390x",
"SUSE Manager Client Tools 15:grafana-10.4.13-150000.1.66.1.x86_64",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.aarch64",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.ppc64le",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.s390x",
"SUSE Manager Client Tools 15:mgrctl-0.1.28-150000.1.16.1.x86_64",
"SUSE Manager Client Tools 15:mgrctl-bash-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools 15:mgrctl-lang-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools 15:mgrctl-zsh-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools 15:spacecmd-5.0.11-150000.3.130.1.noarch",
"SUSE Manager Client Tools 15:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Manager Client Tools 15:supportutils-plugin-susemanager-client-5.0.4-150000.3.27.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.s390x",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-0.1.28-150000.1.16.1.x86_64",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-bash-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-lang-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Client Tools for SLE Micro 5:mgrctl-zsh-completion-0.1.28-150000.1.16.1.noarch",
"SUSE Manager Proxy 4.3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"SUSE Manager Server 4.3:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"openSUSE Leap 15.6:dracut-saltboot-0.1.1728559936.c16d4fb-150000.1.56.1.noarch",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.aarch64",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.ppc64le",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.s390x",
"openSUSE Leap 15.6:golang-github-prometheus-promu-0.17.0-150000.3.24.1.x86_64",
"openSUSE Leap 15.6:spacecmd-5.0.11-150000.3.130.1.noarch",
"openSUSE Leap 15.6:supportutils-plugin-salt-1.2.3-150000.3.16.1.noarch",
"openSUSE Leap 15.6:supportutils-plugin-susemanager-client-5.0.4-150000.3.27.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-14T07:18:27Z",
"details": "moderate"
}
],
"title": "CVE-2024-8118"
}
]
}
SUSE-SU-2025:0546-1
Vulnerability from csaf_suse - Published: 2025-02-14 07:24 - Updated: 2025-02-14 07:24Summary
Security update golang-github-prometheus-prometheus
Severity
Moderate
Notes
Title of the patch: Security update golang-github-prometheus-prometheus
Description of the patch:
golang-github-prometheus-prometheus was updated from version 2.45.6 to 2.53.3 (jsc#PED-11649):
- Security issues fixed:
* CVE-2024-51744: Updated golang-jwt to version 5.0 to fix bad error
handling (bsc#1232970)
- Highlights of other changes:
* Performance:
+ Significant enhancements to PromQL execution speed, TSDB operations (especially querying and compaction) and
remote write operations.
+ Default GOGC value lowered to 75 for better memory management.
+ Option to limit memory usage from dropped targets added.
* New Features:
+ Experimental OpenTelemetry ingestion.
+ Automatic memory limit handling.
+ Native histogram support, including new functions, UI enhancements, and improved scraping.
+ Improved alerting features, such as relabeling rules for AlertmanagerConfig and a new query_offset option.
+ Expanded service discovery options with added metadata and support for new services.
+ New promtool commands for PromQL formatting, label manipulation, metric pushing, and OpenMetrics dumping.
* Bug Fixes:
+ Numerous fixes across scraping, API, TSDB, PromQL, and service discovery.
* For a detailed list of changes consult the package changelog or
https://github.com/prometheus/prometheus/compare/v2.45.6...v2.53.3
Patchnames: SUSE-2025-546,SUSE-SLE-Module-Packagehub-Subpackages-15-SP6-2025-546,SUSE-SLE-Module-SUSE-Manager-Proxy-4.3-2025-546,openSUSE-SLE-15.6-2025-546
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
Affected products
Recommended
16 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:firewalld-prometheus-config-0.1-150100.4.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:firewalld-prometheus-config-0.1-150100.4.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:firewalld-prometheus-config-0.1-150100.4.23.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:firewalld-prometheus-config-0.1-150100.4.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
8 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update golang-github-prometheus-prometheus",
"title": "Title of the patch"
},
{
"category": "description",
"text": "\n\ngolang-github-prometheus-prometheus was updated from version 2.45.6 to 2.53.3 (jsc#PED-11649):\n\n- Security issues fixed:\n * CVE-2024-51744: Updated golang-jwt to version 5.0 to fix bad error\n handling (bsc#1232970)\n\n- Highlights of other changes:\n * Performance: \n + Significant enhancements to PromQL execution speed, TSDB operations (especially querying and compaction) and \n remote write operations.\n + Default GOGC value lowered to 75 for better memory management. \n + Option to limit memory usage from dropped targets added.\n * New Features:\n + Experimental OpenTelemetry ingestion.\n + Automatic memory limit handling.\n + Native histogram support, including new functions, UI enhancements, and improved scraping.\n + Improved alerting features, such as relabeling rules for AlertmanagerConfig and a new query_offset option.\n + Expanded service discovery options with added metadata and support for new services.\n + New promtool commands for PromQL formatting, label manipulation, metric pushing, and OpenMetrics dumping.\n * Bug Fixes: \n + Numerous fixes across scraping, API, TSDB, PromQL, and service discovery.\n * For a detailed list of changes consult the package changelog or \n https://github.com/prometheus/prometheus/compare/v2.45.6...v2.53.3\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-546,SUSE-SLE-Module-Packagehub-Subpackages-15-SP6-2025-546,SUSE-SLE-Module-SUSE-Manager-Proxy-4.3-2025-546,openSUSE-SLE-15.6-2025-546",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_0546-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:0546-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250546-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:0546-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-February/020340.html"
},
{
"category": "self",
"summary": "SUSE Bug 1232970",
"url": "https://bugzilla.suse.com/1232970"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-51744 page",
"url": "https://www.suse.com/security/cve/CVE-2024-51744/"
}
],
"title": "Security update golang-github-prometheus-prometheus",
"tracking": {
"current_release_date": "2025-02-14T07:24:38Z",
"generator": {
"date": "2025-02-14T07:24:38Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:0546-1",
"initial_release_date": "2025-02-14T07:24:38Z",
"revision_history": [
{
"date": "2025-02-14T07:24:38Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "firewalld-prometheus-config-0.1-150100.4.23.1.aarch64",
"product": {
"name": "firewalld-prometheus-config-0.1-150100.4.23.1.aarch64",
"product_id": "firewalld-prometheus-config-0.1-150100.4.23.1.aarch64"
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.aarch64",
"product": {
"name": "golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.aarch64",
"product_id": "golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "firewalld-prometheus-config-0.1-150100.4.23.1.i586",
"product": {
"name": "firewalld-prometheus-config-0.1-150100.4.23.1.i586",
"product_id": "firewalld-prometheus-config-0.1-150100.4.23.1.i586"
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.i586",
"product": {
"name": "golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.i586",
"product_id": "golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "firewalld-prometheus-config-0.1-150100.4.23.1.ppc64le",
"product": {
"name": "firewalld-prometheus-config-0.1-150100.4.23.1.ppc64le",
"product_id": "firewalld-prometheus-config-0.1-150100.4.23.1.ppc64le"
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.ppc64le",
"product": {
"name": "golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.ppc64le",
"product_id": "golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "firewalld-prometheus-config-0.1-150100.4.23.1.s390x",
"product": {
"name": "firewalld-prometheus-config-0.1-150100.4.23.1.s390x",
"product_id": "firewalld-prometheus-config-0.1-150100.4.23.1.s390x"
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.s390x",
"product": {
"name": "golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.s390x",
"product_id": "golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "firewalld-prometheus-config-0.1-150100.4.23.1.x86_64",
"product": {
"name": "firewalld-prometheus-config-0.1-150100.4.23.1.x86_64",
"product_id": "firewalld-prometheus-config-0.1-150100.4.23.1.x86_64"
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.x86_64",
"product": {
"name": "golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.x86_64",
"product_id": "golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:packagehub:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Proxy Module 4.3",
"product": {
"name": "SUSE Manager Proxy Module 4.3",
"product_id": "SUSE Manager Proxy Module 4.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-suse-manager-proxy:4.3"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.aarch64"
},
"product_reference": "golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.ppc64le"
},
"product_reference": "golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.s390x"
},
"product_reference": "golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.x86_64"
},
"product_reference": "golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.aarch64 as component of SUSE Manager Proxy Module 4.3",
"product_id": "SUSE Manager Proxy Module 4.3:golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.aarch64"
},
"product_reference": "golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.aarch64",
"relates_to_product_reference": "SUSE Manager Proxy Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.ppc64le as component of SUSE Manager Proxy Module 4.3",
"product_id": "SUSE Manager Proxy Module 4.3:golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.ppc64le"
},
"product_reference": "golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Proxy Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.s390x as component of SUSE Manager Proxy Module 4.3",
"product_id": "SUSE Manager Proxy Module 4.3:golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.s390x"
},
"product_reference": "golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.s390x",
"relates_to_product_reference": "SUSE Manager Proxy Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.x86_64 as component of SUSE Manager Proxy Module 4.3",
"product_id": "SUSE Manager Proxy Module 4.3:golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.x86_64"
},
"product_reference": "golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "firewalld-prometheus-config-0.1-150100.4.23.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:firewalld-prometheus-config-0.1-150100.4.23.1.aarch64"
},
"product_reference": "firewalld-prometheus-config-0.1-150100.4.23.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "firewalld-prometheus-config-0.1-150100.4.23.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:firewalld-prometheus-config-0.1-150100.4.23.1.ppc64le"
},
"product_reference": "firewalld-prometheus-config-0.1-150100.4.23.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "firewalld-prometheus-config-0.1-150100.4.23.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:firewalld-prometheus-config-0.1-150100.4.23.1.s390x"
},
"product_reference": "firewalld-prometheus-config-0.1-150100.4.23.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "firewalld-prometheus-config-0.1-150100.4.23.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:firewalld-prometheus-config-0.1-150100.4.23.1.x86_64"
},
"product_reference": "firewalld-prometheus-config-0.1-150100.4.23.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.aarch64"
},
"product_reference": "golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.ppc64le"
},
"product_reference": "golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.s390x"
},
"product_reference": "golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.x86_64"
},
"product_reference": "golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-51744",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-51744"
}
],
"notes": [
{
"category": "general",
"text": "golang-jwt is a Go implementation of JSON Web Tokens. Unclear documentation of the error behavior in `ParseWithClaims` can lead to situation where users are potentially not checking errors in the way they should be. Especially, if a token is both expired and invalid, the errors returned by `ParseWithClaims` return both error codes. If users only check for the `jwt.ErrTokenExpired ` using `error.Is`, they will ignore the embedded `jwt.ErrTokenSignatureInvalid` and thus potentially accept invalid tokens. A fix has been back-ported with the error handling logic from the `v5` branch to the `v4` branch. In this logic, the `ParseWithClaims` function will immediately return in \"dangerous\" situations (e.g., an invalid signature), limiting the combined errors only to situations where the signature is valid, but further validation failed (e.g., if the signature is valid, but is expired AND has the wrong audience). This fix is part of the 4.5.1 release. We are aware that this changes the behaviour of an established function and is not 100 % backwards compatible, so updating to 4.5.1 might break your code. In case you cannot update to 4.5.0, please make sure that you are properly checking for all errors (\"dangerous\" ones first), so that you are not running in the case detailed above.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.x86_64",
"SUSE Manager Proxy Module 4.3:golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.aarch64",
"SUSE Manager Proxy Module 4.3:golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.ppc64le",
"SUSE Manager Proxy Module 4.3:golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.s390x",
"SUSE Manager Proxy Module 4.3:golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.x86_64",
"openSUSE Leap 15.6:firewalld-prometheus-config-0.1-150100.4.23.1.aarch64",
"openSUSE Leap 15.6:firewalld-prometheus-config-0.1-150100.4.23.1.ppc64le",
"openSUSE Leap 15.6:firewalld-prometheus-config-0.1-150100.4.23.1.s390x",
"openSUSE Leap 15.6:firewalld-prometheus-config-0.1-150100.4.23.1.x86_64",
"openSUSE Leap 15.6:golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.aarch64",
"openSUSE Leap 15.6:golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.ppc64le",
"openSUSE Leap 15.6:golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.s390x",
"openSUSE Leap 15.6:golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-51744",
"url": "https://www.suse.com/security/cve/CVE-2024-51744"
},
{
"category": "external",
"summary": "SUSE Bug 1232936 for CVE-2024-51744",
"url": "https://bugzilla.suse.com/1232936"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.x86_64",
"SUSE Manager Proxy Module 4.3:golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.aarch64",
"SUSE Manager Proxy Module 4.3:golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.ppc64le",
"SUSE Manager Proxy Module 4.3:golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.s390x",
"SUSE Manager Proxy Module 4.3:golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.x86_64",
"openSUSE Leap 15.6:firewalld-prometheus-config-0.1-150100.4.23.1.aarch64",
"openSUSE Leap 15.6:firewalld-prometheus-config-0.1-150100.4.23.1.ppc64le",
"openSUSE Leap 15.6:firewalld-prometheus-config-0.1-150100.4.23.1.s390x",
"openSUSE Leap 15.6:firewalld-prometheus-config-0.1-150100.4.23.1.x86_64",
"openSUSE Leap 15.6:golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.aarch64",
"openSUSE Leap 15.6:golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.ppc64le",
"openSUSE Leap 15.6:golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.s390x",
"openSUSE Leap 15.6:golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.1,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.x86_64",
"SUSE Manager Proxy Module 4.3:golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.aarch64",
"SUSE Manager Proxy Module 4.3:golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.ppc64le",
"SUSE Manager Proxy Module 4.3:golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.s390x",
"SUSE Manager Proxy Module 4.3:golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.x86_64",
"openSUSE Leap 15.6:firewalld-prometheus-config-0.1-150100.4.23.1.aarch64",
"openSUSE Leap 15.6:firewalld-prometheus-config-0.1-150100.4.23.1.ppc64le",
"openSUSE Leap 15.6:firewalld-prometheus-config-0.1-150100.4.23.1.s390x",
"openSUSE Leap 15.6:firewalld-prometheus-config-0.1-150100.4.23.1.x86_64",
"openSUSE Leap 15.6:golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.aarch64",
"openSUSE Leap 15.6:golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.ppc64le",
"openSUSE Leap 15.6:golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.s390x",
"openSUSE Leap 15.6:golang-github-prometheus-prometheus-2.53.3-150100.4.23.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-14T07:24:38Z",
"details": "moderate"
}
],
"title": "CVE-2024-51744"
}
]
}
SUSE-SU-2025:1333-1
Vulnerability from csaf_suse - Published: 2025-04-17 01:38 - Updated: 2025-04-17 01:38Summary
Security update for cosign
Severity
Important
Notes
Title of the patch: Security update for cosign
Description of the patch: This update for cosign fixes the following issues:
- CVE-2024-6104: cosign: hashicorp/go-retryablehttp: Fixed sensitive information disclosure to log file (bsc#1227031)
- CVE-2024-51744: cosign: github.com/golang-jwt/jwt/v4: Fixed bad documentation of error handling in ParseWithClaims leading to potentially dangerous situations (bsc#1232985)
- CVE-2025-27144: cosign: github.com/go-jose/go-jose/v4,github.com/go-jose/go-jose/v3: Fixed denial of service in Go JOSE's Parsing (bsc#1237682)
- CVE-2025-22870: cosign: golang.org/x/net/proxy: Fixed proxy bypass using IPv6 zone IDs (bsc#1238693)
- CVE-2025-22868: cosign: golang.org/x/oauth2/jws: Fixed unexpected memory consumption during token parsing (bsc#1239204)
- CVE-2025-22869: cosign: golang.org/x/crypto/ssh: Fixed denial of service in the Key Exchange (bsc#1239337)
Other fixes:
- Update to version 2.5.0 (jsc#SLE-23476):
* Update sigstore-go to pick up bug fixes (#4150)
* Update golangci-lint to v2, update golangci-lint-action (#4143)
* Feat/non filename completions (#4115)
* update builder to use go1.24.1 (#4116)
* Add support for new bundle specification for attesting/verifying OCI image attestations (#3889)
* Remove cert log line (#4113)
* cmd/cosign/cli: fix typo in ignoreTLogMessage (#4111)
* bump to latest scaffolding release for testing (#4099)
* increase 2e2_test docker compose tiemout to 180s (#4091)
* Fix replace with compliant image mediatype (#4077)
* Add TSA certificate related flags and fields for cosign attest (#4079)
- Update to version 2.4.3 (jsc#SLE-23476):
* Enable fetching signatures without remote get. (#4047)
* Bump sigstore/sigstore to support KMS plugins (#4073)
* sort properly Go imports (#4071)
* sync comment with parameter name in function signature (#4063)
* fix go imports order to be alphabetical (#4062)
* fix comment typo and imports order (#4061)
* Feat/file flag completion improvements (#4028)
* Udpate builder to use go1.23.6 (#4052)
* Refactor verifyNewBundle into library function (#4013)
* fix parsing error in --only for cosign copy (#4049)
* Fix codeowners syntax, add dep-maintainers (#4046)
- Update to version 2.4.2 (jsc#SLE-23476):
- Updated open-policy-agent to 1.1.0 library (#4036)
- Note that only Rego v0 policies are supported at this time
- Add UseSignedTimestamps to CheckOpts, refactor TSA options (#4006)
- Add support for verifying root checksum in cosign initialize (#3953)
- Detect if user supplied a valid protobuf bundle (#3931)
- Add a log message if user doesn't provide --trusted-root (#3933)
- Support mTLS towards container registry (#3922)
- Add bundle create helper command (#3901)
- Add trusted-root create helper command (#3876)
Bug Fixes:
- fix: set tls config while retaining other fields from default http transport (#4007)
- policy fuzzer: ignore known panics (#3993)
- Fix for multiple WithRemote options (#3982)
- Add nightly conformance test workflow (#3979)
- Fix copy --only for signatures + update/align docs (#3904)
Patchnames: SUSE-2025-1333,SUSE-SLE-Module-Basesystem-15-SP6-2025-1333,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-1333,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-1333,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-1333,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-1333,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-1333,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-1333,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-1333,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-1333,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2025-1333,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2025-1333,openSUSE-SLE-15.6-2025-1333
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
Affected products
Recommended
32 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
6 (Medium)
Affected products
Recommended
32 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.5 (High)
Affected products
Recommended
32 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
32 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
4.4 (Medium)
Affected products
Recommended
32 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.5 (High)
Affected products
Recommended
32 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
31 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for cosign",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for cosign fixes the following issues:\n\n- CVE-2024-6104: cosign: hashicorp/go-retryablehttp: Fixed sensitive information disclosure to log file (bsc#1227031)\n- CVE-2024-51744: cosign: github.com/golang-jwt/jwt/v4: Fixed bad documentation of error handling in ParseWithClaims leading to potentially dangerous situations (bsc#1232985)\n- CVE-2025-27144: cosign: github.com/go-jose/go-jose/v4,github.com/go-jose/go-jose/v3: Fixed denial of service in Go JOSE\u0027s Parsing (bsc#1237682)\n- CVE-2025-22870: cosign: golang.org/x/net/proxy: Fixed proxy bypass using IPv6 zone IDs (bsc#1238693)\n- CVE-2025-22868: cosign: golang.org/x/oauth2/jws: Fixed unexpected memory consumption during token parsing (bsc#1239204)\n- CVE-2025-22869: cosign: golang.org/x/crypto/ssh: Fixed denial of service in the Key Exchange (bsc#1239337)\n\nOther fixes:\n\n- Update to version 2.5.0 (jsc#SLE-23476):\n * Update sigstore-go to pick up bug fixes (#4150)\n * Update golangci-lint to v2, update golangci-lint-action (#4143)\n * Feat/non filename completions (#4115)\n * update builder to use go1.24.1 (#4116)\n * Add support for new bundle specification for attesting/verifying OCI image attestations (#3889)\n * Remove cert log line (#4113)\n * cmd/cosign/cli: fix typo in ignoreTLogMessage (#4111)\n * bump to latest scaffolding release for testing (#4099)\n * increase 2e2_test docker compose tiemout to 180s (#4091)\n * Fix replace with compliant image mediatype (#4077)\n * Add TSA certificate related flags and fields for cosign attest (#4079)\n\n- Update to version 2.4.3 (jsc#SLE-23476):\n * Enable fetching signatures without remote get. (#4047)\n * Bump sigstore/sigstore to support KMS plugins (#4073)\n * sort properly Go imports (#4071)\n * sync comment with parameter name in function signature (#4063)\n * fix go imports order to be alphabetical (#4062)\n * fix comment typo and imports order (#4061)\n * Feat/file flag completion improvements (#4028)\n * Udpate builder to use go1.23.6 (#4052)\n * Refactor verifyNewBundle into library function (#4013)\n * fix parsing error in --only for cosign copy (#4049)\n * Fix codeowners syntax, add dep-maintainers (#4046)\n\n- Update to version 2.4.2 (jsc#SLE-23476):\n - Updated open-policy-agent to 1.1.0 library (#4036)\n - Note that only Rego v0 policies are supported at this time\n - Add UseSignedTimestamps to CheckOpts, refactor TSA options (#4006)\n - Add support for verifying root checksum in cosign initialize (#3953)\n - Detect if user supplied a valid protobuf bundle (#3931)\n - Add a log message if user doesn\u0027t provide --trusted-root (#3933)\n - Support mTLS towards container registry (#3922)\n - Add bundle create helper command (#3901)\n - Add trusted-root create helper command (#3876)\n Bug Fixes:\n - fix: set tls config while retaining other fields from default http transport (#4007)\n - policy fuzzer: ignore known panics (#3993)\n - Fix for multiple WithRemote options (#3982)\n - Add nightly conformance test workflow (#3979)\n - Fix copy --only for signatures + update/align docs (#3904)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-1333,SUSE-SLE-Module-Basesystem-15-SP6-2025-1333,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-1333,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-1333,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-1333,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-1333,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-1333,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-1333,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-1333,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-1333,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2025-1333,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2025-1333,openSUSE-SLE-15.6-2025-1333",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_1333-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:1333-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251333-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:1333-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-April/039052.html"
},
{
"category": "self",
"summary": "SUSE Bug 1227031",
"url": "https://bugzilla.suse.com/1227031"
},
{
"category": "self",
"summary": "SUSE Bug 1232985",
"url": "https://bugzilla.suse.com/1232985"
},
{
"category": "self",
"summary": "SUSE Bug 1237682",
"url": "https://bugzilla.suse.com/1237682"
},
{
"category": "self",
"summary": "SUSE Bug 1238693",
"url": "https://bugzilla.suse.com/1238693"
},
{
"category": "self",
"summary": "SUSE Bug 1239204",
"url": "https://bugzilla.suse.com/1239204"
},
{
"category": "self",
"summary": "SUSE Bug 1239337",
"url": "https://bugzilla.suse.com/1239337"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-51744 page",
"url": "https://www.suse.com/security/cve/CVE-2024-51744/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-6104 page",
"url": "https://www.suse.com/security/cve/CVE-2024-6104/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22868 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22868/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22870 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22870/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-27144 page",
"url": "https://www.suse.com/security/cve/CVE-2025-27144/"
}
],
"title": "Security update for cosign",
"tracking": {
"current_release_date": "2025-04-17T01:38:19Z",
"generator": {
"date": "2025-04-17T01:38:19Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:1333-1",
"initial_release_date": "2025-04-17T01:38:19Z",
"revision_history": [
{
"date": "2025-04-17T01:38:19Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "cosign-2.5.0-150400.3.27.1.aarch64",
"product": {
"name": "cosign-2.5.0-150400.3.27.1.aarch64",
"product_id": "cosign-2.5.0-150400.3.27.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "cosign-2.5.0-150400.3.27.1.i586",
"product": {
"name": "cosign-2.5.0-150400.3.27.1.i586",
"product_id": "cosign-2.5.0-150400.3.27.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "cosign-bash-completion-2.5.0-150400.3.27.1.noarch",
"product": {
"name": "cosign-bash-completion-2.5.0-150400.3.27.1.noarch",
"product_id": "cosign-bash-completion-2.5.0-150400.3.27.1.noarch"
}
},
{
"category": "product_version",
"name": "cosign-fish-completion-2.5.0-150400.3.27.1.noarch",
"product": {
"name": "cosign-fish-completion-2.5.0-150400.3.27.1.noarch",
"product_id": "cosign-fish-completion-2.5.0-150400.3.27.1.noarch"
}
},
{
"category": "product_version",
"name": "cosign-zsh-completion-2.5.0-150400.3.27.1.noarch",
"product": {
"name": "cosign-zsh-completion-2.5.0-150400.3.27.1.noarch",
"product_id": "cosign-zsh-completion-2.5.0-150400.3.27.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "cosign-2.5.0-150400.3.27.1.ppc64le",
"product": {
"name": "cosign-2.5.0-150400.3.27.1.ppc64le",
"product_id": "cosign-2.5.0-150400.3.27.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "cosign-2.5.0-150400.3.27.1.s390x",
"product": {
"name": "cosign-2.5.0-150400.3.27.1.s390x",
"product_id": "cosign-2.5.0-150400.3.27.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "cosign-2.5.0-150400.3.27.1.x86_64",
"product": {
"name": "cosign-2.5.0-150400.3.27.1.x86_64",
"product_id": "cosign-2.5.0-150400.3.27.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Proxy 4.3",
"product": {
"name": "SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-proxy:4.3"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Server 4.3",
"product": {
"name": "SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-server:4.3"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.x86_64 as component of SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.x86_64 as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-51744",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-51744"
}
],
"notes": [
{
"category": "general",
"text": "golang-jwt is a Go implementation of JSON Web Tokens. Unclear documentation of the error behavior in `ParseWithClaims` can lead to situation where users are potentially not checking errors in the way they should be. Especially, if a token is both expired and invalid, the errors returned by `ParseWithClaims` return both error codes. If users only check for the `jwt.ErrTokenExpired ` using `error.Is`, they will ignore the embedded `jwt.ErrTokenSignatureInvalid` and thus potentially accept invalid tokens. A fix has been back-ported with the error handling logic from the `v5` branch to the `v4` branch. In this logic, the `ParseWithClaims` function will immediately return in \"dangerous\" situations (e.g., an invalid signature), limiting the combined errors only to situations where the signature is valid, but further validation failed (e.g., if the signature is valid, but is expired AND has the wrong audience). This fix is part of the 4.5.1 release. We are aware that this changes the behaviour of an established function and is not 100 % backwards compatible, so updating to 4.5.1 might break your code. In case you cannot update to 4.5.0, please make sure that you are properly checking for all errors (\"dangerous\" ones first), so that you are not running in the case detailed above.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-51744",
"url": "https://www.suse.com/security/cve/CVE-2024-51744"
},
{
"category": "external",
"summary": "SUSE Bug 1232936 for CVE-2024-51744",
"url": "https://bugzilla.suse.com/1232936"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.1,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-17T01:38:19Z",
"details": "moderate"
}
],
"title": "CVE-2024-51744"
},
{
"cve": "CVE-2024-6104",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-6104"
}
],
"notes": [
{
"category": "general",
"text": "go-retryablehttp prior to 0.7.7 did not sanitize urls when writing them to its log file. This could lead to go-retryablehttp writing sensitive HTTP basic auth credentials to its log file. This vulnerability, CVE-2024-6104, was fixed in go-retryablehttp 0.7.7.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-6104",
"url": "https://www.suse.com/security/cve/CVE-2024-6104"
},
{
"category": "external",
"summary": "SUSE Bug 1227024 for CVE-2024-6104",
"url": "https://bugzilla.suse.com/1227024"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-17T01:38:19Z",
"details": "moderate"
}
],
"title": "CVE-2024-6104"
},
{
"cve": "CVE-2025-22868",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22868"
}
],
"notes": [
{
"category": "general",
"text": "An attacker can pass a malicious malformed token which causes unexpected memory to be consumed during parsing.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22868",
"url": "https://www.suse.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "SUSE Bug 1239185 for CVE-2025-22868",
"url": "https://bugzilla.suse.com/1239185"
},
{
"category": "external",
"summary": "SUSE Bug 1239186 for CVE-2025-22868",
"url": "https://bugzilla.suse.com/1239186"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-17T01:38:19Z",
"details": "important"
}
],
"title": "CVE-2025-22868"
},
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-17T01:38:19Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-22870",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22870"
}
],
"notes": [
{
"category": "general",
"text": "Matching of hosts against proxy patterns can improperly treat an IPv6 zone ID as a hostname component. For example, when the NO_PROXY environment variable is set to \"*.example.com\", a request to \"[::1%25.example.com]:80` will incorrectly match and not be proxied.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22870",
"url": "https://www.suse.com/security/cve/CVE-2025-22870"
},
{
"category": "external",
"summary": "SUSE Bug 1238572 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238572"
},
{
"category": "external",
"summary": "SUSE Bug 1238611 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238611"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-17T01:38:19Z",
"details": "moderate"
}
],
"title": "CVE-2025-22870"
},
{
"cve": "CVE-2025-27144",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-27144"
}
],
"notes": [
{
"category": "general",
"text": "Go JOSE provides an implementation of the Javascript Object Signing and Encryption set of standards in Go, including support for JSON Web Encryption (JWE), JSON Web Signature (JWS), and JSON Web Token (JWT) standards. In versions on the 4.x branch prior to version 4.0.5, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code used strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service. Version 4.0.5 fixes this issue. As a workaround, applications could pre-validate that payloads passed to Go JOSE do not contain an excessive number of `.` characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-27144",
"url": "https://www.suse.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "SUSE Bug 1237608 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237608"
},
{
"category": "external",
"summary": "SUSE Bug 1237609 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237609"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-17T01:38:19Z",
"details": "important"
}
],
"title": "CVE-2025-27144"
}
]
}
Loading…
Trend slope:
-
(linear fit over daily sighting counts)
Show additional events:
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…