Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-32441 (GCVE-0-2025-32441)
Vulnerability from cvelistv5 – Published: 2025-05-07 23:01 – Updated: 2025-05-08 14:02
VLAI
EPSS
Title
Rack session gets restored after deletion
Summary
Rack is a modular Ruby web server interface. Prior to version 2.2.14, when using the `Rack::Session::Pool` middleware, simultaneous rack requests can restore a deleted rack session, which allows the unauthenticated user to occupy that session. Rack session middleware prepares the session at the beginning of request, then saves is back to the store with possible changes applied by host rack application. This way the session becomes to be a subject of race conditions in general sense over concurrent rack requests. When using the `Rack::Session::Pool` middleware, and provided the attacker can acquire a session cookie (already a major issue), the session may be restored if the attacker can trigger a long running request (within that same session) adjacent to the user logging out, in order to retain illicit access even after a user has attempted to logout. Version 2.2.14 contains a patch for the issue. Some other mitigations are available. Either ensure the application invalidates sessions atomically by marking them as logged out e.g., using a `logged_out` flag, instead of deleting them, and check this flag on every request to prevent reuse; or implement a custom session store that tracks session invalidation timestamps and refuses to accept session data if the session was invalidated after the request began.
Severity
4.2 (Medium)
SSVC
Exploitation: none
Automatable: no
Technical Impact: partial
CISA Coordinator (v2.0.3)
CWE
Assigner
References
3 references
| URL | Tags |
|---|---|
| https://github.com/rack/rack/security/advisories/… | x_refsource_CONFIRM |
| https://github.com/rack/rack/commit/c48e52f7c57e9… | x_refsource_MISC |
| https://github.com/rack/rack/blob/v2.2.13/lib/rac… | x_refsource_MISC |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2025-32441",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-05-08T14:02:00.349152Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-05-08T14:02:25.736Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "rack",
"vendor": "rack",
"versions": [
{
"status": "affected",
"version": "\u003c 2.2.14"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Rack is a modular Ruby web server interface. Prior to version 2.2.14, when using the `Rack::Session::Pool` middleware, simultaneous rack requests can restore a deleted rack session, which allows the unauthenticated user to occupy that session. Rack session middleware prepares the session at the beginning of request, then saves is back to the store with possible changes applied by host rack application. This way the session becomes to be a subject of race conditions in general sense over concurrent rack requests. When using the `Rack::Session::Pool` middleware, and provided the attacker can acquire a session cookie (already a major issue), the session may be restored if the attacker can trigger a long running request (within that same session) adjacent to the user logging out, in order to retain illicit access even after a user has attempted to logout. Version 2.2.14 contains a patch for the issue. Some other mitigations are available. Either ensure the application invalidates sessions atomically by marking them as logged out e.g., using a `logged_out` flag, instead of deleting them, and check this flag on every request to prevent reuse; or implement a custom session store that tracks session invalidation timestamps and refuses to accept session data if the session was invalidated after the request began."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.2,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-362",
"description": "CWE-362: Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-367",
"description": "CWE-367: Time-of-check Time-of-use (TOCTOU) Race Condition",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-613",
"description": "CWE-613: Insufficient Session Expiration",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-05-07T23:01:19.722Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/rack/rack/security/advisories/GHSA-vpfw-47h7-xj4g",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/rack/rack/security/advisories/GHSA-vpfw-47h7-xj4g"
},
{
"name": "https://github.com/rack/rack/commit/c48e52f7c57e99e1e1bf54c8760d4f082cd1c89d",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/rack/rack/commit/c48e52f7c57e99e1e1bf54c8760d4f082cd1c89d"
},
{
"name": "https://github.com/rack/rack/blob/v2.2.13/lib/rack/session/abstract/id.rb#L263-L270",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/rack/rack/blob/v2.2.13/lib/rack/session/abstract/id.rb#L263-L270"
}
],
"source": {
"advisory": "GHSA-vpfw-47h7-xj4g",
"discovery": "UNKNOWN"
},
"title": "Rack session gets restored after deletion"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2025-32441",
"datePublished": "2025-05-07T23:01:19.722Z",
"dateReserved": "2025-04-08T10:54:58.369Z",
"dateUpdated": "2025-05-08T14:02:25.736Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2025-32441",
"date": "2026-06-02",
"epss": "0.00096",
"percentile": "0.26508"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-32441\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2025-05-07T23:15:53.537\",\"lastModified\":\"2025-06-17T19:48:03.580\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Rack is a modular Ruby web server interface. Prior to version 2.2.14, when using the `Rack::Session::Pool` middleware, simultaneous rack requests can restore a deleted rack session, which allows the unauthenticated user to occupy that session. Rack session middleware prepares the session at the beginning of request, then saves is back to the store with possible changes applied by host rack application. This way the session becomes to be a subject of race conditions in general sense over concurrent rack requests. When using the `Rack::Session::Pool` middleware, and provided the attacker can acquire a session cookie (already a major issue), the session may be restored if the attacker can trigger a long running request (within that same session) adjacent to the user logging out, in order to retain illicit access even after a user has attempted to logout. Version 2.2.14 contains a patch for the issue. Some other mitigations are available. Either ensure the application invalidates sessions atomically by marking them as logged out e.g., using a `logged_out` flag, instead of deleting them, and check this flag on every request to prevent reuse; or implement a custom session store that tracks session invalidation timestamps and refuses to accept session data if the session was invalidated after the request began.\"},{\"lang\":\"es\",\"value\":\"Rack es una interfaz modular de servidor web Ruby. Antes de la versi\u00f3n 2.2.14, al usar el middleware `Rack::Session::Pool`, las solicitudes simult\u00e1neas de Rack pod\u00edan restaurar una sesi\u00f3n de Rack eliminada, lo que permit\u00eda al usuario no autenticado ocuparla. El middleware de sesi\u00f3n de Rack prepara la sesi\u00f3n al inicio de la solicitud y la guarda en el almac\u00e9n con los posibles cambios aplicados por la aplicaci\u00f3n host de Rack. De esta forma, la sesi\u00f3n se convierte en objeto de condiciones de ejecuci\u00f3n, generalmente, sobre solicitudes concurrentes de Rack. Al usar el middleware `Rack::Session::Pool`, y siempre que el atacante pueda obtener una cookie de sesi\u00f3n (un problema ya importante), la sesi\u00f3n puede restaurarse si el atacante puede activar una solicitud de larga duraci\u00f3n (dentro de la misma sesi\u00f3n) junto al cierre de sesi\u00f3n del usuario, para as\u00ed retener el acceso il\u00edcito incluso despu\u00e9s de que el usuario haya intentado cerrar sesi\u00f3n. La versi\u00f3n 2.2.14 incluye un parche para este problema. Hay otras mitigaciones disponibles. Aseg\u00farese de que la aplicaci\u00f3n invalide las sesiones de manera at\u00f3mica marc\u00e1ndolas como desconectadas, por ejemplo, utilizando una bandera `logged_out`, en lugar de eliminarlas, y verifique esta bandera en cada solicitud para evitar la reutilizaci\u00f3n; o implemente un almac\u00e9n de sesiones personalizado que rastree las marcas de tiempo de invalidaci\u00f3n de la sesi\u00f3n y se niegue a aceptar datos de la sesi\u00f3n si la sesi\u00f3n se invalid\u00f3 despu\u00e9s de que comenz\u00f3 la solicitud.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N\",\"baseScore\":4.2,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":1.6,\"impactScore\":2.5},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N\",\"baseScore\":4.2,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":1.6,\"impactScore\":2.5}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-362\"},{\"lang\":\"en\",\"value\":\"CWE-367\"},{\"lang\":\"en\",\"value\":\"CWE-613\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:rack:rack:*:*:*:*:*:ruby:*:*\",\"versionEndExcluding\":\"2.2.14\",\"matchCriteriaId\":\"FEC7339A-778A-4139-B900-C42761EA6F08\"}]}]}],\"references\":[{\"url\":\"https://github.com/rack/rack/blob/v2.2.13/lib/rack/session/abstract/id.rb#L263-L270\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Product\"]},{\"url\":\"https://github.com/rack/rack/commit/c48e52f7c57e99e1e1bf54c8760d4f082cd1c89d\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/rack/rack/security/advisories/GHSA-vpfw-47h7-xj4g\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Mitigation\",\"Vendor Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-32441\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-05-08T14:02:00.349152Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-05-08T14:02:18.823Z\"}}], \"cna\": {\"title\": \"Rack session gets restored after deletion\", \"source\": {\"advisory\": \"GHSA-vpfw-47h7-xj4g\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 4.2, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N\", \"integrityImpact\": \"LOW\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"HIGH\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"LOW\", \"confidentialityImpact\": \"LOW\"}}], \"affected\": [{\"vendor\": \"rack\", \"product\": \"rack\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 2.2.14\"}]}], \"references\": [{\"url\": \"https://github.com/rack/rack/security/advisories/GHSA-vpfw-47h7-xj4g\", \"name\": \"https://github.com/rack/rack/security/advisories/GHSA-vpfw-47h7-xj4g\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/rack/rack/commit/c48e52f7c57e99e1e1bf54c8760d4f082cd1c89d\", \"name\": \"https://github.com/rack/rack/commit/c48e52f7c57e99e1e1bf54c8760d4f082cd1c89d\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/rack/rack/blob/v2.2.13/lib/rack/session/abstract/id.rb#L263-L270\", \"name\": \"https://github.com/rack/rack/blob/v2.2.13/lib/rack/session/abstract/id.rb#L263-L270\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Rack is a modular Ruby web server interface. Prior to version 2.2.14, when using the `Rack::Session::Pool` middleware, simultaneous rack requests can restore a deleted rack session, which allows the unauthenticated user to occupy that session. Rack session middleware prepares the session at the beginning of request, then saves is back to the store with possible changes applied by host rack application. This way the session becomes to be a subject of race conditions in general sense over concurrent rack requests. When using the `Rack::Session::Pool` middleware, and provided the attacker can acquire a session cookie (already a major issue), the session may be restored if the attacker can trigger a long running request (within that same session) adjacent to the user logging out, in order to retain illicit access even after a user has attempted to logout. Version 2.2.14 contains a patch for the issue. Some other mitigations are available. Either ensure the application invalidates sessions atomically by marking them as logged out e.g., using a `logged_out` flag, instead of deleting them, and check this flag on every request to prevent reuse; or implement a custom session store that tracks session invalidation timestamps and refuses to accept session data if the session was invalidated after the request began.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-362\", \"description\": \"CWE-362: Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)\"}]}, {\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-367\", \"description\": \"CWE-367: Time-of-check Time-of-use (TOCTOU) Race Condition\"}]}, {\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-613\", \"description\": \"CWE-613: Insufficient Session Expiration\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2025-05-07T23:01:19.722Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-32441\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-05-08T14:02:25.736Z\", \"dateReserved\": \"2025-04-08T10:54:58.369Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2025-05-07T23:01:19.722Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
SUSE-SU-2025:02329-1
Vulnerability from csaf_suse - Published: 2025-07-16 09:37 - Updated: 2025-07-16 09:37Summary
Security update for rmt-server
Severity
Important
Notes
Title of the patch: Security update for rmt-server
Description of the patch: This update for rmt-server fixes the following issues:
- Update to version 2.23
- CVE-2025-46727: Fixed Unbounded-Parameter DoS in Rack:QueryParser. (bsc#1242893)
- CVE-2025-32441: Fixed a bug where simultaneous rack requests can restore a deleted rack session. (bsc#1242898)
Patchnames: SUSE-2025-2329,SUSE-SLE-Module-Public-Cloud-15-SP4-2025-2329,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-2329,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-2329,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-2329,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-2329,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2025-2329,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2025-2329
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
4.2 (Medium)
Affected products
Recommended
32 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rmt-server-2.23-150400.3.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rmt-server-2.23-150400.3.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rmt-server-config-2.23-150400.3.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rmt-server-config-2.23-150400.3.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.23-150400.3.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.23-150400.3.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.23-150400.3.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.23-150400.3.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-2.23-150400.3.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-2.23-150400.3.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-config-2.23-150400.3.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-config-2.23-150400.3.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:rmt-server-2.23-150400.3.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:rmt-server-config-2.23-150400.3.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rmt-server-2.23-150400.3.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rmt-server-2.23-150400.3.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rmt-server-2.23-150400.3.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rmt-server-config-2.23-150400.3.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rmt-server-config-2.23-150400.3.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rmt-server-config-2.23-150400.3.42.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:rmt-server-2.23-150400.3.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rmt-server-2.23-150400.3.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rmt-server-config-2.23-150400.3.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rmt-server-config-2.23-150400.3.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.23-150400.3.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.23-150400.3.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.23-150400.3.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.23-150400.3.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-2.23-150400.3.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-2.23-150400.3.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-config-2.23-150400.3.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-config-2.23-150400.3.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:rmt-server-2.23-150400.3.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:rmt-server-config-2.23-150400.3.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rmt-server-2.23-150400.3.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rmt-server-2.23-150400.3.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rmt-server-2.23-150400.3.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rmt-server-config-2.23-150400.3.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rmt-server-config-2.23-150400.3.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rmt-server-config-2.23-150400.3.42.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
17 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 rmt-server",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for rmt-server fixes the following issues:\n\n- Update to version 2.23\n- CVE-2025-46727: Fixed Unbounded-Parameter DoS in Rack:QueryParser. (bsc#1242893)\n- CVE-2025-32441: Fixed a bug where simultaneous rack requests can restore a deleted rack session. (bsc#1242898)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-2329,SUSE-SLE-Module-Public-Cloud-15-SP4-2025-2329,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-2329,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-2329,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-2329,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-2329,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2025-2329,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2025-2329",
"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_02329-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:02329-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202502329-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:02329-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-July/040727.html"
},
{
"category": "self",
"summary": "SUSE Bug 1236600",
"url": "https://bugzilla.suse.com/1236600"
},
{
"category": "self",
"summary": "SUSE Bug 1236816",
"url": "https://bugzilla.suse.com/1236816"
},
{
"category": "self",
"summary": "SUSE Bug 1236836",
"url": "https://bugzilla.suse.com/1236836"
},
{
"category": "self",
"summary": "SUSE Bug 1237373",
"url": "https://bugzilla.suse.com/1237373"
},
{
"category": "self",
"summary": "SUSE Bug 1242893",
"url": "https://bugzilla.suse.com/1242893"
},
{
"category": "self",
"summary": "SUSE Bug 1242898",
"url": "https://bugzilla.suse.com/1242898"
},
{
"category": "self",
"summary": "SUSE Bug 1244166",
"url": "https://bugzilla.suse.com/1244166"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-32441 page",
"url": "https://www.suse.com/security/cve/CVE-2025-32441/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-46727 page",
"url": "https://www.suse.com/security/cve/CVE-2025-46727/"
}
],
"title": "Security update for rmt-server",
"tracking": {
"current_release_date": "2025-07-16T09:37:49Z",
"generator": {
"date": "2025-07-16T09:37:49Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:02329-1",
"initial_release_date": "2025-07-16T09:37:49Z",
"revision_history": [
{
"date": "2025-07-16T09:37:49Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "rmt-server-2.23-150400.3.42.1.aarch64",
"product": {
"name": "rmt-server-2.23-150400.3.42.1.aarch64",
"product_id": "rmt-server-2.23-150400.3.42.1.aarch64"
}
},
{
"category": "product_version",
"name": "rmt-server-config-2.23-150400.3.42.1.aarch64",
"product": {
"name": "rmt-server-config-2.23-150400.3.42.1.aarch64",
"product_id": "rmt-server-config-2.23-150400.3.42.1.aarch64"
}
},
{
"category": "product_version",
"name": "rmt-server-pubcloud-2.23-150400.3.42.1.aarch64",
"product": {
"name": "rmt-server-pubcloud-2.23-150400.3.42.1.aarch64",
"product_id": "rmt-server-pubcloud-2.23-150400.3.42.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "rmt-server-2.23-150400.3.42.1.ppc64le",
"product": {
"name": "rmt-server-2.23-150400.3.42.1.ppc64le",
"product_id": "rmt-server-2.23-150400.3.42.1.ppc64le"
}
},
{
"category": "product_version",
"name": "rmt-server-config-2.23-150400.3.42.1.ppc64le",
"product": {
"name": "rmt-server-config-2.23-150400.3.42.1.ppc64le",
"product_id": "rmt-server-config-2.23-150400.3.42.1.ppc64le"
}
},
{
"category": "product_version",
"name": "rmt-server-pubcloud-2.23-150400.3.42.1.ppc64le",
"product": {
"name": "rmt-server-pubcloud-2.23-150400.3.42.1.ppc64le",
"product_id": "rmt-server-pubcloud-2.23-150400.3.42.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "rmt-server-2.23-150400.3.42.1.s390x",
"product": {
"name": "rmt-server-2.23-150400.3.42.1.s390x",
"product_id": "rmt-server-2.23-150400.3.42.1.s390x"
}
},
{
"category": "product_version",
"name": "rmt-server-config-2.23-150400.3.42.1.s390x",
"product": {
"name": "rmt-server-config-2.23-150400.3.42.1.s390x",
"product_id": "rmt-server-config-2.23-150400.3.42.1.s390x"
}
},
{
"category": "product_version",
"name": "rmt-server-pubcloud-2.23-150400.3.42.1.s390x",
"product": {
"name": "rmt-server-pubcloud-2.23-150400.3.42.1.s390x",
"product_id": "rmt-server-pubcloud-2.23-150400.3.42.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rmt-server-2.23-150400.3.42.1.x86_64",
"product": {
"name": "rmt-server-2.23-150400.3.42.1.x86_64",
"product_id": "rmt-server-2.23-150400.3.42.1.x86_64"
}
},
{
"category": "product_version",
"name": "rmt-server-config-2.23-150400.3.42.1.x86_64",
"product": {
"name": "rmt-server-config-2.23-150400.3.42.1.x86_64",
"product_id": "rmt-server-config-2.23-150400.3.42.1.x86_64"
}
},
{
"category": "product_version",
"name": "rmt-server-pubcloud-2.23-150400.3.42.1.x86_64",
"product": {
"name": "rmt-server-pubcloud-2.23-150400.3.42.1.x86_64",
"product_id": "rmt-server-pubcloud-2.23-150400.3.42.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-public-cloud:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 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 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_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-pubcloud-2.23-150400.3.42.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.23-150400.3.42.1.aarch64"
},
"product_reference": "rmt-server-pubcloud-2.23-150400.3.42.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-pubcloud-2.23-150400.3.42.1.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.23-150400.3.42.1.ppc64le"
},
"product_reference": "rmt-server-pubcloud-2.23-150400.3.42.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-pubcloud-2.23-150400.3.42.1.s390x as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.23-150400.3.42.1.s390x"
},
"product_reference": "rmt-server-pubcloud-2.23-150400.3.42.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-pubcloud-2.23-150400.3.42.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.23-150400.3.42.1.x86_64"
},
"product_reference": "rmt-server-pubcloud-2.23-150400.3.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150400.3.42.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:rmt-server-2.23-150400.3.42.1.aarch64"
},
"product_reference": "rmt-server-2.23-150400.3.42.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150400.3.42.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:rmt-server-2.23-150400.3.42.1.x86_64"
},
"product_reference": "rmt-server-2.23-150400.3.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.23-150400.3.42.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:rmt-server-config-2.23-150400.3.42.1.aarch64"
},
"product_reference": "rmt-server-config-2.23-150400.3.42.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.23-150400.3.42.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:rmt-server-config-2.23-150400.3.42.1.x86_64"
},
"product_reference": "rmt-server-config-2.23-150400.3.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150400.3.42.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:rmt-server-2.23-150400.3.42.1.aarch64"
},
"product_reference": "rmt-server-2.23-150400.3.42.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150400.3.42.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:rmt-server-2.23-150400.3.42.1.x86_64"
},
"product_reference": "rmt-server-2.23-150400.3.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.23-150400.3.42.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:rmt-server-config-2.23-150400.3.42.1.aarch64"
},
"product_reference": "rmt-server-config-2.23-150400.3.42.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.23-150400.3.42.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:rmt-server-config-2.23-150400.3.42.1.x86_64"
},
"product_reference": "rmt-server-config-2.23-150400.3.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150400.3.42.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.aarch64"
},
"product_reference": "rmt-server-2.23-150400.3.42.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150400.3.42.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.ppc64le"
},
"product_reference": "rmt-server-2.23-150400.3.42.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150400.3.42.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.s390x"
},
"product_reference": "rmt-server-2.23-150400.3.42.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150400.3.42.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.x86_64"
},
"product_reference": "rmt-server-2.23-150400.3.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.23-150400.3.42.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.aarch64"
},
"product_reference": "rmt-server-config-2.23-150400.3.42.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.23-150400.3.42.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.ppc64le"
},
"product_reference": "rmt-server-config-2.23-150400.3.42.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.23-150400.3.42.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.s390x"
},
"product_reference": "rmt-server-config-2.23-150400.3.42.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.23-150400.3.42.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.x86_64"
},
"product_reference": "rmt-server-config-2.23-150400.3.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150400.3.42.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:rmt-server-2.23-150400.3.42.1.ppc64le"
},
"product_reference": "rmt-server-2.23-150400.3.42.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150400.3.42.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:rmt-server-2.23-150400.3.42.1.x86_64"
},
"product_reference": "rmt-server-2.23-150400.3.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.23-150400.3.42.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:rmt-server-config-2.23-150400.3.42.1.ppc64le"
},
"product_reference": "rmt-server-config-2.23-150400.3.42.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.23-150400.3.42.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:rmt-server-config-2.23-150400.3.42.1.x86_64"
},
"product_reference": "rmt-server-config-2.23-150400.3.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150400.3.42.1.x86_64 as component of SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3:rmt-server-2.23-150400.3.42.1.x86_64"
},
"product_reference": "rmt-server-2.23-150400.3.42.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.23-150400.3.42.1.x86_64 as component of SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3:rmt-server-config-2.23-150400.3.42.1.x86_64"
},
"product_reference": "rmt-server-config-2.23-150400.3.42.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150400.3.42.1.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:rmt-server-2.23-150400.3.42.1.ppc64le"
},
"product_reference": "rmt-server-2.23-150400.3.42.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150400.3.42.1.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:rmt-server-2.23-150400.3.42.1.s390x"
},
"product_reference": "rmt-server-2.23-150400.3.42.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150400.3.42.1.x86_64 as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:rmt-server-2.23-150400.3.42.1.x86_64"
},
"product_reference": "rmt-server-2.23-150400.3.42.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.23-150400.3.42.1.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:rmt-server-config-2.23-150400.3.42.1.ppc64le"
},
"product_reference": "rmt-server-config-2.23-150400.3.42.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.23-150400.3.42.1.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:rmt-server-config-2.23-150400.3.42.1.s390x"
},
"product_reference": "rmt-server-config-2.23-150400.3.42.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.23-150400.3.42.1.x86_64 as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:rmt-server-config-2.23-150400.3.42.1.x86_64"
},
"product_reference": "rmt-server-config-2.23-150400.3.42.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.3"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-32441",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-32441"
}
],
"notes": [
{
"category": "general",
"text": "Rack is a modular Ruby web server interface. Prior to version 2.2.14, when using the `Rack::Session::Pool` middleware, simultaneous rack requests can restore a deleted rack session, which allows the unauthenticated user to occupy that session. Rack session middleware prepares the session at the beginning of request, then saves is back to the store with possible changes applied by host rack application. This way the session becomes to be a subject of race conditions in general sense over concurrent rack requests. When using the `Rack::Session::Pool` middleware, and provided the attacker can acquire a session cookie (already a major issue), the session may be restored if the attacker can trigger a long running request (within that same session) adjacent to the user logging out, in order to retain illicit access even after a user has attempted to logout. Version 2.2.14 contains a patch for the issue. Some other mitigations are available. Either ensure the application invalidates sessions atomically by marking them as logged out e.g., using a `logged_out` flag, instead of deleting them, and check this flag on every request to prevent reuse; or implement a custom session store that tracks session invalidation timestamps and refuses to accept session data if the session was invalidated after the request began.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rmt-server-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rmt-server-config-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rmt-server-config-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.23-150400.3.42.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.23-150400.3.42.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-2.23-150400.3.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-config-2.23-150400.3.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-config-2.23-150400.3.42.1.x86_64",
"SUSE Manager Proxy 4.3:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Manager Proxy 4.3:rmt-server-config-2.23-150400.3.42.1.x86_64",
"SUSE Manager Server 4.3:rmt-server-2.23-150400.3.42.1.ppc64le",
"SUSE Manager Server 4.3:rmt-server-2.23-150400.3.42.1.s390x",
"SUSE Manager Server 4.3:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Manager Server 4.3:rmt-server-config-2.23-150400.3.42.1.ppc64le",
"SUSE Manager Server 4.3:rmt-server-config-2.23-150400.3.42.1.s390x",
"SUSE Manager Server 4.3:rmt-server-config-2.23-150400.3.42.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-32441",
"url": "https://www.suse.com/security/cve/CVE-2025-32441"
},
{
"category": "external",
"summary": "SUSE Bug 1242897 for CVE-2025-32441",
"url": "https://bugzilla.suse.com/1242897"
}
],
"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:rmt-server-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rmt-server-config-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rmt-server-config-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.23-150400.3.42.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.23-150400.3.42.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-2.23-150400.3.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-config-2.23-150400.3.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-config-2.23-150400.3.42.1.x86_64",
"SUSE Manager Proxy 4.3:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Manager Proxy 4.3:rmt-server-config-2.23-150400.3.42.1.x86_64",
"SUSE Manager Server 4.3:rmt-server-2.23-150400.3.42.1.ppc64le",
"SUSE Manager Server 4.3:rmt-server-2.23-150400.3.42.1.s390x",
"SUSE Manager Server 4.3:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Manager Server 4.3:rmt-server-config-2.23-150400.3.42.1.ppc64le",
"SUSE Manager Server 4.3:rmt-server-config-2.23-150400.3.42.1.s390x",
"SUSE Manager Server 4.3:rmt-server-config-2.23-150400.3.42.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rmt-server-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rmt-server-config-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rmt-server-config-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.23-150400.3.42.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.23-150400.3.42.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-2.23-150400.3.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-config-2.23-150400.3.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-config-2.23-150400.3.42.1.x86_64",
"SUSE Manager Proxy 4.3:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Manager Proxy 4.3:rmt-server-config-2.23-150400.3.42.1.x86_64",
"SUSE Manager Server 4.3:rmt-server-2.23-150400.3.42.1.ppc64le",
"SUSE Manager Server 4.3:rmt-server-2.23-150400.3.42.1.s390x",
"SUSE Manager Server 4.3:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Manager Server 4.3:rmt-server-config-2.23-150400.3.42.1.ppc64le",
"SUSE Manager Server 4.3:rmt-server-config-2.23-150400.3.42.1.s390x",
"SUSE Manager Server 4.3:rmt-server-config-2.23-150400.3.42.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-16T09:37:49Z",
"details": "moderate"
}
],
"title": "CVE-2025-32441"
},
{
"cve": "CVE-2025-46727",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-46727"
}
],
"notes": [
{
"category": "general",
"text": "Rack is a modular Ruby web server interface. Prior to versions 2.2.14, 3.0.16, and 3.1.14, `Rack::QueryParser` parses query strings and `application/x-www-form-urlencoded` bodies into Ruby data structures without imposing any limit on the number of parameters, allowing attackers to send requests with extremely large numbers of parameters. The vulnerability arises because `Rack::QueryParser` iterates over each `\u0026`-separated key-value pair and adds it to a Hash without enforcing an upper bound on the total number of parameters. This allows an attacker to send a single request containing hundreds of thousands (or more) of parameters, which consumes excessive memory and CPU during parsing. An attacker can trigger denial of service by sending specifically crafted HTTP requests, which can cause memory exhaustion or pin CPU resources, stalling or crashing the Rack server. This results in full service disruption until the affected worker is restarted. Versions 2.2.14, 3.0.16, and 3.1.14 fix the issue. Some other mitigations are available. One may use middleware to enforce a maximum query string size or parameter count, or employ a reverse proxy (such as Nginx) to limit request sizes and reject oversized query strings or bodies. Limiting request body sizes and query string lengths at the web server or CDN level is an effective mitigation.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rmt-server-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rmt-server-config-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rmt-server-config-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.23-150400.3.42.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.23-150400.3.42.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-2.23-150400.3.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-config-2.23-150400.3.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-config-2.23-150400.3.42.1.x86_64",
"SUSE Manager Proxy 4.3:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Manager Proxy 4.3:rmt-server-config-2.23-150400.3.42.1.x86_64",
"SUSE Manager Server 4.3:rmt-server-2.23-150400.3.42.1.ppc64le",
"SUSE Manager Server 4.3:rmt-server-2.23-150400.3.42.1.s390x",
"SUSE Manager Server 4.3:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Manager Server 4.3:rmt-server-config-2.23-150400.3.42.1.ppc64le",
"SUSE Manager Server 4.3:rmt-server-config-2.23-150400.3.42.1.s390x",
"SUSE Manager Server 4.3:rmt-server-config-2.23-150400.3.42.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-46727",
"url": "https://www.suse.com/security/cve/CVE-2025-46727"
},
{
"category": "external",
"summary": "SUSE Bug 1242891 for CVE-2025-46727",
"url": "https://bugzilla.suse.com/1242891"
}
],
"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:rmt-server-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rmt-server-config-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rmt-server-config-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.23-150400.3.42.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.23-150400.3.42.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-2.23-150400.3.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-config-2.23-150400.3.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-config-2.23-150400.3.42.1.x86_64",
"SUSE Manager Proxy 4.3:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Manager Proxy 4.3:rmt-server-config-2.23-150400.3.42.1.x86_64",
"SUSE Manager Server 4.3:rmt-server-2.23-150400.3.42.1.ppc64le",
"SUSE Manager Server 4.3:rmt-server-2.23-150400.3.42.1.s390x",
"SUSE Manager Server 4.3:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Manager Server 4.3:rmt-server-config-2.23-150400.3.42.1.ppc64le",
"SUSE Manager Server 4.3:rmt-server-config-2.23-150400.3.42.1.s390x",
"SUSE Manager Server 4.3:rmt-server-config-2.23-150400.3.42.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:rmt-server-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rmt-server-config-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rmt-server-config-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.23-150400.3.42.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.23-150400.3.42.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:rmt-server-pubcloud-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rmt-server-config-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-2.23-150400.3.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-config-2.23-150400.3.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rmt-server-config-2.23-150400.3.42.1.x86_64",
"SUSE Manager Proxy 4.3:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Manager Proxy 4.3:rmt-server-config-2.23-150400.3.42.1.x86_64",
"SUSE Manager Server 4.3:rmt-server-2.23-150400.3.42.1.ppc64le",
"SUSE Manager Server 4.3:rmt-server-2.23-150400.3.42.1.s390x",
"SUSE Manager Server 4.3:rmt-server-2.23-150400.3.42.1.x86_64",
"SUSE Manager Server 4.3:rmt-server-config-2.23-150400.3.42.1.ppc64le",
"SUSE Manager Server 4.3:rmt-server-config-2.23-150400.3.42.1.s390x",
"SUSE Manager Server 4.3:rmt-server-config-2.23-150400.3.42.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-16T09:37:49Z",
"details": "important"
}
],
"title": "CVE-2025-46727"
}
]
}
SUSE-SU-2025:02330-1
Vulnerability from csaf_suse - Published: 2025-07-16 11:10 - Updated: 2025-07-16 11:10Summary
Security update for rmt-server
Severity
Important
Notes
Title of the patch: Security update for rmt-server
Description of the patch: This update for rmt-server fixes the following issues:
- Update to version 2.23
- CVE-2025-46727: Fixed Unbounded-Parameter DoS in Rack:QueryParser. (bsc#1242893)
- CVE-2025-32441: Fixed a bug where simultaneous rack requests can restore a deleted rack session. (bsc#1242898)
Patchnames: SUSE-2025-2330,SUSE-SLE-Module-Public-Cloud-15-SP7-2025-2330,SUSE-SLE-Module-Server-Applications-15-SP7-2025-2330
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
4.2 (Medium)
Affected products
Recommended
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP7:rmt-server-pubcloud-2.23-150700.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP7:rmt-server-pubcloud-2.23-150700.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP7:rmt-server-pubcloud-2.23-150700.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP7:rmt-server-pubcloud-2.23-150700.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-2.23-150700.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-2.23-150700.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-2.23-150700.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-2.23-150700.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-config-2.23-150700.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-config-2.23-150700.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-config-2.23-150700.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-config-2.23-150700.3.6.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.5 (High)
Affected products
Recommended
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP7:rmt-server-pubcloud-2.23-150700.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP7:rmt-server-pubcloud-2.23-150700.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP7:rmt-server-pubcloud-2.23-150700.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP7:rmt-server-pubcloud-2.23-150700.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-2.23-150700.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-2.23-150700.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-2.23-150700.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-2.23-150700.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-config-2.23-150700.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-config-2.23-150700.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-config-2.23-150700.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-config-2.23-150700.3.6.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
13 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 rmt-server",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for rmt-server fixes the following issues:\n\n- Update to version 2.23\n- CVE-2025-46727: Fixed Unbounded-Parameter DoS in Rack:QueryParser. (bsc#1242893)\n- CVE-2025-32441: Fixed a bug where simultaneous rack requests can restore a deleted rack session. (bsc#1242898)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-2330,SUSE-SLE-Module-Public-Cloud-15-SP7-2025-2330,SUSE-SLE-Module-Server-Applications-15-SP7-2025-2330",
"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_02330-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:02330-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202502330-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:02330-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-July/040726.html"
},
{
"category": "self",
"summary": "SUSE Bug 1242893",
"url": "https://bugzilla.suse.com/1242893"
},
{
"category": "self",
"summary": "SUSE Bug 1242898",
"url": "https://bugzilla.suse.com/1242898"
},
{
"category": "self",
"summary": "SUSE Bug 1244166",
"url": "https://bugzilla.suse.com/1244166"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-32441 page",
"url": "https://www.suse.com/security/cve/CVE-2025-32441/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-46727 page",
"url": "https://www.suse.com/security/cve/CVE-2025-46727/"
}
],
"title": "Security update for rmt-server",
"tracking": {
"current_release_date": "2025-07-16T11:10:11Z",
"generator": {
"date": "2025-07-16T11:10:11Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:02330-1",
"initial_release_date": "2025-07-16T11:10:11Z",
"revision_history": [
{
"date": "2025-07-16T11:10:11Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "rmt-server-2.23-150700.3.6.1.aarch64",
"product": {
"name": "rmt-server-2.23-150700.3.6.1.aarch64",
"product_id": "rmt-server-2.23-150700.3.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "rmt-server-config-2.23-150700.3.6.1.aarch64",
"product": {
"name": "rmt-server-config-2.23-150700.3.6.1.aarch64",
"product_id": "rmt-server-config-2.23-150700.3.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "rmt-server-pubcloud-2.23-150700.3.6.1.aarch64",
"product": {
"name": "rmt-server-pubcloud-2.23-150700.3.6.1.aarch64",
"product_id": "rmt-server-pubcloud-2.23-150700.3.6.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "rmt-server-2.23-150700.3.6.1.ppc64le",
"product": {
"name": "rmt-server-2.23-150700.3.6.1.ppc64le",
"product_id": "rmt-server-2.23-150700.3.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "rmt-server-config-2.23-150700.3.6.1.ppc64le",
"product": {
"name": "rmt-server-config-2.23-150700.3.6.1.ppc64le",
"product_id": "rmt-server-config-2.23-150700.3.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "rmt-server-pubcloud-2.23-150700.3.6.1.ppc64le",
"product": {
"name": "rmt-server-pubcloud-2.23-150700.3.6.1.ppc64le",
"product_id": "rmt-server-pubcloud-2.23-150700.3.6.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "rmt-server-2.23-150700.3.6.1.s390x",
"product": {
"name": "rmt-server-2.23-150700.3.6.1.s390x",
"product_id": "rmt-server-2.23-150700.3.6.1.s390x"
}
},
{
"category": "product_version",
"name": "rmt-server-config-2.23-150700.3.6.1.s390x",
"product": {
"name": "rmt-server-config-2.23-150700.3.6.1.s390x",
"product_id": "rmt-server-config-2.23-150700.3.6.1.s390x"
}
},
{
"category": "product_version",
"name": "rmt-server-pubcloud-2.23-150700.3.6.1.s390x",
"product": {
"name": "rmt-server-pubcloud-2.23-150700.3.6.1.s390x",
"product_id": "rmt-server-pubcloud-2.23-150700.3.6.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rmt-server-2.23-150700.3.6.1.x86_64",
"product": {
"name": "rmt-server-2.23-150700.3.6.1.x86_64",
"product_id": "rmt-server-2.23-150700.3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "rmt-server-config-2.23-150700.3.6.1.x86_64",
"product": {
"name": "rmt-server-config-2.23-150700.3.6.1.x86_64",
"product_id": "rmt-server-config-2.23-150700.3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "rmt-server-pubcloud-2.23-150700.3.6.1.x86_64",
"product": {
"name": "rmt-server-pubcloud-2.23-150700.3.6.1.x86_64",
"product_id": "rmt-server-pubcloud-2.23-150700.3.6.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-public-cloud:15:sp7"
}
}
},
{
"category": "product_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_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-pubcloud-2.23-150700.3.6.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP7:rmt-server-pubcloud-2.23-150700.3.6.1.aarch64"
},
"product_reference": "rmt-server-pubcloud-2.23-150700.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-pubcloud-2.23-150700.3.6.1.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP7:rmt-server-pubcloud-2.23-150700.3.6.1.ppc64le"
},
"product_reference": "rmt-server-pubcloud-2.23-150700.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-pubcloud-2.23-150700.3.6.1.s390x as component of SUSE Linux Enterprise Module for Public Cloud 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP7:rmt-server-pubcloud-2.23-150700.3.6.1.s390x"
},
"product_reference": "rmt-server-pubcloud-2.23-150700.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-pubcloud-2.23-150700.3.6.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP7:rmt-server-pubcloud-2.23-150700.3.6.1.x86_64"
},
"product_reference": "rmt-server-pubcloud-2.23-150700.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150700.3.6.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:rmt-server-2.23-150700.3.6.1.aarch64"
},
"product_reference": "rmt-server-2.23-150700.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150700.3.6.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:rmt-server-2.23-150700.3.6.1.ppc64le"
},
"product_reference": "rmt-server-2.23-150700.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150700.3.6.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:rmt-server-2.23-150700.3.6.1.s390x"
},
"product_reference": "rmt-server-2.23-150700.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150700.3.6.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:rmt-server-2.23-150700.3.6.1.x86_64"
},
"product_reference": "rmt-server-2.23-150700.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.23-150700.3.6.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:rmt-server-config-2.23-150700.3.6.1.aarch64"
},
"product_reference": "rmt-server-config-2.23-150700.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.23-150700.3.6.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:rmt-server-config-2.23-150700.3.6.1.ppc64le"
},
"product_reference": "rmt-server-config-2.23-150700.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.23-150700.3.6.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:rmt-server-config-2.23-150700.3.6.1.s390x"
},
"product_reference": "rmt-server-config-2.23-150700.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.23-150700.3.6.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:rmt-server-config-2.23-150700.3.6.1.x86_64"
},
"product_reference": "rmt-server-config-2.23-150700.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-32441",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-32441"
}
],
"notes": [
{
"category": "general",
"text": "Rack is a modular Ruby web server interface. Prior to version 2.2.14, when using the `Rack::Session::Pool` middleware, simultaneous rack requests can restore a deleted rack session, which allows the unauthenticated user to occupy that session. Rack session middleware prepares the session at the beginning of request, then saves is back to the store with possible changes applied by host rack application. This way the session becomes to be a subject of race conditions in general sense over concurrent rack requests. When using the `Rack::Session::Pool` middleware, and provided the attacker can acquire a session cookie (already a major issue), the session may be restored if the attacker can trigger a long running request (within that same session) adjacent to the user logging out, in order to retain illicit access even after a user has attempted to logout. Version 2.2.14 contains a patch for the issue. Some other mitigations are available. Either ensure the application invalidates sessions atomically by marking them as logged out e.g., using a `logged_out` flag, instead of deleting them, and check this flag on every request to prevent reuse; or implement a custom session store that tracks session invalidation timestamps and refuses to accept session data if the session was invalidated after the request began.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Public Cloud 15 SP7:rmt-server-pubcloud-2.23-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP7:rmt-server-pubcloud-2.23-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP7:rmt-server-pubcloud-2.23-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP7:rmt-server-pubcloud-2.23-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-2.23-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-2.23-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-2.23-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-2.23-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-config-2.23-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-config-2.23-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-config-2.23-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-config-2.23-150700.3.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-32441",
"url": "https://www.suse.com/security/cve/CVE-2025-32441"
},
{
"category": "external",
"summary": "SUSE Bug 1242897 for CVE-2025-32441",
"url": "https://bugzilla.suse.com/1242897"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Public Cloud 15 SP7:rmt-server-pubcloud-2.23-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP7:rmt-server-pubcloud-2.23-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP7:rmt-server-pubcloud-2.23-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP7:rmt-server-pubcloud-2.23-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-2.23-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-2.23-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-2.23-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-2.23-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-config-2.23-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-config-2.23-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-config-2.23-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-config-2.23-150700.3.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Public Cloud 15 SP7:rmt-server-pubcloud-2.23-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP7:rmt-server-pubcloud-2.23-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP7:rmt-server-pubcloud-2.23-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP7:rmt-server-pubcloud-2.23-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-2.23-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-2.23-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-2.23-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-2.23-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-config-2.23-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-config-2.23-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-config-2.23-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-config-2.23-150700.3.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-16T11:10:11Z",
"details": "moderate"
}
],
"title": "CVE-2025-32441"
},
{
"cve": "CVE-2025-46727",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-46727"
}
],
"notes": [
{
"category": "general",
"text": "Rack is a modular Ruby web server interface. Prior to versions 2.2.14, 3.0.16, and 3.1.14, `Rack::QueryParser` parses query strings and `application/x-www-form-urlencoded` bodies into Ruby data structures without imposing any limit on the number of parameters, allowing attackers to send requests with extremely large numbers of parameters. The vulnerability arises because `Rack::QueryParser` iterates over each `\u0026`-separated key-value pair and adds it to a Hash without enforcing an upper bound on the total number of parameters. This allows an attacker to send a single request containing hundreds of thousands (or more) of parameters, which consumes excessive memory and CPU during parsing. An attacker can trigger denial of service by sending specifically crafted HTTP requests, which can cause memory exhaustion or pin CPU resources, stalling or crashing the Rack server. This results in full service disruption until the affected worker is restarted. Versions 2.2.14, 3.0.16, and 3.1.14 fix the issue. Some other mitigations are available. One may use middleware to enforce a maximum query string size or parameter count, or employ a reverse proxy (such as Nginx) to limit request sizes and reject oversized query strings or bodies. Limiting request body sizes and query string lengths at the web server or CDN level is an effective mitigation.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Public Cloud 15 SP7:rmt-server-pubcloud-2.23-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP7:rmt-server-pubcloud-2.23-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP7:rmt-server-pubcloud-2.23-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP7:rmt-server-pubcloud-2.23-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-2.23-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-2.23-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-2.23-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-2.23-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-config-2.23-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-config-2.23-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-config-2.23-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-config-2.23-150700.3.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-46727",
"url": "https://www.suse.com/security/cve/CVE-2025-46727"
},
{
"category": "external",
"summary": "SUSE Bug 1242891 for CVE-2025-46727",
"url": "https://bugzilla.suse.com/1242891"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Public Cloud 15 SP7:rmt-server-pubcloud-2.23-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP7:rmt-server-pubcloud-2.23-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP7:rmt-server-pubcloud-2.23-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP7:rmt-server-pubcloud-2.23-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-2.23-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-2.23-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-2.23-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-2.23-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-config-2.23-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-config-2.23-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-config-2.23-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-config-2.23-150700.3.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Public Cloud 15 SP7:rmt-server-pubcloud-2.23-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP7:rmt-server-pubcloud-2.23-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP7:rmt-server-pubcloud-2.23-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP7:rmt-server-pubcloud-2.23-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-2.23-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-2.23-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-2.23-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-2.23-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-config-2.23-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-config-2.23-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-config-2.23-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:rmt-server-config-2.23-150700.3.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-16T11:10:11Z",
"details": "important"
}
],
"title": "CVE-2025-46727"
}
]
}
SUSE-SU-2025:02429-1
Vulnerability from csaf_suse - Published: 2025-07-21 11:04 - Updated: 2025-07-21 11:04Summary
Security update for rmt-server
Severity
Important
Notes
Title of the patch: Security update for rmt-server
Description of the patch: This update for rmt-server fixes the following issues:
- Update to version 2.23
- CVE-2025-46727: Fixed Unbounded-Parameter DoS in Rack:QueryParser. (bsc#1242893)
- CVE-2025-32441: Fixed a bug where simultaneous rack requests can restore a deleted rack session. (bsc#1242898)
Patchnames: SUSE-2025-2429,SUSE-SLE-Module-Public-Cloud-15-SP3-2025-2429,SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-2429,SUSE-SLE-Product-SLES-15-SP3-LTSS-2025-2429,SUSE-SLE-Product-SLES_SAP-15-SP3-2025-2429,SUSE-Storage-7.1-2025-2429
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
4.2 (Medium)
Affected products
Recommended
24 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:rmt-server-2.23-150300.3.54.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:rmt-server-2.23-150300.3.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:rmt-server-config-2.23-150300.3.54.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:rmt-server-config-2.23-150300.3.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.23-150300.3.54.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.23-150300.3.54.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.23-150300.3.54.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.23-150300.3.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-2.23-150300.3.54.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-2.23-150300.3.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-config-2.23-150300.3.54.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-config-2.23-150300.3.54.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.5 (High)
Affected products
Recommended
24 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:rmt-server-2.23-150300.3.54.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:rmt-server-2.23-150300.3.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:rmt-server-config-2.23-150300.3.54.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:rmt-server-config-2.23-150300.3.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.23-150300.3.54.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.23-150300.3.54.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.23-150300.3.54.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.23-150300.3.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-2.23-150300.3.54.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-2.23-150300.3.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-config-2.23-150300.3.54.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-config-2.23-150300.3.54.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
17 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 rmt-server",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for rmt-server fixes the following issues:\n\n- Update to version 2.23\n- CVE-2025-46727: Fixed Unbounded-Parameter DoS in Rack:QueryParser. (bsc#1242893)\n- CVE-2025-32441: Fixed a bug where simultaneous rack requests can restore a deleted rack session. (bsc#1242898)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-2429,SUSE-SLE-Module-Public-Cloud-15-SP3-2025-2429,SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-2429,SUSE-SLE-Product-SLES-15-SP3-LTSS-2025-2429,SUSE-SLE-Product-SLES_SAP-15-SP3-2025-2429,SUSE-Storage-7.1-2025-2429",
"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_02429-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:02429-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202502429-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:02429-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-July/040821.html"
},
{
"category": "self",
"summary": "SUSE Bug 1236600",
"url": "https://bugzilla.suse.com/1236600"
},
{
"category": "self",
"summary": "SUSE Bug 1236816",
"url": "https://bugzilla.suse.com/1236816"
},
{
"category": "self",
"summary": "SUSE Bug 1236836",
"url": "https://bugzilla.suse.com/1236836"
},
{
"category": "self",
"summary": "SUSE Bug 1237373",
"url": "https://bugzilla.suse.com/1237373"
},
{
"category": "self",
"summary": "SUSE Bug 1242893",
"url": "https://bugzilla.suse.com/1242893"
},
{
"category": "self",
"summary": "SUSE Bug 1242898",
"url": "https://bugzilla.suse.com/1242898"
},
{
"category": "self",
"summary": "SUSE Bug 1244166",
"url": "https://bugzilla.suse.com/1244166"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-32441 page",
"url": "https://www.suse.com/security/cve/CVE-2025-32441/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-46727 page",
"url": "https://www.suse.com/security/cve/CVE-2025-46727/"
}
],
"title": "Security update for rmt-server",
"tracking": {
"current_release_date": "2025-07-21T11:04:10Z",
"generator": {
"date": "2025-07-21T11:04:10Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:02429-1",
"initial_release_date": "2025-07-21T11:04:10Z",
"revision_history": [
{
"date": "2025-07-21T11:04:10Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "rmt-server-2.23-150300.3.54.1.aarch64",
"product": {
"name": "rmt-server-2.23-150300.3.54.1.aarch64",
"product_id": "rmt-server-2.23-150300.3.54.1.aarch64"
}
},
{
"category": "product_version",
"name": "rmt-server-config-2.23-150300.3.54.1.aarch64",
"product": {
"name": "rmt-server-config-2.23-150300.3.54.1.aarch64",
"product_id": "rmt-server-config-2.23-150300.3.54.1.aarch64"
}
},
{
"category": "product_version",
"name": "rmt-server-pubcloud-2.23-150300.3.54.1.aarch64",
"product": {
"name": "rmt-server-pubcloud-2.23-150300.3.54.1.aarch64",
"product_id": "rmt-server-pubcloud-2.23-150300.3.54.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "rmt-server-2.23-150300.3.54.1.ppc64le",
"product": {
"name": "rmt-server-2.23-150300.3.54.1.ppc64le",
"product_id": "rmt-server-2.23-150300.3.54.1.ppc64le"
}
},
{
"category": "product_version",
"name": "rmt-server-config-2.23-150300.3.54.1.ppc64le",
"product": {
"name": "rmt-server-config-2.23-150300.3.54.1.ppc64le",
"product_id": "rmt-server-config-2.23-150300.3.54.1.ppc64le"
}
},
{
"category": "product_version",
"name": "rmt-server-pubcloud-2.23-150300.3.54.1.ppc64le",
"product": {
"name": "rmt-server-pubcloud-2.23-150300.3.54.1.ppc64le",
"product_id": "rmt-server-pubcloud-2.23-150300.3.54.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "rmt-server-2.23-150300.3.54.1.s390x",
"product": {
"name": "rmt-server-2.23-150300.3.54.1.s390x",
"product_id": "rmt-server-2.23-150300.3.54.1.s390x"
}
},
{
"category": "product_version",
"name": "rmt-server-config-2.23-150300.3.54.1.s390x",
"product": {
"name": "rmt-server-config-2.23-150300.3.54.1.s390x",
"product_id": "rmt-server-config-2.23-150300.3.54.1.s390x"
}
},
{
"category": "product_version",
"name": "rmt-server-pubcloud-2.23-150300.3.54.1.s390x",
"product": {
"name": "rmt-server-pubcloud-2.23-150300.3.54.1.s390x",
"product_id": "rmt-server-pubcloud-2.23-150300.3.54.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rmt-server-2.23-150300.3.54.1.x86_64",
"product": {
"name": "rmt-server-2.23-150300.3.54.1.x86_64",
"product_id": "rmt-server-2.23-150300.3.54.1.x86_64"
}
},
{
"category": "product_version",
"name": "rmt-server-config-2.23-150300.3.54.1.x86_64",
"product": {
"name": "rmt-server-config-2.23-150300.3.54.1.x86_64",
"product_id": "rmt-server-config-2.23-150300.3.54.1.x86_64"
}
},
{
"category": "product_version",
"name": "rmt-server-pubcloud-2.23-150300.3.54.1.x86_64",
"product": {
"name": "rmt-server-pubcloud-2.23-150300.3.54.1.x86_64",
"product_id": "rmt-server-pubcloud-2.23-150300.3.54.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-public-cloud:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 7.1",
"product": {
"name": "SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7.1"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-pubcloud-2.23-150300.3.54.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.23-150300.3.54.1.aarch64"
},
"product_reference": "rmt-server-pubcloud-2.23-150300.3.54.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-pubcloud-2.23-150300.3.54.1.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.23-150300.3.54.1.ppc64le"
},
"product_reference": "rmt-server-pubcloud-2.23-150300.3.54.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-pubcloud-2.23-150300.3.54.1.s390x as component of SUSE Linux Enterprise Module for Public Cloud 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.23-150300.3.54.1.s390x"
},
"product_reference": "rmt-server-pubcloud-2.23-150300.3.54.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-pubcloud-2.23-150300.3.54.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.23-150300.3.54.1.x86_64"
},
"product_reference": "rmt-server-pubcloud-2.23-150300.3.54.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150300.3.54.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.aarch64"
},
"product_reference": "rmt-server-2.23-150300.3.54.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150300.3.54.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.x86_64"
},
"product_reference": "rmt-server-2.23-150300.3.54.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.23-150300.3.54.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.aarch64"
},
"product_reference": "rmt-server-config-2.23-150300.3.54.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.23-150300.3.54.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.x86_64"
},
"product_reference": "rmt-server-config-2.23-150300.3.54.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150300.3.54.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.aarch64"
},
"product_reference": "rmt-server-2.23-150300.3.54.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150300.3.54.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.ppc64le"
},
"product_reference": "rmt-server-2.23-150300.3.54.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150300.3.54.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.s390x"
},
"product_reference": "rmt-server-2.23-150300.3.54.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150300.3.54.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.x86_64"
},
"product_reference": "rmt-server-2.23-150300.3.54.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.23-150300.3.54.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.aarch64"
},
"product_reference": "rmt-server-config-2.23-150300.3.54.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.23-150300.3.54.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.ppc64le"
},
"product_reference": "rmt-server-config-2.23-150300.3.54.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.23-150300.3.54.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.s390x"
},
"product_reference": "rmt-server-config-2.23-150300.3.54.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.23-150300.3.54.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.x86_64"
},
"product_reference": "rmt-server-config-2.23-150300.3.54.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150300.3.54.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-2.23-150300.3.54.1.ppc64le"
},
"product_reference": "rmt-server-2.23-150300.3.54.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150300.3.54.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-2.23-150300.3.54.1.x86_64"
},
"product_reference": "rmt-server-2.23-150300.3.54.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.23-150300.3.54.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-config-2.23-150300.3.54.1.ppc64le"
},
"product_reference": "rmt-server-config-2.23-150300.3.54.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.23-150300.3.54.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-config-2.23-150300.3.54.1.x86_64"
},
"product_reference": "rmt-server-config-2.23-150300.3.54.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150300.3.54.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:rmt-server-2.23-150300.3.54.1.aarch64"
},
"product_reference": "rmt-server-2.23-150300.3.54.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150300.3.54.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:rmt-server-2.23-150300.3.54.1.x86_64"
},
"product_reference": "rmt-server-2.23-150300.3.54.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.23-150300.3.54.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:rmt-server-config-2.23-150300.3.54.1.aarch64"
},
"product_reference": "rmt-server-config-2.23-150300.3.54.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.23-150300.3.54.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:rmt-server-config-2.23-150300.3.54.1.x86_64"
},
"product_reference": "rmt-server-config-2.23-150300.3.54.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-32441",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-32441"
}
],
"notes": [
{
"category": "general",
"text": "Rack is a modular Ruby web server interface. Prior to version 2.2.14, when using the `Rack::Session::Pool` middleware, simultaneous rack requests can restore a deleted rack session, which allows the unauthenticated user to occupy that session. Rack session middleware prepares the session at the beginning of request, then saves is back to the store with possible changes applied by host rack application. This way the session becomes to be a subject of race conditions in general sense over concurrent rack requests. When using the `Rack::Session::Pool` middleware, and provided the attacker can acquire a session cookie (already a major issue), the session may be restored if the attacker can trigger a long running request (within that same session) adjacent to the user logging out, in order to retain illicit access even after a user has attempted to logout. Version 2.2.14 contains a patch for the issue. Some other mitigations are available. Either ensure the application invalidates sessions atomically by marking them as logged out e.g., using a `logged_out` flag, instead of deleting them, and check this flag on every request to prevent reuse; or implement a custom session store that tracks session invalidation timestamps and refuses to accept session data if the session was invalidated after the request began.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:rmt-server-2.23-150300.3.54.1.aarch64",
"SUSE Enterprise Storage 7.1:rmt-server-2.23-150300.3.54.1.x86_64",
"SUSE Enterprise Storage 7.1:rmt-server-config-2.23-150300.3.54.1.aarch64",
"SUSE Enterprise Storage 7.1:rmt-server-config-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.23-150300.3.54.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.23-150300.3.54.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.23-150300.3.54.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-2.23-150300.3.54.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-config-2.23-150300.3.54.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-config-2.23-150300.3.54.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-32441",
"url": "https://www.suse.com/security/cve/CVE-2025-32441"
},
{
"category": "external",
"summary": "SUSE Bug 1242897 for CVE-2025-32441",
"url": "https://bugzilla.suse.com/1242897"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:rmt-server-2.23-150300.3.54.1.aarch64",
"SUSE Enterprise Storage 7.1:rmt-server-2.23-150300.3.54.1.x86_64",
"SUSE Enterprise Storage 7.1:rmt-server-config-2.23-150300.3.54.1.aarch64",
"SUSE Enterprise Storage 7.1:rmt-server-config-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.23-150300.3.54.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.23-150300.3.54.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.23-150300.3.54.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-2.23-150300.3.54.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-config-2.23-150300.3.54.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-config-2.23-150300.3.54.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:rmt-server-2.23-150300.3.54.1.aarch64",
"SUSE Enterprise Storage 7.1:rmt-server-2.23-150300.3.54.1.x86_64",
"SUSE Enterprise Storage 7.1:rmt-server-config-2.23-150300.3.54.1.aarch64",
"SUSE Enterprise Storage 7.1:rmt-server-config-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.23-150300.3.54.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.23-150300.3.54.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.23-150300.3.54.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-2.23-150300.3.54.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-config-2.23-150300.3.54.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-config-2.23-150300.3.54.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-21T11:04:10Z",
"details": "moderate"
}
],
"title": "CVE-2025-32441"
},
{
"cve": "CVE-2025-46727",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-46727"
}
],
"notes": [
{
"category": "general",
"text": "Rack is a modular Ruby web server interface. Prior to versions 2.2.14, 3.0.16, and 3.1.14, `Rack::QueryParser` parses query strings and `application/x-www-form-urlencoded` bodies into Ruby data structures without imposing any limit on the number of parameters, allowing attackers to send requests with extremely large numbers of parameters. The vulnerability arises because `Rack::QueryParser` iterates over each `\u0026`-separated key-value pair and adds it to a Hash without enforcing an upper bound on the total number of parameters. This allows an attacker to send a single request containing hundreds of thousands (or more) of parameters, which consumes excessive memory and CPU during parsing. An attacker can trigger denial of service by sending specifically crafted HTTP requests, which can cause memory exhaustion or pin CPU resources, stalling or crashing the Rack server. This results in full service disruption until the affected worker is restarted. Versions 2.2.14, 3.0.16, and 3.1.14 fix the issue. Some other mitigations are available. One may use middleware to enforce a maximum query string size or parameter count, or employ a reverse proxy (such as Nginx) to limit request sizes and reject oversized query strings or bodies. Limiting request body sizes and query string lengths at the web server or CDN level is an effective mitigation.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:rmt-server-2.23-150300.3.54.1.aarch64",
"SUSE Enterprise Storage 7.1:rmt-server-2.23-150300.3.54.1.x86_64",
"SUSE Enterprise Storage 7.1:rmt-server-config-2.23-150300.3.54.1.aarch64",
"SUSE Enterprise Storage 7.1:rmt-server-config-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.23-150300.3.54.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.23-150300.3.54.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.23-150300.3.54.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-2.23-150300.3.54.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-config-2.23-150300.3.54.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-config-2.23-150300.3.54.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-46727",
"url": "https://www.suse.com/security/cve/CVE-2025-46727"
},
{
"category": "external",
"summary": "SUSE Bug 1242891 for CVE-2025-46727",
"url": "https://bugzilla.suse.com/1242891"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:rmt-server-2.23-150300.3.54.1.aarch64",
"SUSE Enterprise Storage 7.1:rmt-server-2.23-150300.3.54.1.x86_64",
"SUSE Enterprise Storage 7.1:rmt-server-config-2.23-150300.3.54.1.aarch64",
"SUSE Enterprise Storage 7.1:rmt-server-config-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.23-150300.3.54.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.23-150300.3.54.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.23-150300.3.54.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-2.23-150300.3.54.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-config-2.23-150300.3.54.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-config-2.23-150300.3.54.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:rmt-server-2.23-150300.3.54.1.aarch64",
"SUSE Enterprise Storage 7.1:rmt-server-2.23-150300.3.54.1.x86_64",
"SUSE Enterprise Storage 7.1:rmt-server-config-2.23-150300.3.54.1.aarch64",
"SUSE Enterprise Storage 7.1:rmt-server-config-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.23-150300.3.54.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.23-150300.3.54.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.23-150300.3.54.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:rmt-server-pubcloud-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:rmt-server-config-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-2.23-150300.3.54.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-2.23-150300.3.54.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-config-2.23-150300.3.54.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:rmt-server-config-2.23-150300.3.54.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-21T11:04:10Z",
"details": "important"
}
],
"title": "CVE-2025-46727"
}
]
}
SUSE-SU-2025:02564-1
Vulnerability from csaf_suse - Published: 2025-07-31 06:26 - Updated: 2025-07-31 06:26Summary
Security update for rmt-server
Severity
Important
Notes
Title of the patch: Security update for rmt-server
Description of the patch: This update for rmt-server fixes the following issues:
- Update to version 2.23
- CVE-2025-46727: Fixed Unbounded-Parameter DoS in Rack:QueryParser. (bsc#1242893)
- CVE-2025-32441: Fixed a bug where simultaneous rack requests can restore a deleted rack session. (bsc#1242898)
Patchnames: SUSE-2025-2564,SUSE-SLE-Module-Public-Cloud-15-SP5-2025-2564,SUSE-SLE-Module-Public-Cloud-15-SP6-2025-2564,SUSE-SLE-Module-Server-Applications-15-SP6-2025-2564,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-2564,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-2564,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-2564,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-2564,openSUSE-SLE-15.6-2025-2564
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
4.2 (Medium)
Affected products
Recommended
48 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rmt-server-2.23-150500.3.34.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rmt-server-2.23-150500.3.34.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rmt-server-config-2.23-150500.3.34.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rmt-server-config-2.23-150500.3.34.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.23-150500.3.34.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.23-150500.3.34.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.23-150500.3.34.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.23-150500.3.34.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.23-150500.3.34.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.23-150500.3.34.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.23-150500.3.34.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.23-150500.3.34.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.23-150500.3.34.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.23-150500.3.34.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.23-150500.3.34.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.23-150500.3.34.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.23-150500.3.34.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.23-150500.3.34.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.23-150500.3.34.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.23-150500.3.34.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:rmt-server-2.23-150500.3.34.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:rmt-server-2.23-150500.3.34.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:rmt-server-config-2.23-150500.3.34.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:rmt-server-config-2.23-150500.3.34.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rmt-server-2.23-150500.3.34.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rmt-server-2.23-150500.3.34.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rmt-server-2.23-150500.3.34.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rmt-server-2.23-150500.3.34.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rmt-server-config-2.23-150500.3.34.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rmt-server-config-2.23-150500.3.34.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rmt-server-config-2.23-150500.3.34.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rmt-server-config-2.23-150500.3.34.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rmt-server-pubcloud-2.23-150500.3.34.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rmt-server-pubcloud-2.23-150500.3.34.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rmt-server-pubcloud-2.23-150500.3.34.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rmt-server-pubcloud-2.23-150500.3.34.2.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.5 (High)
Affected products
Recommended
48 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rmt-server-2.23-150500.3.34.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rmt-server-2.23-150500.3.34.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rmt-server-config-2.23-150500.3.34.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rmt-server-config-2.23-150500.3.34.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.23-150500.3.34.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.23-150500.3.34.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.23-150500.3.34.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.23-150500.3.34.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.23-150500.3.34.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.23-150500.3.34.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.23-150500.3.34.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.23-150500.3.34.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.23-150500.3.34.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.23-150500.3.34.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.23-150500.3.34.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.23-150500.3.34.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.23-150500.3.34.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.23-150500.3.34.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.23-150500.3.34.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.23-150500.3.34.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:rmt-server-2.23-150500.3.34.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:rmt-server-2.23-150500.3.34.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:rmt-server-config-2.23-150500.3.34.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:rmt-server-config-2.23-150500.3.34.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rmt-server-2.23-150500.3.34.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rmt-server-2.23-150500.3.34.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rmt-server-2.23-150500.3.34.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rmt-server-2.23-150500.3.34.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rmt-server-config-2.23-150500.3.34.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rmt-server-config-2.23-150500.3.34.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rmt-server-config-2.23-150500.3.34.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rmt-server-config-2.23-150500.3.34.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rmt-server-pubcloud-2.23-150500.3.34.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rmt-server-pubcloud-2.23-150500.3.34.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rmt-server-pubcloud-2.23-150500.3.34.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rmt-server-pubcloud-2.23-150500.3.34.2.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
13 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 rmt-server",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for rmt-server fixes the following issues:\n\n- Update to version 2.23\n- CVE-2025-46727: Fixed Unbounded-Parameter DoS in Rack:QueryParser. (bsc#1242893)\n- CVE-2025-32441: Fixed a bug where simultaneous rack requests can restore a deleted rack session. (bsc#1242898)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-2564,SUSE-SLE-Module-Public-Cloud-15-SP5-2025-2564,SUSE-SLE-Module-Public-Cloud-15-SP6-2025-2564,SUSE-SLE-Module-Server-Applications-15-SP6-2025-2564,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-2564,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-2564,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-2564,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-2564,openSUSE-SLE-15.6-2025-2564",
"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_02564-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:02564-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202502564-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:02564-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-July/040971.html"
},
{
"category": "self",
"summary": "SUSE Bug 1242893",
"url": "https://bugzilla.suse.com/1242893"
},
{
"category": "self",
"summary": "SUSE Bug 1242898",
"url": "https://bugzilla.suse.com/1242898"
},
{
"category": "self",
"summary": "SUSE Bug 1244166",
"url": "https://bugzilla.suse.com/1244166"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-32441 page",
"url": "https://www.suse.com/security/cve/CVE-2025-32441/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-46727 page",
"url": "https://www.suse.com/security/cve/CVE-2025-46727/"
}
],
"title": "Security update for rmt-server",
"tracking": {
"current_release_date": "2025-07-31T06:26:40Z",
"generator": {
"date": "2025-07-31T06:26:40Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:02564-1",
"initial_release_date": "2025-07-31T06:26:40Z",
"revision_history": [
{
"date": "2025-07-31T06:26:40Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "rmt-server-2.23-150500.3.34.2.aarch64",
"product": {
"name": "rmt-server-2.23-150500.3.34.2.aarch64",
"product_id": "rmt-server-2.23-150500.3.34.2.aarch64"
}
},
{
"category": "product_version",
"name": "rmt-server-config-2.23-150500.3.34.2.aarch64",
"product": {
"name": "rmt-server-config-2.23-150500.3.34.2.aarch64",
"product_id": "rmt-server-config-2.23-150500.3.34.2.aarch64"
}
},
{
"category": "product_version",
"name": "rmt-server-pubcloud-2.23-150500.3.34.2.aarch64",
"product": {
"name": "rmt-server-pubcloud-2.23-150500.3.34.2.aarch64",
"product_id": "rmt-server-pubcloud-2.23-150500.3.34.2.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "rmt-server-2.23-150500.3.34.2.ppc64le",
"product": {
"name": "rmt-server-2.23-150500.3.34.2.ppc64le",
"product_id": "rmt-server-2.23-150500.3.34.2.ppc64le"
}
},
{
"category": "product_version",
"name": "rmt-server-config-2.23-150500.3.34.2.ppc64le",
"product": {
"name": "rmt-server-config-2.23-150500.3.34.2.ppc64le",
"product_id": "rmt-server-config-2.23-150500.3.34.2.ppc64le"
}
},
{
"category": "product_version",
"name": "rmt-server-pubcloud-2.23-150500.3.34.2.ppc64le",
"product": {
"name": "rmt-server-pubcloud-2.23-150500.3.34.2.ppc64le",
"product_id": "rmt-server-pubcloud-2.23-150500.3.34.2.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "rmt-server-2.23-150500.3.34.2.s390x",
"product": {
"name": "rmt-server-2.23-150500.3.34.2.s390x",
"product_id": "rmt-server-2.23-150500.3.34.2.s390x"
}
},
{
"category": "product_version",
"name": "rmt-server-config-2.23-150500.3.34.2.s390x",
"product": {
"name": "rmt-server-config-2.23-150500.3.34.2.s390x",
"product_id": "rmt-server-config-2.23-150500.3.34.2.s390x"
}
},
{
"category": "product_version",
"name": "rmt-server-pubcloud-2.23-150500.3.34.2.s390x",
"product": {
"name": "rmt-server-pubcloud-2.23-150500.3.34.2.s390x",
"product_id": "rmt-server-pubcloud-2.23-150500.3.34.2.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rmt-server-2.23-150500.3.34.2.x86_64",
"product": {
"name": "rmt-server-2.23-150500.3.34.2.x86_64",
"product_id": "rmt-server-2.23-150500.3.34.2.x86_64"
}
},
{
"category": "product_version",
"name": "rmt-server-config-2.23-150500.3.34.2.x86_64",
"product": {
"name": "rmt-server-config-2.23-150500.3.34.2.x86_64",
"product_id": "rmt-server-config-2.23-150500.3.34.2.x86_64"
}
},
{
"category": "product_version",
"name": "rmt-server-pubcloud-2.23-150500.3.34.2.x86_64",
"product": {
"name": "rmt-server-pubcloud-2.23-150500.3.34.2.x86_64",
"product_id": "rmt-server-pubcloud-2.23-150500.3.34.2.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-public-cloud:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-public-cloud:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for 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 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 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 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": "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": "rmt-server-pubcloud-2.23-150500.3.34.2.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.23-150500.3.34.2.aarch64"
},
"product_reference": "rmt-server-pubcloud-2.23-150500.3.34.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-pubcloud-2.23-150500.3.34.2.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.23-150500.3.34.2.ppc64le"
},
"product_reference": "rmt-server-pubcloud-2.23-150500.3.34.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-pubcloud-2.23-150500.3.34.2.s390x as component of SUSE Linux Enterprise Module for Public Cloud 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.23-150500.3.34.2.s390x"
},
"product_reference": "rmt-server-pubcloud-2.23-150500.3.34.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-pubcloud-2.23-150500.3.34.2.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.23-150500.3.34.2.x86_64"
},
"product_reference": "rmt-server-pubcloud-2.23-150500.3.34.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-pubcloud-2.23-150500.3.34.2.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.23-150500.3.34.2.aarch64"
},
"product_reference": "rmt-server-pubcloud-2.23-150500.3.34.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-pubcloud-2.23-150500.3.34.2.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.23-150500.3.34.2.ppc64le"
},
"product_reference": "rmt-server-pubcloud-2.23-150500.3.34.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-pubcloud-2.23-150500.3.34.2.s390x as component of SUSE Linux Enterprise Module for Public Cloud 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.23-150500.3.34.2.s390x"
},
"product_reference": "rmt-server-pubcloud-2.23-150500.3.34.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-pubcloud-2.23-150500.3.34.2.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.23-150500.3.34.2.x86_64"
},
"product_reference": "rmt-server-pubcloud-2.23-150500.3.34.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150500.3.34.2.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.23-150500.3.34.2.aarch64"
},
"product_reference": "rmt-server-2.23-150500.3.34.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150500.3.34.2.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.23-150500.3.34.2.ppc64le"
},
"product_reference": "rmt-server-2.23-150500.3.34.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150500.3.34.2.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.23-150500.3.34.2.s390x"
},
"product_reference": "rmt-server-2.23-150500.3.34.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150500.3.34.2.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:rmt-server-2.23-150500.3.34.2.x86_64"
},
"product_reference": "rmt-server-2.23-150500.3.34.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.23-150500.3.34.2.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.23-150500.3.34.2.aarch64"
},
"product_reference": "rmt-server-config-2.23-150500.3.34.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.23-150500.3.34.2.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.23-150500.3.34.2.ppc64le"
},
"product_reference": "rmt-server-config-2.23-150500.3.34.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.23-150500.3.34.2.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.23-150500.3.34.2.s390x"
},
"product_reference": "rmt-server-config-2.23-150500.3.34.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.23-150500.3.34.2.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:rmt-server-config-2.23-150500.3.34.2.x86_64"
},
"product_reference": "rmt-server-config-2.23-150500.3.34.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150500.3.34.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rmt-server-2.23-150500.3.34.2.aarch64"
},
"product_reference": "rmt-server-2.23-150500.3.34.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150500.3.34.2.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:rmt-server-2.23-150500.3.34.2.x86_64"
},
"product_reference": "rmt-server-2.23-150500.3.34.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.23-150500.3.34.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rmt-server-config-2.23-150500.3.34.2.aarch64"
},
"product_reference": "rmt-server-config-2.23-150500.3.34.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.23-150500.3.34.2.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:rmt-server-config-2.23-150500.3.34.2.x86_64"
},
"product_reference": "rmt-server-config-2.23-150500.3.34.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150500.3.34.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.aarch64"
},
"product_reference": "rmt-server-2.23-150500.3.34.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150500.3.34.2.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:rmt-server-2.23-150500.3.34.2.x86_64"
},
"product_reference": "rmt-server-2.23-150500.3.34.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.23-150500.3.34.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.aarch64"
},
"product_reference": "rmt-server-config-2.23-150500.3.34.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.23-150500.3.34.2.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:rmt-server-config-2.23-150500.3.34.2.x86_64"
},
"product_reference": "rmt-server-config-2.23-150500.3.34.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150500.3.34.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.aarch64"
},
"product_reference": "rmt-server-2.23-150500.3.34.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150500.3.34.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.ppc64le"
},
"product_reference": "rmt-server-2.23-150500.3.34.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150500.3.34.2.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.s390x"
},
"product_reference": "rmt-server-2.23-150500.3.34.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150500.3.34.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.x86_64"
},
"product_reference": "rmt-server-2.23-150500.3.34.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.23-150500.3.34.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.aarch64"
},
"product_reference": "rmt-server-config-2.23-150500.3.34.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.23-150500.3.34.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.ppc64le"
},
"product_reference": "rmt-server-config-2.23-150500.3.34.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.23-150500.3.34.2.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.s390x"
},
"product_reference": "rmt-server-config-2.23-150500.3.34.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.23-150500.3.34.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.x86_64"
},
"product_reference": "rmt-server-config-2.23-150500.3.34.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150500.3.34.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:rmt-server-2.23-150500.3.34.2.ppc64le"
},
"product_reference": "rmt-server-2.23-150500.3.34.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150500.3.34.2.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:rmt-server-2.23-150500.3.34.2.x86_64"
},
"product_reference": "rmt-server-2.23-150500.3.34.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.23-150500.3.34.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:rmt-server-config-2.23-150500.3.34.2.ppc64le"
},
"product_reference": "rmt-server-config-2.23-150500.3.34.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.23-150500.3.34.2.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:rmt-server-config-2.23-150500.3.34.2.x86_64"
},
"product_reference": "rmt-server-config-2.23-150500.3.34.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150500.3.34.2.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:rmt-server-2.23-150500.3.34.2.aarch64"
},
"product_reference": "rmt-server-2.23-150500.3.34.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150500.3.34.2.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:rmt-server-2.23-150500.3.34.2.ppc64le"
},
"product_reference": "rmt-server-2.23-150500.3.34.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150500.3.34.2.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:rmt-server-2.23-150500.3.34.2.s390x"
},
"product_reference": "rmt-server-2.23-150500.3.34.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-2.23-150500.3.34.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:rmt-server-2.23-150500.3.34.2.x86_64"
},
"product_reference": "rmt-server-2.23-150500.3.34.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.23-150500.3.34.2.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:rmt-server-config-2.23-150500.3.34.2.aarch64"
},
"product_reference": "rmt-server-config-2.23-150500.3.34.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.23-150500.3.34.2.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:rmt-server-config-2.23-150500.3.34.2.ppc64le"
},
"product_reference": "rmt-server-config-2.23-150500.3.34.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.23-150500.3.34.2.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:rmt-server-config-2.23-150500.3.34.2.s390x"
},
"product_reference": "rmt-server-config-2.23-150500.3.34.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-config-2.23-150500.3.34.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:rmt-server-config-2.23-150500.3.34.2.x86_64"
},
"product_reference": "rmt-server-config-2.23-150500.3.34.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-pubcloud-2.23-150500.3.34.2.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:rmt-server-pubcloud-2.23-150500.3.34.2.aarch64"
},
"product_reference": "rmt-server-pubcloud-2.23-150500.3.34.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-pubcloud-2.23-150500.3.34.2.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:rmt-server-pubcloud-2.23-150500.3.34.2.ppc64le"
},
"product_reference": "rmt-server-pubcloud-2.23-150500.3.34.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-pubcloud-2.23-150500.3.34.2.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:rmt-server-pubcloud-2.23-150500.3.34.2.s390x"
},
"product_reference": "rmt-server-pubcloud-2.23-150500.3.34.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rmt-server-pubcloud-2.23-150500.3.34.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:rmt-server-pubcloud-2.23-150500.3.34.2.x86_64"
},
"product_reference": "rmt-server-pubcloud-2.23-150500.3.34.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-32441",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-32441"
}
],
"notes": [
{
"category": "general",
"text": "Rack is a modular Ruby web server interface. Prior to version 2.2.14, when using the `Rack::Session::Pool` middleware, simultaneous rack requests can restore a deleted rack session, which allows the unauthenticated user to occupy that session. Rack session middleware prepares the session at the beginning of request, then saves is back to the store with possible changes applied by host rack application. This way the session becomes to be a subject of race conditions in general sense over concurrent rack requests. When using the `Rack::Session::Pool` middleware, and provided the attacker can acquire a session cookie (already a major issue), the session may be restored if the attacker can trigger a long running request (within that same session) adjacent to the user logging out, in order to retain illicit access even after a user has attempted to logout. Version 2.2.14 contains a patch for the issue. Some other mitigations are available. Either ensure the application invalidates sessions atomically by marking them as logged out e.g., using a `logged_out` flag, instead of deleting them, and check this flag on every request to prevent reuse; or implement a custom session store that tracks session invalidation timestamps and refuses to accept session data if the session was invalidated after the request began.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rmt-server-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rmt-server-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rmt-server-config-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rmt-server-config-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rmt-server-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rmt-server-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rmt-server-config-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rmt-server-config-2.23-150500.3.34.2.x86_64",
"openSUSE Leap 15.6:rmt-server-2.23-150500.3.34.2.aarch64",
"openSUSE Leap 15.6:rmt-server-2.23-150500.3.34.2.ppc64le",
"openSUSE Leap 15.6:rmt-server-2.23-150500.3.34.2.s390x",
"openSUSE Leap 15.6:rmt-server-2.23-150500.3.34.2.x86_64",
"openSUSE Leap 15.6:rmt-server-config-2.23-150500.3.34.2.aarch64",
"openSUSE Leap 15.6:rmt-server-config-2.23-150500.3.34.2.ppc64le",
"openSUSE Leap 15.6:rmt-server-config-2.23-150500.3.34.2.s390x",
"openSUSE Leap 15.6:rmt-server-config-2.23-150500.3.34.2.x86_64",
"openSUSE Leap 15.6:rmt-server-pubcloud-2.23-150500.3.34.2.aarch64",
"openSUSE Leap 15.6:rmt-server-pubcloud-2.23-150500.3.34.2.ppc64le",
"openSUSE Leap 15.6:rmt-server-pubcloud-2.23-150500.3.34.2.s390x",
"openSUSE Leap 15.6:rmt-server-pubcloud-2.23-150500.3.34.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-32441",
"url": "https://www.suse.com/security/cve/CVE-2025-32441"
},
{
"category": "external",
"summary": "SUSE Bug 1242897 for CVE-2025-32441",
"url": "https://bugzilla.suse.com/1242897"
}
],
"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 SP5-ESPOS:rmt-server-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rmt-server-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rmt-server-config-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rmt-server-config-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rmt-server-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rmt-server-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rmt-server-config-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rmt-server-config-2.23-150500.3.34.2.x86_64",
"openSUSE Leap 15.6:rmt-server-2.23-150500.3.34.2.aarch64",
"openSUSE Leap 15.6:rmt-server-2.23-150500.3.34.2.ppc64le",
"openSUSE Leap 15.6:rmt-server-2.23-150500.3.34.2.s390x",
"openSUSE Leap 15.6:rmt-server-2.23-150500.3.34.2.x86_64",
"openSUSE Leap 15.6:rmt-server-config-2.23-150500.3.34.2.aarch64",
"openSUSE Leap 15.6:rmt-server-config-2.23-150500.3.34.2.ppc64le",
"openSUSE Leap 15.6:rmt-server-config-2.23-150500.3.34.2.s390x",
"openSUSE Leap 15.6:rmt-server-config-2.23-150500.3.34.2.x86_64",
"openSUSE Leap 15.6:rmt-server-pubcloud-2.23-150500.3.34.2.aarch64",
"openSUSE Leap 15.6:rmt-server-pubcloud-2.23-150500.3.34.2.ppc64le",
"openSUSE Leap 15.6:rmt-server-pubcloud-2.23-150500.3.34.2.s390x",
"openSUSE Leap 15.6:rmt-server-pubcloud-2.23-150500.3.34.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rmt-server-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rmt-server-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rmt-server-config-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rmt-server-config-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rmt-server-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rmt-server-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rmt-server-config-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rmt-server-config-2.23-150500.3.34.2.x86_64",
"openSUSE Leap 15.6:rmt-server-2.23-150500.3.34.2.aarch64",
"openSUSE Leap 15.6:rmt-server-2.23-150500.3.34.2.ppc64le",
"openSUSE Leap 15.6:rmt-server-2.23-150500.3.34.2.s390x",
"openSUSE Leap 15.6:rmt-server-2.23-150500.3.34.2.x86_64",
"openSUSE Leap 15.6:rmt-server-config-2.23-150500.3.34.2.aarch64",
"openSUSE Leap 15.6:rmt-server-config-2.23-150500.3.34.2.ppc64le",
"openSUSE Leap 15.6:rmt-server-config-2.23-150500.3.34.2.s390x",
"openSUSE Leap 15.6:rmt-server-config-2.23-150500.3.34.2.x86_64",
"openSUSE Leap 15.6:rmt-server-pubcloud-2.23-150500.3.34.2.aarch64",
"openSUSE Leap 15.6:rmt-server-pubcloud-2.23-150500.3.34.2.ppc64le",
"openSUSE Leap 15.6:rmt-server-pubcloud-2.23-150500.3.34.2.s390x",
"openSUSE Leap 15.6:rmt-server-pubcloud-2.23-150500.3.34.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-31T06:26:40Z",
"details": "moderate"
}
],
"title": "CVE-2025-32441"
},
{
"cve": "CVE-2025-46727",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-46727"
}
],
"notes": [
{
"category": "general",
"text": "Rack is a modular Ruby web server interface. Prior to versions 2.2.14, 3.0.16, and 3.1.14, `Rack::QueryParser` parses query strings and `application/x-www-form-urlencoded` bodies into Ruby data structures without imposing any limit on the number of parameters, allowing attackers to send requests with extremely large numbers of parameters. The vulnerability arises because `Rack::QueryParser` iterates over each `\u0026`-separated key-value pair and adds it to a Hash without enforcing an upper bound on the total number of parameters. This allows an attacker to send a single request containing hundreds of thousands (or more) of parameters, which consumes excessive memory and CPU during parsing. An attacker can trigger denial of service by sending specifically crafted HTTP requests, which can cause memory exhaustion or pin CPU resources, stalling or crashing the Rack server. This results in full service disruption until the affected worker is restarted. Versions 2.2.14, 3.0.16, and 3.1.14 fix the issue. Some other mitigations are available. One may use middleware to enforce a maximum query string size or parameter count, or employ a reverse proxy (such as Nginx) to limit request sizes and reject oversized query strings or bodies. Limiting request body sizes and query string lengths at the web server or CDN level is an effective mitigation.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rmt-server-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rmt-server-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rmt-server-config-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rmt-server-config-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rmt-server-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rmt-server-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rmt-server-config-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rmt-server-config-2.23-150500.3.34.2.x86_64",
"openSUSE Leap 15.6:rmt-server-2.23-150500.3.34.2.aarch64",
"openSUSE Leap 15.6:rmt-server-2.23-150500.3.34.2.ppc64le",
"openSUSE Leap 15.6:rmt-server-2.23-150500.3.34.2.s390x",
"openSUSE Leap 15.6:rmt-server-2.23-150500.3.34.2.x86_64",
"openSUSE Leap 15.6:rmt-server-config-2.23-150500.3.34.2.aarch64",
"openSUSE Leap 15.6:rmt-server-config-2.23-150500.3.34.2.ppc64le",
"openSUSE Leap 15.6:rmt-server-config-2.23-150500.3.34.2.s390x",
"openSUSE Leap 15.6:rmt-server-config-2.23-150500.3.34.2.x86_64",
"openSUSE Leap 15.6:rmt-server-pubcloud-2.23-150500.3.34.2.aarch64",
"openSUSE Leap 15.6:rmt-server-pubcloud-2.23-150500.3.34.2.ppc64le",
"openSUSE Leap 15.6:rmt-server-pubcloud-2.23-150500.3.34.2.s390x",
"openSUSE Leap 15.6:rmt-server-pubcloud-2.23-150500.3.34.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-46727",
"url": "https://www.suse.com/security/cve/CVE-2025-46727"
},
{
"category": "external",
"summary": "SUSE Bug 1242891 for CVE-2025-46727",
"url": "https://bugzilla.suse.com/1242891"
}
],
"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 SP5-ESPOS:rmt-server-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rmt-server-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rmt-server-config-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rmt-server-config-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rmt-server-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rmt-server-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rmt-server-config-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rmt-server-config-2.23-150500.3.34.2.x86_64",
"openSUSE Leap 15.6:rmt-server-2.23-150500.3.34.2.aarch64",
"openSUSE Leap 15.6:rmt-server-2.23-150500.3.34.2.ppc64le",
"openSUSE Leap 15.6:rmt-server-2.23-150500.3.34.2.s390x",
"openSUSE Leap 15.6:rmt-server-2.23-150500.3.34.2.x86_64",
"openSUSE Leap 15.6:rmt-server-config-2.23-150500.3.34.2.aarch64",
"openSUSE Leap 15.6:rmt-server-config-2.23-150500.3.34.2.ppc64le",
"openSUSE Leap 15.6:rmt-server-config-2.23-150500.3.34.2.s390x",
"openSUSE Leap 15.6:rmt-server-config-2.23-150500.3.34.2.x86_64",
"openSUSE Leap 15.6:rmt-server-pubcloud-2.23-150500.3.34.2.aarch64",
"openSUSE Leap 15.6:rmt-server-pubcloud-2.23-150500.3.34.2.ppc64le",
"openSUSE Leap 15.6:rmt-server-pubcloud-2.23-150500.3.34.2.s390x",
"openSUSE Leap 15.6:rmt-server-pubcloud-2.23-150500.3.34.2.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 SP5-ESPOS:rmt-server-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rmt-server-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rmt-server-config-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rmt-server-config-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:rmt-server-pubcloud-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:rmt-server-pubcloud-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:rmt-server-config-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rmt-server-config-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rmt-server-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rmt-server-2.23-150500.3.34.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rmt-server-config-2.23-150500.3.34.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rmt-server-config-2.23-150500.3.34.2.x86_64",
"openSUSE Leap 15.6:rmt-server-2.23-150500.3.34.2.aarch64",
"openSUSE Leap 15.6:rmt-server-2.23-150500.3.34.2.ppc64le",
"openSUSE Leap 15.6:rmt-server-2.23-150500.3.34.2.s390x",
"openSUSE Leap 15.6:rmt-server-2.23-150500.3.34.2.x86_64",
"openSUSE Leap 15.6:rmt-server-config-2.23-150500.3.34.2.aarch64",
"openSUSE Leap 15.6:rmt-server-config-2.23-150500.3.34.2.ppc64le",
"openSUSE Leap 15.6:rmt-server-config-2.23-150500.3.34.2.s390x",
"openSUSE Leap 15.6:rmt-server-config-2.23-150500.3.34.2.x86_64",
"openSUSE Leap 15.6:rmt-server-pubcloud-2.23-150500.3.34.2.aarch64",
"openSUSE Leap 15.6:rmt-server-pubcloud-2.23-150500.3.34.2.ppc64le",
"openSUSE Leap 15.6:rmt-server-pubcloud-2.23-150500.3.34.2.s390x",
"openSUSE Leap 15.6:rmt-server-pubcloud-2.23-150500.3.34.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-31T06:26:40Z",
"details": "important"
}
],
"title": "CVE-2025-46727"
}
]
}
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…