Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-32441 (GCVE-0-2025-32441)
Vulnerability from cvelistv5
{ "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": { "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:01586-1
Vulnerability from csaf_suse
Notes
{ "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 rubygem-rack", "title": "Title of the patch" }, { "category": "description", "text": "This update for rubygem-rack fixes the following issues:\n\n- CVE-2025-46727: possible memory exhaustion due to unbounded parameter parsing in Rack::QueryParser (bsc#1242894).\n- CVE-2025-32441: deleted sessions can be restored and occupied by unauthenticated users when the Rack::Session::Pool\n middleware is being used (bsc#1242899). \n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2025-1586,SUSE-SLE-Product-HA-15-SP3-2025-1586,SUSE-SLE-Product-HA-15-SP4-2025-1586,SUSE-SLE-Product-HA-15-SP5-2025-1586,SUSE-SLE-Product-HA-15-SP6-2025-1586,openSUSE-SLE-15.6-2025-1586", "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_01586-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2025:01586-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501586-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2025:01586-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020848.html" }, { "category": "self", "summary": "SUSE Bug 1242894", "url": "https://bugzilla.suse.com/1242894" }, { "category": "self", "summary": "SUSE Bug 1242899", "url": "https://bugzilla.suse.com/1242899" }, { "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 rubygem-rack", "tracking": { "current_release_date": "2025-05-19T17:23:40Z", "generator": { "date": "2025-05-19T17:23:40Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2025:01586-1", "initial_release_date": "2025-05-19T17:23:40Z", "revision_history": [ { "date": "2025-05-19T17:23:40Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64", "product": { "name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64", "product_id": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64" } }, { "category": "product_version", "name": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.aarch64", "product": { "name": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.aarch64", "product_id": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.aarch64" } }, { "category": "product_version", "name": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.aarch64", "product": { "name": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.aarch64", "product_id": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.i586", "product": { "name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.i586", "product_id": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.i586" } }, { "category": "product_version", "name": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.i586", "product": { "name": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.i586", "product_id": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.i586" } }, { "category": "product_version", "name": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.i586", "product": { "name": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.i586", "product_id": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le", "product": { "name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le", "product_id": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le" } }, { "category": "product_version", "name": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.ppc64le", "product": { "name": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.ppc64le", "product_id": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.ppc64le" } }, { "category": "product_version", "name": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.ppc64le", "product": { "name": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.ppc64le", "product_id": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x", "product": { "name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x", "product_id": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x" } }, { "category": "product_version", "name": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.s390x", "product": { "name": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.s390x", "product_id": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.s390x" } }, { "category": "product_version", "name": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.s390x", "product": { "name": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.s390x", "product_id": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64", "product": { "name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64", "product_id": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64" } }, { "category": "product_version", "name": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.x86_64", "product": { "name": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.x86_64", "product_id": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.x86_64" } }, { "category": "product_version", "name": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.x86_64", "product": { "name": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.x86_64", "product_id": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise High Availability Extension 15 SP3", "product": { "name": "SUSE Linux Enterprise High Availability Extension 15 SP3", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP3", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-ha:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Availability Extension 15 SP4", "product": { "name": "SUSE Linux Enterprise High Availability Extension 15 SP4", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-ha:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Availability Extension 15 SP5", "product": { "name": "SUSE Linux Enterprise High Availability Extension 15 SP5", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-ha:15:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Availability Extension 15 SP6", "product": { "name": "SUSE Linux Enterprise High Availability Extension 15 SP6", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP6", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-ha:15:sp6" } } }, { "category": "product_name", "name": "openSUSE Leap 15.6", "product": { "name": "openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.6" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64 as component of SUSE Linux Enterprise High Availability Extension 15 SP3", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP3:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64" }, "product_reference": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le as component of SUSE Linux Enterprise High Availability Extension 15 SP3", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP3:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le" }, "product_reference": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x as component of SUSE Linux Enterprise High Availability Extension 15 SP3", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP3:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x" }, "product_reference": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64 as component of SUSE Linux Enterprise High Availability Extension 15 SP3", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP3:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64" }, "product_reference": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64 as component of SUSE Linux Enterprise High Availability Extension 15 SP4", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP4:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64" }, "product_reference": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le as component of SUSE Linux Enterprise High Availability Extension 15 SP4", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP4:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le" }, "product_reference": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x as component of SUSE Linux Enterprise High Availability Extension 15 SP4", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP4:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x" }, "product_reference": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64 as component of SUSE Linux Enterprise High Availability Extension 15 SP4", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP4:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64" }, "product_reference": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64 as component of SUSE Linux Enterprise High Availability Extension 15 SP5", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP5:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64" }, "product_reference": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le as component of SUSE Linux Enterprise High Availability Extension 15 SP5", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP5:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le" }, "product_reference": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x as component of SUSE Linux Enterprise High Availability Extension 15 SP5", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP5:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x" }, "product_reference": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64 as component of SUSE Linux Enterprise High Availability Extension 15 SP5", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP5:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64" }, "product_reference": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64 as component of SUSE Linux Enterprise High Availability Extension 15 SP6", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64" }, "product_reference": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le as component of SUSE Linux Enterprise High Availability Extension 15 SP6", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le" }, "product_reference": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x as component of SUSE Linux Enterprise High Availability Extension 15 SP6", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x" }, "product_reference": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64 as component of SUSE Linux Enterprise High Availability Extension 15 SP6", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64" }, "product_reference": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64" }, "product_reference": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le" }, "product_reference": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x" }, "product_reference": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64" }, "product_reference": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.aarch64" }, "product_reference": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.ppc64le" }, "product_reference": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.s390x" }, "product_reference": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.x86_64" }, "product_reference": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.aarch64" }, "product_reference": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.ppc64le" }, "product_reference": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.s390x" }, "product_reference": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.x86_64" }, "product_reference": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.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 Availability Extension 15 SP3:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP4:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.aarch64", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.ppc64le", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.s390x", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.x86_64", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.aarch64", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.ppc64le", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.s390x", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.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 Availability Extension 15 SP3:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP4:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.aarch64", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.ppc64le", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.s390x", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.x86_64", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.aarch64", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.ppc64le", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.s390x", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.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 Availability Extension 15 SP3:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP4:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.aarch64", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.ppc64le", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.s390x", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.x86_64", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.aarch64", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.ppc64le", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.s390x", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-05-19T17:23: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 Availability Extension 15 SP3:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP4:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.aarch64", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.ppc64le", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.s390x", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.x86_64", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.aarch64", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.ppc64le", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.s390x", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.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 Availability Extension 15 SP3:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP4:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.aarch64", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.ppc64le", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.s390x", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.x86_64", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.aarch64", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.ppc64le", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.s390x", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.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 Availability Extension 15 SP3:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP4:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.aarch64", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.ppc64le", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.s390x", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.x86_64", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.aarch64", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.ppc64le", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.s390x", "openSUSE Leap 15.6:ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-05-19T17:23:40Z", "details": "important" } ], "title": "CVE-2025-46727" } ] }
suse-su-2025:01586-2
Vulnerability from csaf_suse
Notes
{ "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 rubygem-rack", "title": "Title of the patch" }, { "category": "description", "text": "This update for rubygem-rack fixes the following issues:\n\n- CVE-2025-46727: possible memory exhaustion due to unbounded parameter parsing in Rack::QueryParser (bsc#1242894).\n- CVE-2025-32441: deleted sessions can be restored and occupied by unauthenticated users when the Rack::Session::Pool\n middleware is being used (bsc#1242899). \n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2025-1586,SUSE-SLE-Product-HA-15-SP7-2025-1586", "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_01586-2.json" }, { "category": "self", "summary": "URL for SUSE-SU-2025:01586-2", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501586-2/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2025:01586-2", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021022.html" }, { "category": "self", "summary": "SUSE Bug 1242894", "url": "https://bugzilla.suse.com/1242894" }, { "category": "self", "summary": "SUSE Bug 1242899", "url": "https://bugzilla.suse.com/1242899" }, { "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 rubygem-rack", "tracking": { "current_release_date": "2025-06-03T09:17:02Z", "generator": { "date": "2025-06-03T09:17:02Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2025:01586-2", "initial_release_date": "2025-06-03T09:17:02Z", "revision_history": [ { "date": "2025-06-03T09:17:02Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64", "product": { "name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64", "product_id": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64" } }, { "category": "product_version", "name": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.aarch64", "product": { "name": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.aarch64", "product_id": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.aarch64" } }, { "category": "product_version", "name": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.aarch64", "product": { "name": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.aarch64", "product_id": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.i586", "product": { "name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.i586", "product_id": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.i586" } }, { "category": "product_version", "name": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.i586", "product": { "name": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.i586", "product_id": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.i586" } }, { "category": "product_version", "name": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.i586", "product": { "name": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.i586", "product_id": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le", "product": { "name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le", "product_id": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le" } }, { "category": "product_version", "name": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.ppc64le", "product": { "name": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.ppc64le", "product_id": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.ppc64le" } }, { "category": "product_version", "name": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.ppc64le", "product": { "name": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.ppc64le", "product_id": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x", "product": { "name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x", "product_id": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x" } }, { "category": "product_version", "name": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.s390x", "product": { "name": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.s390x", "product_id": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.s390x" } }, { "category": "product_version", "name": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.s390x", "product": { "name": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.s390x", "product_id": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64", "product": { "name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64", "product_id": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64" } }, { "category": "product_version", "name": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.x86_64", "product": { "name": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.x86_64", "product_id": "ruby2.5-rubygem-rack-doc-2.0.8-150000.3.31.1.x86_64" } }, { "category": "product_version", "name": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.x86_64", "product": { "name": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.x86_64", "product_id": "ruby2.5-rubygem-rack-testsuite-2.0.8-150000.3.31.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise High Availability Extension 15 SP7", "product": { "name": "SUSE Linux Enterprise High Availability Extension 15 SP7", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP7", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-ha:15:sp7" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64 as component of SUSE Linux Enterprise High Availability Extension 15 SP7", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP7:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64" }, "product_reference": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP7" }, { "category": "default_component_of", "full_product_name": { "name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le as component of SUSE Linux Enterprise High Availability Extension 15 SP7", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP7:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le" }, "product_reference": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP7" }, { "category": "default_component_of", "full_product_name": { "name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x as component of SUSE Linux Enterprise High Availability Extension 15 SP7", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP7:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x" }, "product_reference": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP7" }, { "category": "default_component_of", "full_product_name": { "name": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64 as component of SUSE Linux Enterprise High Availability Extension 15 SP7", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP7:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64" }, "product_reference": "ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 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 High Availability Extension 15 SP7:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP7:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP7:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP7:ruby2.5-rubygem-rack-2.0.8-150000.3.31.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 Availability Extension 15 SP7:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP7:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP7:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP7:ruby2.5-rubygem-rack-2.0.8-150000.3.31.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 Availability Extension 15 SP7:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP7:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP7:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP7:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-06-03T09:17:02Z", "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 Availability Extension 15 SP7:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP7:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP7:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP7:ruby2.5-rubygem-rack-2.0.8-150000.3.31.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 Availability Extension 15 SP7:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP7:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP7:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP7:ruby2.5-rubygem-rack-2.0.8-150000.3.31.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 Availability Extension 15 SP7:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP7:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP7:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP7:ruby2.5-rubygem-rack-2.0.8-150000.3.31.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-06-03T09:17:02Z", "details": "important" } ], "title": "CVE-2025-46727" } ] }
suse-su-2025:02564-1
Vulnerability from csaf_suse
Notes
{ "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" } ] }
suse-su-2025:02429-1
Vulnerability from csaf_suse
Notes
{ "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:02329-1
Vulnerability from csaf_suse
Notes
{ "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
Notes
{ "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" } ] }
ghsa-vpfw-47h7-xj4g
Vulnerability from github
Summary
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.
Details
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.
Impact
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.
Mitigation
- Update to the latest version of
rack
, or - Ensure your 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.
Related
As this code was moved to rack-session
in Rack 3+, see https://github.com/rack/rack-session/security/advisories/GHSA-9j94-67jr-4cqj for the equivalent advisory in rack-session
(affecting Rack 3+ only).
{ "affected": [ { "database_specific": { "last_known_affected_version_range": "\u003c= 2.2.13" }, "package": { "ecosystem": "RubyGems", "name": "rack" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "2.2.14" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2025-32441" ], "database_specific": { "cwe_ids": [ "CWE-362", "CWE-367", "CWE-613" ], "github_reviewed": true, "github_reviewed_at": "2025-05-08T14:45:18Z", "nvd_published_at": "2025-05-07T23:15:53Z", "severity": "MODERATE" }, "details": "### Summary\n\nWhen using the `Rack::Session::Pool` middleware, simultaneous rack requests can restore a deleted rack session, which allows the unauthenticated user to occupy that session.\n\n### Details\n\n[Rack session middleware](https://github.com/rack/rack/blob/v2.2.13/lib/rack/session/abstract/id.rb#L263-L270) 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.\n\n### Impact\n\nWhen 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.\n\n## Mitigation\n\n- Update to the latest version of `rack`, or\n- Ensure your 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\n- 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.\n\n### Related\n\nAs this code was moved to `rack-session` in Rack 3+, see \u003chttps://github.com/rack/rack-session/security/advisories/GHSA-9j94-67jr-4cqj\u003e for the equivalent advisory in `rack-session` (affecting Rack 3+ only).", "id": "GHSA-vpfw-47h7-xj4g", "modified": "2025-05-09T14:34:16Z", "published": "2025-05-08T14:45:18Z", "references": [ { "type": "WEB", "url": "https://github.com/rack/rack-session/security/advisories/GHSA-9j94-67jr-4cqj" }, { "type": "WEB", "url": "https://github.com/rack/rack/security/advisories/GHSA-vpfw-47h7-xj4g" }, { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-32441" }, { "type": "WEB", "url": "https://github.com/rack/rack/commit/c48e52f7c57e99e1e1bf54c8760d4f082cd1c89d" }, { "type": "PACKAGE", "url": "https://github.com/rack/rack" }, { "type": "WEB", "url": "https://github.com/rack/rack/blob/v2.2.13/lib/rack/session/abstract/id.rb#L263-L270" }, { "type": "WEB", "url": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/rack/CVE-2025-32441.yml" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N", "type": "CVSS_V3" } ], "summary": "Rack session gets restored after deletion" }
fkie_cve-2025-32441
Vulnerability from fkie_nvd
4.2 (Medium) - CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N
▶ | URL | Tags | |
---|---|---|---|
security-advisories@github.com | https://github.com/rack/rack/blob/v2.2.13/lib/rack/session/abstract/id.rb#L263-L270 | Product | |
security-advisories@github.com | https://github.com/rack/rack/commit/c48e52f7c57e99e1e1bf54c8760d4f082cd1c89d | Patch | |
security-advisories@github.com | https://github.com/rack/rack/security/advisories/GHSA-vpfw-47h7-xj4g | Mitigation, Vendor Advisory |
{ "configurations": [ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:rack:rack:*:*:*:*:*:ruby:*:*", "matchCriteriaId": "FEC7339A-778A-4139-B900-C42761EA6F08", "versionEndExcluding": "2.2.14", "vulnerable": true } ], "negate": false, "operator": "OR" } ] } ], "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." } ], "id": "CVE-2025-32441", "lastModified": "2025-06-17T19:48:03.580", "metrics": { "cvssMetricV31": [ { "cvssData": { "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" }, "exploitabilityScore": 1.6, "impactScore": 2.5, "source": "security-advisories@github.com", "type": "Secondary" }, { "cvssData": { "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" }, "exploitabilityScore": 1.6, "impactScore": 2.5, "source": "nvd@nist.gov", "type": "Primary" } ] }, "published": "2025-05-07T23:15:53.537", "references": [ { "source": "security-advisories@github.com", "tags": [ "Product" ], "url": "https://github.com/rack/rack/blob/v2.2.13/lib/rack/session/abstract/id.rb#L263-L270" }, { "source": "security-advisories@github.com", "tags": [ "Patch" ], "url": "https://github.com/rack/rack/commit/c48e52f7c57e99e1e1bf54c8760d4f082cd1c89d" }, { "source": "security-advisories@github.com", "tags": [ "Mitigation", "Vendor Advisory" ], "url": "https://github.com/rack/rack/security/advisories/GHSA-vpfw-47h7-xj4g" } ], "sourceIdentifier": "security-advisories@github.com", "vulnStatus": "Analyzed", "weaknesses": [ { "description": [ { "lang": "en", "value": "CWE-362" }, { "lang": "en", "value": "CWE-367" }, { "lang": "en", "value": "CWE-613" } ], "source": "security-advisories@github.com", "type": "Primary" } ] }
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.