Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-30204 (GCVE-0-2025-30204)
Vulnerability from cvelistv5 – Published: 2025-03-21 21:42 – Updated: 2025-04-10 13:03
VLAI
EPSS
Title
jwt-go allows excessive memory allocation during header parsing
Summary
golang-jwt is a Go implementation of JSON Web Tokens. Starting in version 3.2.0 and prior to versions 5.2.2 and 4.5.2, the function parse.ParseUnverified splits (via a call to strings.Split) its argument (which is untrusted data) on periods. As a result, in the face of a malicious request whose Authorization header consists of Bearer followed by many period characters, a call to that function incurs allocations to the tune of O(n) bytes (where n stands for the length of the function's argument), with a constant factor of about 16. This issue is fixed in 5.2.2 and 4.5.2.
Severity
7.5 (High)
SSVC
Exploitation: none
Automatable: yes
Technical Impact: partial
CISA Coordinator (v2.0.3)
CWE
- CWE-405 - Asymmetric Resource Consumption (Amplification)
Assigner
References
4 references
| URL | Tags |
|---|---|
| https://github.com/golang-jwt/jwt/security/adviso… | x_refsource_CONFIRM |
| https://github.com/golang-jwt/jwt/commit/0951d184… | x_refsource_MISC |
| https://github.com/golang-jwt/jwt/commit/bf316c48… | x_refsource_MISC |
| https://security.netapp.com/advisory/ntap-2025040… |
Impacted products
1 product
| Vendor | Product | Version | |
|---|---|---|---|
| golang-jwt | jwt |
Affected:
>= 3.2.0, < 4.5.2
Affected: >= 5.0.0-rc.1, < 5.2.2 |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2025-30204",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-03-24T14:10:18.281694Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-03-24T14:10:35.776Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2025-04-04T23:03:13.309Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "https://security.netapp.com/advisory/ntap-20250404-0002/"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "jwt",
"vendor": "golang-jwt",
"versions": [
{
"status": "affected",
"version": "\u003e= 3.2.0, \u003c 4.5.2"
},
{
"status": "affected",
"version": "\u003e= 5.0.0-rc.1, \u003c 5.2.2"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "golang-jwt is a Go implementation of JSON Web Tokens. Starting in version 3.2.0 and prior to versions 5.2.2 and 4.5.2, the function parse.ParseUnverified splits (via a call to strings.Split) its argument (which is untrusted data) on periods. As a result, in the face of a malicious request whose Authorization header consists of Bearer followed by many period characters, a call to that function incurs allocations to the tune of O(n) bytes (where n stands for the length of the function\u0027s argument), with a constant factor of about 16. This issue is fixed in 5.2.2 and 4.5.2."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-405",
"description": "CWE-405: Asymmetric Resource Consumption (Amplification)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-04-10T13:03:19.897Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp"
},
{
"name": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3"
},
{
"name": "https://github.com/golang-jwt/jwt/commit/bf316c48137a1212f8d0af9288cc9ce8e59f1afb",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/golang-jwt/jwt/commit/bf316c48137a1212f8d0af9288cc9ce8e59f1afb"
}
],
"source": {
"advisory": "GHSA-mh63-6h87-95cp",
"discovery": "UNKNOWN"
},
"title": "jwt-go allows excessive memory allocation during header parsing"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2025-30204",
"datePublished": "2025-03-21T21:42:01.382Z",
"dateReserved": "2025-03-18T18:15:13.849Z",
"dateUpdated": "2025-04-10T13:03:19.897Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2025-30204",
"date": "2026-06-30",
"epss": "0.00693",
"percentile": "0.48237"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-30204\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2025-03-21T22:15:26.420\",\"lastModified\":\"2026-06-17T09:08:21.100\",\"vulnStatus\":\"Deferred\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"golang-jwt is a Go implementation of JSON Web Tokens. Starting in version 3.2.0 and prior to versions 5.2.2 and 4.5.2, the function parse.ParseUnverified splits (via a call to strings.Split) its argument (which is untrusted data) on periods. As a result, in the face of a malicious request whose Authorization header consists of Bearer followed by many period characters, a call to that function incurs allocations to the tune of O(n) bytes (where n stands for the length of the function\u0027s argument), with a constant factor of about 16. This issue is fixed in 5.2.2 and 4.5.2.\"},{\"lang\":\"es\",\"value\":\"golang-jwt es una implementaci\u00f3n de Go de tokens web JSON. En versiones anteriores a la 5.2.2 y la 4.5.2, la funci\u00f3n parse.ParseUnverified divide (mediante una llamada a strings.Split) su argumento (que contiene datos no confiables) en puntos. Como resultado, ante una solicitud maliciosa cuyo encabezado de autorizaci\u00f3n consiste en \\\"Bearer\\\" seguido de muchos puntos, una llamada a dicha funci\u00f3n genera asignaciones de O(n) bytes (donde n representa la longitud del argumento de la funci\u00f3n), con un factor constante de aproximadamente 16. Este problema se solucion\u00f3 en las versiones 5.2.2 y 4.5.2.\"}],\"affected\":[{\"source\":\"security-advisories@github.com\",\"affectedData\":[{\"vendor\":\"golang-jwt\",\"product\":\"jwt\",\"versions\":[{\"version\":\"\u003e= 3.2.0, \u003c 4.5.2\",\"status\":\"affected\"},{\"version\":\"\u003e= 5.0.0-rc.1, \u003c 5.2.2\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2025-03-24T14:10:18.281694Z\",\"id\":\"CVE-2025-30204\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"yes\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-405\"}]}],\"references\":[{\"url\":\"https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/golang-jwt/jwt/commit/bf316c48137a1212f8d0af9288cc9ce8e59f1afb\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://security.netapp.com/advisory/ntap-20250404-0002/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://security.netapp.com/advisory/ntap-20250404-0002/\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-04-04T23:03:13.309Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-30204\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-03-24T14:10:18.281694Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-03-24T14:10:25.565Z\"}}], \"cna\": {\"title\": \"jwt-go allows excessive memory allocation during header parsing\", \"source\": {\"advisory\": \"GHSA-mh63-6h87-95cp\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}], \"affected\": [{\"vendor\": \"golang-jwt\", \"product\": \"jwt\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003e= 3.2.0, \u003c 4.5.2\"}, {\"status\": \"affected\", \"version\": \"\u003e= 5.0.0-rc.1, \u003c 5.2.2\"}]}], \"references\": [{\"url\": \"https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp\", \"name\": \"https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3\", \"name\": \"https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/golang-jwt/jwt/commit/bf316c48137a1212f8d0af9288cc9ce8e59f1afb\", \"name\": \"https://github.com/golang-jwt/jwt/commit/bf316c48137a1212f8d0af9288cc9ce8e59f1afb\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"golang-jwt is a Go implementation of JSON Web Tokens. Starting in version 3.2.0 and prior to versions 5.2.2 and 4.5.2, the function parse.ParseUnverified splits (via a call to strings.Split) its argument (which is untrusted data) on periods. As a result, in the face of a malicious request whose Authorization header consists of Bearer followed by many period characters, a call to that function incurs allocations to the tune of O(n) bytes (where n stands for the length of the function\u0027s argument), with a constant factor of about 16. This issue is fixed in 5.2.2 and 4.5.2.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-405\", \"description\": \"CWE-405: Asymmetric Resource Consumption (Amplification)\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2025-04-10T13:03:19.897Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-30204\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-04-10T13:03:19.897Z\", \"dateReserved\": \"2025-03-18T18:15:13.849Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2025-03-21T21:42:01.382Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
SUSE-SU-2025:02769-1
Vulnerability from csaf_suse - Published: 2025-08-12 13:49 - Updated: 2025-08-12 13:49Summary
Security update for amber-cli
Severity
Important
Notes
Title of the patch: Security update for amber-cli
Description of the patch: This update for amber-cli fixes the following issues:
- Update to version 1.13.1+git20250329.c2e3bb8:
* CVE-2025-30204: Fixed jwt-go excessive memory
allocation during header parsing (bsc#1240511)
* jwt version upgrade (#174)
* Update policy size limit to 20k (#173)
* Update tenant user model with latest changes (#172)
* Fix/workflow (#171)
* Upgrade GO version to 1.23.6 (#170)
* Update golang jwt dependency (#169)
* Update TMS roles struct (#167)
* Update jwt dependency version (#165)
* Add changes to support JWT (#163)
* Update roles struct to be in sync with TMS (#164)
* go upgrade to 1.22.7 (#162)
* CASSINI-22266: Added permissions in ci workflow files (#153)
* Add check for missing Security.md file (#150)
* Go version upgrade to 1.22.5 (#148)
* CLI changes (#140)
* Bump github.com/hashicorp/go-retryablehttp from 0.7.4 to 0.7.7 (#147)
* Update product model to include multiple plan IDs (#146)
* Updated the help section (#145)
* Mark policy type field as not required (#144)
* Upgrade/goversion 1.22.3 (#143)
* Remove policy type and attestation type check for policy creation (#142)
* Go version upgrade 1.22.2 (#141)
* Fix error message to include the correct set of characters (#138)
* UT coverage 80.9% (#137)
* Fix push installer workflow (#136)
* 3rd party versions upgrade (#133)
* GO version upgrade to 1.22.0 (#132)
* Fix/go version 1.21.6 (#127)
* Update API key validation regex as per latest changes (#125)
* Update API key validation regex as per latest changes (#124)
* dependency version upgrade (#123)
* Update tag create model (#121)
* CASSINI-10113: Add scans in CI (#99)
* corrected minor check condition (#120)
* Add check to validate env variable before setting (#119)
* Add version-check script (#118)
* Add file path check for invalid characters (#116)
* Update compoenent version (#117)
* Update README as per suggestions (#113) (#115)
* Added HTTP scheme validation to avoid API Key leakage (#108)
* CASSINI-10987 Golang version upgrade to 1.21.4 (#114)
* Update policy model as per the latest changes (#109)
* Remove branch info from on schedule (#106)
* Add BDBA scan to CI (#104)
* Update CLI URL (#105)
* updated licenses (#102)
* Updated version of all components to v1.0.0 for GA (#100)
* Validate the email id input before requesting list of users (#98)
* Remove redundant print statements (#97)
* Request ID and trace ID should be visible on the console for errors as well (#96)
* Update sample policy as per token profile update changes (#95)
* Update CLI name from tenantclt to inteltrustauthority (#93)
* Update the headers for request and trace id (#94)
* cassini-9466-Go version update to 1.20.6 (#91)
* Add retry logic to client in tenant CLI (#92)
* Add request-id optional parameter for each command (#90)
- Override build date with SOURCE_DATE_EPOCH (bsc#1047218)
Patchnames: SUSE-2025-2769,SUSE-SLE-Module-Server-Applications-15-SP6-2025-2769,SUSE-SLE-Module-Server-Applications-15-SP7-2025-2769,openSUSE-SLE-15.6-2025-2769
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.5 (High)
Affected products
Recommended
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
10 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 amber-cli",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for amber-cli fixes the following issues:\n\n- Update to version 1.13.1+git20250329.c2e3bb8:\n * CVE-2025-30204: Fixed jwt-go excessive memory \n allocation during header parsing (bsc#1240511)\n * jwt version upgrade (#174)\n * Update policy size limit to 20k (#173)\n * Update tenant user model with latest changes (#172)\n * Fix/workflow (#171)\n * Upgrade GO version to 1.23.6 (#170)\n * Update golang jwt dependency (#169)\n * Update TMS roles struct (#167)\n * Update jwt dependency version (#165)\n * Add changes to support JWT (#163)\n * Update roles struct to be in sync with TMS (#164)\n * go upgrade to 1.22.7 (#162)\n * CASSINI-22266: Added permissions in ci workflow files (#153)\n * Add check for missing Security.md file (#150)\n * Go version upgrade to 1.22.5 (#148)\n * CLI changes (#140)\n * Bump github.com/hashicorp/go-retryablehttp from 0.7.4 to 0.7.7 (#147)\n * Update product model to include multiple plan IDs (#146)\n * Updated the help section (#145)\n * Mark policy type field as not required (#144)\n * Upgrade/goversion 1.22.3 (#143)\n * Remove policy type and attestation type check for policy creation (#142)\n * Go version upgrade 1.22.2 (#141)\n * Fix error message to include the correct set of characters (#138)\n * UT coverage 80.9% (#137)\n * Fix push installer workflow (#136)\n * 3rd party versions upgrade (#133)\n * GO version upgrade to 1.22.0 (#132)\n * Fix/go version 1.21.6 (#127)\n * Update API key validation regex as per latest changes (#125)\n * Update API key validation regex as per latest changes (#124)\n * dependency version upgrade (#123)\n * Update tag create model (#121)\n * CASSINI-10113: Add scans in CI (#99)\n * corrected minor check condition (#120)\n * Add check to validate env variable before setting (#119)\n * Add version-check script (#118)\n * Add file path check for invalid characters (#116)\n * Update compoenent version (#117)\n * Update README as per suggestions (#113) (#115)\n * Added HTTP scheme validation to avoid API Key leakage (#108)\n * CASSINI-10987 Golang version upgrade to 1.21.4 (#114)\n * Update policy model as per the latest changes (#109)\n * Remove branch info from on schedule (#106)\n * Add BDBA scan to CI (#104)\n * Update CLI URL (#105)\n * updated licenses (#102)\n * Updated version of all components to v1.0.0 for GA (#100)\n * Validate the email id input before requesting list of users (#98)\n * Remove redundant print statements (#97)\n * Request ID and trace ID should be visible on the console for errors as well (#96)\n * Update sample policy as per token profile update changes (#95)\n * Update CLI name from tenantclt to inteltrustauthority (#93)\n * Update the headers for request and trace id (#94)\n * cassini-9466-Go version update to 1.20.6 (#91)\n * Add retry logic to client in tenant CLI (#92)\n * Add request-id optional parameter for each command (#90)\n\n- Override build date with SOURCE_DATE_EPOCH (bsc#1047218)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-2769,SUSE-SLE-Module-Server-Applications-15-SP6-2025-2769,SUSE-SLE-Module-Server-Applications-15-SP7-2025-2769,openSUSE-SLE-15.6-2025-2769",
"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_02769-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:02769-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202502769-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:02769-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-August/041173.html"
},
{
"category": "self",
"summary": "SUSE Bug 1047218",
"url": "https://bugzilla.suse.com/1047218"
},
{
"category": "self",
"summary": "SUSE Bug 1240511",
"url": "https://bugzilla.suse.com/1240511"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-30204 page",
"url": "https://www.suse.com/security/cve/CVE-2025-30204/"
}
],
"title": "Security update for amber-cli",
"tracking": {
"current_release_date": "2025-08-12T13:49:30Z",
"generator": {
"date": "2025-08-12T13:49:30Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:02769-1",
"initial_release_date": "2025-08-12T13:49:30Z",
"revision_history": [
{
"date": "2025-08-12T13:49:30Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.aarch64",
"product": {
"name": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.aarch64",
"product_id": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.i586",
"product": {
"name": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.i586",
"product_id": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.ppc64le",
"product": {
"name": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.ppc64le",
"product_id": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.s390x",
"product": {
"name": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.s390x",
"product_id": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.x86_64",
"product": {
"name": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.x86_64",
"product_id": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-server-applications:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-server-applications:15:sp7"
}
}
},
{
"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": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.aarch64"
},
"product_reference": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.ppc64le"
},
"product_reference": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.s390x"
},
"product_reference": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.x86_64"
},
"product_reference": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.aarch64"
},
"product_reference": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.ppc64le"
},
"product_reference": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.s390x"
},
"product_reference": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.x86_64"
},
"product_reference": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.aarch64"
},
"product_reference": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.ppc64le"
},
"product_reference": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.s390x"
},
"product_reference": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.x86_64"
},
"product_reference": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-30204",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-30204"
}
],
"notes": [
{
"category": "general",
"text": "golang-jwt is a Go implementation of JSON Web Tokens. Starting in version 3.2.0 and prior to versions 5.2.2 and 4.5.2, the function parse.ParseUnverified splits (via a call to strings.Split) its argument (which is untrusted data) on periods. As a result, in the face of a malicious request whose Authorization header consists of Bearer followed by many period characters, a call to that function incurs allocations to the tune of O(n) bytes (where n stands for the length of the function\u0027s argument), with a constant factor of about 16. This issue is fixed in 5.2.2 and 4.5.2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Server Applications 15 SP6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.s390x",
"openSUSE Leap 15.6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-30204",
"url": "https://www.suse.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "SUSE Bug 1240441 for CVE-2025-30204",
"url": "https://bugzilla.suse.com/1240441"
},
{
"category": "external",
"summary": "SUSE Bug 1240442 for CVE-2025-30204",
"url": "https://bugzilla.suse.com/1240442"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Server Applications 15 SP6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.s390x",
"openSUSE Leap 15.6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.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 Module for Server Applications 15 SP6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.s390x",
"openSUSE Leap 15.6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-12T13:49:30Z",
"details": "important"
}
],
"title": "CVE-2025-30204"
}
]
}
SUSE-SU-2025:1285-1
Vulnerability from csaf_suse - Published: 2025-04-15 16:24 - Updated: 2025-04-15 16:24Summary
Security update for etcd
Severity
Important
Notes
Title of the patch: Security update for etcd
Description of the patch: This update for etcd fixes the following issues:
- Update to version 3.5.21:
- CVE-2025-30204: Fixed a bug that could allow excessive memory allocation during header parsing in jwt-go. (bsc#1240515)
Patchnames: SUSE-2025-1285,openSUSE-SLE-15.6-2025-1285
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.5 (High)
Affected products
Recommended
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.6:etcd-3.5.21-150000.7.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcd-3.5.21-150000.7.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcd-3.5.21-150000.7.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcd-3.5.21-150000.7.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcdctl-3.5.21-150000.7.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcdctl-3.5.21-150000.7.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcdctl-3.5.21-150000.7.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcdctl-3.5.21-150000.7.12.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
9 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for etcd",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for etcd fixes the following issues:\n\n- Update to version 3.5.21:\n- CVE-2025-30204: Fixed a bug that could allow excessive memory allocation during header parsing in jwt-go. (bsc#1240515)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-1285,openSUSE-SLE-15.6-2025-1285",
"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_1285-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:1285-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251285-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:1285-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-April/039010.html"
},
{
"category": "self",
"summary": "SUSE Bug 1240515",
"url": "https://bugzilla.suse.com/1240515"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-30204 page",
"url": "https://www.suse.com/security/cve/CVE-2025-30204/"
}
],
"title": "Security update for etcd",
"tracking": {
"current_release_date": "2025-04-15T16:24:41Z",
"generator": {
"date": "2025-04-15T16:24:41Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:1285-1",
"initial_release_date": "2025-04-15T16:24:41Z",
"revision_history": [
{
"date": "2025-04-15T16:24:41Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "etcd-3.5.21-150000.7.12.1.aarch64",
"product": {
"name": "etcd-3.5.21-150000.7.12.1.aarch64",
"product_id": "etcd-3.5.21-150000.7.12.1.aarch64"
}
},
{
"category": "product_version",
"name": "etcdctl-3.5.21-150000.7.12.1.aarch64",
"product": {
"name": "etcdctl-3.5.21-150000.7.12.1.aarch64",
"product_id": "etcdctl-3.5.21-150000.7.12.1.aarch64"
}
},
{
"category": "product_version",
"name": "etcdutl-3.5.21-150000.7.12.1.aarch64",
"product": {
"name": "etcdutl-3.5.21-150000.7.12.1.aarch64",
"product_id": "etcdutl-3.5.21-150000.7.12.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "etcd-3.5.21-150000.7.12.1.ppc64le",
"product": {
"name": "etcd-3.5.21-150000.7.12.1.ppc64le",
"product_id": "etcd-3.5.21-150000.7.12.1.ppc64le"
}
},
{
"category": "product_version",
"name": "etcdctl-3.5.21-150000.7.12.1.ppc64le",
"product": {
"name": "etcdctl-3.5.21-150000.7.12.1.ppc64le",
"product_id": "etcdctl-3.5.21-150000.7.12.1.ppc64le"
}
},
{
"category": "product_version",
"name": "etcdutl-3.5.21-150000.7.12.1.ppc64le",
"product": {
"name": "etcdutl-3.5.21-150000.7.12.1.ppc64le",
"product_id": "etcdutl-3.5.21-150000.7.12.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "etcd-3.5.21-150000.7.12.1.s390x",
"product": {
"name": "etcd-3.5.21-150000.7.12.1.s390x",
"product_id": "etcd-3.5.21-150000.7.12.1.s390x"
}
},
{
"category": "product_version",
"name": "etcdctl-3.5.21-150000.7.12.1.s390x",
"product": {
"name": "etcdctl-3.5.21-150000.7.12.1.s390x",
"product_id": "etcdctl-3.5.21-150000.7.12.1.s390x"
}
},
{
"category": "product_version",
"name": "etcdutl-3.5.21-150000.7.12.1.s390x",
"product": {
"name": "etcdutl-3.5.21-150000.7.12.1.s390x",
"product_id": "etcdutl-3.5.21-150000.7.12.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "etcd-3.5.21-150000.7.12.1.x86_64",
"product": {
"name": "etcd-3.5.21-150000.7.12.1.x86_64",
"product_id": "etcd-3.5.21-150000.7.12.1.x86_64"
}
},
{
"category": "product_version",
"name": "etcdctl-3.5.21-150000.7.12.1.x86_64",
"product": {
"name": "etcdctl-3.5.21-150000.7.12.1.x86_64",
"product_id": "etcdctl-3.5.21-150000.7.12.1.x86_64"
}
},
{
"category": "product_version",
"name": "etcdutl-3.5.21-150000.7.12.1.x86_64",
"product": {
"name": "etcdutl-3.5.21-150000.7.12.1.x86_64",
"product_id": "etcdutl-3.5.21-150000.7.12.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-3.5.21-150000.7.12.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:etcd-3.5.21-150000.7.12.1.aarch64"
},
"product_reference": "etcd-3.5.21-150000.7.12.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-3.5.21-150000.7.12.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:etcd-3.5.21-150000.7.12.1.ppc64le"
},
"product_reference": "etcd-3.5.21-150000.7.12.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-3.5.21-150000.7.12.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:etcd-3.5.21-150000.7.12.1.s390x"
},
"product_reference": "etcd-3.5.21-150000.7.12.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-3.5.21-150000.7.12.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:etcd-3.5.21-150000.7.12.1.x86_64"
},
"product_reference": "etcd-3.5.21-150000.7.12.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcdctl-3.5.21-150000.7.12.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:etcdctl-3.5.21-150000.7.12.1.aarch64"
},
"product_reference": "etcdctl-3.5.21-150000.7.12.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcdctl-3.5.21-150000.7.12.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:etcdctl-3.5.21-150000.7.12.1.ppc64le"
},
"product_reference": "etcdctl-3.5.21-150000.7.12.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcdctl-3.5.21-150000.7.12.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:etcdctl-3.5.21-150000.7.12.1.s390x"
},
"product_reference": "etcdctl-3.5.21-150000.7.12.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcdctl-3.5.21-150000.7.12.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:etcdctl-3.5.21-150000.7.12.1.x86_64"
},
"product_reference": "etcdctl-3.5.21-150000.7.12.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-30204",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-30204"
}
],
"notes": [
{
"category": "general",
"text": "golang-jwt is a Go implementation of JSON Web Tokens. Starting in version 3.2.0 and prior to versions 5.2.2 and 4.5.2, the function parse.ParseUnverified splits (via a call to strings.Split) its argument (which is untrusted data) on periods. As a result, in the face of a malicious request whose Authorization header consists of Bearer followed by many period characters, a call to that function incurs allocations to the tune of O(n) bytes (where n stands for the length of the function\u0027s argument), with a constant factor of about 16. This issue is fixed in 5.2.2 and 4.5.2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.6:etcd-3.5.21-150000.7.12.1.aarch64",
"openSUSE Leap 15.6:etcd-3.5.21-150000.7.12.1.ppc64le",
"openSUSE Leap 15.6:etcd-3.5.21-150000.7.12.1.s390x",
"openSUSE Leap 15.6:etcd-3.5.21-150000.7.12.1.x86_64",
"openSUSE Leap 15.6:etcdctl-3.5.21-150000.7.12.1.aarch64",
"openSUSE Leap 15.6:etcdctl-3.5.21-150000.7.12.1.ppc64le",
"openSUSE Leap 15.6:etcdctl-3.5.21-150000.7.12.1.s390x",
"openSUSE Leap 15.6:etcdctl-3.5.21-150000.7.12.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-30204",
"url": "https://www.suse.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "SUSE Bug 1240441 for CVE-2025-30204",
"url": "https://bugzilla.suse.com/1240441"
},
{
"category": "external",
"summary": "SUSE Bug 1240442 for CVE-2025-30204",
"url": "https://bugzilla.suse.com/1240442"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.6:etcd-3.5.21-150000.7.12.1.aarch64",
"openSUSE Leap 15.6:etcd-3.5.21-150000.7.12.1.ppc64le",
"openSUSE Leap 15.6:etcd-3.5.21-150000.7.12.1.s390x",
"openSUSE Leap 15.6:etcd-3.5.21-150000.7.12.1.x86_64",
"openSUSE Leap 15.6:etcdctl-3.5.21-150000.7.12.1.aarch64",
"openSUSE Leap 15.6:etcdctl-3.5.21-150000.7.12.1.ppc64le",
"openSUSE Leap 15.6:etcdctl-3.5.21-150000.7.12.1.s390x",
"openSUSE Leap 15.6:etcdctl-3.5.21-150000.7.12.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.6:etcd-3.5.21-150000.7.12.1.aarch64",
"openSUSE Leap 15.6:etcd-3.5.21-150000.7.12.1.ppc64le",
"openSUSE Leap 15.6:etcd-3.5.21-150000.7.12.1.s390x",
"openSUSE Leap 15.6:etcd-3.5.21-150000.7.12.1.x86_64",
"openSUSE Leap 15.6:etcdctl-3.5.21-150000.7.12.1.aarch64",
"openSUSE Leap 15.6:etcdctl-3.5.21-150000.7.12.1.ppc64le",
"openSUSE Leap 15.6:etcdctl-3.5.21-150000.7.12.1.s390x",
"openSUSE Leap 15.6:etcdctl-3.5.21-150000.7.12.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-15T16:24:41Z",
"details": "important"
}
],
"title": "CVE-2025-30204"
}
]
}
SUSE-SU-2025:1332-1
Vulnerability from csaf_suse - Published: 2025-04-17 01:37 - Updated: 2025-04-17 01:37Summary
Security update for rekor
Severity
Important
Notes
Title of the patch: Security update for rekor
Description of the patch: This update for rekor fixes the following issues:
- CVE-2023-45288: rekor: golang.org/x/net/http2: Fixed close connections when receiving too many headers (bsc#1236519)
- CVE-2024-6104: rekor: hashicorp/go-retryablehttp: Fixed sensitive information disclosure inside log file (bsc#1227053)
- CVE-2025-22868: rekor: golang.org/x/oauth2/jws: Fixed unexpected memory consumption during token parsing (bsc#1239191)
- CVE-2025-22869: rekor: golang.org/x/crypto/ssh: Fixed denial of service in the Key Exchange (bsc#1239327)
- CVE-2025-27144: rekor: gopkg.in/go-jose/go-jose.v2,github.com/go-jose/go-jose/v4,github.com/go-jose/go-jose/v3: Fixed denial of service in Go JOSE's parsing (bsc#1237638)
- CVE-2025-30204: rekor: github.com/golang-jwt/jwt/v5: Fixed jwt-go allowing excessive memory allocation during header parsing (bsc#1240468)
Other fixes:
- Update to version 1.3.10:
* Features
- Added --client-signing-algorithms flag (#1974)
* Fixes / Misc
- emit unpopulated values when marshalling (#2438)
- pkg/api: better logs when algorithm registry rejects a key
(#2429)
- chore: improve mysql readiness checks (#2397)
- Added --client-signing-algorithms flag (#1974)
- Update to version 1.3.9 (jsc#SLE-23476):
* Cache checkpoint for inactive shards (#2332)
* Support per-shard signing keys (#2330)
- Update to version 1.3.8:
* Bug Fixes
- fix zizmor issues (#2298)
- remove unneeded value in log message (#2282)
* Quality Enhancements
- chore: relax go directive to permit 1.22.x
- fetch minisign from homebrew instead of custom ppa (#2329)
- fix(ci): simplify GOVERSION extraction
- chore(deps): bump actions pins to latest
- Updates go and golangci-lint (#2302)
- update builder to use go1.23.4 (#2301)
- clean up spaces
- log request body on 500 error to aid debugging (#2283)
- Update to version 1.3.7:
* New Features
- log request body on 500 error to aid debugging (#2283)
- Add support for signing with Tink keyset (#2228)
- Add public key hash check in Signed Note verification (#2214)
- update Trillian TLS configuration (#2202)
- Add TLS support for Trillian server (#2164)
- Replace docker-compose with plugin if available (#2153)
- Add flags to backfill script (#2146)
- Unset DisableKeepalive for backfill HTTP client (#2137)
- Add script to delete indexes from Redis (#2120)
- Run CREATE statement in backfill script (#2109)
- Add MySQL support to backfill script (#2081)
- Run e2e tests on mysql and redis index backends (#2079)
* Bug Fixes
- remove unneeded value in log message (#2282)
- Add error message when computing consistency proof (#2278)
- fix validation error handling on API (#2217)
- fix error in pretty-printed inclusion proof from verify
subcommand (#2210)
- Fix index scripts (#2203)
- fix failing sharding test
- Better error handling in backfill script (#2148)
- Batch entries in cleanup script (#2158)
- Add missing workflow for index cleanup test (#2121)
- hashedrekord: fix schema $id (#2092)
Patchnames: SUSE-2025-1332,SUSE-SLE-Module-Basesystem-15-SP6-2025-1332,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-1332,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-1332,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-1332,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-1332,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-1332,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-1332,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-1332,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-1332,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2025-1332,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2025-1332,openSUSE-SLE-15.6-2025-1332
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
5.3 (Medium)
Affected products
Recommended
32 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.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:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.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:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.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:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.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:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.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:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.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 rekor",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for rekor fixes the following issues:\n\n- CVE-2023-45288: rekor: golang.org/x/net/http2: Fixed close connections when receiving too many headers (bsc#1236519)\n- CVE-2024-6104: rekor: hashicorp/go-retryablehttp: Fixed sensitive information disclosure inside log file (bsc#1227053)\n- CVE-2025-22868: rekor: golang.org/x/oauth2/jws: Fixed unexpected memory consumption during token parsing (bsc#1239191)\n- CVE-2025-22869: rekor: golang.org/x/crypto/ssh: Fixed denial of service in the Key Exchange (bsc#1239327)\n- CVE-2025-27144: rekor: gopkg.in/go-jose/go-jose.v2,github.com/go-jose/go-jose/v4,github.com/go-jose/go-jose/v3: Fixed denial of service in Go JOSE\u0027s parsing (bsc#1237638)\n- CVE-2025-30204: rekor: github.com/golang-jwt/jwt/v5: Fixed jwt-go allowing excessive memory allocation during header parsing (bsc#1240468)\n\nOther fixes:\n\n- Update to version 1.3.10:\n * Features\n - Added --client-signing-algorithms flag (#1974)\n * Fixes / Misc\n - emit unpopulated values when marshalling (#2438)\n - pkg/api: better logs when algorithm registry rejects a key\n (#2429)\n - chore: improve mysql readiness checks (#2397)\n - Added --client-signing-algorithms flag (#1974)\n\n- Update to version 1.3.9 (jsc#SLE-23476):\n * Cache checkpoint for inactive shards (#2332)\n * Support per-shard signing keys (#2330)\n\n- Update to version 1.3.8:\n * Bug Fixes\n - fix zizmor issues (#2298)\n - remove unneeded value in log message (#2282)\n * Quality Enhancements\n - chore: relax go directive to permit 1.22.x\n - fetch minisign from homebrew instead of custom ppa (#2329)\n - fix(ci): simplify GOVERSION extraction\n - chore(deps): bump actions pins to latest\n - Updates go and golangci-lint (#2302)\n - update builder to use go1.23.4 (#2301)\n - clean up spaces\n - log request body on 500 error to aid debugging (#2283)\n\n- Update to version 1.3.7:\n * New Features\n - log request body on 500 error to aid debugging (#2283)\n - Add support for signing with Tink keyset (#2228)\n - Add public key hash check in Signed Note verification (#2214)\n - update Trillian TLS configuration (#2202)\n - Add TLS support for Trillian server (#2164)\n - Replace docker-compose with plugin if available (#2153)\n - Add flags to backfill script (#2146)\n - Unset DisableKeepalive for backfill HTTP client (#2137)\n - Add script to delete indexes from Redis (#2120)\n - Run CREATE statement in backfill script (#2109)\n - Add MySQL support to backfill script (#2081)\n - Run e2e tests on mysql and redis index backends (#2079)\n * Bug Fixes\n - remove unneeded value in log message (#2282)\n - Add error message when computing consistency proof (#2278)\n - fix validation error handling on API (#2217)\n - fix error in pretty-printed inclusion proof from verify\n subcommand (#2210)\n - Fix index scripts (#2203)\n - fix failing sharding test\n - Better error handling in backfill script (#2148)\n - Batch entries in cleanup script (#2158)\n - Add missing workflow for index cleanup test (#2121)\n - hashedrekord: fix schema $id (#2092)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-1332,SUSE-SLE-Module-Basesystem-15-SP6-2025-1332,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-1332,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-1332,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-1332,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-1332,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-1332,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-1332,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-1332,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-1332,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2025-1332,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2025-1332,openSUSE-SLE-15.6-2025-1332",
"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_1332-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:1332-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251332-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:1332-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-April/039053.html"
},
{
"category": "self",
"summary": "SUSE Bug 1227053",
"url": "https://bugzilla.suse.com/1227053"
},
{
"category": "self",
"summary": "SUSE Bug 1236519",
"url": "https://bugzilla.suse.com/1236519"
},
{
"category": "self",
"summary": "SUSE Bug 1237638",
"url": "https://bugzilla.suse.com/1237638"
},
{
"category": "self",
"summary": "SUSE Bug 1239191",
"url": "https://bugzilla.suse.com/1239191"
},
{
"category": "self",
"summary": "SUSE Bug 1239327",
"url": "https://bugzilla.suse.com/1239327"
},
{
"category": "self",
"summary": "SUSE Bug 1240468",
"url": "https://bugzilla.suse.com/1240468"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-45288 page",
"url": "https://www.suse.com/security/cve/CVE-2023-45288/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-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-27144 page",
"url": "https://www.suse.com/security/cve/CVE-2025-27144/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-30204 page",
"url": "https://www.suse.com/security/cve/CVE-2025-30204/"
}
],
"title": "Security update for rekor",
"tracking": {
"current_release_date": "2025-04-17T01:37:13Z",
"generator": {
"date": "2025-04-17T01:37:13Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:1332-1",
"initial_release_date": "2025-04-17T01:37:13Z",
"revision_history": [
{
"date": "2025-04-17T01:37:13Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "rekor-1.3.10-150400.4.25.1.aarch64",
"product": {
"name": "rekor-1.3.10-150400.4.25.1.aarch64",
"product_id": "rekor-1.3.10-150400.4.25.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "rekor-1.3.10-150400.4.25.1.i586",
"product": {
"name": "rekor-1.3.10-150400.4.25.1.i586",
"product_id": "rekor-1.3.10-150400.4.25.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "rekor-1.3.10-150400.4.25.1.ppc64le",
"product": {
"name": "rekor-1.3.10-150400.4.25.1.ppc64le",
"product_id": "rekor-1.3.10-150400.4.25.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "rekor-1.3.10-150400.4.25.1.s390x",
"product": {
"name": "rekor-1.3.10-150400.4.25.1.s390x",
"product_id": "rekor-1.3.10-150400.4.25.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rekor-1.3.10-150400.4.25.1.x86_64",
"product": {
"name": "rekor-1.3.10-150400.4.25.1.x86_64",
"product_id": "rekor-1.3.10-150400.4.25.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": "rekor-1.3.10-150400.4.25.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.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:rekor-1.3.10-150400.4.25.1.aarch64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.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:rekor-1.3.10-150400.4.25.1.x86_64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.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:rekor-1.3.10-150400.4.25.1.aarch64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.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:rekor-1.3.10-150400.4.25.1.x86_64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.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:rekor-1.3.10-150400.4.25.1.aarch64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.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:rekor-1.3.10-150400.4.25.1.x86_64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.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:rekor-1.3.10-150400.4.25.1.aarch64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.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:rekor-1.3.10-150400.4.25.1.x86_64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.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:rekor-1.3.10-150400.4.25.1.ppc64le"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.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:rekor-1.3.10-150400.4.25.1.x86_64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.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:rekor-1.3.10-150400.4.25.1.ppc64le"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.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:rekor-1.3.10-150400.4.25.1.x86_64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.x86_64 as component of SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.x86_64 as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-45288",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-45288"
}
],
"notes": [
{
"category": "general",
"text": "An attacker may cause an HTTP/2 endpoint to read arbitrary amounts of header data by sending an excessive number of CONTINUATION frames. Maintaining HPACK state requires parsing and processing all HEADERS and CONTINUATION frames on a connection. When a request\u0027s headers exceed MaxHeaderBytes, no memory is allocated to store the excess headers, but they are still parsed. This permits an attacker to cause an HTTP/2 endpoint to read arbitrary amounts of header data, all associated with a request which is going to be rejected. These headers can include Huffman-encoded data which is significantly more expensive for the receiver to decode than for an attacker to send. The fix sets a limit on the amount of excess header frames we will process before closing a connection.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-45288",
"url": "https://www.suse.com/security/cve/CVE-2023-45288"
},
{
"category": "external",
"summary": "SUSE Bug 1221400 for CVE-2023-45288",
"url": "https://bugzilla.suse.com/1221400"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-17T01:37:13Z",
"details": "moderate"
}
],
"title": "CVE-2023-45288"
},
{
"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:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.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:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.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:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-17T01:37:13Z",
"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:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.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:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.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:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-17T01:37:13Z",
"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:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.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:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.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:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-17T01:37:13Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"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:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.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:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.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:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-17T01:37:13Z",
"details": "important"
}
],
"title": "CVE-2025-27144"
},
{
"cve": "CVE-2025-30204",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-30204"
}
],
"notes": [
{
"category": "general",
"text": "golang-jwt is a Go implementation of JSON Web Tokens. Starting in version 3.2.0 and prior to versions 5.2.2 and 4.5.2, the function parse.ParseUnverified splits (via a call to strings.Split) its argument (which is untrusted data) on periods. As a result, in the face of a malicious request whose Authorization header consists of Bearer followed by many period characters, a call to that function incurs allocations to the tune of O(n) bytes (where n stands for the length of the function\u0027s argument), with a constant factor of about 16. This issue is fixed in 5.2.2 and 4.5.2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-30204",
"url": "https://www.suse.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "SUSE Bug 1240441 for CVE-2025-30204",
"url": "https://bugzilla.suse.com/1240441"
},
{
"category": "external",
"summary": "SUSE Bug 1240442 for CVE-2025-30204",
"url": "https://bugzilla.suse.com/1240442"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.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:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-17T01:37:13Z",
"details": "important"
}
],
"title": "CVE-2025-30204"
}
]
}
SUSE-SU-2026:0592-1
Vulnerability from csaf_suse - Published: 2026-02-20 14:27 - Updated: 2026-02-20 14:27Summary
Security update for vexctl
Severity
Important
Notes
Title of the patch: Security update for vexctl
Description of the patch: This update for vexctl fixes the following issues:
- Update to version 0.4.1+git78.f951e3a:
- CVE-2025-22868: Unexpected memory consumption during token parsing in golang.org/x/oauth2. (bsc#1239186)
- CVE-2024-45337: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto. (bsc#1234486)
- CVE-2025-27144: Go JOSE's Parsing Vulnerable to Denial of Service. (bsc#1237611)
- CVE-2025-22870: proxy bypass using IPv6 zone IDs. (bsc#1238683)
- CVE-2025-22869: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh. (bsc#1239323)
- CVE-2025-30204: jwt-go allows excessive memory allocation during header parsing. (bsc#1240444)
- CVE-2025-58181: invalidated number of mechanisms can cause unbounded memory consumption. (bsc#1253802)
- CVE-2026-22772: MetaIssuer URL validation bypass can trigger SSRF to arbitrary internal services. (bsc#1256535)
- CVE-2026-24137: legacy TUF client allows for arbitrary file writes with target cache path traversal. (bsc#1257138)
Patchnames: SUSE-2026-592,openSUSE-SLE-15.6-2026-592
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
8.1 (High)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
4.4 (Medium)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.5 (High)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
5.3 (Medium)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.8 (Medium)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.3 (Medium)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
44 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 vexctl",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for vexctl fixes the following issues:\n\n- Update to version 0.4.1+git78.f951e3a:\n- CVE-2025-22868: Unexpected memory consumption during token parsing in golang.org/x/oauth2. (bsc#1239186)\n- CVE-2024-45337: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto. (bsc#1234486)\n- CVE-2025-27144: Go JOSE\u0027s Parsing Vulnerable to Denial of Service. (bsc#1237611)\n- CVE-2025-22870: proxy bypass using IPv6 zone IDs. (bsc#1238683)\n- CVE-2025-22869: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh. (bsc#1239323)\n- CVE-2025-30204: jwt-go allows excessive memory allocation during header parsing. (bsc#1240444)\n- CVE-2025-58181: invalidated number of mechanisms can cause unbounded memory consumption. (bsc#1253802)\n- CVE-2026-22772: MetaIssuer URL validation bypass can trigger SSRF to arbitrary internal services. (bsc#1256535)\n- CVE-2026-24137: legacy TUF client allows for arbitrary file writes with target cache path traversal. (bsc#1257138)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-592,openSUSE-SLE-15.6-2026-592",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_0592-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:0592-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20260592-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:0592-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024365.html"
},
{
"category": "self",
"summary": "SUSE Bug 1234486",
"url": "https://bugzilla.suse.com/1234486"
},
{
"category": "self",
"summary": "SUSE Bug 1237611",
"url": "https://bugzilla.suse.com/1237611"
},
{
"category": "self",
"summary": "SUSE Bug 1238683",
"url": "https://bugzilla.suse.com/1238683"
},
{
"category": "self",
"summary": "SUSE Bug 1239186",
"url": "https://bugzilla.suse.com/1239186"
},
{
"category": "self",
"summary": "SUSE Bug 1239323",
"url": "https://bugzilla.suse.com/1239323"
},
{
"category": "self",
"summary": "SUSE Bug 1240444",
"url": "https://bugzilla.suse.com/1240444"
},
{
"category": "self",
"summary": "SUSE Bug 1253802",
"url": "https://bugzilla.suse.com/1253802"
},
{
"category": "self",
"summary": "SUSE Bug 1256535",
"url": "https://bugzilla.suse.com/1256535"
},
{
"category": "self",
"summary": "SUSE Bug 1257138",
"url": "https://bugzilla.suse.com/1257138"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-45337 page",
"url": "https://www.suse.com/security/cve/CVE-2024-45337/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22868 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22868/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22870 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22870/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-27144 page",
"url": "https://www.suse.com/security/cve/CVE-2025-27144/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-30204 page",
"url": "https://www.suse.com/security/cve/CVE-2025-30204/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58181 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58181/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-22772 page",
"url": "https://www.suse.com/security/cve/CVE-2026-22772/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-24137 page",
"url": "https://www.suse.com/security/cve/CVE-2026-24137/"
}
],
"title": "Security update for vexctl",
"tracking": {
"current_release_date": "2026-02-20T14:27:24Z",
"generator": {
"date": "2026-02-20T14:27:24Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:0592-1",
"initial_release_date": "2026-02-20T14:27:24Z",
"revision_history": [
{
"date": "2026-02-20T14:27:24Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"product": {
"name": "vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"product_id": "vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "vexctl-0.4.1+git78.f951e3a-150000.1.11.1.i586",
"product": {
"name": "vexctl-0.4.1+git78.f951e3a-150000.1.11.1.i586",
"product_id": "vexctl-0.4.1+git78.f951e3a-150000.1.11.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"product": {
"name": "vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"product_id": "vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"product": {
"name": "vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"product_id": "vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64",
"product": {
"name": "vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64",
"product_id": "vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"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": "vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64"
},
"product_reference": "vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le"
},
"product_reference": "vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x"
},
"product_reference": "vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
},
"product_reference": "vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45337",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-45337"
}
],
"notes": [
{
"category": "general",
"text": "Applications and libraries which misuse connection.serverAuthenticate (via callback field ServerConfig.PublicKeyCallback) may be susceptible to an authorization bypass. The documentation for ServerConfig.PublicKeyCallback says that \"A call to this function does not guarantee that the key offered is in fact used to authenticate.\" Specifically, the SSH protocol allows clients to inquire about whether a public key is acceptable before proving control of the corresponding private key. PublicKeyCallback may be called with multiple keys, and the order in which the keys were provided cannot be used to infer which key the client successfully authenticated with, if any. Some applications, which store the key(s) passed to PublicKeyCallback (or derived information) and make security relevant determinations based on it once the connection is established, may make incorrect assumptions. For example, an attacker may send public keys A and B, and then authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B for which the attacker does not actually control the private key. Since this API is widely misused, as a partial mitigation golang.org/x/cry...@v0.31.0 enforces the property that, when successfully authenticating via public key, the last key passed to ServerConfig.PublicKeyCallback will be the key used to authenticate the connection. PublicKeyCallback will now be called multiple times with the same key, if necessary. Note that the client may still not control the last key passed to PublicKeyCallback if the connection is then authenticated with a different method, such as PasswordCallback, KeyboardInteractiveCallback, or NoClientAuth. Users should be using the Extensions field of the Permissions return value from the various authentication callbacks to record data associated with the authentication attempt instead of referencing external state. Once the connection is established the state corresponding to the successful authentication attempt can be retrieved via the ServerConn.Permissions field. Note that some third-party libraries misuse the Permissions type by sharing it across authentication attempts; users of third-party libraries should refer to the relevant projects for guidance.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-45337",
"url": "https://www.suse.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "SUSE Bug 1234482 for CVE-2024-45337",
"url": "https://bugzilla.suse.com/1234482"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-20T14:27:24Z",
"details": "important"
}
],
"title": "CVE-2024-45337"
},
{
"cve": "CVE-2025-22868",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22868"
}
],
"notes": [
{
"category": "general",
"text": "An attacker can pass a malicious malformed token which causes unexpected memory to be consumed during parsing.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22868",
"url": "https://www.suse.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "SUSE Bug 1239185 for CVE-2025-22868",
"url": "https://bugzilla.suse.com/1239185"
},
{
"category": "external",
"summary": "SUSE Bug 1239186 for CVE-2025-22868",
"url": "https://bugzilla.suse.com/1239186"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-20T14:27:24Z",
"details": "important"
}
],
"title": "CVE-2025-22868"
},
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-20T14:27:24Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-22870",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22870"
}
],
"notes": [
{
"category": "general",
"text": "Matching of hosts against proxy patterns can improperly treat an IPv6 zone ID as a hostname component. For example, when the NO_PROXY environment variable is set to \"*.example.com\", a request to \"[::1%25.example.com]:80` will incorrectly match and not be proxied.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22870",
"url": "https://www.suse.com/security/cve/CVE-2025-22870"
},
{
"category": "external",
"summary": "SUSE Bug 1238572 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238572"
},
{
"category": "external",
"summary": "SUSE Bug 1238611 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238611"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-20T14:27:24Z",
"details": "moderate"
}
],
"title": "CVE-2025-22870"
},
{
"cve": "CVE-2025-27144",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-27144"
}
],
"notes": [
{
"category": "general",
"text": "Go JOSE provides an implementation of the Javascript Object Signing and Encryption set of standards in Go, including support for JSON Web Encryption (JWE), JSON Web Signature (JWS), and JSON Web Token (JWT) standards. In versions on the 4.x branch prior to version 4.0.5, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code used strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service. Version 4.0.5 fixes this issue. As a workaround, applications could pre-validate that payloads passed to Go JOSE do not contain an excessive number of `.` characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-27144",
"url": "https://www.suse.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "SUSE Bug 1237608 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237608"
},
{
"category": "external",
"summary": "SUSE Bug 1237609 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237609"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-20T14:27:24Z",
"details": "important"
}
],
"title": "CVE-2025-27144"
},
{
"cve": "CVE-2025-30204",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-30204"
}
],
"notes": [
{
"category": "general",
"text": "golang-jwt is a Go implementation of JSON Web Tokens. Starting in version 3.2.0 and prior to versions 5.2.2 and 4.5.2, the function parse.ParseUnverified splits (via a call to strings.Split) its argument (which is untrusted data) on periods. As a result, in the face of a malicious request whose Authorization header consists of Bearer followed by many period characters, a call to that function incurs allocations to the tune of O(n) bytes (where n stands for the length of the function\u0027s argument), with a constant factor of about 16. This issue is fixed in 5.2.2 and 4.5.2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-30204",
"url": "https://www.suse.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "SUSE Bug 1240441 for CVE-2025-30204",
"url": "https://bugzilla.suse.com/1240441"
},
{
"category": "external",
"summary": "SUSE Bug 1240442 for CVE-2025-30204",
"url": "https://bugzilla.suse.com/1240442"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-20T14:27:24Z",
"details": "important"
}
],
"title": "CVE-2025-30204"
},
{
"cve": "CVE-2025-58181",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58181"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers parsing GSSAPI authentication requests do not validate the number of mechanisms specified in the request, allowing an attacker to cause unbounded memory consumption.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58181",
"url": "https://www.suse.com/security/cve/CVE-2025-58181"
},
{
"category": "external",
"summary": "SUSE Bug 1253784 for CVE-2025-58181",
"url": "https://bugzilla.suse.com/1253784"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-20T14:27:24Z",
"details": "moderate"
}
],
"title": "CVE-2025-58181"
},
{
"cve": "CVE-2026-22772",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-22772"
}
],
"notes": [
{
"category": "general",
"text": "Fulcio is a certificate authority for issuing code signing certificates for an OpenID Connect (OIDC) identity. Prior to 1.8.5, Fulcio\u0027s metaRegex() function uses unanchored regex, allowing attackers to bypass MetaIssuer URL validation and trigger SSRF to arbitrary internal services. Since the SSRF only can trigger GET requests, the request cannot mutate state. The response from the GET request is not returned to the caller so data exfiltration is not possible. A malicious actor could attempt to probe an internal network through Blind SSRF. This vulnerability is fixed in 1.8.5.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-22772",
"url": "https://www.suse.com/security/cve/CVE-2026-22772"
},
{
"category": "external",
"summary": "SUSE Bug 1256532 for CVE-2026-22772",
"url": "https://bugzilla.suse.com/1256532"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-20T14:27:24Z",
"details": "moderate"
}
],
"title": "CVE-2026-22772"
},
{
"cve": "CVE-2026-24137",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-24137"
}
],
"notes": [
{
"category": "general",
"text": "sigstore framework is a common go library shared across sigstore services and clients. In versions 1.10.3 and below, the legacy TUF client (pkg/tuf/client.go) supports caching target files to disk. It constructs a filesystem path by joining a cache base directory with a target name sourced from signed target metadata; however, it does not validate that the resulting path stays within the cache base directory. A malicious TUF repository can trigger arbitrary file overwriting, limited to the permissions that the calling process has. Note that this should only affect clients that are directly using the TUF client in sigstore/sigstore or are using an older version of Cosign. Public Sigstore deployment users are unaffected, as TUF metadata is validated by a quorum of trusted collaborators. This issue has been fixed in version 1.10.4. As a workaround, users can disable disk caching for the legacy client by setting SIGSTORE_NO_CACHE=true in the environment, migrate to https://github.com/sigstore/sigstore-go/tree/main/pkg/tuf, or upgrade to the latest sigstore/sigstore release.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-24137",
"url": "https://www.suse.com/security/cve/CVE-2026-24137"
},
{
"category": "external",
"summary": "SUSE Bug 1257137 for CVE-2026-24137",
"url": "https://bugzilla.suse.com/1257137"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-20T14:27:24Z",
"details": "moderate"
}
],
"title": "CVE-2026-24137"
}
]
}
SUSE-SU-2026:0641-1
Vulnerability from csaf_suse - Published: 2026-02-25 16:25 - Updated: 2026-02-25 16:25Summary
Security update for docker-stable
Severity
Important
Notes
Title of the patch: Security update for docker-stable
Description of the patch: This update for docker-stable fixes the following issues:
- CVE-2025-30204: Fixed a vulnerability in jwt-go which allowed excessive memory allocation during header parsing. (bsc#1240513)
Patchnames: SUSE-2026-641,SUSE-SLE-SERVER-12-SP5-LTSS-2026-641,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2026-641
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.5 (High)
Affected products
Recommended
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.29.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.29.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.29.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.29.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.29.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.29.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.29.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
References
9 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for docker-stable",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for docker-stable fixes the following issues:\n\n- CVE-2025-30204: Fixed a vulnerability in jwt-go which allowed excessive memory allocation during header parsing. (bsc#1240513)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-641,SUSE-SLE-SERVER-12-SP5-LTSS-2026-641,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2026-641",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_0641-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:0641-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20260641-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:0641-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024406.html"
},
{
"category": "self",
"summary": "SUSE Bug 1240513",
"url": "https://bugzilla.suse.com/1240513"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-30204 page",
"url": "https://www.suse.com/security/cve/CVE-2025-30204/"
}
],
"title": "Security update for docker-stable",
"tracking": {
"current_release_date": "2026-02-25T16:25:10Z",
"generator": {
"date": "2026-02-25T16:25:10Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:0641-1",
"initial_release_date": "2026-02-25T16:25:10Z",
"revision_history": [
{
"date": "2026-02-25T16:25:10Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "docker-stable-24.0.9_ce-1.29.1.aarch64",
"product": {
"name": "docker-stable-24.0.9_ce-1.29.1.aarch64",
"product_id": "docker-stable-24.0.9_ce-1.29.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-stable-24.0.9_ce-1.29.1.i586",
"product": {
"name": "docker-stable-24.0.9_ce-1.29.1.i586",
"product_id": "docker-stable-24.0.9_ce-1.29.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-stable-bash-completion-24.0.9_ce-1.29.1.noarch",
"product": {
"name": "docker-stable-bash-completion-24.0.9_ce-1.29.1.noarch",
"product_id": "docker-stable-bash-completion-24.0.9_ce-1.29.1.noarch"
}
},
{
"category": "product_version",
"name": "docker-stable-fish-completion-24.0.9_ce-1.29.1.noarch",
"product": {
"name": "docker-stable-fish-completion-24.0.9_ce-1.29.1.noarch",
"product_id": "docker-stable-fish-completion-24.0.9_ce-1.29.1.noarch"
}
},
{
"category": "product_version",
"name": "docker-stable-rootless-extras-24.0.9_ce-1.29.1.noarch",
"product": {
"name": "docker-stable-rootless-extras-24.0.9_ce-1.29.1.noarch",
"product_id": "docker-stable-rootless-extras-24.0.9_ce-1.29.1.noarch"
}
},
{
"category": "product_version",
"name": "docker-stable-zsh-completion-24.0.9_ce-1.29.1.noarch",
"product": {
"name": "docker-stable-zsh-completion-24.0.9_ce-1.29.1.noarch",
"product_id": "docker-stable-zsh-completion-24.0.9_ce-1.29.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-stable-24.0.9_ce-1.29.1.ppc64le",
"product": {
"name": "docker-stable-24.0.9_ce-1.29.1.ppc64le",
"product_id": "docker-stable-24.0.9_ce-1.29.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-stable-24.0.9_ce-1.29.1.s390x",
"product": {
"name": "docker-stable-24.0.9_ce-1.29.1.s390x",
"product_id": "docker-stable-24.0.9_ce-1.29.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-stable-24.0.9_ce-1.29.1.x86_64",
"product": {
"name": "docker-stable-24.0.9_ce-1.29.1.x86_64",
"product_id": "docker-stable-24.0.9_ce-1.29.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:12:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss-extended-security:12:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-1.29.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.29.1.aarch64"
},
"product_reference": "docker-stable-24.0.9_ce-1.29.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-1.29.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.29.1.ppc64le"
},
"product_reference": "docker-stable-24.0.9_ce-1.29.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-1.29.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.29.1.s390x"
},
"product_reference": "docker-stable-24.0.9_ce-1.29.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-1.29.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.29.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-1.29.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-1.29.1.noarch as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.29.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-1.29.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-1.29.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.29.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-1.29.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-1.29.1.noarch as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.29.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-1.29.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-30204",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-30204"
}
],
"notes": [
{
"category": "general",
"text": "golang-jwt is a Go implementation of JSON Web Tokens. Starting in version 3.2.0 and prior to versions 5.2.2 and 4.5.2, the function parse.ParseUnverified splits (via a call to strings.Split) its argument (which is untrusted data) on periods. As a result, in the face of a malicious request whose Authorization header consists of Bearer followed by many period characters, a call to that function incurs allocations to the tune of O(n) bytes (where n stands for the length of the function\u0027s argument), with a constant factor of about 16. This issue is fixed in 5.2.2 and 4.5.2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.29.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.29.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.29.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.29.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.29.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.29.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.29.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-30204",
"url": "https://www.suse.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "SUSE Bug 1240441 for CVE-2025-30204",
"url": "https://bugzilla.suse.com/1240441"
},
{
"category": "external",
"summary": "SUSE Bug 1240442 for CVE-2025-30204",
"url": "https://bugzilla.suse.com/1240442"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.29.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.29.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.29.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.29.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.29.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.29.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.29.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.29.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.29.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.29.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.29.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.29.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.29.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.29.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-25T16:25:10Z",
"details": "important"
}
],
"title": "CVE-2025-30204"
}
]
}
SUSE-SU-2026:0659-1
Vulnerability from csaf_suse - Published: 2026-02-26 15:08 - Updated: 2026-02-26 15:08Summary
Security update for docker-stable
Severity
Important
Notes
Title of the patch: Security update for docker-stable
Description of the patch: This update for docker-stable fixes the following issues:
- CVE-2025-30204: Fixed a vulnerability in jwt-go which allowed excessive memory allocation during header parsing. (bsc#1240513)
Patchnames: SUSE-2026-659,SUSE-SLE-Module-Containers-15-SP7-2026-659,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2026-659,SUSE-SLE-Product-HPC-15-SP4-LTSS-2026-659,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2026-659,SUSE-SLE-Product-HPC-15-SP5-LTSS-2026-659,SUSE-SLE-Product-SLES-15-SP4-LTSS-2026-659,SUSE-SLE-Product-SLES-15-SP5-LTSS-2026-659,SUSE-SLE-Product-SLES-15-SP6-LTSS-2026-659,SUSE-SLE-Product-SLES_SAP-15-SP4-2026-659,SUSE-SLE-Product-SLES_SAP-15-SP5-2026-659,SUSE-SLE-Product-SLES_SAP-15-SP6-2026-659,openSUSE-SLE-15.6-2026-659
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.5 (High)
Affected products
Recommended
52 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.36.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.36.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.36.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.36.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.36.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.36.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.36.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.36.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:docker-stable-zsh-completion-24.0.9_ce-150000.1.36.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.36.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.36.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:docker-stable-24.0.9_ce-150000.1.36.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.36.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.36.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.36.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.36.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.36.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.36.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.36.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
References
9 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for docker-stable",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for docker-stable fixes the following issues:\n\n- CVE-2025-30204: Fixed a vulnerability in jwt-go which allowed excessive memory allocation during header parsing. (bsc#1240513)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-659,SUSE-SLE-Module-Containers-15-SP7-2026-659,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2026-659,SUSE-SLE-Product-HPC-15-SP4-LTSS-2026-659,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2026-659,SUSE-SLE-Product-HPC-15-SP5-LTSS-2026-659,SUSE-SLE-Product-SLES-15-SP4-LTSS-2026-659,SUSE-SLE-Product-SLES-15-SP5-LTSS-2026-659,SUSE-SLE-Product-SLES-15-SP6-LTSS-2026-659,SUSE-SLE-Product-SLES_SAP-15-SP4-2026-659,SUSE-SLE-Product-SLES_SAP-15-SP5-2026-659,SUSE-SLE-Product-SLES_SAP-15-SP6-2026-659,openSUSE-SLE-15.6-2026-659",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_0659-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:0659-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20260659-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:0659-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024451.html"
},
{
"category": "self",
"summary": "SUSE Bug 1240513",
"url": "https://bugzilla.suse.com/1240513"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-30204 page",
"url": "https://www.suse.com/security/cve/CVE-2025-30204/"
}
],
"title": "Security update for docker-stable",
"tracking": {
"current_release_date": "2026-02-26T15:08:37Z",
"generator": {
"date": "2026-02-26T15:08:37Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:0659-1",
"initial_release_date": "2026-02-26T15:08:37Z",
"revision_history": [
{
"date": "2026-02-26T15:08:37Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"product": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"product_id": "docker-stable-24.0.9_ce-150000.1.36.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-stable-24.0.9_ce-150000.1.36.1.i586",
"product": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.i586",
"product_id": "docker-stable-24.0.9_ce-150000.1.36.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"product": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"product_id": "docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch"
}
},
{
"category": "product_version",
"name": "docker-stable-fish-completion-24.0.9_ce-150000.1.36.1.noarch",
"product": {
"name": "docker-stable-fish-completion-24.0.9_ce-150000.1.36.1.noarch",
"product_id": "docker-stable-fish-completion-24.0.9_ce-150000.1.36.1.noarch"
}
},
{
"category": "product_version",
"name": "docker-stable-rootless-extras-24.0.9_ce-150000.1.36.1.noarch",
"product": {
"name": "docker-stable-rootless-extras-24.0.9_ce-150000.1.36.1.noarch",
"product_id": "docker-stable-rootless-extras-24.0.9_ce-150000.1.36.1.noarch"
}
},
{
"category": "product_version",
"name": "docker-stable-zsh-completion-24.0.9_ce-150000.1.36.1.noarch",
"product": {
"name": "docker-stable-zsh-completion-24.0.9_ce-150000.1.36.1.noarch",
"product_id": "docker-stable-zsh-completion-24.0.9_ce-150000.1.36.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-stable-24.0.9_ce-150000.1.36.1.ppc64le",
"product": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.ppc64le",
"product_id": "docker-stable-24.0.9_ce-150000.1.36.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-stable-24.0.9_ce-150000.1.36.1.s390x",
"product": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.s390x",
"product_id": "docker-stable-24.0.9_ce-150000.1.36.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"product": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"product_id": "docker-stable-24.0.9_ce-150000.1.36.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Containers 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-containers:15:sp7"
}
}
},
{
"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 15 SP6-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp6"
}
}
},
{
"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 Linux Enterprise Server for SAP Applications 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp6"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.36.1.aarch64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.36.1.s390x"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.36.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-zsh-completion-24.0.9_ce-150000.1.36.1.noarch as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.36.1.noarch"
},
"product_reference": "docker-stable-zsh-completion-24.0.9_ce-150000.1.36.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.36.1.aarch64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.36.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.aarch64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.36.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:docker-stable-24.0.9_ce-150000.1.36.1.aarch64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.36.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:docker-stable-24.0.9_ce-150000.1.36.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.36.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:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.36.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:docker-stable-24.0.9_ce-150000.1.36.1.aarch64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.36.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:docker-stable-24.0.9_ce-150000.1.36.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.36.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:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.aarch64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.s390x"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.aarch64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.s390x"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.aarch64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.s390x"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-zsh-completion-24.0.9_ce-150000.1.36.1.noarch as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:docker-stable-zsh-completion-24.0.9_ce-150000.1.36.1.noarch"
},
"product_reference": "docker-stable-zsh-completion-24.0.9_ce-150000.1.36.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.36.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.36.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:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.36.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:docker-stable-24.0.9_ce-150000.1.36.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.36.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:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:docker-stable-24.0.9_ce-150000.1.36.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-zsh-completion-24.0.9_ce-150000.1.36.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.36.1.noarch"
},
"product_reference": "docker-stable-zsh-completion-24.0.9_ce-150000.1.36.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.36.1.aarch64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.36.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.36.1.s390x"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.36.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.36.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-fish-completion-24.0.9_ce-150000.1.36.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.36.1.noarch"
},
"product_reference": "docker-stable-fish-completion-24.0.9_ce-150000.1.36.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-rootless-extras-24.0.9_ce-150000.1.36.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.36.1.noarch"
},
"product_reference": "docker-stable-rootless-extras-24.0.9_ce-150000.1.36.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-zsh-completion-24.0.9_ce-150000.1.36.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.36.1.noarch"
},
"product_reference": "docker-stable-zsh-completion-24.0.9_ce-150000.1.36.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-30204",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-30204"
}
],
"notes": [
{
"category": "general",
"text": "golang-jwt is a Go implementation of JSON Web Tokens. Starting in version 3.2.0 and prior to versions 5.2.2 and 4.5.2, the function parse.ParseUnverified splits (via a call to strings.Split) its argument (which is untrusted data) on periods. As a result, in the face of a malicious request whose Authorization header consists of Bearer followed by many period characters, a call to that function incurs allocations to the tune of O(n) bytes (where n stands for the length of the function\u0027s argument), with a constant factor of about 16. This issue is fixed in 5.2.2 and 4.5.2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.36.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:docker-stable-zsh-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.36.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.36.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.36.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.36.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.36.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-30204",
"url": "https://www.suse.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "SUSE Bug 1240441 for CVE-2025-30204",
"url": "https://bugzilla.suse.com/1240441"
},
{
"category": "external",
"summary": "SUSE Bug 1240442 for CVE-2025-30204",
"url": "https://bugzilla.suse.com/1240442"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.36.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:docker-stable-zsh-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.36.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.36.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.36.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.36.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.36.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.36.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:docker-stable-zsh-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.36.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.36.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.36.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.36.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.36.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-26T15:08:37Z",
"details": "important"
}
],
"title": "CVE-2025-30204"
}
]
}
SUSE-SU-2026:0972-1
Vulnerability from csaf_suse - Published: 2026-03-23 15:21 - Updated: 2026-03-23 15:21Summary
Security update for docker-stable
Severity
Important
Notes
Title of the patch: Security update for docker-stable
Description of the patch: This update for docker-stable fixes the following issues:
- CVE-2025-58181: golang.org/x/crypto/ssh: invalidated number of mechanisms can cause unbounded memory consumption
(bsc#1253904).
Patchnames: SUSE-2026-972,SUSE-SLE-Module-Containers-15-SP7-2026-972,openSUSE-SLE-15.6-2026-972
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
6.2 (Medium)
Affected products
Recommended
14 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.39.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.39.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.39.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.39.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.39.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.39.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
5.9 (Medium)
Affected products
Recommended
14 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.39.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.39.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.39.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.39.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.39.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.39.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
9.9 (Critical)
Affected products
Recommended
14 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.39.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.39.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.39.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.39.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.39.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.39.1.noarch | — |
Vendor Fix
|
Threats
Impact
critical
7.5 (High)
Affected products
Recommended
14 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.39.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.39.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.39.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.39.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.39.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.39.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
14 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.39.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.39.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.39.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.39.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.39.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.39.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
14 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.39.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.39.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.39.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.39.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.39.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.39.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
5.3 (Medium)
Affected products
Recommended
14 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.39.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.39.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.39.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.39.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.39.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.39.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
References
28 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for docker-stable",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for docker-stable fixes the following issues:\n\n- CVE-2025-58181: golang.org/x/crypto/ssh: invalidated number of mechanisms can cause unbounded memory consumption\n (bsc#1253904).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-972,SUSE-SLE-Module-Containers-15-SP7-2026-972,openSUSE-SLE-15.6-2026-972",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_0972-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:0972-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20260972-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:0972-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-March/024810.html"
},
{
"category": "self",
"summary": "SUSE Bug 1253904",
"url": "https://bugzilla.suse.com/1253904"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-23650 page",
"url": "https://www.suse.com/security/cve/CVE-2024-23650/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-29018 page",
"url": "https://www.suse.com/security/cve/CVE-2024-29018/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-41110 page",
"url": "https://www.suse.com/security/cve/CVE-2024-41110/"
},
{
"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-30204 page",
"url": "https://www.suse.com/security/cve/CVE-2025-30204/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58181 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58181/"
}
],
"title": "Security update for docker-stable",
"tracking": {
"current_release_date": "2026-03-23T15:21:42Z",
"generator": {
"date": "2026-03-23T15:21:42Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:0972-1",
"initial_release_date": "2026-03-23T15:21:42Z",
"revision_history": [
{
"date": "2026-03-23T15:21:42Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "docker-stable-24.0.9_ce-150000.1.39.1.aarch64",
"product": {
"name": "docker-stable-24.0.9_ce-150000.1.39.1.aarch64",
"product_id": "docker-stable-24.0.9_ce-150000.1.39.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-stable-24.0.9_ce-150000.1.39.1.i586",
"product": {
"name": "docker-stable-24.0.9_ce-150000.1.39.1.i586",
"product_id": "docker-stable-24.0.9_ce-150000.1.39.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.39.1.noarch",
"product": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.39.1.noarch",
"product_id": "docker-stable-bash-completion-24.0.9_ce-150000.1.39.1.noarch"
}
},
{
"category": "product_version",
"name": "docker-stable-fish-completion-24.0.9_ce-150000.1.39.1.noarch",
"product": {
"name": "docker-stable-fish-completion-24.0.9_ce-150000.1.39.1.noarch",
"product_id": "docker-stable-fish-completion-24.0.9_ce-150000.1.39.1.noarch"
}
},
{
"category": "product_version",
"name": "docker-stable-rootless-extras-24.0.9_ce-150000.1.39.1.noarch",
"product": {
"name": "docker-stable-rootless-extras-24.0.9_ce-150000.1.39.1.noarch",
"product_id": "docker-stable-rootless-extras-24.0.9_ce-150000.1.39.1.noarch"
}
},
{
"category": "product_version",
"name": "docker-stable-zsh-completion-24.0.9_ce-150000.1.39.1.noarch",
"product": {
"name": "docker-stable-zsh-completion-24.0.9_ce-150000.1.39.1.noarch",
"product_id": "docker-stable-zsh-completion-24.0.9_ce-150000.1.39.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-stable-24.0.9_ce-150000.1.39.1.ppc64le",
"product": {
"name": "docker-stable-24.0.9_ce-150000.1.39.1.ppc64le",
"product_id": "docker-stable-24.0.9_ce-150000.1.39.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-stable-24.0.9_ce-150000.1.39.1.s390x",
"product": {
"name": "docker-stable-24.0.9_ce-150000.1.39.1.s390x",
"product_id": "docker-stable-24.0.9_ce-150000.1.39.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-stable-24.0.9_ce-150000.1.39.1.x86_64",
"product": {
"name": "docker-stable-24.0.9_ce-150000.1.39.1.x86_64",
"product_id": "docker-stable-24.0.9_ce-150000.1.39.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Containers 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-containers:15:sp7"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.39.1.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.aarch64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.39.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.39.1.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.ppc64le"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.39.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.39.1.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.s390x"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.39.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.39.1.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.39.1.noarch as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.39.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-150000.1.39.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-zsh-completion-24.0.9_ce-150000.1.39.1.noarch as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.39.1.noarch"
},
"product_reference": "docker-stable-zsh-completion-24.0.9_ce-150000.1.39.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.39.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.aarch64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.39.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.39.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.ppc64le"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.39.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.39.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.s390x"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.39.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.39.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.39.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.39.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.39.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-150000.1.39.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-fish-completion-24.0.9_ce-150000.1.39.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.39.1.noarch"
},
"product_reference": "docker-stable-fish-completion-24.0.9_ce-150000.1.39.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-rootless-extras-24.0.9_ce-150000.1.39.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.39.1.noarch"
},
"product_reference": "docker-stable-rootless-extras-24.0.9_ce-150000.1.39.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-zsh-completion-24.0.9_ce-150000.1.39.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.39.1.noarch"
},
"product_reference": "docker-stable-zsh-completion-24.0.9_ce-150000.1.39.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-23650",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-23650"
}
],
"notes": [
{
"category": "general",
"text": "BuildKit is a toolkit for converting source code to build artifacts in an efficient, expressive and repeatable manner. A malicious BuildKit client or frontend could craft a request that could lead to BuildKit daemon crashing with a panic. The issue has been fixed in v0.12.5. As a workaround, avoid using BuildKit frontends from untrusted sources.\n",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.39.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.39.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-23650",
"url": "https://www.suse.com/security/cve/CVE-2024-23650"
},
{
"category": "external",
"summary": "SUSE Bug 1219437 for CVE-2024-23650",
"url": "https://bugzilla.suse.com/1219437"
}
],
"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 Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.39.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.39.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.39.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.39.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-23T15:21:42Z",
"details": "moderate"
}
],
"title": "CVE-2024-23650"
},
{
"cve": "CVE-2024-29018",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-29018"
}
],
"notes": [
{
"category": "general",
"text": "Moby is an open source container framework that is a key component of Docker Engine, Docker Desktop, and other distributions of container tooling or runtimes. Moby\u0027s networking implementation allows for many networks, each with their own IP address range and gateway, to be defined. This feature is frequently referred to as custom networks, as each network can have a different driver, set of parameters and thus behaviors. When creating a network, the `--internal` flag is used to designate a network as _internal_. The `internal` attribute in a docker-compose.yml file may also be used to mark a network _internal_, and other API clients may specify the `internal` parameter as well.\n\nWhen containers with networking are created, they are assigned unique network interfaces and IP addresses. The host serves as a router for non-internal networks, with a gateway IP that provides SNAT/DNAT to/from container IPs.\n\nContainers on an internal network may communicate between each other, but are precluded from communicating with any networks the host has access to (LAN or WAN) as no default route is configured, and firewall rules are set up to drop all outgoing traffic. Communication with the gateway IP address (and thus appropriately configured host services) is possible, and the host may communicate with any container IP directly.\n\nIn addition to configuring the Linux kernel\u0027s various networking features to enable container networking, `dockerd` directly provides some services to container networks. Principal among these is serving as a resolver, enabling service discovery, and resolution of names from an upstream resolver.\n\nWhen a DNS request for a name that does not correspond to a container is received, the request is forwarded to the configured upstream resolver. This request is made from the container\u0027s network namespace: the level of access and routing of traffic is the same as if the request was made by the container itself.\n\nAs a consequence of this design, containers solely attached to an internal network will be unable to resolve names using the upstream resolver, as the container itself is unable to communicate with that nameserver. Only the names of containers also attached to the internal network are able to be resolved.\n\nMany systems run a local forwarding DNS resolver. As the host and any containers have separate loopback devices, a consequence of the design described above is that containers are unable to resolve names from the host\u0027s configured resolver, as they cannot reach these addresses on the host loopback device. To bridge this gap, and to allow containers to properly resolve names even when a local forwarding resolver is used on a loopback address, `dockerd` detects this scenario and instead forward DNS requests from the host namework namespace. The loopback resolver then forwards the requests to its configured upstream resolvers, as expected.\n\nBecause `dockerd` forwards DNS requests to the host loopback device, bypassing the container network namespace\u0027s normal routing semantics entirely, internal networks can unexpectedly forward DNS requests to an external nameserver. By registering a domain for which they control the authoritative nameservers, an attacker could arrange for a compromised container to exfiltrate data by encoding it in DNS queries that will eventually be answered by their nameservers.\n\nDocker Desktop is not affected, as Docker Desktop always runs an internal resolver on a RFC 1918 address.\n\nMoby releases 26.0.0, 25.0.4, and 23.0.11 are patched to prevent forwarding any DNS requests from internal networks. As a workaround, run containers intended to be solely attached to internal networks with a custom upstream address, which will force all upstream DNS queries to be resolved from the container\u0027s network namespace.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.39.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.39.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-29018",
"url": "https://www.suse.com/security/cve/CVE-2024-29018"
},
{
"category": "external",
"summary": "SUSE Bug 1234089 for CVE-2024-29018",
"url": "https://bugzilla.suse.com/1234089"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.39.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.39.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.39.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.39.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-23T15:21:42Z",
"details": "moderate"
}
],
"title": "CVE-2024-29018"
},
{
"cve": "CVE-2024-41110",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-41110"
}
],
"notes": [
{
"category": "general",
"text": "Moby is an open-source project created by Docker for software containerization. A security vulnerability has been detected in certain versions of Docker Engine, which could allow an attacker to bypass authorization plugins (AuthZ) under specific circumstances. The base likelihood of this being exploited is low.\n\nUsing a specially-crafted API request, an Engine API client could make the daemon forward the request or response to an authorization plugin without the body. In certain circumstances, the authorization plugin may allow a request which it would have otherwise denied if the body had been forwarded to it.\n\nA security issue was discovered In 2018, where an attacker could bypass AuthZ plugins using a specially crafted API request. This could lead to unauthorized actions, including privilege escalation. Although this issue was fixed in Docker Engine v18.09.1 in January 2019, the fix was not carried forward to later major versions, resulting in a regression. Anyone who depends on authorization plugins that introspect the request and/or response body to make access control decisions is potentially impacted.\n\nDocker EE v19.03.x and all versions of Mirantis Container Runtime are not vulnerable.\n\ndocker-ce v27.1.1 containes patches to fix the vulnerability. Patches have also been merged into the master, 19.03, 20.0, 23.0, 24.0, 25.0, 26.0, and 26.1 release branches. If one is unable to upgrade immediately, avoid using AuthZ plugins and/or restrict access to the Docker API to trusted parties, following the principle of least privilege.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.39.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.39.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-41110",
"url": "https://www.suse.com/security/cve/CVE-2024-41110"
},
{
"category": "external",
"summary": "SUSE Bug 1228324 for CVE-2024-41110",
"url": "https://bugzilla.suse.com/1228324"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.39.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.39.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.9,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.39.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.39.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-23T15:21:42Z",
"details": "critical"
}
],
"title": "CVE-2024-41110"
},
{
"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 Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.39.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.39.1.noarch"
]
},
"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 Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.39.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.39.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.39.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.39.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-23T15:21:42Z",
"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 Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.39.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.39.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.39.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.39.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.39.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.39.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-23T15:21:42Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-30204",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-30204"
}
],
"notes": [
{
"category": "general",
"text": "golang-jwt is a Go implementation of JSON Web Tokens. Starting in version 3.2.0 and prior to versions 5.2.2 and 4.5.2, the function parse.ParseUnverified splits (via a call to strings.Split) its argument (which is untrusted data) on periods. As a result, in the face of a malicious request whose Authorization header consists of Bearer followed by many period characters, a call to that function incurs allocations to the tune of O(n) bytes (where n stands for the length of the function\u0027s argument), with a constant factor of about 16. This issue is fixed in 5.2.2 and 4.5.2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.39.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.39.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-30204",
"url": "https://www.suse.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "SUSE Bug 1240441 for CVE-2025-30204",
"url": "https://bugzilla.suse.com/1240441"
},
{
"category": "external",
"summary": "SUSE Bug 1240442 for CVE-2025-30204",
"url": "https://bugzilla.suse.com/1240442"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.39.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.39.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.39.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.39.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-23T15:21:42Z",
"details": "important"
}
],
"title": "CVE-2025-30204"
},
{
"cve": "CVE-2025-58181",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58181"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers parsing GSSAPI authentication requests do not validate the number of mechanisms specified in the request, allowing an attacker to cause unbounded memory consumption.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.39.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.39.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58181",
"url": "https://www.suse.com/security/cve/CVE-2025-58181"
},
{
"category": "external",
"summary": "SUSE Bug 1253784 for CVE-2025-58181",
"url": "https://bugzilla.suse.com/1253784"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.39.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.39.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.39.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.39.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.39.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.39.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-23T15:21:42Z",
"details": "moderate"
}
],
"title": "CVE-2025-58181"
}
]
}
SUSE-SU-2026:1118-1
Vulnerability from csaf_suse - Published: 2026-03-27 12:26 - Updated: 2026-03-27 12:26Summary
Security update for docker-stable
Severity
Important
Notes
Title of the patch: Security update for docker-stable
Description of the patch: This update for docker-stable fixes the following issues:
- CVE-2025-58181: golang.org/x/crypto/ssh: invalidated number of mechanisms can cause unbounded memory consumption
(bsc#1253904).
Patchnames: SUSE-2026-1118,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2026-1118
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
6.2 (Medium)
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.32.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.32.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
5.9 (Medium)
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.32.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.32.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
9.9 (Critical)
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.32.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.32.1.noarch | — |
Vendor Fix
|
Threats
Impact
critical
7.5 (High)
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.32.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.32.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.32.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.32.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.32.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.32.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
5.3 (Medium)
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.32.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.32.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
References
28 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for docker-stable",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for docker-stable fixes the following issues:\n\n- CVE-2025-58181: golang.org/x/crypto/ssh: invalidated number of mechanisms can cause unbounded memory consumption\n (bsc#1253904).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-1118,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2026-1118",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_1118-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:1118-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261118-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:1118-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-March/025026.html"
},
{
"category": "self",
"summary": "SUSE Bug 1253904",
"url": "https://bugzilla.suse.com/1253904"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-23650 page",
"url": "https://www.suse.com/security/cve/CVE-2024-23650/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-29018 page",
"url": "https://www.suse.com/security/cve/CVE-2024-29018/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-41110 page",
"url": "https://www.suse.com/security/cve/CVE-2024-41110/"
},
{
"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-30204 page",
"url": "https://www.suse.com/security/cve/CVE-2025-30204/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58181 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58181/"
}
],
"title": "Security update for docker-stable",
"tracking": {
"current_release_date": "2026-03-27T12:26:18Z",
"generator": {
"date": "2026-03-27T12:26:18Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:1118-1",
"initial_release_date": "2026-03-27T12:26:18Z",
"revision_history": [
{
"date": "2026-03-27T12:26:18Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "docker-stable-24.0.9_ce-1.32.1.aarch64",
"product": {
"name": "docker-stable-24.0.9_ce-1.32.1.aarch64",
"product_id": "docker-stable-24.0.9_ce-1.32.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-stable-24.0.9_ce-1.32.1.i586",
"product": {
"name": "docker-stable-24.0.9_ce-1.32.1.i586",
"product_id": "docker-stable-24.0.9_ce-1.32.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-stable-bash-completion-24.0.9_ce-1.32.1.noarch",
"product": {
"name": "docker-stable-bash-completion-24.0.9_ce-1.32.1.noarch",
"product_id": "docker-stable-bash-completion-24.0.9_ce-1.32.1.noarch"
}
},
{
"category": "product_version",
"name": "docker-stable-fish-completion-24.0.9_ce-1.32.1.noarch",
"product": {
"name": "docker-stable-fish-completion-24.0.9_ce-1.32.1.noarch",
"product_id": "docker-stable-fish-completion-24.0.9_ce-1.32.1.noarch"
}
},
{
"category": "product_version",
"name": "docker-stable-rootless-extras-24.0.9_ce-1.32.1.noarch",
"product": {
"name": "docker-stable-rootless-extras-24.0.9_ce-1.32.1.noarch",
"product_id": "docker-stable-rootless-extras-24.0.9_ce-1.32.1.noarch"
}
},
{
"category": "product_version",
"name": "docker-stable-zsh-completion-24.0.9_ce-1.32.1.noarch",
"product": {
"name": "docker-stable-zsh-completion-24.0.9_ce-1.32.1.noarch",
"product_id": "docker-stable-zsh-completion-24.0.9_ce-1.32.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-stable-24.0.9_ce-1.32.1.ppc64le",
"product": {
"name": "docker-stable-24.0.9_ce-1.32.1.ppc64le",
"product_id": "docker-stable-24.0.9_ce-1.32.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-stable-24.0.9_ce-1.32.1.s390x",
"product": {
"name": "docker-stable-24.0.9_ce-1.32.1.s390x",
"product_id": "docker-stable-24.0.9_ce-1.32.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-stable-24.0.9_ce-1.32.1.x86_64",
"product": {
"name": "docker-stable-24.0.9_ce-1.32.1.x86_64",
"product_id": "docker-stable-24.0.9_ce-1.32.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss-extended-security:12:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-1.32.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.32.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-1.32.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-1.32.1.noarch as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.32.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-1.32.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-23650",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-23650"
}
],
"notes": [
{
"category": "general",
"text": "BuildKit is a toolkit for converting source code to build artifacts in an efficient, expressive and repeatable manner. A malicious BuildKit client or frontend could craft a request that could lead to BuildKit daemon crashing with a panic. The issue has been fixed in v0.12.5. As a workaround, avoid using BuildKit frontends from untrusted sources.\n",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.32.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.32.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-23650",
"url": "https://www.suse.com/security/cve/CVE-2024-23650"
},
{
"category": "external",
"summary": "SUSE Bug 1219437 for CVE-2024-23650",
"url": "https://bugzilla.suse.com/1219437"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.32.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.32.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.32.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.32.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-27T12:26:18Z",
"details": "moderate"
}
],
"title": "CVE-2024-23650"
},
{
"cve": "CVE-2024-29018",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-29018"
}
],
"notes": [
{
"category": "general",
"text": "Moby is an open source container framework that is a key component of Docker Engine, Docker Desktop, and other distributions of container tooling or runtimes. Moby\u0027s networking implementation allows for many networks, each with their own IP address range and gateway, to be defined. This feature is frequently referred to as custom networks, as each network can have a different driver, set of parameters and thus behaviors. When creating a network, the `--internal` flag is used to designate a network as _internal_. The `internal` attribute in a docker-compose.yml file may also be used to mark a network _internal_, and other API clients may specify the `internal` parameter as well.\n\nWhen containers with networking are created, they are assigned unique network interfaces and IP addresses. The host serves as a router for non-internal networks, with a gateway IP that provides SNAT/DNAT to/from container IPs.\n\nContainers on an internal network may communicate between each other, but are precluded from communicating with any networks the host has access to (LAN or WAN) as no default route is configured, and firewall rules are set up to drop all outgoing traffic. Communication with the gateway IP address (and thus appropriately configured host services) is possible, and the host may communicate with any container IP directly.\n\nIn addition to configuring the Linux kernel\u0027s various networking features to enable container networking, `dockerd` directly provides some services to container networks. Principal among these is serving as a resolver, enabling service discovery, and resolution of names from an upstream resolver.\n\nWhen a DNS request for a name that does not correspond to a container is received, the request is forwarded to the configured upstream resolver. This request is made from the container\u0027s network namespace: the level of access and routing of traffic is the same as if the request was made by the container itself.\n\nAs a consequence of this design, containers solely attached to an internal network will be unable to resolve names using the upstream resolver, as the container itself is unable to communicate with that nameserver. Only the names of containers also attached to the internal network are able to be resolved.\n\nMany systems run a local forwarding DNS resolver. As the host and any containers have separate loopback devices, a consequence of the design described above is that containers are unable to resolve names from the host\u0027s configured resolver, as they cannot reach these addresses on the host loopback device. To bridge this gap, and to allow containers to properly resolve names even when a local forwarding resolver is used on a loopback address, `dockerd` detects this scenario and instead forward DNS requests from the host namework namespace. The loopback resolver then forwards the requests to its configured upstream resolvers, as expected.\n\nBecause `dockerd` forwards DNS requests to the host loopback device, bypassing the container network namespace\u0027s normal routing semantics entirely, internal networks can unexpectedly forward DNS requests to an external nameserver. By registering a domain for which they control the authoritative nameservers, an attacker could arrange for a compromised container to exfiltrate data by encoding it in DNS queries that will eventually be answered by their nameservers.\n\nDocker Desktop is not affected, as Docker Desktop always runs an internal resolver on a RFC 1918 address.\n\nMoby releases 26.0.0, 25.0.4, and 23.0.11 are patched to prevent forwarding any DNS requests from internal networks. As a workaround, run containers intended to be solely attached to internal networks with a custom upstream address, which will force all upstream DNS queries to be resolved from the container\u0027s network namespace.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.32.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.32.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-29018",
"url": "https://www.suse.com/security/cve/CVE-2024-29018"
},
{
"category": "external",
"summary": "SUSE Bug 1234089 for CVE-2024-29018",
"url": "https://bugzilla.suse.com/1234089"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.32.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.32.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.32.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.32.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-27T12:26:18Z",
"details": "moderate"
}
],
"title": "CVE-2024-29018"
},
{
"cve": "CVE-2024-41110",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-41110"
}
],
"notes": [
{
"category": "general",
"text": "Moby is an open-source project created by Docker for software containerization. A security vulnerability has been detected in certain versions of Docker Engine, which could allow an attacker to bypass authorization plugins (AuthZ) under specific circumstances. The base likelihood of this being exploited is low.\n\nUsing a specially-crafted API request, an Engine API client could make the daemon forward the request or response to an authorization plugin without the body. In certain circumstances, the authorization plugin may allow a request which it would have otherwise denied if the body had been forwarded to it.\n\nA security issue was discovered In 2018, where an attacker could bypass AuthZ plugins using a specially crafted API request. This could lead to unauthorized actions, including privilege escalation. Although this issue was fixed in Docker Engine v18.09.1 in January 2019, the fix was not carried forward to later major versions, resulting in a regression. Anyone who depends on authorization plugins that introspect the request and/or response body to make access control decisions is potentially impacted.\n\nDocker EE v19.03.x and all versions of Mirantis Container Runtime are not vulnerable.\n\ndocker-ce v27.1.1 containes patches to fix the vulnerability. Patches have also been merged into the master, 19.03, 20.0, 23.0, 24.0, 25.0, 26.0, and 26.1 release branches. If one is unable to upgrade immediately, avoid using AuthZ plugins and/or restrict access to the Docker API to trusted parties, following the principle of least privilege.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.32.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.32.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-41110",
"url": "https://www.suse.com/security/cve/CVE-2024-41110"
},
{
"category": "external",
"summary": "SUSE Bug 1228324 for CVE-2024-41110",
"url": "https://bugzilla.suse.com/1228324"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.32.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.32.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.9,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.32.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.32.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-27T12:26:18Z",
"details": "critical"
}
],
"title": "CVE-2024-41110"
},
{
"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 Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.32.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.32.1.noarch"
]
},
"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 Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.32.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.32.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.32.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.32.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-27T12:26:18Z",
"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 Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.32.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.32.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.32.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.32.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.32.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.32.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-27T12:26:18Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-30204",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-30204"
}
],
"notes": [
{
"category": "general",
"text": "golang-jwt is a Go implementation of JSON Web Tokens. Starting in version 3.2.0 and prior to versions 5.2.2 and 4.5.2, the function parse.ParseUnverified splits (via a call to strings.Split) its argument (which is untrusted data) on periods. As a result, in the face of a malicious request whose Authorization header consists of Bearer followed by many period characters, a call to that function incurs allocations to the tune of O(n) bytes (where n stands for the length of the function\u0027s argument), with a constant factor of about 16. This issue is fixed in 5.2.2 and 4.5.2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.32.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.32.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-30204",
"url": "https://www.suse.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "SUSE Bug 1240441 for CVE-2025-30204",
"url": "https://bugzilla.suse.com/1240441"
},
{
"category": "external",
"summary": "SUSE Bug 1240442 for CVE-2025-30204",
"url": "https://bugzilla.suse.com/1240442"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.32.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.32.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.32.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.32.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-27T12:26:18Z",
"details": "important"
}
],
"title": "CVE-2025-30204"
},
{
"cve": "CVE-2025-58181",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58181"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers parsing GSSAPI authentication requests do not validate the number of mechanisms specified in the request, allowing an attacker to cause unbounded memory consumption.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.32.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.32.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58181",
"url": "https://www.suse.com/security/cve/CVE-2025-58181"
},
{
"category": "external",
"summary": "SUSE Bug 1253784 for CVE-2025-58181",
"url": "https://bugzilla.suse.com/1253784"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.32.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.32.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.32.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.32.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-27T12:26:18Z",
"details": "moderate"
}
],
"title": "CVE-2025-58181"
}
]
}
WID-SEC-W-2025-0633
Vulnerability from csaf_certbund - Published: 2025-03-25 23:00 - Updated: 2026-02-22 23:00Summary
Gitea: Mehrere Schwachstellen
Severity
Mittel
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: Gitea ist ein quelloffener Github-Klon.
Angriff: Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Gitea ausnutzen, um Daten zu manipulieren, oder einen Denial of Service auszulösen.
Betroffene Betriebssysteme: - Linux
- Sonstiges
- UNIX
- Windows
Affected products
Known affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Storage Scale <5.2.3.3
IBM / Storage Scale
|
<5.2.3.3 | ||
|
Red Hat OpenShift Container Platform <4.12.76
Red Hat / OpenShift
|
Container Platform <4.12.76 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.54
Red Hat / OpenShift
|
Container Platform <4.14.54 | ||
|
Red Hat OpenShift Container Platform <4.15.50
Red Hat / OpenShift
|
Container Platform <4.15.50 | ||
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Gitea <1.23.6
Open Source / Gitea
|
<1.23.6 | ||
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
Affected products
Known affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Storage Scale <5.2.3.3
IBM / Storage Scale
|
<5.2.3.3 | ||
|
Red Hat OpenShift Container Platform <4.12.76
Red Hat / OpenShift
|
Container Platform <4.12.76 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.54
Red Hat / OpenShift
|
Container Platform <4.14.54 | ||
|
Red Hat OpenShift Container Platform <4.15.50
Red Hat / OpenShift
|
Container Platform <4.15.50 | ||
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Gitea <1.23.6
Open Source / Gitea
|
<1.23.6 | ||
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
References
48 references
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Gitea ist ein quelloffener Github-Klon.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Gitea ausnutzen, um Daten zu manipulieren, oder einen Denial of Service auszul\u00f6sen.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- Sonstiges\n- UNIX\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2025-0633 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-0633.json"
},
{
"category": "self",
"summary": "WID-SEC-2025-0633 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-0633"
},
{
"category": "external",
"summary": "Gitea Blog vom 2025-03-25",
"url": "https://blog.gitea.com/release-of-1.23.6"
},
{
"category": "external",
"summary": "NIST Vulnerability Database vom 2025-03-25",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-29923"
},
{
"category": "external",
"summary": "NIST Vulnerability Database vom 2025-03-25",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3344 vom 2025-03-27",
"url": "https://access.redhat.com/errata/RHSA-2025:3344"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-3344 vom 2025-03-27",
"url": "https://linux.oracle.com/errata/ELSA-2025-3344.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3411 vom 2025-03-31",
"url": "https://access.redhat.com/errata/RHSA-2025:3411"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3503 vom 2025-04-02",
"url": "https://access.redhat.com/errata/RHSA-2025:3503"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:14956-1 vom 2025-04-03",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/MGGR7W7ANU3YEPLMZP3LOTAKB42X53A7/"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:14954-1 vom 2025-04-03",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/RDRQUFBQNFRUIM2F2EPVEBMFI6LKYQ4J/"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3618 vom 2025-04-07",
"url": "https://access.redhat.com/errata/RHSA-2025:3618"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3616 vom 2025-04-07",
"url": "https://access.redhat.com/errata/RHSA-2025:3616"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3743 vom 2025-04-09",
"url": "https://access.redhat.com/errata/RHSA-2025:3743"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3740 vom 2025-04-09",
"url": "https://access.redhat.com/errata/RHSA-2025:3740"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3569 vom 2025-04-09",
"url": "https://access.redhat.com/errata/RHSA-2025:3569"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:14989-1 vom 2025-04-15",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/4WVLSK4BXQRTF3JIGHVYEEVTW7AMWO4M/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1285-1 vom 2025-04-15",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/Z3BVKM2LB4JO6BYLQOMHZ5VRPLLAUEU7/"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3775 vom 2025-04-16",
"url": "https://access.redhat.com/errata/RHSA-2025:3775"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:14990-1 vom 2025-04-15",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/IC2EUYZRCX6GXM6Y26SHEX6QS2URIZ2I/"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3930 vom 2025-04-15",
"url": "https://access.redhat.com/errata/RHSA-2025:3930"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3928 vom 2025-04-15",
"url": "https://access.redhat.com/errata/RHSA-2025:3928"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3929 vom 2025-04-15",
"url": "https://access.redhat.com/errata/RHSA-2025:3929"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3790 vom 2025-04-17",
"url": "https://access.redhat.com/errata/RHSA-2025:3790"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:4502 vom 2025-05-06",
"url": "https://access.redhat.com/errata/RHSA-2025:4502"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:4473 vom 2025-05-05",
"url": "https://access.redhat.com/errata/RHSA-2025:4473"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:4511 vom 2025-05-06",
"url": "https://access.redhat.com/errata/RHSA-2025:4511"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:15052-1 vom 2025-05-06",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/2PKSIUOW7HIED3L6UVUD2KMZSPDHNUTO/"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:4422 vom 2025-05-08",
"url": "https://access.redhat.com/errata/RHSA-2025:4422"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:4409 vom 2025-05-08",
"url": "https://access.redhat.com/errata/RHSA-2025:4409"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-121049BBF7 vom 2025-05-15",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-121049bbf7"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-7967 vom 2025-05-21",
"url": "https://linux.oracle.com/errata/ELSA-2025-7967.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:8274 vom 2025-05-29",
"url": "https://rhn.redhat.com/errata/RHSA-2025:8274.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:9541 vom 2025-06-24",
"url": "https://access.redhat.com/errata/RHSA-2025:9541"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:11396 vom 2025-07-18",
"url": "https://access.redhat.com/errata/RHSA-2025:11396"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:11749 vom 2025-07-24",
"url": "https://access.redhat.com/errata/RHSA-2025:11749"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-EPEL-2025-AB0FAE74F1 vom 2025-07-26",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2025-ab0fae74f1"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:11669 vom 2025-07-31",
"url": "https://access.redhat.com/errata/RHSA-2025:11669"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:15419-1 vom 2025-08-07",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/Q4ZHDPDE6Y56YOLS2LOZWQJRHIB6SKQL/"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:15418-1 vom 2025-08-07",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/U2L2JW2LMDOKCQNBZ7X74PKVG64ZHQDW/"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7245948 vom 2025-09-23",
"url": "https://www.ibm.com/support/pages/node/7245948"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:18241 vom 2025-10-23",
"url": "https://access.redhat.com/errata/RHSA-2025:18241"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:18242 vom 2025-10-23",
"url": "https://access.redhat.com/errata/RHSA-2025:18242"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:23916 vom 2025-12-22",
"url": "https://access.redhat.com/errata/RHSA-2025:23916"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:1536 vom 2026-01-29",
"url": "https://access.redhat.com/errata/RHSA-2026:1536"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:2164 vom 2026-02-05",
"url": "https://access.redhat.com/errata/RHSA-2026:2164"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-2920 vom 2026-02-19",
"url": "https://linux.oracle.com/errata/ELSA-2026-2920.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0592-1 vom 2026-02-21",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024365.html"
}
],
"source_lang": "en-US",
"title": "Gitea: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-02-22T23:00:00.000+00:00",
"generator": {
"date": "2026-02-23T09:08:23.059+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2025-0633",
"initial_release_date": "2025-03-25T23:00:00.000+00:00",
"revision_history": [
{
"date": "2025-03-25T23:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2025-03-27T23:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Red Hat und Oracle Linux aufgenommen"
},
{
"date": "2025-03-31T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-04-01T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-04-03T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von openSUSE aufgenommen"
},
{
"date": "2025-04-06T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-04-09T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-04-15T22:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von openSUSE, SUSE und Red Hat aufgenommen"
},
{
"date": "2025-04-16T22:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-05-05T22:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-05-06T22:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von openSUSE aufgenommen"
},
{
"date": "2025-05-07T22:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-05-14T22:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von Fedora aufgenommen"
},
{
"date": "2025-05-20T22:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-05-29T22:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-06-24T22:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-07-20T22:00:00.000+00:00",
"number": "17",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-07-24T22:00:00.000+00:00",
"number": "18",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-07-27T22:00:00.000+00:00",
"number": "19",
"summary": "Neue Updates von Fedora aufgenommen"
},
{
"date": "2025-07-30T22:00:00.000+00:00",
"number": "20",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-08-07T22:00:00.000+00:00",
"number": "21",
"summary": "Neue Updates von openSUSE aufgenommen"
},
{
"date": "2025-09-23T22:00:00.000+00:00",
"number": "22",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2025-10-22T22:00:00.000+00:00",
"number": "23",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-12-22T23:00:00.000+00:00",
"number": "24",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-01-28T23:00:00.000+00:00",
"number": "25",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-02-05T23:00:00.000+00:00",
"number": "26",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-02-18T23:00:00.000+00:00",
"number": "27",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2026-02-22T23:00:00.000+00:00",
"number": "28",
"summary": "Neue Updates von SUSE aufgenommen"
}
],
"status": "final",
"version": "28"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Fedora Linux",
"product": {
"name": "Fedora Linux",
"product_id": "74185",
"product_identification_helper": {
"cpe": "cpe:/o:fedoraproject:fedora:-"
}
}
}
],
"category": "vendor",
"name": "Fedora"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c5.2.3.3",
"product": {
"name": "IBM Storage Scale \u003c5.2.3.3",
"product_id": "T046658"
}
},
{
"category": "product_version",
"name": "5.2.3.3",
"product": {
"name": "IBM Storage Scale 5.2.3.3",
"product_id": "T046658-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:spectrum_scale:5.2.3.3"
}
}
}
],
"category": "product_name",
"name": "Storage Scale"
}
],
"category": "vendor",
"name": "IBM"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c1.23.6",
"product": {
"name": "Open Source Gitea \u003c1.23.6",
"product_id": "T042141"
}
},
{
"category": "product_version",
"name": "1.23.6",
"product": {
"name": "Open Source Gitea 1.23.6",
"product_id": "T042141-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:gitea:gitea:1.23.6"
}
}
}
],
"category": "product_name",
"name": "Gitea"
}
],
"category": "vendor",
"name": "Open Source"
},
{
"branches": [
{
"category": "product_name",
"name": "Oracle Linux",
"product": {
"name": "Oracle Linux",
"product_id": "T004914",
"product_identification_helper": {
"cpe": "cpe:/o:oracle:linux:-"
}
}
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
},
{
"branches": [
{
"category": "product_version_range",
"name": "Container Platform \u003c4.15.50",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.15.50",
"product_id": "T043405"
}
},
{
"category": "product_version",
"name": "Container Platform 4.15.50",
"product": {
"name": "Red Hat OpenShift Container Platform 4.15.50",
"product_id": "T043405-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.15.50"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.12.76",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.12.76",
"product_id": "T043457"
}
},
{
"category": "product_version",
"name": "Container Platform 4.12.76",
"product": {
"name": "Red Hat OpenShift Container Platform 4.12.76",
"product_id": "T043457-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.12.76"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.14.54",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.14.54",
"product_id": "T045757"
}
},
{
"category": "product_version",
"name": "Container Platform 4.14.54",
"product": {
"name": "Red Hat OpenShift Container Platform 4.14.54",
"product_id": "T045757-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.14.54"
}
}
}
],
"category": "product_name",
"name": "OpenShift"
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
},
{
"category": "product_name",
"name": "SUSE openSUSE",
"product": {
"name": "SUSE openSUSE",
"product_id": "T027843",
"product_identification_helper": {
"cpe": "cpe:/o:suse:opensuse:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-29923",
"product_status": {
"known_affected": [
"T046658",
"T043457",
"T002207",
"67646",
"T045757",
"T043405",
"T027843",
"T004914",
"T042141",
"74185"
]
},
"release_date": "2025-03-25T23:00:00.000+00:00",
"title": "CVE-2025-29923"
},
{
"cve": "CVE-2025-30204",
"product_status": {
"known_affected": [
"T046658",
"T043457",
"T002207",
"67646",
"T045757",
"T043405",
"T027843",
"T004914",
"T042141",
"74185"
]
},
"release_date": "2025-03-25T23:00:00.000+00:00",
"title": "CVE-2025-30204"
}
]
}
WID-SEC-W-2025-0754
Vulnerability from csaf_certbund - Published: 2025-04-08 22:00 - Updated: 2026-04-01 22:00Summary
Red Hat Enterprise Linux (opentelemetry-collector): Schwachstelle ermöglicht Denial of Service
Severity
Mittel
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: Red Hat Enterprise Linux (RHEL) ist eine populäre Linux-Distribution.
Angriff: Ein entfernter, anonymer Angreifer kann eine Schwachstelle in Red Hat Enterprise Linux im opentelemetry-collector ausnutzen, um einen Denial of Service Angriff durchzuführen.
Betroffene Betriebssysteme: - Linux
Affected products
Known affected
35 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat Enterprise Linux 9.4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:9.4
|
9.4 | |
|
Red Hat OpenShift Container Platform <4.15.53
Red Hat / OpenShift
|
Container Platform <4.15.53 | ||
|
Red Hat OpenShift Container Platform <4.16.42
Red Hat / OpenShift
|
Container Platform <4.16.42 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.52
Red Hat / OpenShift
|
Container Platform <4.14.52 | ||
|
Red Hat OpenShift Container Platform <4.17.33
Red Hat / OpenShift
|
Container Platform <4.17.33 | ||
|
Red Hat Enterprise Linux Migration Toolkit 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:migration_toolkit_1
|
Migration Toolkit 1 | |
|
Red Hat OpenShift Dev Spaces 3
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:dev_spaces_3
|
Dev Spaces 3 | |
|
Red Hat OpenShift Data Foundation <4.17.7
Red Hat / OpenShift
|
Data Foundation <4.17.7 | ||
|
Splunk Splunk Enterprise <9.4.9
Splunk / Splunk Enterprise
|
<9.4.9 | ||
|
Splunk Splunk Enterprise <9.3.10
Splunk / Splunk Enterprise
|
<9.3.10 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux Advanced Cluster Management for Kubernetes 2
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_management_for_kubernetes_2
|
Advanced Cluster Management for Kubernetes 2 | |
|
Red Hat Enterprise Linux multicluster engine for Kubernetes 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:multicluster_engine_for_kubernetes_1
|
multicluster engine for Kubernetes 1 | |
|
Red Hat Enterprise Linux Multicluster Global Hub 1.4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:multicluster_global_hub_1.4
|
Multicluster Global Hub 1.4 | |
|
Red Hat OpenShift Data Foundation 4
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:data_foundation_4
|
Data Foundation 4 | |
|
Red Hat OpenShift Logging <6.2.7
Red Hat / OpenShift
|
Logging <6.2.7 | ||
|
Red Hat OpenShift Container Platform <4.17.24
Red Hat / OpenShift
|
Container Platform <4.17.24 | ||
|
Splunk Splunk Enterprise <10.2.1
Splunk / Splunk Enterprise
|
<10.2.1 | ||
|
Splunk Splunk Enterprise <10.0.4
Splunk / Splunk Enterprise
|
<10.0.4 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.17.26
Red Hat / OpenShift
|
Container Platform <4.17.26 | ||
|
Red Hat OpenShift Container Platform <4.18.17
Red Hat / OpenShift
|
Container Platform <4.18.17 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.18.8
Red Hat / OpenShift
|
Container Platform <4.18.8 | ||
|
Red Hat OpenShift Container Platform <4.13.58
Red Hat / OpenShift
|
Container Platform <4.13.58 | ||
|
Red Hat OpenShift GitOps <1.15.2
Red Hat / OpenShift
|
GitOps <1.15.2 | ||
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Red Hat Enterprise Linux Multicluster Global Hub 1.2
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:multicluster_global_hub_1.2
|
Multicluster Global Hub 1.2 | |
|
Red Hat OpenShift for Windows Containers <10.19
Red Hat / OpenShift
|
for Windows Containers <10.19 | ||
|
Red Hat OpenShift Container Platform <4.18.10
Red Hat / OpenShift
|
Container Platform <4.18.10 | ||
|
Red Hat OpenShift Container Platform <4.18.11
Red Hat / OpenShift
|
Container Platform <4.18.11 | ||
|
Red Hat OpenShift Container Platform <4.16.39
Red Hat / OpenShift
|
Container Platform <4.16.39 | ||
|
Red Hat OpenShift Container Platform <4.14.51
Red Hat / OpenShift
|
Container Platform <4.14.51 |
References
88 references
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Red Hat Enterprise Linux (RHEL) ist eine popul\u00e4re Linux-Distribution.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann eine Schwachstelle in Red Hat Enterprise Linux im opentelemetry-collector ausnutzen, um einen Denial of Service Angriff durchzuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2025-0754 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-0754.json"
},
{
"category": "self",
"summary": "WID-SEC-2025-0754 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-0754"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3698 vom 2025-04-08",
"url": "https://access.redhat.com/errata/RHSA-2025:3698"
},
{
"category": "external",
"summary": "Red Hat CVE-2025-30204",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3565 vom 2025-04-09",
"url": "https://access.redhat.com/errata/RHSA-2025:3565"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3577 vom 2025-04-10",
"url": "https://access.redhat.com/errata/RHSA-2025:3577"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3820 vom 2025-04-11",
"url": "https://access.redhat.com/errata/RHSA-2025:3820"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3808 vom 2025-04-11",
"url": "https://access.redhat.com/errata/RHSA-2025:3808"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3814 vom 2025-04-11",
"url": "https://access.redhat.com/errata/RHSA-2025:3814"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3813 vom 2025-04-11",
"url": "https://access.redhat.com/errata/RHSA-2025:3813"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3811 vom 2025-04-11",
"url": "https://access.redhat.com/errata/RHSA-2025:3811"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3906 vom 2025-04-16",
"url": "https://access.redhat.com/errata/RHSA-2025:3906"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3905 vom 2025-04-16",
"url": "https://access.redhat.com/errata/RHSA-2025:3905"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3798 vom 2025-04-16",
"url": "https://access.redhat.com/errata/RHSA-2025:3798"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3907 vom 2025-04-16",
"url": "https://access.redhat.com/errata/RHSA-2025:3907"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:4019 vom 2025-04-23",
"url": "https://access.redhat.com/errata/RHSA-2025:4019"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:4008 vom 2025-04-23",
"url": "https://access.redhat.com/errata/RHSA-2025:4008"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:4012 vom 2025-04-23",
"url": "https://access.redhat.com/errata/RHSA-2025:4012"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:4250 vom 2025-04-28",
"url": "https://access.redhat.com/errata/RHSA-2025:4250"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALASDOCKER-2025-057 vom 2025-04-29",
"url": "https://alas.aws.amazon.com/AL2/ALASDOCKER-2025-057.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:4204 vom 2025-04-30",
"url": "https://access.redhat.com/errata/RHSA-2025:4204"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALASNITRO-ENCLAVES-2025-054 vom 2025-04-29",
"url": "https://alas.aws.amazon.com/AL2/ALASNITRO-ENCLAVES-2025-054.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALASECS-2025-055 vom 2025-04-29",
"url": "https://alas.aws.amazon.com/AL2/ALASECS-2025-055.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:4177 vom 2025-04-30",
"url": "https://access.redhat.com/errata/RHSA-2025:4177"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALASDOCKER-2025-058 vom 2025-04-29",
"url": "https://alas.aws.amazon.com/AL2/ALASDOCKER-2025-058.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:4211 vom 2025-05-01",
"url": "https://access.redhat.com/errata/RHSA-2025:4211"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:4462 vom 2025-05-05",
"url": "https://access.redhat.com/errata/RHSA-2025:4462"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:4569 vom 2025-05-06",
"url": "https://access.redhat.com/errata/RHSA-2025:4569"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:4666 vom 2025-05-07",
"url": "https://access.redhat.com/errata/RHSA-2025:4666"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:4669 vom 2025-05-07",
"url": "https://access.redhat.com/errata/RHSA-2025:4669"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-4669 vom 2025-05-08",
"url": "https://linux.oracle.com/errata/ELSA-2025-4669.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:4810 vom 2025-05-12",
"url": "https://access.redhat.com/errata/RHSA-2025:4810"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:7425 vom 2025-05-13",
"url": "https://access.redhat.com/errata/RHSA-2025:7425"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:7404 vom 2025-05-13",
"url": "https://access.redhat.com/errata/RHSA-2025:7404"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:7475 vom 2025-05-13",
"url": "https://access.redhat.com/errata/RHSA-2025:7475"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:7503 vom 2025-05-13",
"url": "https://access.redhat.com/errata/RHSA-2025:7503"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:7479 vom 2025-05-13",
"url": "https://access.redhat.com/errata/RHSA-2025:7479"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:4677 vom 2025-05-15",
"url": "https://access.redhat.com/errata/RHSA-2025:4677"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:7753 vom 2025-05-16",
"url": "https://access.redhat.com/errata/RHSA-2025:7753"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:7967 vom 2025-05-19",
"url": "https://access.redhat.com/errata/RHSA-2025:7967"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:8059 vom 2025-05-21",
"url": "https://access.redhat.com/errata/RHSA-2025:8059"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:8075 vom 2025-05-21",
"url": "https://access.redhat.com/errata/RHSA-2025:8075"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:7702 vom 2025-05-21",
"url": "https://access.redhat.com/errata/RHSA-2025:7702"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-7404 vom 2025-05-22",
"url": "https://linux.oracle.com/errata/ELSA-2025-7404.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-7425 vom 2025-05-22",
"url": "https://linux.oracle.com/errata/ELSA-2025-7425.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-7893 vom 2025-05-23",
"url": "https://linux.oracle.com/errata/ELSA-2025-7893.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:8244 vom 2025-05-28",
"url": "https://access.redhat.com/errata/RHSA-2025:8244"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:8274 vom 2025-05-28",
"url": "https://access.redhat.com/errata/RHSA-2025:8274"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:8267 vom 2025-05-28",
"url": "https://access.redhat.com/errata/RHSA-2025:8267"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:8390 vom 2025-06-02",
"url": "https://access.redhat.com/errata/RHSA-2025:8390"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:8392 vom 2025-06-02",
"url": "https://access.redhat.com/errata/RHSA-2025:8392"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:8384 vom 2025-06-02",
"url": "https://access.redhat.com/errata/RHSA-2025:8384"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:8479 vom 2025-06-04",
"url": "https://access.redhat.com/errata/RHSA-2025:8479"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:8510 vom 2025-06-04",
"url": "https://access.redhat.com/errata/RHSA-2025:8510"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:8542 vom 2025-06-04",
"url": "https://access.redhat.com/errata/RHSA-2025:8542"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:8544 vom 2025-06-04",
"url": "https://access.redhat.com/errata/RHSA-2025:8544"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:8691 vom 2025-06-09",
"url": "https://access.redhat.com/errata/RHSA-2025:8691"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:8560 vom 2025-06-10",
"url": "https://access.redhat.com/errata/RHSA-2025:8560"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:8552 vom 2025-06-11",
"url": "https://access.redhat.com/errata/RHSA-2025:8552"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:8556 vom 2025-06-13",
"url": "https://access.redhat.com/errata/RHSA-2025:8556"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:9388 vom 2025-06-23",
"url": "https://access.redhat.com/errata/RHSA-2025:9388"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:9541 vom 2025-06-25",
"url": "https://access.redhat.com/errata/RHSA-2025:9541"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:9259 vom 2025-06-26",
"url": "https://access.redhat.com/errata/RHSA-2025:9259"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:9646 vom 2025-06-26",
"url": "https://access.redhat.com/errata/RHSA-2025:9646"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-7475 vom 2025-07-01",
"url": "https://linux.oracle.com/errata/ELSA-2025-7475.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:11573 vom 2025-07-23",
"url": "https://access.redhat.com/errata/RHSA-2025:11573"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:3411 vom 2025-07-29",
"url": "https://errata.build.resf.org/RLSA-2025:3411"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:3344 vom 2025-07-29",
"url": "https://errata.build.resf.org/RLSA-2025:3344"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:13900 vom 2025-08-14",
"url": "https://access.redhat.com/errata/RHSA-2025:13900"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:14048 vom 2025-08-19",
"url": "https://access.redhat.com/errata/RHSA-2025:14048"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:16101 vom 2025-09-17",
"url": "https://access.redhat.com/errata/RHSA-2025:16101"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:16595 vom 2025-09-24",
"url": "https://access.redhat.com/errata/RHSA-2025:16595"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:15606-1 vom 2025-10-09",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/BSEHT2OVJQ66HFHIZHWFMRPRA3BMFSLS/"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:17671 vom 2025-10-16",
"url": "https://access.redhat.com/errata/RHSA-2025:17671"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:14855 vom 2025-11-07",
"url": "https://access.redhat.com/errata/RHSA-2025:14855"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:23057 vom 2025-12-10",
"url": "https://access.redhat.com/errata/RHSA-2025:23057"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:23534 vom 2025-12-17",
"url": "https://access.redhat.com/errata/RHSA-2025:23534"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:23916 vom 2025-12-22",
"url": "https://access.redhat.com/errata/RHSA-2025:23916"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:0490-1 vom 2025-12-30",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/6R45NQ6HWFRMK73KRFVRXLFUIUGIM4RO/"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:0489-1 vom 2025-12-30",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/5RNSFCTSBG2GHSQJDHXRD622LP7PVGT4/"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:0491-1 vom 2025-12-31",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/6Q5LREFQ65DZGIUYFCU2Y6USEM4PDCMI/"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:0722 vom 2026-01-15",
"url": "https://access.redhat.com/errata/RHSA-2026:0722"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:2172 vom 2026-02-05",
"url": "https://access.redhat.com/errata/RHSA-2026:2172"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:2155 vom 2026-02-05",
"url": "https://access.redhat.com/errata/RHSA-2026:2155"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:3718 vom 2026-03-04",
"url": "https://access.redhat.com/errata/RHSA-2026:3718"
},
{
"category": "external",
"summary": "Splunk Security Advisory SVD-2026-0306 vom 2026-03-11",
"url": "https://advisory.splunk.com//advisories/SVD-2026-0306"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1118-1 vom 2026-03-28",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-March/025026.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-6382 vom 2026-04-02",
"url": "https://linux.oracle.com/errata/ELSA-2026-6382.html"
}
],
"source_lang": "en-US",
"title": "Red Hat Enterprise Linux (opentelemetry-collector): Schwachstelle erm\u00f6glicht Denial of Service",
"tracking": {
"current_release_date": "2026-04-01T22:00:00.000+00:00",
"generator": {
"date": "2026-04-02T08:20:00.984+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2025-0754",
"initial_release_date": "2025-04-08T22:00:00.000+00:00",
"revision_history": [
{
"date": "2025-04-08T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2025-04-10T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-04-15T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-04-16T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-04-22T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-04-28T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-04-29T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Amazon und Red Hat aufgenommen"
},
{
"date": "2025-05-01T22:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-05-05T22:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-05-06T22:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-05-07T22:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-05-08T22:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-05-12T22:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-05-13T22:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-05-15T22:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-05-18T22:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-05-20T22:00:00.000+00:00",
"number": "17",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-05-21T22:00:00.000+00:00",
"number": "18",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-05-22T22:00:00.000+00:00",
"number": "19",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-05-27T22:00:00.000+00:00",
"number": "20",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-05-29T22:00:00.000+00:00",
"number": "21",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-06-02T22:00:00.000+00:00",
"number": "22",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-06-03T22:00:00.000+00:00",
"number": "23",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-06-04T22:00:00.000+00:00",
"number": "24",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-06-09T22:00:00.000+00:00",
"number": "25",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-06-11T22:00:00.000+00:00",
"number": "26",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-06-12T22:00:00.000+00:00",
"number": "27",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-06-23T22:00:00.000+00:00",
"number": "28",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-06-24T22:00:00.000+00:00",
"number": "29",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-06-25T22:00:00.000+00:00",
"number": "30",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-06-30T22:00:00.000+00:00",
"number": "31",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-07-22T22:00:00.000+00:00",
"number": "32",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-07-29T22:00:00.000+00:00",
"number": "33",
"summary": "Neue Updates von Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2025-08-14T22:00:00.000+00:00",
"number": "34",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-08-18T22:00:00.000+00:00",
"number": "35",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-09-17T22:00:00.000+00:00",
"number": "36",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-09-24T22:00:00.000+00:00",
"number": "37",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-10-09T22:00:00.000+00:00",
"number": "38",
"summary": "Neue Updates von openSUSE aufgenommen"
},
{
"date": "2025-10-16T22:00:00.000+00:00",
"number": "39",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-11-09T23:00:00.000+00:00",
"number": "40",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-12-10T23:00:00.000+00:00",
"number": "41",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-12-17T23:00:00.000+00:00",
"number": "42",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-12-22T23:00:00.000+00:00",
"number": "43",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-12-30T23:00:00.000+00:00",
"number": "44",
"summary": "Neue Updates von openSUSE aufgenommen"
},
{
"date": "2026-01-15T23:00:00.000+00:00",
"number": "45",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-02-05T23:00:00.000+00:00",
"number": "46",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-03-03T23:00:00.000+00:00",
"number": "47",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-03-11T23:00:00.000+00:00",
"number": "48",
"summary": "Neue Updates von Splunk-SVD aufgenommen"
},
{
"date": "2026-03-29T22:00:00.000+00:00",
"number": "49",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-04-01T22:00:00.000+00:00",
"number": "50",
"summary": "Neue Updates von Oracle Linux aufgenommen"
}
],
"status": "final",
"version": "50"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Amazon Linux 2",
"product": {
"name": "Amazon Linux 2",
"product_id": "398363",
"product_identification_helper": {
"cpe": "cpe:/o:amazon:linux_2:-"
}
}
}
],
"category": "vendor",
"name": "Amazon"
},
{
"branches": [
{
"category": "product_name",
"name": "Oracle Linux",
"product": {
"name": "Oracle Linux",
"product_id": "T004914",
"product_identification_helper": {
"cpe": "cpe:/o:oracle:linux:-"
}
}
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"category": "product_name",
"name": "RESF Rocky Linux",
"product": {
"name": "RESF Rocky Linux",
"product_id": "T032255",
"product_identification_helper": {
"cpe": "cpe:/o:resf:rocky_linux:-"
}
}
}
],
"category": "vendor",
"name": "RESF"
},
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
},
{
"category": "product_version",
"name": "Advanced Cluster Management for Kubernetes 2",
"product": {
"name": "Red Hat Enterprise Linux Advanced Cluster Management for Kubernetes 2",
"product_id": "T027573",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:advanced_cluster_management_for_kubernetes_2"
}
}
},
{
"category": "product_version",
"name": "9.4",
"product": {
"name": "Red Hat Enterprise Linux 9.4",
"product_id": "T040108",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:9.4"
}
}
},
{
"category": "product_version",
"name": "Multicluster Global Hub 1.4",
"product": {
"name": "Red Hat Enterprise Linux Multicluster Global Hub 1.4",
"product_id": "T044255",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:multicluster_global_hub_1.4"
}
}
},
{
"category": "product_version",
"name": "multicluster engine for Kubernetes 1",
"product": {
"name": "Red Hat Enterprise Linux multicluster engine for Kubernetes 1",
"product_id": "T044256",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:multicluster_engine_for_kubernetes_1"
}
}
},
{
"category": "product_version",
"name": "Migration Toolkit 1",
"product": {
"name": "Red Hat Enterprise Linux Migration Toolkit 1",
"product_id": "T044336",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:migration_toolkit_1"
}
}
},
{
"category": "product_version",
"name": "Multicluster Global Hub 1.2",
"product": {
"name": "Red Hat Enterprise Linux Multicluster Global Hub 1.2",
"product_id": "T044780",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:multicluster_global_hub_1.2"
}
}
}
],
"category": "product_name",
"name": "Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "Data Foundation 4",
"product": {
"name": "Red Hat OpenShift Data Foundation 4",
"product_id": "T028133",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:data_foundation_4"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.17.24",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.17.24",
"product_id": "T042659"
}
},
{
"category": "product_version",
"name": "Container Platform 4.17.24",
"product": {
"name": "Red Hat OpenShift Container Platform 4.17.24",
"product_id": "T042659-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.17.24"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.18.8",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.18.8",
"product_id": "T042744"
}
},
{
"category": "product_version",
"name": "Container Platform 4.18.8",
"product": {
"name": "Red Hat OpenShift Container Platform 4.18.8",
"product_id": "T042744-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.18.8"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.18.10",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.18.10",
"product_id": "T043077"
}
},
{
"category": "product_version",
"name": "Container Platform 4.18.10",
"product": {
"name": "Red Hat OpenShift Container Platform 4.18.10",
"product_id": "T043077-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.18.10"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.16.39",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.16.39",
"product_id": "T043078"
}
},
{
"category": "product_version",
"name": "Container Platform 4.16.39",
"product": {
"name": "Red Hat OpenShift Container Platform 4.16.39",
"product_id": "T043078-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.16.39"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.17.26",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.17.26",
"product_id": "T043113"
}
},
{
"category": "product_version",
"name": "Container Platform 4.17.26",
"product": {
"name": "Red Hat OpenShift Container Platform 4.17.26",
"product_id": "T043113-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.17.26"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.14.51",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.14.51",
"product_id": "T043233"
}
},
{
"category": "product_version",
"name": "Container Platform 4.14.51",
"product": {
"name": "Red Hat OpenShift Container Platform 4.14.51",
"product_id": "T043233-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.14.51"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.18.11",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.18.11",
"product_id": "T043253"
}
},
{
"category": "product_version",
"name": "Container Platform 4.18.11",
"product": {
"name": "Red Hat OpenShift Container Platform 4.18.11",
"product_id": "T043253-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.18.11"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.13.58",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.13.58",
"product_id": "T043833"
}
},
{
"category": "product_version",
"name": "Container Platform 4.13.58",
"product": {
"name": "Red Hat OpenShift Container Platform 4.13.58",
"product_id": "T043833-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.13.58"
}
}
},
{
"category": "product_version_range",
"name": "GitOps \u003c1.15.2",
"product": {
"name": "Red Hat OpenShift GitOps \u003c1.15.2",
"product_id": "T043834"
}
},
{
"category": "product_version",
"name": "GitOps 1.15.2",
"product": {
"name": "Red Hat OpenShift GitOps 1.15.2",
"product_id": "T043834-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:gitops__1.15.2"
}
}
},
{
"category": "product_version",
"name": "Dev Spaces 3",
"product": {
"name": "Red Hat OpenShift Dev Spaces 3",
"product_id": "T043942",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:dev_spaces_3"
}
}
},
{
"category": "product_version_range",
"name": "Data Foundation \u003c4.17.7",
"product": {
"name": "Red Hat OpenShift Data Foundation \u003c4.17.7",
"product_id": "T044019"
}
},
{
"category": "product_version",
"name": "Data Foundation 4.17.7",
"product": {
"name": "Red Hat OpenShift Data Foundation 4.17.7",
"product_id": "T044019-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:data_foundation__4.17.7"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.14.52",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.14.52",
"product_id": "T044059"
}
},
{
"category": "product_version",
"name": "Container Platform 4.14.52",
"product": {
"name": "Red Hat OpenShift Container Platform 4.14.52",
"product_id": "T044059-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.14.52"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.18.17",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.18.17",
"product_id": "T044424"
}
},
{
"category": "product_version",
"name": "Container Platform 4.18.17",
"product": {
"name": "Red Hat OpenShift Container Platform 4.18.17",
"product_id": "T044424-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.18.17"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.17.33",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.17.33",
"product_id": "T044554"
}
},
{
"category": "product_version",
"name": "Container Platform 4.17.33",
"product": {
"name": "Red Hat OpenShift Container Platform 4.17.33",
"product_id": "T044554-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.17.33"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.16.42",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.16.42",
"product_id": "T044606"
}
},
{
"category": "product_version",
"name": "Container Platform 4.16.42",
"product": {
"name": "Red Hat OpenShift Container Platform 4.16.42",
"product_id": "T044606-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.16.42"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.15.53",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.15.53",
"product_id": "T044849"
}
},
{
"category": "product_version",
"name": "Container Platform 4.15.53",
"product": {
"name": "Red Hat OpenShift Container Platform 4.15.53",
"product_id": "T044849-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.15.53"
}
}
},
{
"category": "product_version_range",
"name": "for Windows Containers \u003c10.19",
"product": {
"name": "Red Hat OpenShift for Windows Containers \u003c10.19",
"product_id": "T046323"
}
},
{
"category": "product_version",
"name": "for Windows Containers 10.19",
"product": {
"name": "Red Hat OpenShift for Windows Containers 10.19",
"product_id": "T046323-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:for_windows_containers__10.19"
}
}
},
{
"category": "product_version_range",
"name": "Logging \u003c6.2.7",
"product": {
"name": "Red Hat OpenShift Logging \u003c6.2.7",
"product_id": "T049493"
}
},
{
"category": "product_version",
"name": "Logging 6.2.7",
"product": {
"name": "Red Hat OpenShift Logging 6.2.7",
"product_id": "T049493-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:logging__6.2.7"
}
}
}
],
"category": "product_name",
"name": "OpenShift"
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
},
{
"category": "product_name",
"name": "SUSE openSUSE",
"product": {
"name": "SUSE openSUSE",
"product_id": "T027843",
"product_identification_helper": {
"cpe": "cpe:/o:suse:opensuse:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c10.2.1",
"product": {
"name": "Splunk Splunk Enterprise \u003c10.2.1",
"product_id": "T051633"
}
},
{
"category": "product_version",
"name": "10.2.1",
"product": {
"name": "Splunk Splunk Enterprise 10.2.1",
"product_id": "T051633-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:splunk:splunk:10.2.1"
}
}
},
{
"category": "product_version_range",
"name": "\u003c10.0.4",
"product": {
"name": "Splunk Splunk Enterprise \u003c10.0.4",
"product_id": "T051634"
}
},
{
"category": "product_version",
"name": "10.0.4",
"product": {
"name": "Splunk Splunk Enterprise 10.0.4",
"product_id": "T051634-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:splunk:splunk:10.0.4"
}
}
},
{
"category": "product_version_range",
"name": "\u003c9.4.9",
"product": {
"name": "Splunk Splunk Enterprise \u003c9.4.9",
"product_id": "T051635"
}
},
{
"category": "product_version",
"name": "9.4.9",
"product": {
"name": "Splunk Splunk Enterprise 9.4.9",
"product_id": "T051635-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:splunk:splunk:9.4.9"
}
}
},
{
"category": "product_version_range",
"name": "\u003c9.3.10",
"product": {
"name": "Splunk Splunk Enterprise \u003c9.3.10",
"product_id": "T051636"
}
},
{
"category": "product_version",
"name": "9.3.10",
"product": {
"name": "Splunk Splunk Enterprise 9.3.10",
"product_id": "T051636-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:splunk:splunk:9.3.10"
}
}
}
],
"category": "product_name",
"name": "Splunk Enterprise"
}
],
"category": "vendor",
"name": "Splunk"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-30204",
"product_status": {
"known_affected": [
"67646",
"T040108",
"T044849",
"T044606",
"T004914",
"T044059",
"T044554",
"T044336",
"T043942",
"T044019",
"T051635",
"T051636",
"398363",
"T027573",
"T044256",
"T044255",
"T028133",
"T049493",
"T042659",
"T051633",
"T051634",
"T032255",
"T043113",
"T044424",
"T002207",
"T042744",
"T043833",
"T043834",
"T027843",
"T044780",
"T046323",
"T043077",
"T043253",
"T043078",
"T043233"
]
},
"release_date": "2025-04-08T22:00:00.000+00:00",
"title": "CVE-2025-30204"
}
]
}
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…