Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-46727 (GCVE-0-2025-46727)
Vulnerability from cvelistv5
{ "containers": { "adp": [ { "metrics": [ { "other": { "content": { "id": "CVE-2025-46727", "options": [ { "Exploitation": "none" }, { "Automatable": "yes" }, { "Technical Impact": "partial" } ], "role": "CISA Coordinator", "timestamp": "2025-05-08T14:00:33.554320Z", "version": "2.0.3" }, "type": "ssvc" } } ], "providerMetadata": { "dateUpdated": "2025-05-08T14:01:06.865Z", "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" }, { "status": "affected", "version": "\u003e= 3.0, \u003c 3.0.16" }, { "status": "affected", "version": "\u003e= 3.1, \u003c 3.1.14" } ] } ], "descriptions": [ { "lang": "en", "value": "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." } ], "metrics": [ { "cvssV3_1": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-400", "description": "CWE-400: Uncontrolled Resource Consumption", "lang": "en", "type": "CWE" } ] }, { "descriptions": [ { "cweId": "CWE-770", "description": "CWE-770: Allocation of Resources Without Limits or Throttling", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2025-05-07T23:07:40.563Z", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "references": [ { "name": "https://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx", "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx" }, { "name": "https://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712" }, { "name": "https://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3" }, { "name": "https://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74" } ], "source": { "advisory": "GHSA-gjh7-p2fx-99vx", "discovery": "UNKNOWN" }, "title": "Unbounded-Parameter DoS in Rack::QueryParser" } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2025-46727", "datePublished": "2025-05-07T23:07:40.563Z", "dateReserved": "2025-04-28T20:56:09.084Z", "dateUpdated": "2025-05-08T14:01:06.865Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "vulnerability-lookup:meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2025-46727\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2025-05-07T23:15:54.267\",\"lastModified\":\"2025-06-17T19:44:47.010\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"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.\"},{\"lang\":\"es\",\"value\":\"Rack es una interfaz modular de servidor web Ruby. En versiones anteriores a la 2.2.14, la 3.0.16 y la 3.1.14, `Rack::QueryParser` analiza cadenas de consulta y cuerpos `application/x-www-form-urlencoded` en estructuras de datos Ruby sin imponer ning\u00fan l\u00edmite en el n\u00famero de par\u00e1metros, lo que permite a los atacantes enviar solicitudes con una cantidad extremadamente grande de par\u00e1metros. La vulnerabilidad surge porque `Rack::QueryParser` itera sobre cada par clave-valor separado por `\u0026amp;` y lo a\u00f1ade a un hash sin imponer un l\u00edmite superior en el n\u00famero total de par\u00e1metros. Esto permite a un atacante enviar una sola solicitud con cientos de miles (o m\u00e1s) de par\u00e1metros, lo que consume demasiada memoria y CPU durante el an\u00e1lisis. Un atacante puede provocar una denegaci\u00f3n de servicio enviando solicitudes HTTP manipuladas espec\u00edficamente, lo que puede causar el agotamiento de la memoria o la sobrecarga de recursos de la CPU, bloqueando o bloqueando el servidor Rack. Esto provoca una interrupci\u00f3n total del servicio hasta que se reinicia el trabajador afectado. Las versiones 2.2.14, 3.0.16 y 3.1.14 solucionan el problema. Existen otras mitigaciones. Se puede usar middleware para imponer un tama\u00f1o m\u00e1ximo de cadena de consulta o un n\u00famero m\u00e1ximo de par\u00e1metros, o emplear un proxy inverso (como Nginx) para limitar el tama\u00f1o de las solicitudes y rechazar cadenas o cuerpos de consulta demasiado grandes. Limitar el tama\u00f1o del cuerpo de la solicitud y la longitud de las cadenas de consulta a nivel de servidor web o CDN es una mitigaci\u00f3n eficaz.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-400\"},{\"lang\":\"en\",\"value\":\"CWE-770\"}]}],\"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\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:rack:rack:*:-:*:*:*:ruby:*:*\",\"versionStartIncluding\":\"3.0.0\",\"versionEndExcluding\":\"3.0.16\",\"matchCriteriaId\":\"5D926918-70AF-4922-9235-0189DF4395F6\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:rack:rack:*:-:*:*:*:ruby:*:*\",\"versionStartIncluding\":\"3.1.0\",\"versionEndExcluding\":\"3.1.14\",\"matchCriteriaId\":\"0D85D0E5-7372-44BF-8298-F22735F71211\"}]}]}],\"references\":[{\"url\":\"https://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Mitigation\",\"Vendor Advisory\"]}]}}", "vulnrichment": { "containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-46727\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-05-08T14:00:33.554320Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-05-08T14:00:46.517Z\"}}], \"cna\": {\"title\": \"Unbounded-Parameter DoS in Rack::QueryParser\", \"source\": {\"advisory\": \"GHSA-gjh7-p2fx-99vx\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}], \"affected\": [{\"vendor\": \"rack\", \"product\": \"rack\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 2.2.14\"}, {\"status\": \"affected\", \"version\": \"\u003e= 3.0, \u003c 3.0.16\"}, {\"status\": \"affected\", \"version\": \"\u003e= 3.1, \u003c 3.1.14\"}]}], \"references\": [{\"url\": \"https://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx\", \"name\": \"https://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712\", \"name\": \"https://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3\", \"name\": \"https://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74\", \"name\": \"https://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"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.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-400\", \"description\": \"CWE-400: Uncontrolled Resource Consumption\"}]}, {\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-770\", \"description\": \"CWE-770: Allocation of Resources Without Limits or Throttling\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2025-05-07T23:07:40.563Z\"}}}", "cveMetadata": "{\"cveId\": \"CVE-2025-46727\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-05-08T14:01:06.865Z\", \"dateReserved\": \"2025-04-28T20:56:09.084Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2025-05-07T23:07:40.563Z\", \"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: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: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: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" } ] }
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" } ] }
rhsa-2025:7604
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "A new release is now available for Red Hat Satellite 6.17 for RHEL 9.\n\nRed Hat Product Security has rated this update as having a security impact\nof Important. A Common Vulnerability Scoring System (CVSS) base score,\nwhich gives a detailed severity rating, is available for each vulnerability\nfrom the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Red Hat Satellite is a system management solution that allows organizations\nto configure and maintain their systems without the necessity to provide\npublic Internet access to their servers or other client systems. It\nperforms provisioning and configuration management of predefined standard\noperating environments.\n\nSecurity Fix(es):\n\n* rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser\n(CVE-2025-46727)\n\nUsers of Red Hat Satellite are advised to upgrade to these updated\npackages, which fix these bugs.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2025:7604", "url": "https://access.redhat.com/errata/RHSA-2025:7604" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_satellite/6.17/html/updating_red_hat_satellite/index", "url": "https://access.redhat.com/documentation/en-us/red_hat_satellite/6.17/html/updating_red_hat_satellite/index" }, { "category": "external", "summary": "2364966", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2364966" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_7604.json" } ], "title": "Red Hat Security Advisory: Satellite 6.17.0.1 Async Update", "tracking": { "current_release_date": "2025-08-02T11:33:25+00:00", "generator": { "date": "2025-08-02T11:33:25+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2025:7604", "initial_release_date": "2025-05-14T14:14:09+00:00", "revision_history": [ { "date": "2025-05-14T14:14:09+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-05-19T15:12:33+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-02T11:33:25+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Satellite 6.17 for RHEL 9", "product": { "name": "Red Hat Satellite 6.17 for RHEL 9", "product_id": "9Base-satellite-6.17", "product_identification_helper": { "cpe": "cpe:/a:redhat:satellite:6.17::el9" } } }, { "category": "product_name", "name": "Red Hat Satellite 6.17 for RHEL 9", "product": { "name": "Red Hat Satellite 6.17 for RHEL 9", "product_id": "9Base-satellite-6.17-capsule", "product_identification_helper": { "cpe": "cpe:/a:redhat:satellite_capsule:6.17::el9" } } }, { "category": "product_name", "name": "Red Hat Satellite 6.17 for RHEL 9", "product": { "name": "Red Hat Satellite 6.17 for RHEL 9", "product_id": "9Base-satellite-6.17-utils", "product_identification_helper": { "cpe": "cpe:/a:redhat:satellite_utils:6.17::el9" } } } ], "category": "product_family", "name": "Red Hat Satellite 6" }, { "branches": [ { "category": "product_version", "name": "rubygem-rack-0:2.2.14-1.el9sat.src", "product": { "name": "rubygem-rack-0:2.2.14-1.el9sat.src", "product_id": "rubygem-rack-0:2.2.14-1.el9sat.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-rack@2.2.14-1.el9sat?arch=src" } } }, { "category": "product_version", "name": "satellite-0:6.17.0.1-1.el9sat.src", "product": { "name": "satellite-0:6.17.0.1-1.el9sat.src", "product_id": "satellite-0:6.17.0.1-1.el9sat.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/satellite@6.17.0.1-1.el9sat?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "rubygem-rack-0:2.2.14-1.el9sat.noarch", "product": { "name": "rubygem-rack-0:2.2.14-1.el9sat.noarch", "product_id": "rubygem-rack-0:2.2.14-1.el9sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-rack@2.2.14-1.el9sat?arch=noarch" } } }, { "category": "product_version", "name": "satellite-capsule-0:6.17.0.1-1.el9sat.noarch", "product": { "name": "satellite-capsule-0:6.17.0.1-1.el9sat.noarch", "product_id": "satellite-capsule-0:6.17.0.1-1.el9sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/satellite-capsule@6.17.0.1-1.el9sat?arch=noarch" } } }, { "category": "product_version", "name": "satellite-common-0:6.17.0.1-1.el9sat.noarch", "product": { "name": "satellite-common-0:6.17.0.1-1.el9sat.noarch", "product_id": "satellite-common-0:6.17.0.1-1.el9sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/satellite-common@6.17.0.1-1.el9sat?arch=noarch" } } }, { "category": "product_version", "name": "satellite-obsolete-packages-0:6.17.0.1-1.el9sat.noarch", "product": { "name": "satellite-obsolete-packages-0:6.17.0.1-1.el9sat.noarch", "product_id": "satellite-obsolete-packages-0:6.17.0.1-1.el9sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/satellite-obsolete-packages@6.17.0.1-1.el9sat?arch=noarch" } } }, { "category": "product_version", "name": "satellite-0:6.17.0.1-1.el9sat.noarch", "product": { "name": "satellite-0:6.17.0.1-1.el9sat.noarch", "product_id": "satellite-0:6.17.0.1-1.el9sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/satellite@6.17.0.1-1.el9sat?arch=noarch" } } }, { "category": "product_version", "name": "satellite-cli-0:6.17.0.1-1.el9sat.noarch", "product": { "name": "satellite-cli-0:6.17.0.1-1.el9sat.noarch", "product_id": "satellite-cli-0:6.17.0.1-1.el9sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/satellite-cli@6.17.0.1-1.el9sat?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "rubygem-rack-0:2.2.14-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9", "product_id": "9Base-satellite-6.17-capsule:rubygem-rack-0:2.2.14-1.el9sat.noarch" }, "product_reference": "rubygem-rack-0:2.2.14-1.el9sat.noarch", "relates_to_product_reference": "9Base-satellite-6.17-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-rack-0:2.2.14-1.el9sat.src as a component of Red Hat Satellite 6.17 for RHEL 9", "product_id": "9Base-satellite-6.17-capsule:rubygem-rack-0:2.2.14-1.el9sat.src" }, "product_reference": "rubygem-rack-0:2.2.14-1.el9sat.src", "relates_to_product_reference": "9Base-satellite-6.17-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-0:6.17.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9", "product_id": "9Base-satellite-6.17-capsule:satellite-0:6.17.0.1-1.el9sat.noarch" }, "product_reference": "satellite-0:6.17.0.1-1.el9sat.noarch", "relates_to_product_reference": "9Base-satellite-6.17-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-0:6.17.0.1-1.el9sat.src as a component of Red Hat Satellite 6.17 for RHEL 9", "product_id": "9Base-satellite-6.17-capsule:satellite-0:6.17.0.1-1.el9sat.src" }, "product_reference": "satellite-0:6.17.0.1-1.el9sat.src", "relates_to_product_reference": "9Base-satellite-6.17-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-capsule-0:6.17.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9", "product_id": "9Base-satellite-6.17-capsule:satellite-capsule-0:6.17.0.1-1.el9sat.noarch" }, "product_reference": "satellite-capsule-0:6.17.0.1-1.el9sat.noarch", "relates_to_product_reference": "9Base-satellite-6.17-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-cli-0:6.17.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9", "product_id": "9Base-satellite-6.17-capsule:satellite-cli-0:6.17.0.1-1.el9sat.noarch" }, "product_reference": "satellite-cli-0:6.17.0.1-1.el9sat.noarch", "relates_to_product_reference": "9Base-satellite-6.17-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-common-0:6.17.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9", "product_id": "9Base-satellite-6.17-capsule:satellite-common-0:6.17.0.1-1.el9sat.noarch" }, "product_reference": "satellite-common-0:6.17.0.1-1.el9sat.noarch", "relates_to_product_reference": "9Base-satellite-6.17-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-obsolete-packages-0:6.17.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9", "product_id": "9Base-satellite-6.17-capsule:satellite-obsolete-packages-0:6.17.0.1-1.el9sat.noarch" }, "product_reference": "satellite-obsolete-packages-0:6.17.0.1-1.el9sat.noarch", "relates_to_product_reference": "9Base-satellite-6.17-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-0:6.17.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9", "product_id": "9Base-satellite-6.17-utils:satellite-0:6.17.0.1-1.el9sat.noarch" }, "product_reference": "satellite-0:6.17.0.1-1.el9sat.noarch", "relates_to_product_reference": "9Base-satellite-6.17-utils" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-0:6.17.0.1-1.el9sat.src as a component of Red Hat Satellite 6.17 for RHEL 9", "product_id": "9Base-satellite-6.17-utils:satellite-0:6.17.0.1-1.el9sat.src" }, "product_reference": "satellite-0:6.17.0.1-1.el9sat.src", "relates_to_product_reference": "9Base-satellite-6.17-utils" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-capsule-0:6.17.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9", "product_id": "9Base-satellite-6.17-utils:satellite-capsule-0:6.17.0.1-1.el9sat.noarch" }, "product_reference": "satellite-capsule-0:6.17.0.1-1.el9sat.noarch", "relates_to_product_reference": "9Base-satellite-6.17-utils" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-cli-0:6.17.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9", "product_id": "9Base-satellite-6.17-utils:satellite-cli-0:6.17.0.1-1.el9sat.noarch" }, "product_reference": "satellite-cli-0:6.17.0.1-1.el9sat.noarch", "relates_to_product_reference": "9Base-satellite-6.17-utils" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-common-0:6.17.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9", "product_id": "9Base-satellite-6.17-utils:satellite-common-0:6.17.0.1-1.el9sat.noarch" }, "product_reference": "satellite-common-0:6.17.0.1-1.el9sat.noarch", "relates_to_product_reference": "9Base-satellite-6.17-utils" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-obsolete-packages-0:6.17.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9", "product_id": "9Base-satellite-6.17-utils:satellite-obsolete-packages-0:6.17.0.1-1.el9sat.noarch" }, "product_reference": "satellite-obsolete-packages-0:6.17.0.1-1.el9sat.noarch", "relates_to_product_reference": "9Base-satellite-6.17-utils" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-rack-0:2.2.14-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9", "product_id": "9Base-satellite-6.17:rubygem-rack-0:2.2.14-1.el9sat.noarch" }, "product_reference": "rubygem-rack-0:2.2.14-1.el9sat.noarch", "relates_to_product_reference": "9Base-satellite-6.17" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-rack-0:2.2.14-1.el9sat.src as a component of Red Hat Satellite 6.17 for RHEL 9", "product_id": "9Base-satellite-6.17:rubygem-rack-0:2.2.14-1.el9sat.src" }, "product_reference": "rubygem-rack-0:2.2.14-1.el9sat.src", "relates_to_product_reference": "9Base-satellite-6.17" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-0:6.17.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9", "product_id": "9Base-satellite-6.17:satellite-0:6.17.0.1-1.el9sat.noarch" }, "product_reference": "satellite-0:6.17.0.1-1.el9sat.noarch", "relates_to_product_reference": "9Base-satellite-6.17" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-0:6.17.0.1-1.el9sat.src as a component of Red Hat Satellite 6.17 for RHEL 9", "product_id": "9Base-satellite-6.17:satellite-0:6.17.0.1-1.el9sat.src" }, "product_reference": "satellite-0:6.17.0.1-1.el9sat.src", "relates_to_product_reference": "9Base-satellite-6.17" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-capsule-0:6.17.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9", "product_id": "9Base-satellite-6.17:satellite-capsule-0:6.17.0.1-1.el9sat.noarch" }, "product_reference": "satellite-capsule-0:6.17.0.1-1.el9sat.noarch", "relates_to_product_reference": "9Base-satellite-6.17" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-cli-0:6.17.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9", "product_id": "9Base-satellite-6.17:satellite-cli-0:6.17.0.1-1.el9sat.noarch" }, "product_reference": "satellite-cli-0:6.17.0.1-1.el9sat.noarch", "relates_to_product_reference": "9Base-satellite-6.17" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-common-0:6.17.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9", "product_id": "9Base-satellite-6.17:satellite-common-0:6.17.0.1-1.el9sat.noarch" }, "product_reference": "satellite-common-0:6.17.0.1-1.el9sat.noarch", "relates_to_product_reference": "9Base-satellite-6.17" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-obsolete-packages-0:6.17.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9", "product_id": "9Base-satellite-6.17:satellite-obsolete-packages-0:6.17.0.1-1.el9sat.noarch" }, "product_reference": "satellite-obsolete-packages-0:6.17.0.1-1.el9sat.noarch", "relates_to_product_reference": "9Base-satellite-6.17" } ] }, "vulnerabilities": [ { "cve": "CVE-2025-46727", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2025-05-08T00:00:45.681503+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-satellite-6.17-capsule:satellite-0:6.17.0.1-1.el9sat.noarch", "9Base-satellite-6.17-capsule:satellite-0:6.17.0.1-1.el9sat.src", "9Base-satellite-6.17-capsule:satellite-capsule-0:6.17.0.1-1.el9sat.noarch", "9Base-satellite-6.17-capsule:satellite-cli-0:6.17.0.1-1.el9sat.noarch", "9Base-satellite-6.17-capsule:satellite-common-0:6.17.0.1-1.el9sat.noarch", "9Base-satellite-6.17-capsule:satellite-obsolete-packages-0:6.17.0.1-1.el9sat.noarch", "9Base-satellite-6.17-utils:satellite-0:6.17.0.1-1.el9sat.noarch", "9Base-satellite-6.17-utils:satellite-0:6.17.0.1-1.el9sat.src", "9Base-satellite-6.17-utils:satellite-capsule-0:6.17.0.1-1.el9sat.noarch", "9Base-satellite-6.17-utils:satellite-cli-0:6.17.0.1-1.el9sat.noarch", "9Base-satellite-6.17-utils:satellite-common-0:6.17.0.1-1.el9sat.noarch", "9Base-satellite-6.17-utils:satellite-obsolete-packages-0:6.17.0.1-1.el9sat.noarch", "9Base-satellite-6.17:satellite-0:6.17.0.1-1.el9sat.noarch", "9Base-satellite-6.17:satellite-0:6.17.0.1-1.el9sat.src", "9Base-satellite-6.17:satellite-capsule-0:6.17.0.1-1.el9sat.noarch", "9Base-satellite-6.17:satellite-cli-0:6.17.0.1-1.el9sat.noarch", "9Base-satellite-6.17:satellite-common-0:6.17.0.1-1.el9sat.noarch", "9Base-satellite-6.17:satellite-obsolete-packages-0:6.17.0.1-1.el9sat.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2364966" } ], "notes": [ { "category": "description", "text": "A flaw was found in Rack::QueryParser. This vulnerability allows denial of service via oversized HTTP requests containing many parameters, resulting in memory exhaustion that consumes all available memory or CPU resource pinning, which keeps the CPU constantly busy.", "title": "Vulnerability description" }, { "category": "summary", "text": "rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as an IMPORTANT severity because the vulnerabilty was found in the Rack::QueryParser component which arises because 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, when an attacker sends requests with an extremely large number of parameters, Rack::QueryParser consumes excessive memory and CPU during parsing, leading to memory exhaustion, this results in a denial of service, causing the Rack server to crash and leading to full service disruption.\n\nRed Hat Satellite 6.15 includes an affected version of rubygem-rack; however, since it does not utilize Rack::QueryParser, it is not actually vulnerable to the flaw, lowering product-specific impact. The issue has already been addressed in Red Hat Satellite versions 6.16 and 6.17, and updates for other supported versions may follow based on the product lifecycle policy.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-satellite-6.17-capsule:rubygem-rack-0:2.2.14-1.el9sat.noarch", "9Base-satellite-6.17-capsule:rubygem-rack-0:2.2.14-1.el9sat.src", "9Base-satellite-6.17:rubygem-rack-0:2.2.14-1.el9sat.noarch", "9Base-satellite-6.17:rubygem-rack-0:2.2.14-1.el9sat.src" ], "known_not_affected": [ "9Base-satellite-6.17-capsule:satellite-0:6.17.0.1-1.el9sat.noarch", "9Base-satellite-6.17-capsule:satellite-0:6.17.0.1-1.el9sat.src", "9Base-satellite-6.17-capsule:satellite-capsule-0:6.17.0.1-1.el9sat.noarch", "9Base-satellite-6.17-capsule:satellite-cli-0:6.17.0.1-1.el9sat.noarch", "9Base-satellite-6.17-capsule:satellite-common-0:6.17.0.1-1.el9sat.noarch", "9Base-satellite-6.17-capsule:satellite-obsolete-packages-0:6.17.0.1-1.el9sat.noarch", "9Base-satellite-6.17-utils:satellite-0:6.17.0.1-1.el9sat.noarch", "9Base-satellite-6.17-utils:satellite-0:6.17.0.1-1.el9sat.src", "9Base-satellite-6.17-utils:satellite-capsule-0:6.17.0.1-1.el9sat.noarch", "9Base-satellite-6.17-utils:satellite-cli-0:6.17.0.1-1.el9sat.noarch", "9Base-satellite-6.17-utils:satellite-common-0:6.17.0.1-1.el9sat.noarch", "9Base-satellite-6.17-utils:satellite-obsolete-packages-0:6.17.0.1-1.el9sat.noarch", "9Base-satellite-6.17:satellite-0:6.17.0.1-1.el9sat.noarch", "9Base-satellite-6.17:satellite-0:6.17.0.1-1.el9sat.src", "9Base-satellite-6.17:satellite-capsule-0:6.17.0.1-1.el9sat.noarch", "9Base-satellite-6.17:satellite-cli-0:6.17.0.1-1.el9sat.noarch", "9Base-satellite-6.17:satellite-common-0:6.17.0.1-1.el9sat.noarch", "9Base-satellite-6.17:satellite-obsolete-packages-0:6.17.0.1-1.el9sat.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-46727" }, { "category": "external", "summary": "RHBZ#2364966", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2364966" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-46727", "url": "https://www.cve.org/CVERecord?id=CVE-2025-46727" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-46727", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-46727" }, { "category": "external", "summary": "https://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712", "url": "https://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712" }, { "category": "external", "summary": "https://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3", "url": "https://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3" }, { "category": "external", "summary": "https://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74", "url": "https://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74" }, { "category": "external", "summary": "https://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx", "url": "https://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx" } ], "release_date": "2025-05-07T23:07:40.563000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-05-14T14:14:09+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_satellite/6.17/html/updating_red_hat_satellite/index", "product_ids": [ "9Base-satellite-6.17-capsule:rubygem-rack-0:2.2.14-1.el9sat.noarch", "9Base-satellite-6.17-capsule:rubygem-rack-0:2.2.14-1.el9sat.src", "9Base-satellite-6.17:rubygem-rack-0:2.2.14-1.el9sat.noarch", "9Base-satellite-6.17:rubygem-rack-0:2.2.14-1.el9sat.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:7604" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "9Base-satellite-6.17-capsule:rubygem-rack-0:2.2.14-1.el9sat.noarch", "9Base-satellite-6.17-capsule:rubygem-rack-0:2.2.14-1.el9sat.src", "9Base-satellite-6.17-capsule:satellite-0:6.17.0.1-1.el9sat.noarch", "9Base-satellite-6.17-capsule:satellite-0:6.17.0.1-1.el9sat.src", "9Base-satellite-6.17-capsule:satellite-capsule-0:6.17.0.1-1.el9sat.noarch", "9Base-satellite-6.17-capsule:satellite-cli-0:6.17.0.1-1.el9sat.noarch", "9Base-satellite-6.17-capsule:satellite-common-0:6.17.0.1-1.el9sat.noarch", "9Base-satellite-6.17-capsule:satellite-obsolete-packages-0:6.17.0.1-1.el9sat.noarch", "9Base-satellite-6.17-utils:satellite-0:6.17.0.1-1.el9sat.noarch", "9Base-satellite-6.17-utils:satellite-0:6.17.0.1-1.el9sat.src", "9Base-satellite-6.17-utils:satellite-capsule-0:6.17.0.1-1.el9sat.noarch", "9Base-satellite-6.17-utils:satellite-cli-0:6.17.0.1-1.el9sat.noarch", "9Base-satellite-6.17-utils:satellite-common-0:6.17.0.1-1.el9sat.noarch", "9Base-satellite-6.17-utils:satellite-obsolete-packages-0:6.17.0.1-1.el9sat.noarch", "9Base-satellite-6.17:rubygem-rack-0:2.2.14-1.el9sat.noarch", "9Base-satellite-6.17:rubygem-rack-0:2.2.14-1.el9sat.src", "9Base-satellite-6.17:satellite-0:6.17.0.1-1.el9sat.noarch", "9Base-satellite-6.17:satellite-0:6.17.0.1-1.el9sat.src", "9Base-satellite-6.17:satellite-capsule-0:6.17.0.1-1.el9sat.noarch", "9Base-satellite-6.17:satellite-cli-0:6.17.0.1-1.el9sat.noarch", "9Base-satellite-6.17:satellite-common-0:6.17.0.1-1.el9sat.noarch", "9Base-satellite-6.17:satellite-obsolete-packages-0:6.17.0.1-1.el9sat.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser" } ] }
rhsa-2025:8254
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for pcs is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "The pcs packages provide a command-line configuration system for the Pacemaker and Corosync utilities.\n\nSecurity Fix(es):\n\n* rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser (CVE-2025-46727)\n\n* tornado: Tornado Multipart Form-Data Denial of Service (CVE-2025-47287)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2025:8254", "url": "https://access.redhat.com/errata/RHSA-2025:8254" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2364966", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2364966" }, { "category": "external", "summary": "2366703", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2366703" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_8254.json" } ], "title": "Red Hat Security Advisory: pcs security update", "tracking": { "current_release_date": "2025-08-02T11:34:50+00:00", "generator": { "date": "2025-08-02T11:34:50+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2025:8254", "initial_release_date": "2025-05-28T10:43:02+00:00", "revision_history": [ { "date": "2025-05-28T10:43:02+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-05-28T10:43:02+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-02T11:34:50+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux HighAvailability (v. 8)", "product": { "name": "Red Hat Enterprise Linux HighAvailability (v. 8)", "product_id": "HighAvailability-8.10.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::highavailability" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux ResilientStorage (v. 8)", "product": { "name": "Red Hat Enterprise Linux ResilientStorage (v. 8)", "product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::resilientstorage" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.10.18-2.el8_10.5.src", "product": { "name": "pcs-0:0.10.18-2.el8_10.5.src", "product_id": "pcs-0:0.10.18-2.el8_10.5.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.10.18-2.el8_10.5?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.10.18-2.el8_10.5.aarch64", "product": { "name": "pcs-0:0.10.18-2.el8_10.5.aarch64", "product_id": "pcs-0:0.10.18-2.el8_10.5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.10.18-2.el8_10.5?arch=aarch64" } } }, { "category": "product_version", "name": "pcs-snmp-0:0.10.18-2.el8_10.5.aarch64", "product": { "name": "pcs-snmp-0:0.10.18-2.el8_10.5.aarch64", "product_id": "pcs-snmp-0:0.10.18-2.el8_10.5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs-snmp@0.10.18-2.el8_10.5?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.10.18-2.el8_10.5.ppc64le", "product": { "name": "pcs-0:0.10.18-2.el8_10.5.ppc64le", "product_id": "pcs-0:0.10.18-2.el8_10.5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.10.18-2.el8_10.5?arch=ppc64le" } } }, { "category": "product_version", "name": "pcs-snmp-0:0.10.18-2.el8_10.5.ppc64le", "product": { "name": "pcs-snmp-0:0.10.18-2.el8_10.5.ppc64le", "product_id": "pcs-snmp-0:0.10.18-2.el8_10.5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs-snmp@0.10.18-2.el8_10.5?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.10.18-2.el8_10.5.x86_64", "product": { "name": "pcs-0:0.10.18-2.el8_10.5.x86_64", "product_id": "pcs-0:0.10.18-2.el8_10.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.10.18-2.el8_10.5?arch=x86_64" } } }, { "category": "product_version", "name": "pcs-snmp-0:0.10.18-2.el8_10.5.x86_64", "product": { "name": "pcs-snmp-0:0.10.18-2.el8_10.5.x86_64", "product_id": "pcs-snmp-0:0.10.18-2.el8_10.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs-snmp@0.10.18-2.el8_10.5?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.10.18-2.el8_10.5.s390x", "product": { "name": "pcs-0:0.10.18-2.el8_10.5.s390x", "product_id": "pcs-0:0.10.18-2.el8_10.5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.10.18-2.el8_10.5?arch=s390x" } } }, { "category": "product_version", "name": "pcs-snmp-0:0.10.18-2.el8_10.5.s390x", "product": { "name": "pcs-snmp-0:0.10.18-2.el8_10.5.s390x", "product_id": "pcs-snmp-0:0.10.18-2.el8_10.5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs-snmp@0.10.18-2.el8_10.5?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.10.18-2.el8_10.5.aarch64 as a component of Red Hat Enterprise Linux HighAvailability (v. 8)", "product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.aarch64" }, "product_reference": "pcs-0:0.10.18-2.el8_10.5.aarch64", "relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.10.18-2.el8_10.5.ppc64le as a component of Red Hat Enterprise Linux HighAvailability (v. 8)", "product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.ppc64le" }, "product_reference": "pcs-0:0.10.18-2.el8_10.5.ppc64le", "relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.10.18-2.el8_10.5.s390x as a component of Red Hat Enterprise Linux HighAvailability (v. 8)", "product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.s390x" }, "product_reference": "pcs-0:0.10.18-2.el8_10.5.s390x", "relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.10.18-2.el8_10.5.src as a component of Red Hat Enterprise Linux HighAvailability (v. 8)", "product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.src" }, "product_reference": "pcs-0:0.10.18-2.el8_10.5.src", "relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.10.18-2.el8_10.5.x86_64 as a component of Red Hat Enterprise Linux HighAvailability (v. 8)", "product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.x86_64" }, "product_reference": "pcs-0:0.10.18-2.el8_10.5.x86_64", "relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.10.18-2.el8_10.5.aarch64 as a component of Red Hat Enterprise Linux HighAvailability (v. 8)", "product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.aarch64" }, "product_reference": "pcs-snmp-0:0.10.18-2.el8_10.5.aarch64", "relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.10.18-2.el8_10.5.ppc64le as a component of Red Hat Enterprise Linux HighAvailability (v. 8)", "product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.ppc64le" }, "product_reference": "pcs-snmp-0:0.10.18-2.el8_10.5.ppc64le", "relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.10.18-2.el8_10.5.s390x as a component of Red Hat Enterprise Linux HighAvailability (v. 8)", "product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.s390x" }, "product_reference": "pcs-snmp-0:0.10.18-2.el8_10.5.s390x", "relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.10.18-2.el8_10.5.x86_64 as a component of Red Hat Enterprise Linux HighAvailability (v. 8)", "product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.x86_64" }, "product_reference": "pcs-snmp-0:0.10.18-2.el8_10.5.x86_64", "relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.10.18-2.el8_10.5.aarch64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)", "product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.aarch64" }, "product_reference": "pcs-0:0.10.18-2.el8_10.5.aarch64", "relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.10.18-2.el8_10.5.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)", "product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.ppc64le" }, "product_reference": "pcs-0:0.10.18-2.el8_10.5.ppc64le", "relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.10.18-2.el8_10.5.s390x as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)", "product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.s390x" }, "product_reference": "pcs-0:0.10.18-2.el8_10.5.s390x", "relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.10.18-2.el8_10.5.src as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)", "product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.src" }, "product_reference": "pcs-0:0.10.18-2.el8_10.5.src", "relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.10.18-2.el8_10.5.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)", "product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.x86_64" }, "product_reference": "pcs-0:0.10.18-2.el8_10.5.x86_64", "relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.10.18-2.el8_10.5.aarch64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)", "product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.aarch64" }, "product_reference": "pcs-snmp-0:0.10.18-2.el8_10.5.aarch64", "relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.10.18-2.el8_10.5.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)", "product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.ppc64le" }, "product_reference": "pcs-snmp-0:0.10.18-2.el8_10.5.ppc64le", "relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.10.18-2.el8_10.5.s390x as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)", "product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.s390x" }, "product_reference": "pcs-snmp-0:0.10.18-2.el8_10.5.s390x", "relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.10.18-2.el8_10.5.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)", "product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.x86_64" }, "product_reference": "pcs-snmp-0:0.10.18-2.el8_10.5.x86_64", "relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2025-46727", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2025-05-08T00:00:45.681503+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2364966" } ], "notes": [ { "category": "description", "text": "A flaw was found in Rack::QueryParser. This vulnerability allows denial of service via oversized HTTP requests containing many parameters, resulting in memory exhaustion that consumes all available memory or CPU resource pinning, which keeps the CPU constantly busy.", "title": "Vulnerability description" }, { "category": "summary", "text": "rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as an IMPORTANT severity because the vulnerabilty was found in the Rack::QueryParser component which arises because 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, when an attacker sends requests with an extremely large number of parameters, Rack::QueryParser consumes excessive memory and CPU during parsing, leading to memory exhaustion, this results in a denial of service, causing the Rack server to crash and leading to full service disruption.\n\nRed Hat Satellite 6.15 includes an affected version of rubygem-rack; however, since it does not utilize Rack::QueryParser, it is not actually vulnerable to the flaw, lowering product-specific impact. The issue has already been addressed in Red Hat Satellite versions 6.16 and 6.17, and updates for other supported versions may follow based on the product lifecycle policy.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.aarch64", "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.ppc64le", "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.s390x", "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.src", "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.x86_64", "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.aarch64", "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.ppc64le", "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.s390x", "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.x86_64", "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.aarch64", "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.ppc64le", "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.s390x", "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.src", "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.x86_64", "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.aarch64", "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.ppc64le", "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.s390x", "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-46727" }, { "category": "external", "summary": "RHBZ#2364966", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2364966" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-46727", "url": "https://www.cve.org/CVERecord?id=CVE-2025-46727" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-46727", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-46727" }, { "category": "external", "summary": "https://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712", "url": "https://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712" }, { "category": "external", "summary": "https://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3", "url": "https://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3" }, { "category": "external", "summary": "https://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74", "url": "https://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74" }, { "category": "external", "summary": "https://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx", "url": "https://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx" } ], "release_date": "2025-05-07T23:07:40.563000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-05-28T10:43:02+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.aarch64", "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.ppc64le", "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.s390x", "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.src", "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.x86_64", "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.aarch64", "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.ppc64le", "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.s390x", "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.x86_64", "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.aarch64", "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.ppc64le", "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.s390x", "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.src", "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.x86_64", "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.aarch64", "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.ppc64le", "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.s390x", "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:8254" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.aarch64", "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.ppc64le", "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.s390x", "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.src", "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.x86_64", "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.aarch64", "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.ppc64le", "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.s390x", "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.x86_64", "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.aarch64", "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.ppc64le", "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.s390x", "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.src", "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.x86_64", "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.aarch64", "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.ppc64le", "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.s390x", "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser" }, { "cve": "CVE-2025-47287", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2025-05-15T22:00:49.780609+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2366703" } ], "notes": [ { "category": "description", "text": "A flaw was found in Tornado. This vulnerability can lead to a a denial of service by generating an extremely high volume of log entries.", "title": "Vulnerability description" }, { "category": "summary", "text": "tornado: Tornado Multipart Form-Data Denial of Service", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability marked as Important because it leverages the synchronous nature of the logging subsystem to induce a DoS condition. Specifically, malformed multipart/form-data payloads cause repeated, blocking log writes, which stall the event loop that underpins Tornado\u2019s asynchronous architecture. Furthermore, because the vulnerable multipart parser is enabled by default, applications that are otherwise well-secured and do not even use file uploads can still be targeted unless they explicitly block these requests at a proxy.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.aarch64", "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.ppc64le", "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.s390x", "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.src", "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.x86_64", "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.aarch64", "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.ppc64le", "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.s390x", "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.x86_64", "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.aarch64", "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.ppc64le", "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.s390x", "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.src", "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.x86_64", "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.aarch64", "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.ppc64le", "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.s390x", "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-47287" }, { "category": "external", "summary": "RHBZ#2366703", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2366703" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-47287", "url": "https://www.cve.org/CVERecord?id=CVE-2025-47287" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47287", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47287" }, { "category": "external", "summary": "https://github.com/tornadoweb/tornado/commit/b39b892bf78fe8fea01dd45199aa88307e7162f3", "url": "https://github.com/tornadoweb/tornado/commit/b39b892bf78fe8fea01dd45199aa88307e7162f3" }, { "category": "external", "summary": "https://github.com/tornadoweb/tornado/security/advisories/GHSA-7cx3-6m66-7c5m", "url": "https://github.com/tornadoweb/tornado/security/advisories/GHSA-7cx3-6m66-7c5m" } ], "release_date": "2025-05-15T21:17:55.188000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-05-28T10:43:02+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.aarch64", "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.ppc64le", "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.s390x", "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.src", "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.x86_64", "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.aarch64", "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.ppc64le", "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.s390x", "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.x86_64", "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.aarch64", "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.ppc64le", "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.s390x", "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.src", "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.x86_64", "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.aarch64", "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.ppc64le", "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.s390x", "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:8254" }, { "category": "workaround", "details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.", "product_ids": [ "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.aarch64", "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.ppc64le", "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.s390x", "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.src", "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.x86_64", "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.aarch64", "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.ppc64le", "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.s390x", "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.x86_64", "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.aarch64", "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.ppc64le", "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.s390x", "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.src", "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.x86_64", "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.aarch64", "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.ppc64le", "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.s390x", "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.aarch64", "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.ppc64le", "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.s390x", "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.src", "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.x86_64", "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.aarch64", "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.ppc64le", "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.s390x", "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.x86_64", "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.aarch64", "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.ppc64le", "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.s390x", "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.src", "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.5.x86_64", "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.aarch64", "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.ppc64le", "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.s390x", "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "tornado: Tornado Multipart Form-Data Denial of Service" } ] }
rhsa-2025:8288
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for pcs is now available for Red Hat Enterprise Linux 9.4 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "The pcs packages provide a command-line configuration system for the Pacemaker and Corosync utilities.\n\nSecurity Fix(es):\n\n* rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser (CVE-2025-46727)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2025:8288", "url": "https://access.redhat.com/errata/RHSA-2025:8288" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2364966", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2364966" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_8288.json" } ], "title": "Red Hat Security Advisory: pcs security update", "tracking": { "current_release_date": "2025-08-02T11:35:17+00:00", "generator": { "date": "2025-08-02T11:35:17+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2025:8288", "initial_release_date": "2025-05-29T06:28:46+00:00", "revision_history": [ { "date": "2025-05-29T06:28:46+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-05-29T06:28:46+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-02T11:35:17+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product": { "name": "Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:9.4::highavailability" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product": { "name": "Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:9.4::resilientstorage" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.11.7-2.el9_4.4.src", "product": { "name": "pcs-0:0.11.7-2.el9_4.4.src", "product_id": "pcs-0:0.11.7-2.el9_4.4.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.11.7-2.el9_4.4?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.11.7-2.el9_4.4.aarch64", "product": { "name": "pcs-0:0.11.7-2.el9_4.4.aarch64", "product_id": "pcs-0:0.11.7-2.el9_4.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.11.7-2.el9_4.4?arch=aarch64" } } }, { "category": "product_version", "name": "pcs-snmp-0:0.11.7-2.el9_4.4.aarch64", "product": { "name": "pcs-snmp-0:0.11.7-2.el9_4.4.aarch64", "product_id": "pcs-snmp-0:0.11.7-2.el9_4.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs-snmp@0.11.7-2.el9_4.4?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.11.7-2.el9_4.4.ppc64le", "product": { "name": "pcs-0:0.11.7-2.el9_4.4.ppc64le", "product_id": "pcs-0:0.11.7-2.el9_4.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.11.7-2.el9_4.4?arch=ppc64le" } } }, { "category": "product_version", "name": "pcs-snmp-0:0.11.7-2.el9_4.4.ppc64le", "product": { "name": "pcs-snmp-0:0.11.7-2.el9_4.4.ppc64le", "product_id": "pcs-snmp-0:0.11.7-2.el9_4.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs-snmp@0.11.7-2.el9_4.4?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.11.7-2.el9_4.4.x86_64", "product": { "name": "pcs-0:0.11.7-2.el9_4.4.x86_64", "product_id": "pcs-0:0.11.7-2.el9_4.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.11.7-2.el9_4.4?arch=x86_64" } } }, { "category": "product_version", "name": "pcs-snmp-0:0.11.7-2.el9_4.4.x86_64", "product": { "name": "pcs-snmp-0:0.11.7-2.el9_4.4.x86_64", "product_id": "pcs-snmp-0:0.11.7-2.el9_4.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs-snmp@0.11.7-2.el9_4.4?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.11.7-2.el9_4.4.s390x", "product": { "name": "pcs-0:0.11.7-2.el9_4.4.s390x", "product_id": "pcs-0:0.11.7-2.el9_4.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.11.7-2.el9_4.4?arch=s390x" } } }, { "category": "product_version", "name": "pcs-snmp-0:0.11.7-2.el9_4.4.s390x", "product": { "name": "pcs-snmp-0:0.11.7-2.el9_4.4.s390x", "product_id": "pcs-snmp-0:0.11.7-2.el9_4.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs-snmp@0.11.7-2.el9_4.4?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.11.7-2.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.aarch64" }, "product_reference": "pcs-0:0.11.7-2.el9_4.4.aarch64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.11.7-2.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.ppc64le" }, "product_reference": "pcs-0:0.11.7-2.el9_4.4.ppc64le", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.11.7-2.el9_4.4.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.s390x" }, "product_reference": "pcs-0:0.11.7-2.el9_4.4.s390x", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.11.7-2.el9_4.4.src as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.src" }, "product_reference": "pcs-0:0.11.7-2.el9_4.4.src", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.11.7-2.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.x86_64" }, "product_reference": "pcs-0:0.11.7-2.el9_4.4.x86_64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.11.7-2.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:pcs-snmp-0:0.11.7-2.el9_4.4.aarch64" }, "product_reference": "pcs-snmp-0:0.11.7-2.el9_4.4.aarch64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.11.7-2.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:pcs-snmp-0:0.11.7-2.el9_4.4.ppc64le" }, "product_reference": "pcs-snmp-0:0.11.7-2.el9_4.4.ppc64le", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.11.7-2.el9_4.4.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:pcs-snmp-0:0.11.7-2.el9_4.4.s390x" }, "product_reference": "pcs-snmp-0:0.11.7-2.el9_4.4.s390x", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.11.7-2.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:pcs-snmp-0:0.11.7-2.el9_4.4.x86_64" }, "product_reference": "pcs-snmp-0:0.11.7-2.el9_4.4.x86_64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.11.7-2.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.aarch64" }, "product_reference": "pcs-0:0.11.7-2.el9_4.4.aarch64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.11.7-2.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.ppc64le" }, "product_reference": "pcs-0:0.11.7-2.el9_4.4.ppc64le", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.11.7-2.el9_4.4.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.s390x" }, "product_reference": "pcs-0:0.11.7-2.el9_4.4.s390x", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.11.7-2.el9_4.4.src as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.src" }, "product_reference": "pcs-0:0.11.7-2.el9_4.4.src", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.11.7-2.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.x86_64" }, "product_reference": "pcs-0:0.11.7-2.el9_4.4.x86_64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.11.7-2.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:pcs-snmp-0:0.11.7-2.el9_4.4.aarch64" }, "product_reference": "pcs-snmp-0:0.11.7-2.el9_4.4.aarch64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.11.7-2.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:pcs-snmp-0:0.11.7-2.el9_4.4.ppc64le" }, "product_reference": "pcs-snmp-0:0.11.7-2.el9_4.4.ppc64le", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.11.7-2.el9_4.4.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:pcs-snmp-0:0.11.7-2.el9_4.4.s390x" }, "product_reference": "pcs-snmp-0:0.11.7-2.el9_4.4.s390x", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.11.7-2.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:pcs-snmp-0:0.11.7-2.el9_4.4.x86_64" }, "product_reference": "pcs-snmp-0:0.11.7-2.el9_4.4.x86_64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2025-46727", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2025-05-08T00:00:45.681503+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2364966" } ], "notes": [ { "category": "description", "text": "A flaw was found in Rack::QueryParser. This vulnerability allows denial of service via oversized HTTP requests containing many parameters, resulting in memory exhaustion that consumes all available memory or CPU resource pinning, which keeps the CPU constantly busy.", "title": "Vulnerability description" }, { "category": "summary", "text": "rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as an IMPORTANT severity because the vulnerabilty was found in the Rack::QueryParser component which arises because 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, when an attacker sends requests with an extremely large number of parameters, Rack::QueryParser consumes excessive memory and CPU during parsing, leading to memory exhaustion, this results in a denial of service, causing the Rack server to crash and leading to full service disruption.\n\nRed Hat Satellite 6.15 includes an affected version of rubygem-rack; however, since it does not utilize Rack::QueryParser, it is not actually vulnerable to the flaw, lowering product-specific impact. The issue has already been addressed in Red Hat Satellite versions 6.16 and 6.17, and updates for other supported versions may follow based on the product lifecycle policy.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "HighAvailability-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.aarch64", "HighAvailability-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.ppc64le", "HighAvailability-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.s390x", "HighAvailability-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.src", "HighAvailability-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.x86_64", "HighAvailability-9.4.0.Z.EUS:pcs-snmp-0:0.11.7-2.el9_4.4.aarch64", "HighAvailability-9.4.0.Z.EUS:pcs-snmp-0:0.11.7-2.el9_4.4.ppc64le", "HighAvailability-9.4.0.Z.EUS:pcs-snmp-0:0.11.7-2.el9_4.4.s390x", "HighAvailability-9.4.0.Z.EUS:pcs-snmp-0:0.11.7-2.el9_4.4.x86_64", "ResilientStorage-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.aarch64", "ResilientStorage-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.ppc64le", "ResilientStorage-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.s390x", "ResilientStorage-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.src", "ResilientStorage-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.x86_64", "ResilientStorage-9.4.0.Z.EUS:pcs-snmp-0:0.11.7-2.el9_4.4.aarch64", "ResilientStorage-9.4.0.Z.EUS:pcs-snmp-0:0.11.7-2.el9_4.4.ppc64le", "ResilientStorage-9.4.0.Z.EUS:pcs-snmp-0:0.11.7-2.el9_4.4.s390x", "ResilientStorage-9.4.0.Z.EUS:pcs-snmp-0:0.11.7-2.el9_4.4.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-46727" }, { "category": "external", "summary": "RHBZ#2364966", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2364966" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-46727", "url": "https://www.cve.org/CVERecord?id=CVE-2025-46727" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-46727", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-46727" }, { "category": "external", "summary": "https://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712", "url": "https://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712" }, { "category": "external", "summary": "https://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3", "url": "https://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3" }, { "category": "external", "summary": "https://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74", "url": "https://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74" }, { "category": "external", "summary": "https://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx", "url": "https://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx" } ], "release_date": "2025-05-07T23:07:40.563000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-05-29T06:28:46+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "HighAvailability-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.aarch64", "HighAvailability-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.ppc64le", "HighAvailability-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.s390x", "HighAvailability-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.src", "HighAvailability-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.x86_64", "HighAvailability-9.4.0.Z.EUS:pcs-snmp-0:0.11.7-2.el9_4.4.aarch64", "HighAvailability-9.4.0.Z.EUS:pcs-snmp-0:0.11.7-2.el9_4.4.ppc64le", "HighAvailability-9.4.0.Z.EUS:pcs-snmp-0:0.11.7-2.el9_4.4.s390x", "HighAvailability-9.4.0.Z.EUS:pcs-snmp-0:0.11.7-2.el9_4.4.x86_64", "ResilientStorage-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.aarch64", "ResilientStorage-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.ppc64le", "ResilientStorage-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.s390x", "ResilientStorage-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.src", "ResilientStorage-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.x86_64", "ResilientStorage-9.4.0.Z.EUS:pcs-snmp-0:0.11.7-2.el9_4.4.aarch64", "ResilientStorage-9.4.0.Z.EUS:pcs-snmp-0:0.11.7-2.el9_4.4.ppc64le", "ResilientStorage-9.4.0.Z.EUS:pcs-snmp-0:0.11.7-2.el9_4.4.s390x", "ResilientStorage-9.4.0.Z.EUS:pcs-snmp-0:0.11.7-2.el9_4.4.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:8288" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "HighAvailability-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.aarch64", "HighAvailability-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.ppc64le", "HighAvailability-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.s390x", "HighAvailability-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.src", "HighAvailability-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.x86_64", "HighAvailability-9.4.0.Z.EUS:pcs-snmp-0:0.11.7-2.el9_4.4.aarch64", "HighAvailability-9.4.0.Z.EUS:pcs-snmp-0:0.11.7-2.el9_4.4.ppc64le", "HighAvailability-9.4.0.Z.EUS:pcs-snmp-0:0.11.7-2.el9_4.4.s390x", "HighAvailability-9.4.0.Z.EUS:pcs-snmp-0:0.11.7-2.el9_4.4.x86_64", "ResilientStorage-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.aarch64", "ResilientStorage-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.ppc64le", "ResilientStorage-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.s390x", "ResilientStorage-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.src", "ResilientStorage-9.4.0.Z.EUS:pcs-0:0.11.7-2.el9_4.4.x86_64", "ResilientStorage-9.4.0.Z.EUS:pcs-snmp-0:0.11.7-2.el9_4.4.aarch64", "ResilientStorage-9.4.0.Z.EUS:pcs-snmp-0:0.11.7-2.el9_4.4.ppc64le", "ResilientStorage-9.4.0.Z.EUS:pcs-snmp-0:0.11.7-2.el9_4.4.s390x", "ResilientStorage-9.4.0.Z.EUS:pcs-snmp-0:0.11.7-2.el9_4.4.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser" } ] }
rhsa-2025:8289
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for pcs is now available for Red Hat Enterprise Linux 9.2 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "The pcs packages provide a command-line configuration system for the Pacemaker and Corosync utilities.\n\nSecurity Fix(es):\n\n* rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser (CVE-2025-46727)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2025:8289", "url": "https://access.redhat.com/errata/RHSA-2025:8289" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2364966", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2364966" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_8289.json" } ], "title": "Red Hat Security Advisory: pcs security update", "tracking": { "current_release_date": "2025-08-02T11:34:13+00:00", "generator": { "date": "2025-08-02T11:34:13+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2025:8289", "initial_release_date": "2025-05-29T06:28:44+00:00", "revision_history": [ { "date": "2025-05-29T06:28:44+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-05-29T06:28:44+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-02T11:34:13+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product": { "name": "Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:9.2::highavailability" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product": { "name": "Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:9.2::resilientstorage" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.11.4-7.el9_2.5.src", "product": { "name": "pcs-0:0.11.4-7.el9_2.5.src", "product_id": "pcs-0:0.11.4-7.el9_2.5.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.11.4-7.el9_2.5?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.11.4-7.el9_2.5.aarch64", "product": { "name": "pcs-0:0.11.4-7.el9_2.5.aarch64", "product_id": "pcs-0:0.11.4-7.el9_2.5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.11.4-7.el9_2.5?arch=aarch64" } } }, { "category": "product_version", "name": "pcs-snmp-0:0.11.4-7.el9_2.5.aarch64", "product": { "name": "pcs-snmp-0:0.11.4-7.el9_2.5.aarch64", "product_id": "pcs-snmp-0:0.11.4-7.el9_2.5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs-snmp@0.11.4-7.el9_2.5?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.11.4-7.el9_2.5.ppc64le", "product": { "name": "pcs-0:0.11.4-7.el9_2.5.ppc64le", "product_id": "pcs-0:0.11.4-7.el9_2.5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.11.4-7.el9_2.5?arch=ppc64le" } } }, { "category": "product_version", "name": "pcs-snmp-0:0.11.4-7.el9_2.5.ppc64le", "product": { "name": "pcs-snmp-0:0.11.4-7.el9_2.5.ppc64le", "product_id": "pcs-snmp-0:0.11.4-7.el9_2.5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs-snmp@0.11.4-7.el9_2.5?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.11.4-7.el9_2.5.x86_64", "product": { "name": "pcs-0:0.11.4-7.el9_2.5.x86_64", "product_id": "pcs-0:0.11.4-7.el9_2.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.11.4-7.el9_2.5?arch=x86_64" } } }, { "category": "product_version", "name": "pcs-snmp-0:0.11.4-7.el9_2.5.x86_64", "product": { "name": "pcs-snmp-0:0.11.4-7.el9_2.5.x86_64", "product_id": "pcs-snmp-0:0.11.4-7.el9_2.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs-snmp@0.11.4-7.el9_2.5?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.11.4-7.el9_2.5.s390x", "product": { "name": "pcs-0:0.11.4-7.el9_2.5.s390x", "product_id": "pcs-0:0.11.4-7.el9_2.5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.11.4-7.el9_2.5?arch=s390x" } } }, { "category": "product_version", "name": "pcs-snmp-0:0.11.4-7.el9_2.5.s390x", "product": { "name": "pcs-snmp-0:0.11.4-7.el9_2.5.s390x", "product_id": "pcs-snmp-0:0.11.4-7.el9_2.5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs-snmp@0.11.4-7.el9_2.5?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.11.4-7.el9_2.5.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.aarch64" }, "product_reference": "pcs-0:0.11.4-7.el9_2.5.aarch64", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.11.4-7.el9_2.5.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.ppc64le" }, "product_reference": "pcs-0:0.11.4-7.el9_2.5.ppc64le", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.11.4-7.el9_2.5.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.s390x" }, "product_reference": "pcs-0:0.11.4-7.el9_2.5.s390x", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.11.4-7.el9_2.5.src as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.src" }, "product_reference": "pcs-0:0.11.4-7.el9_2.5.src", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.11.4-7.el9_2.5.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.x86_64" }, "product_reference": "pcs-0:0.11.4-7.el9_2.5.x86_64", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.11.4-7.el9_2.5.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.5.aarch64" }, "product_reference": "pcs-snmp-0:0.11.4-7.el9_2.5.aarch64", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.11.4-7.el9_2.5.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.5.ppc64le" }, "product_reference": "pcs-snmp-0:0.11.4-7.el9_2.5.ppc64le", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.11.4-7.el9_2.5.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.5.s390x" }, "product_reference": "pcs-snmp-0:0.11.4-7.el9_2.5.s390x", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.11.4-7.el9_2.5.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.5.x86_64" }, "product_reference": "pcs-snmp-0:0.11.4-7.el9_2.5.x86_64", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.11.4-7.el9_2.5.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.aarch64" }, "product_reference": "pcs-0:0.11.4-7.el9_2.5.aarch64", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.11.4-7.el9_2.5.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.ppc64le" }, "product_reference": "pcs-0:0.11.4-7.el9_2.5.ppc64le", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.11.4-7.el9_2.5.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.s390x" }, "product_reference": "pcs-0:0.11.4-7.el9_2.5.s390x", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.11.4-7.el9_2.5.src as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.src" }, "product_reference": "pcs-0:0.11.4-7.el9_2.5.src", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.11.4-7.el9_2.5.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.x86_64" }, "product_reference": "pcs-0:0.11.4-7.el9_2.5.x86_64", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.11.4-7.el9_2.5.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.5.aarch64" }, "product_reference": "pcs-snmp-0:0.11.4-7.el9_2.5.aarch64", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.11.4-7.el9_2.5.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.5.ppc64le" }, "product_reference": "pcs-snmp-0:0.11.4-7.el9_2.5.ppc64le", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.11.4-7.el9_2.5.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.5.s390x" }, "product_reference": "pcs-snmp-0:0.11.4-7.el9_2.5.s390x", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.11.4-7.el9_2.5.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.5.x86_64" }, "product_reference": "pcs-snmp-0:0.11.4-7.el9_2.5.x86_64", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2025-46727", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2025-05-08T00:00:45.681503+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2364966" } ], "notes": [ { "category": "description", "text": "A flaw was found in Rack::QueryParser. This vulnerability allows denial of service via oversized HTTP requests containing many parameters, resulting in memory exhaustion that consumes all available memory or CPU resource pinning, which keeps the CPU constantly busy.", "title": "Vulnerability description" }, { "category": "summary", "text": "rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as an IMPORTANT severity because the vulnerabilty was found in the Rack::QueryParser component which arises because 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, when an attacker sends requests with an extremely large number of parameters, Rack::QueryParser consumes excessive memory and CPU during parsing, leading to memory exhaustion, this results in a denial of service, causing the Rack server to crash and leading to full service disruption.\n\nRed Hat Satellite 6.15 includes an affected version of rubygem-rack; however, since it does not utilize Rack::QueryParser, it is not actually vulnerable to the flaw, lowering product-specific impact. The issue has already been addressed in Red Hat Satellite versions 6.16 and 6.17, and updates for other supported versions may follow based on the product lifecycle policy.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.aarch64", "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.ppc64le", "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.s390x", "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.src", "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.x86_64", "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.5.aarch64", "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.5.ppc64le", "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.5.s390x", "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.5.x86_64", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.aarch64", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.ppc64le", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.s390x", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.src", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.x86_64", "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.5.aarch64", "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.5.ppc64le", "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.5.s390x", "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-46727" }, { "category": "external", "summary": "RHBZ#2364966", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2364966" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-46727", "url": "https://www.cve.org/CVERecord?id=CVE-2025-46727" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-46727", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-46727" }, { "category": "external", "summary": "https://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712", "url": "https://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712" }, { "category": "external", "summary": "https://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3", "url": "https://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3" }, { "category": "external", "summary": "https://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74", "url": "https://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74" }, { "category": "external", "summary": "https://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx", "url": "https://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx" } ], "release_date": "2025-05-07T23:07:40.563000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-05-29T06:28:44+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.aarch64", "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.ppc64le", "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.s390x", "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.src", "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.x86_64", "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.5.aarch64", "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.5.ppc64le", "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.5.s390x", "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.5.x86_64", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.aarch64", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.ppc64le", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.s390x", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.src", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.x86_64", "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.5.aarch64", "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.5.ppc64le", "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.5.s390x", "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:8289" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.aarch64", "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.ppc64le", "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.s390x", "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.src", "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.x86_64", "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.5.aarch64", "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.5.ppc64le", "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.5.s390x", "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.5.x86_64", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.aarch64", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.ppc64le", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.s390x", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.src", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.5.x86_64", "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.5.aarch64", "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.5.ppc64le", "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.5.s390x", "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser" } ] }
rhsa-2025:8319
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for pcs is now available for Red Hat Enterprise Linux 10.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "The pcs packages provide a command-line configuration system for the Pacemaker and Corosync utilities.\n\nSecurity Fix(es):\n\n* rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser (CVE-2025-46727)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2025:8319", "url": "https://access.redhat.com/errata/RHSA-2025:8319" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2364966", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2364966" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_8319.json" } ], "title": "Red Hat Security Advisory: pcs security update", "tracking": { "current_release_date": "2025-08-02T11:34:30+00:00", "generator": { "date": "2025-08-02T11:34:30+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2025:8319", "initial_release_date": "2025-05-29T15:50:31+00:00", "revision_history": [ { "date": "2025-05-29T15:50:31+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-05-29T15:50:31+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-02T11:34:30+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux High Availability (v. 10)", "product": { "name": "Red Hat Enterprise Linux High Availability (v. 10)", "product_id": "HighAvailability-10.0.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:10.0" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "cockpit-ha-cluster-0:0.12.0-3.el10_0.2.noarch", "product": { "name": "cockpit-ha-cluster-0:0.12.0-3.el10_0.2.noarch", "product_id": "cockpit-ha-cluster-0:0.12.0-3.el10_0.2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/cockpit-ha-cluster@0.12.0-3.el10_0.2?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.12.0-3.el10_0.2.src", "product": { "name": "pcs-0:0.12.0-3.el10_0.2.src", "product_id": "pcs-0:0.12.0-3.el10_0.2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.12.0-3.el10_0.2?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.12.0-3.el10_0.2.aarch64", "product": { "name": "pcs-0:0.12.0-3.el10_0.2.aarch64", "product_id": "pcs-0:0.12.0-3.el10_0.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.12.0-3.el10_0.2?arch=aarch64" } } }, { "category": "product_version", "name": "pcs-snmp-0:0.12.0-3.el10_0.2.aarch64", "product": { "name": "pcs-snmp-0:0.12.0-3.el10_0.2.aarch64", "product_id": "pcs-snmp-0:0.12.0-3.el10_0.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs-snmp@0.12.0-3.el10_0.2?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.12.0-3.el10_0.2.ppc64le", "product": { "name": "pcs-0:0.12.0-3.el10_0.2.ppc64le", "product_id": "pcs-0:0.12.0-3.el10_0.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.12.0-3.el10_0.2?arch=ppc64le" } } }, { "category": "product_version", "name": "pcs-snmp-0:0.12.0-3.el10_0.2.ppc64le", "product": { "name": "pcs-snmp-0:0.12.0-3.el10_0.2.ppc64le", "product_id": "pcs-snmp-0:0.12.0-3.el10_0.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs-snmp@0.12.0-3.el10_0.2?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.12.0-3.el10_0.2.x86_64", "product": { "name": "pcs-0:0.12.0-3.el10_0.2.x86_64", "product_id": "pcs-0:0.12.0-3.el10_0.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.12.0-3.el10_0.2?arch=x86_64" } } }, { "category": "product_version", "name": "pcs-snmp-0:0.12.0-3.el10_0.2.x86_64", "product": { "name": "pcs-snmp-0:0.12.0-3.el10_0.2.x86_64", "product_id": "pcs-snmp-0:0.12.0-3.el10_0.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs-snmp@0.12.0-3.el10_0.2?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.12.0-3.el10_0.2.s390x", "product": { "name": "pcs-0:0.12.0-3.el10_0.2.s390x", "product_id": "pcs-0:0.12.0-3.el10_0.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.12.0-3.el10_0.2?arch=s390x" } } }, { "category": "product_version", "name": "pcs-snmp-0:0.12.0-3.el10_0.2.s390x", "product": { "name": "pcs-snmp-0:0.12.0-3.el10_0.2.s390x", "product_id": "pcs-snmp-0:0.12.0-3.el10_0.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs-snmp@0.12.0-3.el10_0.2?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "cockpit-ha-cluster-0:0.12.0-3.el10_0.2.noarch as a component of Red Hat Enterprise Linux High Availability (v. 10)", "product_id": "HighAvailability-10.0.Z:cockpit-ha-cluster-0:0.12.0-3.el10_0.2.noarch" }, "product_reference": "cockpit-ha-cluster-0:0.12.0-3.el10_0.2.noarch", "relates_to_product_reference": "HighAvailability-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.12.0-3.el10_0.2.aarch64 as a component of Red Hat Enterprise Linux High Availability (v. 10)", "product_id": "HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.2.aarch64" }, "product_reference": "pcs-0:0.12.0-3.el10_0.2.aarch64", "relates_to_product_reference": "HighAvailability-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.12.0-3.el10_0.2.ppc64le as a component of Red Hat Enterprise Linux High Availability (v. 10)", "product_id": "HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.2.ppc64le" }, "product_reference": "pcs-0:0.12.0-3.el10_0.2.ppc64le", "relates_to_product_reference": "HighAvailability-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.12.0-3.el10_0.2.s390x as a component of Red Hat Enterprise Linux High Availability (v. 10)", "product_id": "HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.2.s390x" }, "product_reference": "pcs-0:0.12.0-3.el10_0.2.s390x", "relates_to_product_reference": "HighAvailability-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.12.0-3.el10_0.2.src as a component of Red Hat Enterprise Linux High Availability (v. 10)", "product_id": "HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.2.src" }, "product_reference": "pcs-0:0.12.0-3.el10_0.2.src", "relates_to_product_reference": "HighAvailability-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.12.0-3.el10_0.2.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 10)", "product_id": "HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.2.x86_64" }, "product_reference": "pcs-0:0.12.0-3.el10_0.2.x86_64", "relates_to_product_reference": "HighAvailability-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.12.0-3.el10_0.2.aarch64 as a component of Red Hat Enterprise Linux High Availability (v. 10)", "product_id": "HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.2.aarch64" }, "product_reference": "pcs-snmp-0:0.12.0-3.el10_0.2.aarch64", "relates_to_product_reference": "HighAvailability-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.12.0-3.el10_0.2.ppc64le as a component of Red Hat Enterprise Linux High Availability (v. 10)", "product_id": "HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.2.ppc64le" }, "product_reference": "pcs-snmp-0:0.12.0-3.el10_0.2.ppc64le", "relates_to_product_reference": "HighAvailability-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.12.0-3.el10_0.2.s390x as a component of Red Hat Enterprise Linux High Availability (v. 10)", "product_id": "HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.2.s390x" }, "product_reference": "pcs-snmp-0:0.12.0-3.el10_0.2.s390x", "relates_to_product_reference": "HighAvailability-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.12.0-3.el10_0.2.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 10)", "product_id": "HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.2.x86_64" }, "product_reference": "pcs-snmp-0:0.12.0-3.el10_0.2.x86_64", "relates_to_product_reference": "HighAvailability-10.0.Z" } ] }, "vulnerabilities": [ { "cve": "CVE-2025-46727", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2025-05-08T00:00:45.681503+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2364966" } ], "notes": [ { "category": "description", "text": "A flaw was found in Rack::QueryParser. This vulnerability allows denial of service via oversized HTTP requests containing many parameters, resulting in memory exhaustion that consumes all available memory or CPU resource pinning, which keeps the CPU constantly busy.", "title": "Vulnerability description" }, { "category": "summary", "text": "rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as an IMPORTANT severity because the vulnerabilty was found in the Rack::QueryParser component which arises because 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, when an attacker sends requests with an extremely large number of parameters, Rack::QueryParser consumes excessive memory and CPU during parsing, leading to memory exhaustion, this results in a denial of service, causing the Rack server to crash and leading to full service disruption.\n\nRed Hat Satellite 6.15 includes an affected version of rubygem-rack; however, since it does not utilize Rack::QueryParser, it is not actually vulnerable to the flaw, lowering product-specific impact. The issue has already been addressed in Red Hat Satellite versions 6.16 and 6.17, and updates for other supported versions may follow based on the product lifecycle policy.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "HighAvailability-10.0.Z:cockpit-ha-cluster-0:0.12.0-3.el10_0.2.noarch", "HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.2.aarch64", "HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.2.ppc64le", "HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.2.s390x", "HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.2.src", "HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.2.x86_64", "HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.2.aarch64", "HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.2.ppc64le", "HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.2.s390x", "HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-46727" }, { "category": "external", "summary": "RHBZ#2364966", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2364966" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-46727", "url": "https://www.cve.org/CVERecord?id=CVE-2025-46727" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-46727", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-46727" }, { "category": "external", "summary": "https://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712", "url": "https://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712" }, { "category": "external", "summary": "https://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3", "url": "https://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3" }, { "category": "external", "summary": "https://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74", "url": "https://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74" }, { "category": "external", "summary": "https://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx", "url": "https://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx" } ], "release_date": "2025-05-07T23:07:40.563000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-05-29T15:50:31+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "HighAvailability-10.0.Z:cockpit-ha-cluster-0:0.12.0-3.el10_0.2.noarch", "HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.2.aarch64", "HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.2.ppc64le", "HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.2.s390x", "HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.2.src", "HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.2.x86_64", "HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.2.aarch64", "HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.2.ppc64le", "HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.2.s390x", "HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:8319" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "HighAvailability-10.0.Z:cockpit-ha-cluster-0:0.12.0-3.el10_0.2.noarch", "HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.2.aarch64", "HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.2.ppc64le", "HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.2.s390x", "HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.2.src", "HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.2.x86_64", "HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.2.aarch64", "HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.2.ppc64le", "HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.2.s390x", "HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser" } ] }
rhsa-2025:8322
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for pcs is now available for Red Hat Enterprise Linux 7 Extended Lifecycle Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "The pcs packages provide a command-line configuration system for the Pacemaker and Corosync utilities.\n\nSecurity Fix(es):\n\n* rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser (CVE-2025-46727)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2025:8322", "url": "https://access.redhat.com/errata/RHSA-2025:8322" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2364966", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2364966" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_8322.json" } ], "title": "Red Hat Security Advisory: pcs security update", "tracking": { "current_release_date": "2025-08-02T11:34:38+00:00", "generator": { "date": "2025-08-02T11:34:38+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2025:8322", "initial_release_date": "2025-05-29T16:09:05+00:00", "revision_history": [ { "date": "2025-05-29T16:09:05+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-05-29T16:09:05+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-02T11:34:38+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux Server HighAvailability (v. 7 ELS)", "product": { "name": "Red Hat Enterprise Linux Server HighAvailability (v. 7 ELS)", "product_id": "7Server-HighAvailability-ELS", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::server" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server ResilientStorage (v. 7 ELS)", "product": { "name": "Red Hat Enterprise Linux Server ResilientStorage (v. 7 ELS)", "product_id": "7Server-ResilientStorage-ELS", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::server" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.9.169-3.el7_9.4.src", "product": { "name": "pcs-0:0.9.169-3.el7_9.4.src", "product_id": "pcs-0:0.9.169-3.el7_9.4.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.9.169-3.el7_9.4?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.9.169-3.el7_9.4.x86_64", "product": { "name": "pcs-0:0.9.169-3.el7_9.4.x86_64", "product_id": "pcs-0:0.9.169-3.el7_9.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.9.169-3.el7_9.4?arch=x86_64" } } }, { "category": "product_version", "name": "pcs-snmp-0:0.9.169-3.el7_9.4.x86_64", "product": { "name": "pcs-snmp-0:0.9.169-3.el7_9.4.x86_64", "product_id": "pcs-snmp-0:0.9.169-3.el7_9.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs-snmp@0.9.169-3.el7_9.4?arch=x86_64" } } }, { "category": "product_version", "name": "pcs-debuginfo-0:0.9.169-3.el7_9.4.x86_64", "product": { "name": "pcs-debuginfo-0:0.9.169-3.el7_9.4.x86_64", "product_id": "pcs-debuginfo-0:0.9.169-3.el7_9.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs-debuginfo@0.9.169-3.el7_9.4?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.9.169-3.el7_9.4.ppc64le", "product": { "name": "pcs-0:0.9.169-3.el7_9.4.ppc64le", "product_id": "pcs-0:0.9.169-3.el7_9.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.9.169-3.el7_9.4?arch=ppc64le" } } }, { "category": "product_version", "name": "pcs-snmp-0:0.9.169-3.el7_9.4.ppc64le", "product": { "name": "pcs-snmp-0:0.9.169-3.el7_9.4.ppc64le", "product_id": "pcs-snmp-0:0.9.169-3.el7_9.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs-snmp@0.9.169-3.el7_9.4?arch=ppc64le" } } }, { "category": "product_version", "name": "pcs-debuginfo-0:0.9.169-3.el7_9.4.ppc64le", "product": { "name": "pcs-debuginfo-0:0.9.169-3.el7_9.4.ppc64le", "product_id": "pcs-debuginfo-0:0.9.169-3.el7_9.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs-debuginfo@0.9.169-3.el7_9.4?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.9.169-3.el7_9.4.ppc64le as a component of Red Hat Enterprise Linux Server HighAvailability (v. 7 ELS)", "product_id": "7Server-HighAvailability-ELS:pcs-0:0.9.169-3.el7_9.4.ppc64le" }, "product_reference": "pcs-0:0.9.169-3.el7_9.4.ppc64le", "relates_to_product_reference": "7Server-HighAvailability-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.9.169-3.el7_9.4.src as a component of Red Hat Enterprise Linux Server HighAvailability (v. 7 ELS)", "product_id": "7Server-HighAvailability-ELS:pcs-0:0.9.169-3.el7_9.4.src" }, "product_reference": "pcs-0:0.9.169-3.el7_9.4.src", "relates_to_product_reference": "7Server-HighAvailability-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.9.169-3.el7_9.4.x86_64 as a component of Red Hat Enterprise Linux Server HighAvailability (v. 7 ELS)", "product_id": "7Server-HighAvailability-ELS:pcs-0:0.9.169-3.el7_9.4.x86_64" }, "product_reference": "pcs-0:0.9.169-3.el7_9.4.x86_64", "relates_to_product_reference": "7Server-HighAvailability-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-debuginfo-0:0.9.169-3.el7_9.4.ppc64le as a component of Red Hat Enterprise Linux Server HighAvailability (v. 7 ELS)", "product_id": "7Server-HighAvailability-ELS:pcs-debuginfo-0:0.9.169-3.el7_9.4.ppc64le" }, "product_reference": "pcs-debuginfo-0:0.9.169-3.el7_9.4.ppc64le", "relates_to_product_reference": "7Server-HighAvailability-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-debuginfo-0:0.9.169-3.el7_9.4.x86_64 as a component of Red Hat Enterprise Linux Server HighAvailability (v. 7 ELS)", "product_id": "7Server-HighAvailability-ELS:pcs-debuginfo-0:0.9.169-3.el7_9.4.x86_64" }, "product_reference": "pcs-debuginfo-0:0.9.169-3.el7_9.4.x86_64", "relates_to_product_reference": "7Server-HighAvailability-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.9.169-3.el7_9.4.ppc64le as a component of Red Hat Enterprise Linux Server HighAvailability (v. 7 ELS)", "product_id": "7Server-HighAvailability-ELS:pcs-snmp-0:0.9.169-3.el7_9.4.ppc64le" }, "product_reference": "pcs-snmp-0:0.9.169-3.el7_9.4.ppc64le", "relates_to_product_reference": "7Server-HighAvailability-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.9.169-3.el7_9.4.x86_64 as a component of Red Hat Enterprise Linux Server HighAvailability (v. 7 ELS)", "product_id": "7Server-HighAvailability-ELS:pcs-snmp-0:0.9.169-3.el7_9.4.x86_64" }, "product_reference": "pcs-snmp-0:0.9.169-3.el7_9.4.x86_64", "relates_to_product_reference": "7Server-HighAvailability-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.9.169-3.el7_9.4.ppc64le as a component of Red Hat Enterprise Linux Server ResilientStorage (v. 7 ELS)", "product_id": "7Server-ResilientStorage-ELS:pcs-0:0.9.169-3.el7_9.4.ppc64le" }, "product_reference": "pcs-0:0.9.169-3.el7_9.4.ppc64le", "relates_to_product_reference": "7Server-ResilientStorage-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.9.169-3.el7_9.4.src as a component of Red Hat Enterprise Linux Server ResilientStorage (v. 7 ELS)", "product_id": "7Server-ResilientStorage-ELS:pcs-0:0.9.169-3.el7_9.4.src" }, "product_reference": "pcs-0:0.9.169-3.el7_9.4.src", "relates_to_product_reference": "7Server-ResilientStorage-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.9.169-3.el7_9.4.x86_64 as a component of Red Hat Enterprise Linux Server ResilientStorage (v. 7 ELS)", "product_id": "7Server-ResilientStorage-ELS:pcs-0:0.9.169-3.el7_9.4.x86_64" }, "product_reference": "pcs-0:0.9.169-3.el7_9.4.x86_64", "relates_to_product_reference": "7Server-ResilientStorage-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-debuginfo-0:0.9.169-3.el7_9.4.ppc64le as a component of Red Hat Enterprise Linux Server ResilientStorage (v. 7 ELS)", "product_id": "7Server-ResilientStorage-ELS:pcs-debuginfo-0:0.9.169-3.el7_9.4.ppc64le" }, "product_reference": "pcs-debuginfo-0:0.9.169-3.el7_9.4.ppc64le", "relates_to_product_reference": "7Server-ResilientStorage-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-debuginfo-0:0.9.169-3.el7_9.4.x86_64 as a component of Red Hat Enterprise Linux Server ResilientStorage (v. 7 ELS)", "product_id": "7Server-ResilientStorage-ELS:pcs-debuginfo-0:0.9.169-3.el7_9.4.x86_64" }, "product_reference": "pcs-debuginfo-0:0.9.169-3.el7_9.4.x86_64", "relates_to_product_reference": "7Server-ResilientStorage-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.9.169-3.el7_9.4.ppc64le as a component of Red Hat Enterprise Linux Server ResilientStorage (v. 7 ELS)", "product_id": "7Server-ResilientStorage-ELS:pcs-snmp-0:0.9.169-3.el7_9.4.ppc64le" }, "product_reference": "pcs-snmp-0:0.9.169-3.el7_9.4.ppc64le", "relates_to_product_reference": "7Server-ResilientStorage-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.9.169-3.el7_9.4.x86_64 as a component of Red Hat Enterprise Linux Server ResilientStorage (v. 7 ELS)", "product_id": "7Server-ResilientStorage-ELS:pcs-snmp-0:0.9.169-3.el7_9.4.x86_64" }, "product_reference": "pcs-snmp-0:0.9.169-3.el7_9.4.x86_64", "relates_to_product_reference": "7Server-ResilientStorage-ELS" } ] }, "vulnerabilities": [ { "cve": "CVE-2025-46727", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2025-05-08T00:00:45.681503+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2364966" } ], "notes": [ { "category": "description", "text": "A flaw was found in Rack::QueryParser. This vulnerability allows denial of service via oversized HTTP requests containing many parameters, resulting in memory exhaustion that consumes all available memory or CPU resource pinning, which keeps the CPU constantly busy.", "title": "Vulnerability description" }, { "category": "summary", "text": "rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as an IMPORTANT severity because the vulnerabilty was found in the Rack::QueryParser component which arises because 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, when an attacker sends requests with an extremely large number of parameters, Rack::QueryParser consumes excessive memory and CPU during parsing, leading to memory exhaustion, this results in a denial of service, causing the Rack server to crash and leading to full service disruption.\n\nRed Hat Satellite 6.15 includes an affected version of rubygem-rack; however, since it does not utilize Rack::QueryParser, it is not actually vulnerable to the flaw, lowering product-specific impact. The issue has already been addressed in Red Hat Satellite versions 6.16 and 6.17, and updates for other supported versions may follow based on the product lifecycle policy.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-HighAvailability-ELS:pcs-0:0.9.169-3.el7_9.4.ppc64le", "7Server-HighAvailability-ELS:pcs-0:0.9.169-3.el7_9.4.src", "7Server-HighAvailability-ELS:pcs-0:0.9.169-3.el7_9.4.x86_64", "7Server-HighAvailability-ELS:pcs-debuginfo-0:0.9.169-3.el7_9.4.ppc64le", "7Server-HighAvailability-ELS:pcs-debuginfo-0:0.9.169-3.el7_9.4.x86_64", "7Server-HighAvailability-ELS:pcs-snmp-0:0.9.169-3.el7_9.4.ppc64le", "7Server-HighAvailability-ELS:pcs-snmp-0:0.9.169-3.el7_9.4.x86_64", "7Server-ResilientStorage-ELS:pcs-0:0.9.169-3.el7_9.4.ppc64le", "7Server-ResilientStorage-ELS:pcs-0:0.9.169-3.el7_9.4.src", "7Server-ResilientStorage-ELS:pcs-0:0.9.169-3.el7_9.4.x86_64", "7Server-ResilientStorage-ELS:pcs-debuginfo-0:0.9.169-3.el7_9.4.ppc64le", "7Server-ResilientStorage-ELS:pcs-debuginfo-0:0.9.169-3.el7_9.4.x86_64", "7Server-ResilientStorage-ELS:pcs-snmp-0:0.9.169-3.el7_9.4.ppc64le", "7Server-ResilientStorage-ELS:pcs-snmp-0:0.9.169-3.el7_9.4.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-46727" }, { "category": "external", "summary": "RHBZ#2364966", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2364966" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-46727", "url": "https://www.cve.org/CVERecord?id=CVE-2025-46727" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-46727", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-46727" }, { "category": "external", "summary": "https://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712", "url": "https://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712" }, { "category": "external", "summary": "https://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3", "url": "https://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3" }, { "category": "external", "summary": "https://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74", "url": "https://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74" }, { "category": "external", "summary": "https://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx", "url": "https://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx" } ], "release_date": "2025-05-07T23:07:40.563000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-05-29T16:09:05+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Server-HighAvailability-ELS:pcs-0:0.9.169-3.el7_9.4.ppc64le", "7Server-HighAvailability-ELS:pcs-0:0.9.169-3.el7_9.4.src", "7Server-HighAvailability-ELS:pcs-0:0.9.169-3.el7_9.4.x86_64", "7Server-HighAvailability-ELS:pcs-debuginfo-0:0.9.169-3.el7_9.4.ppc64le", "7Server-HighAvailability-ELS:pcs-debuginfo-0:0.9.169-3.el7_9.4.x86_64", "7Server-HighAvailability-ELS:pcs-snmp-0:0.9.169-3.el7_9.4.ppc64le", "7Server-HighAvailability-ELS:pcs-snmp-0:0.9.169-3.el7_9.4.x86_64", "7Server-ResilientStorage-ELS:pcs-0:0.9.169-3.el7_9.4.ppc64le", "7Server-ResilientStorage-ELS:pcs-0:0.9.169-3.el7_9.4.src", "7Server-ResilientStorage-ELS:pcs-0:0.9.169-3.el7_9.4.x86_64", "7Server-ResilientStorage-ELS:pcs-debuginfo-0:0.9.169-3.el7_9.4.ppc64le", "7Server-ResilientStorage-ELS:pcs-debuginfo-0:0.9.169-3.el7_9.4.x86_64", "7Server-ResilientStorage-ELS:pcs-snmp-0:0.9.169-3.el7_9.4.ppc64le", "7Server-ResilientStorage-ELS:pcs-snmp-0:0.9.169-3.el7_9.4.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:8322" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "7Server-HighAvailability-ELS:pcs-0:0.9.169-3.el7_9.4.ppc64le", "7Server-HighAvailability-ELS:pcs-0:0.9.169-3.el7_9.4.src", "7Server-HighAvailability-ELS:pcs-0:0.9.169-3.el7_9.4.x86_64", "7Server-HighAvailability-ELS:pcs-debuginfo-0:0.9.169-3.el7_9.4.ppc64le", "7Server-HighAvailability-ELS:pcs-debuginfo-0:0.9.169-3.el7_9.4.x86_64", "7Server-HighAvailability-ELS:pcs-snmp-0:0.9.169-3.el7_9.4.ppc64le", "7Server-HighAvailability-ELS:pcs-snmp-0:0.9.169-3.el7_9.4.x86_64", "7Server-ResilientStorage-ELS:pcs-0:0.9.169-3.el7_9.4.ppc64le", "7Server-ResilientStorage-ELS:pcs-0:0.9.169-3.el7_9.4.src", "7Server-ResilientStorage-ELS:pcs-0:0.9.169-3.el7_9.4.x86_64", "7Server-ResilientStorage-ELS:pcs-debuginfo-0:0.9.169-3.el7_9.4.ppc64le", "7Server-ResilientStorage-ELS:pcs-debuginfo-0:0.9.169-3.el7_9.4.x86_64", "7Server-ResilientStorage-ELS:pcs-snmp-0:0.9.169-3.el7_9.4.ppc64le", "7Server-ResilientStorage-ELS:pcs-snmp-0:0.9.169-3.el7_9.4.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser" } ] }
rhsa-2025:9838
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update is now available for Red Hat Satellite 6.15 for RHEL 8.\n\nRed Hat Product Security has rated this update as having a security impact\nof Moderate. A Common Vulnerability Scoring System (CVSS) base score,\nwhich gives a detailed severity rating, is available for each vulnerability\nfrom the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Red Hat Satellite is a system management solution that allows organizations\nto configure and maintain their systems without the necessity to provide\npublic Internet access to their servers or other client systems. It\nperforms provisioning and configuration management of predefined standard\noperating environments.\n\nSecurity Fix(es):\n\n* cjson: segmentation violation in function cJSON_InsertItemInArray (CVE-2023-50471)\n\n* cjson: segmentation violation in function cJSON_SetValuestring (CVE-2023-50472)\n\n* cjson: segmentation violation trigger through the second parameter of function cJSON_SetValuestring at cJSON.c (CVE-2024-31755)\n\n* rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser (CVE-2025-46727)\n\n* python-sqlparse: sqlparse: parsing heavily nested list leads to denial of service (CVE-2024-4340)\n\nUsers of Red Hat Satellite are advised to upgrade to these updated\npackages, which fix these bugs.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2025:9838", "url": "https://access.redhat.com/errata/RHSA-2025:9838" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_satellite/6.15/html/updating_red_hat_satellite/index", "url": "https://access.redhat.com/documentation/en-us/red_hat_satellite/6.15/html/updating_red_hat_satellite/index" }, { "category": "external", "summary": "2254641", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2254641" }, { "category": "external", "summary": "2254643", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2254643" }, { "category": "external", "summary": "2277268", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2277268" }, { "category": "external", "summary": "2278038", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2278038" }, { "category": "external", "summary": "2364966", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2364966" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_9838.json" } ], "title": "Red Hat Security Advisory: Satellite 6.15.5.3 Async Update", "tracking": { "current_release_date": "2025-08-02T11:34:49+00:00", "generator": { "date": "2025-08-02T11:34:49+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2025:9838", "initial_release_date": "2025-06-26T16:06:18+00:00", "revision_history": [ { "date": "2025-06-26T16:06:18+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-06-26T16:06:18+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-02T11:34:49+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Satellite 6.15 for RHEL 8", "product": { "name": "Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15", "product_identification_helper": { "cpe": "cpe:/a:redhat:satellite:6.15::el8" } } }, { "category": "product_name", "name": "Red Hat Satellite 6.15 for RHEL 8", "product": { "name": "Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule", "product_identification_helper": { "cpe": "cpe:/a:redhat:satellite_capsule:6.15::el8" } } }, { "category": "product_name", "name": "Red Hat Satellite 6.15 for RHEL 8", "product": { "name": "Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-utils", "product_identification_helper": { "cpe": "cpe:/a:redhat:satellite_utils:6.15::el8" } } } ], "category": "product_family", "name": "Red Hat Satellite 6" }, { "branches": [ { "category": "product_version", "name": "cjson-0:1.7.18-1.el8sat.src", "product": { "name": "cjson-0:1.7.18-1.el8sat.src", "product_id": "cjson-0:1.7.18-1.el8sat.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/cjson@1.7.18-1.el8sat?arch=src" } } }, { "category": "product_version", "name": "python-sqlparse-0:0.5.0-1.el8pc.src", "product": { "name": "python-sqlparse-0:0.5.0-1.el8pc.src", "product_id": "python-sqlparse-0:0.5.0-1.el8pc.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-sqlparse@0.5.0-1.el8pc?arch=src" } } }, { "category": "product_version", "name": "rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.src", "product": { "name": "rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.src", "product_id": "rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-foreman_rh_cloud@9.0.61-1.el8sat?arch=src" } } }, { "category": "product_version", "name": "rubygem-rack-0:2.2.14-1.el8sat.src", "product": { "name": "rubygem-rack-0:2.2.14-1.el8sat.src", "product_id": "rubygem-rack-0:2.2.14-1.el8sat.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-rack@2.2.14-1.el8sat?arch=src" } } }, { "category": "product_version", "name": "satellite-0:6.15.5.3-1.el8sat.src", "product": { "name": "satellite-0:6.15.5.3-1.el8sat.src", "product_id": "satellite-0:6.15.5.3-1.el8sat.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/satellite@6.15.5.3-1.el8sat?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "cjson-0:1.7.18-1.el8sat.x86_64", "product": { "name": "cjson-0:1.7.18-1.el8sat.x86_64", "product_id": "cjson-0:1.7.18-1.el8sat.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cjson@1.7.18-1.el8sat?arch=x86_64" } } }, { "category": "product_version", "name": "cjson-debugsource-0:1.7.18-1.el8sat.x86_64", "product": { "name": "cjson-debugsource-0:1.7.18-1.el8sat.x86_64", "product_id": "cjson-debugsource-0:1.7.18-1.el8sat.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cjson-debugsource@1.7.18-1.el8sat?arch=x86_64" } } }, { "category": "product_version", "name": "cjson-debuginfo-0:1.7.18-1.el8sat.x86_64", "product": { "name": "cjson-debuginfo-0:1.7.18-1.el8sat.x86_64", "product_id": "cjson-debuginfo-0:1.7.18-1.el8sat.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cjson-debuginfo@1.7.18-1.el8sat?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3.11-sqlparse-0:0.5.0-1.el8pc.noarch", "product": { "name": "python3.11-sqlparse-0:0.5.0-1.el8pc.noarch", "product_id": "python3.11-sqlparse-0:0.5.0-1.el8pc.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-sqlparse@0.5.0-1.el8pc?arch=noarch" } } }, { "category": "product_version", "name": "rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.noarch", "product": { "name": "rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.noarch", "product_id": "rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-foreman_rh_cloud@9.0.61-1.el8sat?arch=noarch" } } }, { "category": "product_version", "name": "rubygem-rack-0:2.2.14-1.el8sat.noarch", "product": { "name": "rubygem-rack-0:2.2.14-1.el8sat.noarch", "product_id": "rubygem-rack-0:2.2.14-1.el8sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-rack@2.2.14-1.el8sat?arch=noarch" } } }, { "category": "product_version", "name": "satellite-0:6.15.5.3-1.el8sat.noarch", "product": { "name": "satellite-0:6.15.5.3-1.el8sat.noarch", "product_id": "satellite-0:6.15.5.3-1.el8sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/satellite@6.15.5.3-1.el8sat?arch=noarch" } } }, { "category": "product_version", "name": "satellite-cli-0:6.15.5.3-1.el8sat.noarch", "product": { "name": "satellite-cli-0:6.15.5.3-1.el8sat.noarch", "product_id": "satellite-cli-0:6.15.5.3-1.el8sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/satellite-cli@6.15.5.3-1.el8sat?arch=noarch" } } }, { "category": "product_version", "name": "satellite-common-0:6.15.5.3-1.el8sat.noarch", "product": { "name": "satellite-common-0:6.15.5.3-1.el8sat.noarch", "product_id": "satellite-common-0:6.15.5.3-1.el8sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/satellite-common@6.15.5.3-1.el8sat?arch=noarch" } } }, { "category": "product_version", "name": "satellite-capsule-0:6.15.5.3-1.el8sat.noarch", "product": { "name": "satellite-capsule-0:6.15.5.3-1.el8sat.noarch", "product_id": "satellite-capsule-0:6.15.5.3-1.el8sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/satellite-capsule@6.15.5.3-1.el8sat?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "cjson-0:1.7.18-1.el8sat.src as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:cjson-0:1.7.18-1.el8sat.src" }, "product_reference": "cjson-0:1.7.18-1.el8sat.src", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "cjson-0:1.7.18-1.el8sat.x86_64 as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:cjson-0:1.7.18-1.el8sat.x86_64" }, "product_reference": "cjson-0:1.7.18-1.el8sat.x86_64", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "cjson-debuginfo-0:1.7.18-1.el8sat.x86_64 as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:cjson-debuginfo-0:1.7.18-1.el8sat.x86_64" }, "product_reference": "cjson-debuginfo-0:1.7.18-1.el8sat.x86_64", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "cjson-debugsource-0:1.7.18-1.el8sat.x86_64 as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:cjson-debugsource-0:1.7.18-1.el8sat.x86_64" }, "product_reference": "cjson-debugsource-0:1.7.18-1.el8sat.x86_64", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "python-sqlparse-0:0.5.0-1.el8pc.src as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:python-sqlparse-0:0.5.0-1.el8pc.src" }, "product_reference": "python-sqlparse-0:0.5.0-1.el8pc.src", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-sqlparse-0:0.5.0-1.el8pc.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch" }, "product_reference": "python3.11-sqlparse-0:0.5.0-1.el8pc.noarch", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-rack-0:2.2.14-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.14-1.el8sat.noarch" }, "product_reference": "rubygem-rack-0:2.2.14-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-rack-0:2.2.14-1.el8sat.src as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.14-1.el8sat.src" }, "product_reference": "rubygem-rack-0:2.2.14-1.el8sat.src", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-0:6.15.5.3-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:satellite-0:6.15.5.3-1.el8sat.noarch" }, "product_reference": "satellite-0:6.15.5.3-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-0:6.15.5.3-1.el8sat.src as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:satellite-0:6.15.5.3-1.el8sat.src" }, "product_reference": "satellite-0:6.15.5.3-1.el8sat.src", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-capsule-0:6.15.5.3-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.5.3-1.el8sat.noarch" }, "product_reference": "satellite-capsule-0:6.15.5.3-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-cli-0:6.15.5.3-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:satellite-cli-0:6.15.5.3-1.el8sat.noarch" }, "product_reference": "satellite-cli-0:6.15.5.3-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-common-0:6.15.5.3-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:satellite-common-0:6.15.5.3-1.el8sat.noarch" }, "product_reference": "satellite-common-0:6.15.5.3-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-0:6.15.5.3-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-utils:satellite-0:6.15.5.3-1.el8sat.noarch" }, "product_reference": "satellite-0:6.15.5.3-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-utils" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-0:6.15.5.3-1.el8sat.src as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-utils:satellite-0:6.15.5.3-1.el8sat.src" }, "product_reference": "satellite-0:6.15.5.3-1.el8sat.src", "relates_to_product_reference": "8Base-satellite-6.15-utils" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-capsule-0:6.15.5.3-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-utils:satellite-capsule-0:6.15.5.3-1.el8sat.noarch" }, "product_reference": "satellite-capsule-0:6.15.5.3-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-utils" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-cli-0:6.15.5.3-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-utils:satellite-cli-0:6.15.5.3-1.el8sat.noarch" }, "product_reference": "satellite-cli-0:6.15.5.3-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-utils" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-common-0:6.15.5.3-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-utils:satellite-common-0:6.15.5.3-1.el8sat.noarch" }, "product_reference": "satellite-common-0:6.15.5.3-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-utils" }, { "category": "default_component_of", "full_product_name": { "name": "cjson-0:1.7.18-1.el8sat.src as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:cjson-0:1.7.18-1.el8sat.src" }, "product_reference": "cjson-0:1.7.18-1.el8sat.src", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "cjson-0:1.7.18-1.el8sat.x86_64 as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:cjson-0:1.7.18-1.el8sat.x86_64" }, "product_reference": "cjson-0:1.7.18-1.el8sat.x86_64", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "cjson-debuginfo-0:1.7.18-1.el8sat.x86_64 as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:cjson-debuginfo-0:1.7.18-1.el8sat.x86_64" }, "product_reference": "cjson-debuginfo-0:1.7.18-1.el8sat.x86_64", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "cjson-debugsource-0:1.7.18-1.el8sat.x86_64 as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:cjson-debugsource-0:1.7.18-1.el8sat.x86_64" }, "product_reference": "cjson-debugsource-0:1.7.18-1.el8sat.x86_64", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "python-sqlparse-0:0.5.0-1.el8pc.src as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:python-sqlparse-0:0.5.0-1.el8pc.src" }, "product_reference": "python-sqlparse-0:0.5.0-1.el8pc.src", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-sqlparse-0:0.5.0-1.el8pc.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch" }, "product_reference": "python3.11-sqlparse-0:0.5.0-1.el8pc.noarch", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.noarch" }, "product_reference": "rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.src as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.src" }, "product_reference": "rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.src", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-rack-0:2.2.14-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:rubygem-rack-0:2.2.14-1.el8sat.noarch" }, "product_reference": "rubygem-rack-0:2.2.14-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-rack-0:2.2.14-1.el8sat.src as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:rubygem-rack-0:2.2.14-1.el8sat.src" }, "product_reference": "rubygem-rack-0:2.2.14-1.el8sat.src", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-0:6.15.5.3-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:satellite-0:6.15.5.3-1.el8sat.noarch" }, "product_reference": "satellite-0:6.15.5.3-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-0:6.15.5.3-1.el8sat.src as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:satellite-0:6.15.5.3-1.el8sat.src" }, "product_reference": "satellite-0:6.15.5.3-1.el8sat.src", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-capsule-0:6.15.5.3-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:satellite-capsule-0:6.15.5.3-1.el8sat.noarch" }, "product_reference": "satellite-capsule-0:6.15.5.3-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-cli-0:6.15.5.3-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:satellite-cli-0:6.15.5.3-1.el8sat.noarch" }, "product_reference": "satellite-cli-0:6.15.5.3-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-common-0:6.15.5.3-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:satellite-common-0:6.15.5.3-1.el8sat.noarch" }, "product_reference": "satellite-common-0:6.15.5.3-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-50471", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "discovery_date": "2023-12-14T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-satellite-6.15-capsule:python-sqlparse-0:0.5.0-1.el8pc.src", "8Base-satellite-6.15-capsule:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch", "8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.14-1.el8sat.noarch", "8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.14-1.el8sat.src", "8Base-satellite-6.15-capsule:satellite-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.5.3-1.el8sat.src", "8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-cli-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-common-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.5.3-1.el8sat.src", "8Base-satellite-6.15-utils:satellite-capsule-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-cli-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-common-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15:python-sqlparse-0:0.5.0-1.el8pc.src", "8Base-satellite-6.15:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch", "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.src", "8Base-satellite-6.15:rubygem-rack-0:2.2.14-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-rack-0:2.2.14-1.el8sat.src", "8Base-satellite-6.15:satellite-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-0:6.15.5.3-1.el8sat.src", "8Base-satellite-6.15:satellite-capsule-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-cli-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-common-0:6.15.5.3-1.el8sat.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2254641" } ], "notes": [ { "category": "description", "text": "A flaw was discovered in the cJSON package. Certain input conditions may trigger a null pointer dereference, which can lead to a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "cjson: segmentation violation in function cJSON_InsertItemInArray", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-satellite-6.15-capsule:cjson-0:1.7.18-1.el8sat.src", "8Base-satellite-6.15-capsule:cjson-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15-capsule:cjson-debuginfo-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15-capsule:cjson-debugsource-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15:cjson-0:1.7.18-1.el8sat.src", "8Base-satellite-6.15:cjson-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15:cjson-debuginfo-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15:cjson-debugsource-0:1.7.18-1.el8sat.x86_64" ], "known_not_affected": [ "8Base-satellite-6.15-capsule:python-sqlparse-0:0.5.0-1.el8pc.src", "8Base-satellite-6.15-capsule:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch", "8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.14-1.el8sat.noarch", "8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.14-1.el8sat.src", "8Base-satellite-6.15-capsule:satellite-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.5.3-1.el8sat.src", "8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-cli-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-common-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.5.3-1.el8sat.src", "8Base-satellite-6.15-utils:satellite-capsule-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-cli-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-common-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15:python-sqlparse-0:0.5.0-1.el8pc.src", "8Base-satellite-6.15:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch", "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.src", "8Base-satellite-6.15:rubygem-rack-0:2.2.14-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-rack-0:2.2.14-1.el8sat.src", "8Base-satellite-6.15:satellite-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-0:6.15.5.3-1.el8sat.src", "8Base-satellite-6.15:satellite-capsule-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-cli-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-common-0:6.15.5.3-1.el8sat.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-50471" }, { "category": "external", "summary": "RHBZ#2254641", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2254641" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-50471", "url": "https://www.cve.org/CVERecord?id=CVE-2023-50471" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-50471", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-50471" } ], "release_date": "2023-12-14T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-06-26T16:06:18+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_satellite/6.15/html/updating_red_hat_satellite/index", "product_ids": [ "8Base-satellite-6.15-capsule:cjson-0:1.7.18-1.el8sat.src", "8Base-satellite-6.15-capsule:cjson-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15-capsule:cjson-debuginfo-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15-capsule:cjson-debugsource-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15:cjson-0:1.7.18-1.el8sat.src", "8Base-satellite-6.15:cjson-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15:cjson-debuginfo-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15:cjson-debugsource-0:1.7.18-1.el8sat.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:9838" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "LOW", "baseScore": 4.0, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "8Base-satellite-6.15-capsule:cjson-0:1.7.18-1.el8sat.src", "8Base-satellite-6.15-capsule:cjson-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15-capsule:cjson-debuginfo-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15-capsule:cjson-debugsource-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15-capsule:python-sqlparse-0:0.5.0-1.el8pc.src", "8Base-satellite-6.15-capsule:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch", "8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.14-1.el8sat.noarch", "8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.14-1.el8sat.src", "8Base-satellite-6.15-capsule:satellite-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.5.3-1.el8sat.src", "8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-cli-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-common-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.5.3-1.el8sat.src", "8Base-satellite-6.15-utils:satellite-capsule-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-cli-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-common-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15:cjson-0:1.7.18-1.el8sat.src", "8Base-satellite-6.15:cjson-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15:cjson-debuginfo-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15:cjson-debugsource-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15:python-sqlparse-0:0.5.0-1.el8pc.src", "8Base-satellite-6.15:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch", "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.src", "8Base-satellite-6.15:rubygem-rack-0:2.2.14-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-rack-0:2.2.14-1.el8sat.src", "8Base-satellite-6.15:satellite-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-0:6.15.5.3-1.el8sat.src", "8Base-satellite-6.15:satellite-capsule-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-cli-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-common-0:6.15.5.3-1.el8sat.noarch" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "cjson: segmentation violation in function cJSON_InsertItemInArray" }, { "cve": "CVE-2023-50472", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "discovery_date": "2023-12-14T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-satellite-6.15-capsule:python-sqlparse-0:0.5.0-1.el8pc.src", "8Base-satellite-6.15-capsule:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch", "8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.14-1.el8sat.noarch", "8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.14-1.el8sat.src", "8Base-satellite-6.15-capsule:satellite-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.5.3-1.el8sat.src", "8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-cli-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-common-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.5.3-1.el8sat.src", "8Base-satellite-6.15-utils:satellite-capsule-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-cli-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-common-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15:python-sqlparse-0:0.5.0-1.el8pc.src", "8Base-satellite-6.15:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch", "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.src", "8Base-satellite-6.15:rubygem-rack-0:2.2.14-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-rack-0:2.2.14-1.el8sat.src", "8Base-satellite-6.15:satellite-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-0:6.15.5.3-1.el8sat.src", "8Base-satellite-6.15:satellite-capsule-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-cli-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-common-0:6.15.5.3-1.el8sat.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2254643" } ], "notes": [ { "category": "description", "text": "A flaw was discovered in the cJSON package. Certain input conditions may trigger a null pointer dereference, which can lead to a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "cjson: segmentation violation in function cJSON_SetValuestring", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-satellite-6.15-capsule:cjson-0:1.7.18-1.el8sat.src", "8Base-satellite-6.15-capsule:cjson-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15-capsule:cjson-debuginfo-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15-capsule:cjson-debugsource-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15:cjson-0:1.7.18-1.el8sat.src", "8Base-satellite-6.15:cjson-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15:cjson-debuginfo-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15:cjson-debugsource-0:1.7.18-1.el8sat.x86_64" ], "known_not_affected": [ "8Base-satellite-6.15-capsule:python-sqlparse-0:0.5.0-1.el8pc.src", "8Base-satellite-6.15-capsule:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch", "8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.14-1.el8sat.noarch", "8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.14-1.el8sat.src", "8Base-satellite-6.15-capsule:satellite-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.5.3-1.el8sat.src", "8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-cli-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-common-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.5.3-1.el8sat.src", "8Base-satellite-6.15-utils:satellite-capsule-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-cli-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-common-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15:python-sqlparse-0:0.5.0-1.el8pc.src", "8Base-satellite-6.15:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch", "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.src", "8Base-satellite-6.15:rubygem-rack-0:2.2.14-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-rack-0:2.2.14-1.el8sat.src", "8Base-satellite-6.15:satellite-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-0:6.15.5.3-1.el8sat.src", "8Base-satellite-6.15:satellite-capsule-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-cli-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-common-0:6.15.5.3-1.el8sat.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-50472" }, { "category": "external", "summary": "RHBZ#2254643", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2254643" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-50472", "url": "https://www.cve.org/CVERecord?id=CVE-2023-50472" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-50472", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-50472" } ], "release_date": "2023-12-14T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-06-26T16:06:18+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_satellite/6.15/html/updating_red_hat_satellite/index", "product_ids": [ "8Base-satellite-6.15-capsule:cjson-0:1.7.18-1.el8sat.src", "8Base-satellite-6.15-capsule:cjson-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15-capsule:cjson-debuginfo-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15-capsule:cjson-debugsource-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15:cjson-0:1.7.18-1.el8sat.src", "8Base-satellite-6.15:cjson-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15:cjson-debuginfo-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15:cjson-debugsource-0:1.7.18-1.el8sat.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:9838" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "LOW", "baseScore": 4.0, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "8Base-satellite-6.15-capsule:cjson-0:1.7.18-1.el8sat.src", "8Base-satellite-6.15-capsule:cjson-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15-capsule:cjson-debuginfo-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15-capsule:cjson-debugsource-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15-capsule:python-sqlparse-0:0.5.0-1.el8pc.src", "8Base-satellite-6.15-capsule:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch", "8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.14-1.el8sat.noarch", "8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.14-1.el8sat.src", "8Base-satellite-6.15-capsule:satellite-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.5.3-1.el8sat.src", "8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-cli-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-common-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.5.3-1.el8sat.src", "8Base-satellite-6.15-utils:satellite-capsule-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-cli-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-common-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15:cjson-0:1.7.18-1.el8sat.src", "8Base-satellite-6.15:cjson-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15:cjson-debuginfo-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15:cjson-debugsource-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15:python-sqlparse-0:0.5.0-1.el8pc.src", "8Base-satellite-6.15:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch", "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.src", "8Base-satellite-6.15:rubygem-rack-0:2.2.14-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-rack-0:2.2.14-1.el8sat.src", "8Base-satellite-6.15:satellite-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-0:6.15.5.3-1.el8sat.src", "8Base-satellite-6.15:satellite-capsule-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-cli-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-common-0:6.15.5.3-1.el8sat.noarch" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "cjson: segmentation violation in function cJSON_SetValuestring" }, { "cve": "CVE-2024-4340", "cwe": { "id": "CWE-674", "name": "Uncontrolled Recursion" }, "discovery_date": "2024-04-30T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-satellite-6.15-capsule:cjson-0:1.7.18-1.el8sat.src", "8Base-satellite-6.15-capsule:cjson-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15-capsule:cjson-debuginfo-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15-capsule:cjson-debugsource-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.14-1.el8sat.noarch", "8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.14-1.el8sat.src", "8Base-satellite-6.15-capsule:satellite-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.5.3-1.el8sat.src", "8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-cli-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-common-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.5.3-1.el8sat.src", "8Base-satellite-6.15-utils:satellite-capsule-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-cli-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-common-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15:cjson-0:1.7.18-1.el8sat.src", "8Base-satellite-6.15:cjson-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15:cjson-debuginfo-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15:cjson-debugsource-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.src", "8Base-satellite-6.15:rubygem-rack-0:2.2.14-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-rack-0:2.2.14-1.el8sat.src", "8Base-satellite-6.15:satellite-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-0:6.15.5.3-1.el8sat.src", "8Base-satellite-6.15:satellite-capsule-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-cli-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-common-0:6.15.5.3-1.el8sat.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2278038" } ], "notes": [ { "category": "description", "text": "A flaw was found in sqlparse. This issue occurs in a heavily nested list in sqlparse.parse(), where a recursion error may be triggered, which can lead to a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "sqlparse: parsing heavily nested list leads to denial of service", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-satellite-6.15-capsule:python-sqlparse-0:0.5.0-1.el8pc.src", "8Base-satellite-6.15-capsule:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch", "8Base-satellite-6.15:python-sqlparse-0:0.5.0-1.el8pc.src", "8Base-satellite-6.15:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch" ], "known_not_affected": [ "8Base-satellite-6.15-capsule:cjson-0:1.7.18-1.el8sat.src", "8Base-satellite-6.15-capsule:cjson-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15-capsule:cjson-debuginfo-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15-capsule:cjson-debugsource-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.14-1.el8sat.noarch", "8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.14-1.el8sat.src", "8Base-satellite-6.15-capsule:satellite-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.5.3-1.el8sat.src", "8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-cli-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-common-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.5.3-1.el8sat.src", "8Base-satellite-6.15-utils:satellite-capsule-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-cli-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-common-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15:cjson-0:1.7.18-1.el8sat.src", "8Base-satellite-6.15:cjson-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15:cjson-debuginfo-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15:cjson-debugsource-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.src", "8Base-satellite-6.15:rubygem-rack-0:2.2.14-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-rack-0:2.2.14-1.el8sat.src", "8Base-satellite-6.15:satellite-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-0:6.15.5.3-1.el8sat.src", "8Base-satellite-6.15:satellite-capsule-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-cli-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-common-0:6.15.5.3-1.el8sat.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-4340" }, { "category": "external", "summary": "RHBZ#2278038", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2278038" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-4340", "url": "https://www.cve.org/CVERecord?id=CVE-2024-4340" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-4340", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-4340" }, { "category": "external", "summary": "https://github.com/advisories/GHSA-2m57-hf25-phgg", "url": "https://github.com/advisories/GHSA-2m57-hf25-phgg" } ], "release_date": "2024-04-30T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-06-26T16:06:18+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_satellite/6.15/html/updating_red_hat_satellite/index", "product_ids": [ "8Base-satellite-6.15-capsule:python-sqlparse-0:0.5.0-1.el8pc.src", "8Base-satellite-6.15-capsule:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch", "8Base-satellite-6.15:python-sqlparse-0:0.5.0-1.el8pc.src", "8Base-satellite-6.15:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:9838" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-satellite-6.15-capsule:cjson-0:1.7.18-1.el8sat.src", "8Base-satellite-6.15-capsule:cjson-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15-capsule:cjson-debuginfo-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15-capsule:cjson-debugsource-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15-capsule:python-sqlparse-0:0.5.0-1.el8pc.src", "8Base-satellite-6.15-capsule:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch", "8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.14-1.el8sat.noarch", "8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.14-1.el8sat.src", "8Base-satellite-6.15-capsule:satellite-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.5.3-1.el8sat.src", "8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-cli-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-common-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.5.3-1.el8sat.src", "8Base-satellite-6.15-utils:satellite-capsule-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-cli-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-common-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15:cjson-0:1.7.18-1.el8sat.src", "8Base-satellite-6.15:cjson-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15:cjson-debuginfo-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15:cjson-debugsource-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15:python-sqlparse-0:0.5.0-1.el8pc.src", "8Base-satellite-6.15:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch", "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.src", "8Base-satellite-6.15:rubygem-rack-0:2.2.14-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-rack-0:2.2.14-1.el8sat.src", "8Base-satellite-6.15:satellite-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-0:6.15.5.3-1.el8sat.src", "8Base-satellite-6.15:satellite-capsule-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-cli-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-common-0:6.15.5.3-1.el8sat.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "sqlparse: parsing heavily nested list leads to denial of service" }, { "cve": "CVE-2024-31755", "cwe": { "id": "CWE-754", "name": "Improper Check for Unusual or Exceptional Conditions" }, "discovery_date": "2024-04-26T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-satellite-6.15-capsule:python-sqlparse-0:0.5.0-1.el8pc.src", "8Base-satellite-6.15-capsule:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch", "8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.14-1.el8sat.noarch", "8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.14-1.el8sat.src", "8Base-satellite-6.15-capsule:satellite-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.5.3-1.el8sat.src", "8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-cli-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-common-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.5.3-1.el8sat.src", "8Base-satellite-6.15-utils:satellite-capsule-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-cli-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-common-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15:python-sqlparse-0:0.5.0-1.el8pc.src", "8Base-satellite-6.15:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch", "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.src", "8Base-satellite-6.15:rubygem-rack-0:2.2.14-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-rack-0:2.2.14-1.el8sat.src", "8Base-satellite-6.15:satellite-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-0:6.15.5.3-1.el8sat.src", "8Base-satellite-6.15:satellite-capsule-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-cli-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-common-0:6.15.5.3-1.el8sat.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2277268" } ], "notes": [ { "category": "description", "text": "A flaw was found in cJSON. This issue contains a segmentation violation, which can trigger through the second parameter of the cJSON_SetValuestring function at cJSON.c.", "title": "Vulnerability description" }, { "category": "summary", "text": "cjson: segmentation violation trigger through the second parameter of function cJSON_SetValuestring at cJSON.c", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Satellite 6.15 is affected by this vulnerability as it ships a vulnerable version of cjSON.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-satellite-6.15-capsule:cjson-0:1.7.18-1.el8sat.src", "8Base-satellite-6.15-capsule:cjson-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15-capsule:cjson-debuginfo-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15-capsule:cjson-debugsource-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15:cjson-0:1.7.18-1.el8sat.src", "8Base-satellite-6.15:cjson-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15:cjson-debuginfo-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15:cjson-debugsource-0:1.7.18-1.el8sat.x86_64" ], "known_not_affected": [ "8Base-satellite-6.15-capsule:python-sqlparse-0:0.5.0-1.el8pc.src", "8Base-satellite-6.15-capsule:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch", "8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.14-1.el8sat.noarch", "8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.14-1.el8sat.src", "8Base-satellite-6.15-capsule:satellite-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.5.3-1.el8sat.src", "8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-cli-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-common-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.5.3-1.el8sat.src", "8Base-satellite-6.15-utils:satellite-capsule-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-cli-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-common-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15:python-sqlparse-0:0.5.0-1.el8pc.src", "8Base-satellite-6.15:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch", "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.src", "8Base-satellite-6.15:rubygem-rack-0:2.2.14-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-rack-0:2.2.14-1.el8sat.src", "8Base-satellite-6.15:satellite-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-0:6.15.5.3-1.el8sat.src", "8Base-satellite-6.15:satellite-capsule-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-cli-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-common-0:6.15.5.3-1.el8sat.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-31755" }, { "category": "external", "summary": "RHBZ#2277268", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2277268" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-31755", "url": "https://www.cve.org/CVERecord?id=CVE-2024-31755" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-31755", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-31755" }, { "category": "external", "summary": "https://github.com/DaveGamble/cJSON/issues/839", "url": "https://github.com/DaveGamble/cJSON/issues/839" }, { "category": "external", "summary": "https://github.com/advisories/GHSA-5g69-hr8r-x577", "url": "https://github.com/advisories/GHSA-5g69-hr8r-x577" } ], "release_date": "2024-04-26T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-06-26T16:06:18+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_satellite/6.15/html/updating_red_hat_satellite/index", "product_ids": [ "8Base-satellite-6.15-capsule:cjson-0:1.7.18-1.el8sat.src", "8Base-satellite-6.15-capsule:cjson-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15-capsule:cjson-debuginfo-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15-capsule:cjson-debugsource-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15:cjson-0:1.7.18-1.el8sat.src", "8Base-satellite-6.15:cjson-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15:cjson-debuginfo-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15:cjson-debugsource-0:1.7.18-1.el8sat.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:9838" }, { "category": "workaround", "details": "Currently, there\u0027s no available mitigation that matches Red Hat\u0027s mitigation criteria other than updating the affected packages.", "product_ids": [ "8Base-satellite-6.15-capsule:cjson-0:1.7.18-1.el8sat.src", "8Base-satellite-6.15-capsule:cjson-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15-capsule:cjson-debuginfo-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15-capsule:cjson-debugsource-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15-capsule:python-sqlparse-0:0.5.0-1.el8pc.src", "8Base-satellite-6.15-capsule:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch", "8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.14-1.el8sat.noarch", "8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.14-1.el8sat.src", "8Base-satellite-6.15-capsule:satellite-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.5.3-1.el8sat.src", "8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-cli-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-common-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.5.3-1.el8sat.src", "8Base-satellite-6.15-utils:satellite-capsule-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-cli-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-common-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15:cjson-0:1.7.18-1.el8sat.src", "8Base-satellite-6.15:cjson-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15:cjson-debuginfo-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15:cjson-debugsource-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15:python-sqlparse-0:0.5.0-1.el8pc.src", "8Base-satellite-6.15:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch", "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.src", "8Base-satellite-6.15:rubygem-rack-0:2.2.14-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-rack-0:2.2.14-1.el8sat.src", "8Base-satellite-6.15:satellite-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-0:6.15.5.3-1.el8sat.src", "8Base-satellite-6.15:satellite-capsule-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-cli-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-common-0:6.15.5.3-1.el8sat.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-satellite-6.15-capsule:cjson-0:1.7.18-1.el8sat.src", "8Base-satellite-6.15-capsule:cjson-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15-capsule:cjson-debuginfo-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15-capsule:cjson-debugsource-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15-capsule:python-sqlparse-0:0.5.0-1.el8pc.src", "8Base-satellite-6.15-capsule:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch", "8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.14-1.el8sat.noarch", "8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.14-1.el8sat.src", "8Base-satellite-6.15-capsule:satellite-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.5.3-1.el8sat.src", "8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-cli-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-common-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.5.3-1.el8sat.src", "8Base-satellite-6.15-utils:satellite-capsule-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-cli-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-common-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15:cjson-0:1.7.18-1.el8sat.src", "8Base-satellite-6.15:cjson-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15:cjson-debuginfo-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15:cjson-debugsource-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15:python-sqlparse-0:0.5.0-1.el8pc.src", "8Base-satellite-6.15:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch", "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.src", "8Base-satellite-6.15:rubygem-rack-0:2.2.14-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-rack-0:2.2.14-1.el8sat.src", "8Base-satellite-6.15:satellite-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-0:6.15.5.3-1.el8sat.src", "8Base-satellite-6.15:satellite-capsule-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-cli-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-common-0:6.15.5.3-1.el8sat.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "cjson: segmentation violation trigger through the second parameter of function cJSON_SetValuestring at cJSON.c" }, { "cve": "CVE-2025-46727", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2025-05-08T00:00:45.681503+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-satellite-6.15-capsule:cjson-0:1.7.18-1.el8sat.src", "8Base-satellite-6.15-capsule:cjson-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15-capsule:cjson-debuginfo-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15-capsule:cjson-debugsource-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15-capsule:python-sqlparse-0:0.5.0-1.el8pc.src", "8Base-satellite-6.15-capsule:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.5.3-1.el8sat.src", "8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-cli-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-common-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.5.3-1.el8sat.src", "8Base-satellite-6.15-utils:satellite-capsule-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-cli-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-common-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15:cjson-0:1.7.18-1.el8sat.src", "8Base-satellite-6.15:cjson-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15:cjson-debuginfo-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15:cjson-debugsource-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15:python-sqlparse-0:0.5.0-1.el8pc.src", "8Base-satellite-6.15:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch", "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.src", "8Base-satellite-6.15:satellite-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-0:6.15.5.3-1.el8sat.src", "8Base-satellite-6.15:satellite-capsule-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-cli-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-common-0:6.15.5.3-1.el8sat.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2364966" } ], "notes": [ { "category": "description", "text": "A flaw was found in Rack::QueryParser. This vulnerability allows denial of service via oversized HTTP requests containing many parameters, resulting in memory exhaustion that consumes all available memory or CPU resource pinning, which keeps the CPU constantly busy.", "title": "Vulnerability description" }, { "category": "summary", "text": "rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as an IMPORTANT severity because the vulnerabilty was found in the Rack::QueryParser component which arises because 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, when an attacker sends requests with an extremely large number of parameters, Rack::QueryParser consumes excessive memory and CPU during parsing, leading to memory exhaustion, this results in a denial of service, causing the Rack server to crash and leading to full service disruption.\n\nRed Hat Satellite 6.15 includes an affected version of rubygem-rack; however, since it does not utilize Rack::QueryParser, it is not actually vulnerable to the flaw, lowering product-specific impact. The issue has already been addressed in Red Hat Satellite versions 6.16 and 6.17, and updates for other supported versions may follow based on the product lifecycle policy.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.14-1.el8sat.noarch", "8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.14-1.el8sat.src", "8Base-satellite-6.15:rubygem-rack-0:2.2.14-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-rack-0:2.2.14-1.el8sat.src" ], "known_not_affected": [ "8Base-satellite-6.15-capsule:cjson-0:1.7.18-1.el8sat.src", "8Base-satellite-6.15-capsule:cjson-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15-capsule:cjson-debuginfo-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15-capsule:cjson-debugsource-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15-capsule:python-sqlparse-0:0.5.0-1.el8pc.src", "8Base-satellite-6.15-capsule:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.5.3-1.el8sat.src", "8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-cli-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-common-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.5.3-1.el8sat.src", "8Base-satellite-6.15-utils:satellite-capsule-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-cli-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-common-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15:cjson-0:1.7.18-1.el8sat.src", "8Base-satellite-6.15:cjson-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15:cjson-debuginfo-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15:cjson-debugsource-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15:python-sqlparse-0:0.5.0-1.el8pc.src", "8Base-satellite-6.15:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch", "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.src", "8Base-satellite-6.15:satellite-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-0:6.15.5.3-1.el8sat.src", "8Base-satellite-6.15:satellite-capsule-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-cli-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-common-0:6.15.5.3-1.el8sat.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-46727" }, { "category": "external", "summary": "RHBZ#2364966", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2364966" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-46727", "url": "https://www.cve.org/CVERecord?id=CVE-2025-46727" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-46727", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-46727" }, { "category": "external", "summary": "https://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712", "url": "https://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712" }, { "category": "external", "summary": "https://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3", "url": "https://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3" }, { "category": "external", "summary": "https://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74", "url": "https://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74" }, { "category": "external", "summary": "https://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx", "url": "https://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx" } ], "release_date": "2025-05-07T23:07:40.563000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-06-26T16:06:18+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_satellite/6.15/html/updating_red_hat_satellite/index", "product_ids": [ "8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.14-1.el8sat.noarch", "8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.14-1.el8sat.src", "8Base-satellite-6.15:rubygem-rack-0:2.2.14-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-rack-0:2.2.14-1.el8sat.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:9838" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-satellite-6.15-capsule:cjson-0:1.7.18-1.el8sat.src", "8Base-satellite-6.15-capsule:cjson-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15-capsule:cjson-debuginfo-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15-capsule:cjson-debugsource-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15-capsule:python-sqlparse-0:0.5.0-1.el8pc.src", "8Base-satellite-6.15-capsule:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch", "8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.14-1.el8sat.noarch", "8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.14-1.el8sat.src", "8Base-satellite-6.15-capsule:satellite-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.5.3-1.el8sat.src", "8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-cli-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-common-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.5.3-1.el8sat.src", "8Base-satellite-6.15-utils:satellite-capsule-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-cli-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-common-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15:cjson-0:1.7.18-1.el8sat.src", "8Base-satellite-6.15:cjson-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15:cjson-debuginfo-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15:cjson-debugsource-0:1.7.18-1.el8sat.x86_64", "8Base-satellite-6.15:python-sqlparse-0:0.5.0-1.el8pc.src", "8Base-satellite-6.15:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch", "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.61-1.el8sat.src", "8Base-satellite-6.15:rubygem-rack-0:2.2.14-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-rack-0:2.2.14-1.el8sat.src", "8Base-satellite-6.15:satellite-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-0:6.15.5.3-1.el8sat.src", "8Base-satellite-6.15:satellite-capsule-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-cli-0:6.15.5.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-common-0:6.15.5.3-1.el8sat.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser" } ] }
rhsa-2025:8279
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for pcs is now available for Red Hat Enterprise Linux 8.8 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "The pcs packages provide a command-line configuration system for the Pacemaker and Corosync utilities.\n\nSecurity Fix(es):\n\n* rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser (CVE-2025-46727)\n\n* tornado: Tornado Multipart Form-Data Denial of Service (CVE-2025-47287)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2025:8279", "url": "https://access.redhat.com/errata/RHSA-2025:8279" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2364966", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2364966" }, { "category": "external", "summary": "2366703", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2366703" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_8279.json" } ], "title": "Red Hat Security Advisory: pcs security update", "tracking": { "current_release_date": "2025-08-02T11:35:08+00:00", "generator": { "date": "2025-08-02T11:35:08+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2025:8279", "initial_release_date": "2025-05-28T23:37:50+00:00", "revision_history": [ { "date": "2025-05-28T23:37:50+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-05-28T23:37:50+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-02T11:35:08+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product": { "name": "Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.8::highavailability" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product": { "name": "Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.8::resilientstorage" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.10.15-4.el8_8.6.src", "product": { "name": "pcs-0:0.10.15-4.el8_8.6.src", "product_id": "pcs-0:0.10.15-4.el8_8.6.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.10.15-4.el8_8.6?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.10.15-4.el8_8.6.ppc64le", "product": { "name": "pcs-0:0.10.15-4.el8_8.6.ppc64le", "product_id": "pcs-0:0.10.15-4.el8_8.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.10.15-4.el8_8.6?arch=ppc64le" } } }, { "category": "product_version", "name": "pcs-snmp-0:0.10.15-4.el8_8.6.ppc64le", "product": { "name": "pcs-snmp-0:0.10.15-4.el8_8.6.ppc64le", "product_id": "pcs-snmp-0:0.10.15-4.el8_8.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs-snmp@0.10.15-4.el8_8.6?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.10.15-4.el8_8.6.x86_64", "product": { "name": "pcs-0:0.10.15-4.el8_8.6.x86_64", "product_id": "pcs-0:0.10.15-4.el8_8.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.10.15-4.el8_8.6?arch=x86_64" } } }, { "category": "product_version", "name": "pcs-snmp-0:0.10.15-4.el8_8.6.x86_64", "product": { "name": "pcs-snmp-0:0.10.15-4.el8_8.6.x86_64", "product_id": "pcs-snmp-0:0.10.15-4.el8_8.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs-snmp@0.10.15-4.el8_8.6?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.10.15-4.el8_8.6.s390x", "product": { "name": "pcs-0:0.10.15-4.el8_8.6.s390x", "product_id": "pcs-0:0.10.15-4.el8_8.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.10.15-4.el8_8.6?arch=s390x" } } }, { "category": "product_version", "name": "pcs-snmp-0:0.10.15-4.el8_8.6.s390x", "product": { "name": "pcs-snmp-0:0.10.15-4.el8_8.6.s390x", "product_id": "pcs-snmp-0:0.10.15-4.el8_8.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs-snmp@0.10.15-4.el8_8.6?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.10.15-4.el8_8.6.aarch64", "product": { "name": "pcs-0:0.10.15-4.el8_8.6.aarch64", "product_id": "pcs-0:0.10.15-4.el8_8.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.10.15-4.el8_8.6?arch=aarch64" } } }, { "category": "product_version", "name": "pcs-snmp-0:0.10.15-4.el8_8.6.aarch64", "product": { "name": "pcs-snmp-0:0.10.15-4.el8_8.6.aarch64", "product_id": "pcs-snmp-0:0.10.15-4.el8_8.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs-snmp@0.10.15-4.el8_8.6?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.10.15-4.el8_8.6.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.aarch64" }, "product_reference": "pcs-0:0.10.15-4.el8_8.6.aarch64", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.10.15-4.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.ppc64le" }, "product_reference": "pcs-0:0.10.15-4.el8_8.6.ppc64le", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.10.15-4.el8_8.6.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.s390x" }, "product_reference": "pcs-0:0.10.15-4.el8_8.6.s390x", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.10.15-4.el8_8.6.src as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.src" }, "product_reference": "pcs-0:0.10.15-4.el8_8.6.src", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.10.15-4.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.x86_64" }, "product_reference": "pcs-0:0.10.15-4.el8_8.6.x86_64", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.10.15-4.el8_8.6.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.aarch64" }, "product_reference": "pcs-snmp-0:0.10.15-4.el8_8.6.aarch64", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.10.15-4.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.ppc64le" }, "product_reference": "pcs-snmp-0:0.10.15-4.el8_8.6.ppc64le", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.10.15-4.el8_8.6.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.s390x" }, "product_reference": "pcs-snmp-0:0.10.15-4.el8_8.6.s390x", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.10.15-4.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.x86_64" }, "product_reference": "pcs-snmp-0:0.10.15-4.el8_8.6.x86_64", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.10.15-4.el8_8.6.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.aarch64" }, "product_reference": "pcs-0:0.10.15-4.el8_8.6.aarch64", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.10.15-4.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.ppc64le" }, "product_reference": "pcs-0:0.10.15-4.el8_8.6.ppc64le", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.10.15-4.el8_8.6.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.s390x" }, "product_reference": "pcs-0:0.10.15-4.el8_8.6.s390x", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.10.15-4.el8_8.6.src as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.src" }, "product_reference": "pcs-0:0.10.15-4.el8_8.6.src", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.10.15-4.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.x86_64" }, "product_reference": "pcs-0:0.10.15-4.el8_8.6.x86_64", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.10.15-4.el8_8.6.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.aarch64" }, "product_reference": "pcs-snmp-0:0.10.15-4.el8_8.6.aarch64", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.10.15-4.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.ppc64le" }, "product_reference": "pcs-snmp-0:0.10.15-4.el8_8.6.ppc64le", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.10.15-4.el8_8.6.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.s390x" }, "product_reference": "pcs-snmp-0:0.10.15-4.el8_8.6.s390x", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.10.15-4.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.x86_64" }, "product_reference": "pcs-snmp-0:0.10.15-4.el8_8.6.x86_64", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2025-46727", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2025-05-08T00:00:45.681503+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2364966" } ], "notes": [ { "category": "description", "text": "A flaw was found in Rack::QueryParser. This vulnerability allows denial of service via oversized HTTP requests containing many parameters, resulting in memory exhaustion that consumes all available memory or CPU resource pinning, which keeps the CPU constantly busy.", "title": "Vulnerability description" }, { "category": "summary", "text": "rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as an IMPORTANT severity because the vulnerabilty was found in the Rack::QueryParser component which arises because 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, when an attacker sends requests with an extremely large number of parameters, Rack::QueryParser consumes excessive memory and CPU during parsing, leading to memory exhaustion, this results in a denial of service, causing the Rack server to crash and leading to full service disruption.\n\nRed Hat Satellite 6.15 includes an affected version of rubygem-rack; however, since it does not utilize Rack::QueryParser, it is not actually vulnerable to the flaw, lowering product-specific impact. The issue has already been addressed in Red Hat Satellite versions 6.16 and 6.17, and updates for other supported versions may follow based on the product lifecycle policy.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.aarch64", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.ppc64le", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.s390x", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.src", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.x86_64", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.aarch64", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.ppc64le", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.s390x", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.x86_64", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.aarch64", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.ppc64le", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.s390x", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.src", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.x86_64", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.aarch64", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.ppc64le", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.s390x", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-46727" }, { "category": "external", "summary": "RHBZ#2364966", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2364966" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-46727", "url": "https://www.cve.org/CVERecord?id=CVE-2025-46727" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-46727", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-46727" }, { "category": "external", "summary": "https://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712", "url": "https://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712" }, { "category": "external", "summary": "https://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3", "url": "https://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3" }, { "category": "external", "summary": "https://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74", "url": "https://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74" }, { "category": "external", "summary": "https://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx", "url": "https://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx" } ], "release_date": "2025-05-07T23:07:40.563000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-05-28T23:37:50+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.aarch64", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.ppc64le", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.s390x", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.src", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.x86_64", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.aarch64", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.ppc64le", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.s390x", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.x86_64", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.aarch64", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.ppc64le", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.s390x", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.src", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.x86_64", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.aarch64", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.ppc64le", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.s390x", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:8279" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.aarch64", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.ppc64le", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.s390x", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.src", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.x86_64", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.aarch64", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.ppc64le", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.s390x", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.x86_64", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.aarch64", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.ppc64le", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.s390x", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.src", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.x86_64", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.aarch64", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.ppc64le", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.s390x", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser" }, { "cve": "CVE-2025-47287", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2025-05-15T22:00:49.780609+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2366703" } ], "notes": [ { "category": "description", "text": "A flaw was found in Tornado. This vulnerability can lead to a a denial of service by generating an extremely high volume of log entries.", "title": "Vulnerability description" }, { "category": "summary", "text": "tornado: Tornado Multipart Form-Data Denial of Service", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability marked as Important because it leverages the synchronous nature of the logging subsystem to induce a DoS condition. Specifically, malformed multipart/form-data payloads cause repeated, blocking log writes, which stall the event loop that underpins Tornado\u2019s asynchronous architecture. Furthermore, because the vulnerable multipart parser is enabled by default, applications that are otherwise well-secured and do not even use file uploads can still be targeted unless they explicitly block these requests at a proxy.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.aarch64", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.ppc64le", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.s390x", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.src", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.x86_64", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.aarch64", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.ppc64le", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.s390x", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.x86_64", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.aarch64", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.ppc64le", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.s390x", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.src", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.x86_64", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.aarch64", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.ppc64le", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.s390x", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-47287" }, { "category": "external", "summary": "RHBZ#2366703", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2366703" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-47287", "url": "https://www.cve.org/CVERecord?id=CVE-2025-47287" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47287", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47287" }, { "category": "external", "summary": "https://github.com/tornadoweb/tornado/commit/b39b892bf78fe8fea01dd45199aa88307e7162f3", "url": "https://github.com/tornadoweb/tornado/commit/b39b892bf78fe8fea01dd45199aa88307e7162f3" }, { "category": "external", "summary": "https://github.com/tornadoweb/tornado/security/advisories/GHSA-7cx3-6m66-7c5m", "url": "https://github.com/tornadoweb/tornado/security/advisories/GHSA-7cx3-6m66-7c5m" } ], "release_date": "2025-05-15T21:17:55.188000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-05-28T23:37:50+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.aarch64", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.ppc64le", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.s390x", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.src", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.x86_64", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.aarch64", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.ppc64le", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.s390x", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.x86_64", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.aarch64", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.ppc64le", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.s390x", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.src", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.x86_64", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.aarch64", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.ppc64le", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.s390x", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:8279" }, { "category": "workaround", "details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.", "product_ids": [ "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.aarch64", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.ppc64le", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.s390x", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.src", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.x86_64", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.aarch64", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.ppc64le", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.s390x", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.x86_64", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.aarch64", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.ppc64le", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.s390x", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.src", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.x86_64", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.aarch64", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.ppc64le", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.s390x", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.aarch64", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.ppc64le", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.s390x", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.src", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.x86_64", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.aarch64", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.ppc64le", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.s390x", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.x86_64", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.aarch64", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.ppc64le", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.s390x", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.src", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.6.x86_64", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.aarch64", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.ppc64le", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.s390x", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.6.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "tornado: Tornado Multipart Form-Data Denial of Service" } ] }
rhsa-2025:8256
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for pcs is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "The pcs packages provide a command-line configuration system for the Pacemaker and Corosync utilities.\n\nSecurity Fix(es):\n\n* rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser (CVE-2025-46727)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2025:8256", "url": "https://access.redhat.com/errata/RHSA-2025:8256" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2364966", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2364966" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_8256.json" } ], "title": "Red Hat Security Advisory: pcs security update", "tracking": { "current_release_date": "2025-08-02T11:34:59+00:00", "generator": { "date": "2025-08-02T11:34:59+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2025:8256", "initial_release_date": "2025-05-28T11:44:22+00:00", "revision_history": [ { "date": "2025-05-28T11:44:22+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-05-28T11:44:22+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-02T11:34:59+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux High Availability (v. 9)", "product": { "name": "Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.6.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::highavailability" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Resilient Storage (v. 9)", "product": { "name": "Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.6.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::resilientstorage" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.11.9-2.el9_6.1.src", "product": { "name": "pcs-0:0.11.9-2.el9_6.1.src", "product_id": "pcs-0:0.11.9-2.el9_6.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.11.9-2.el9_6.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.11.9-2.el9_6.1.ppc64le", "product": { "name": "pcs-0:0.11.9-2.el9_6.1.ppc64le", "product_id": "pcs-0:0.11.9-2.el9_6.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.11.9-2.el9_6.1?arch=ppc64le" } } }, { "category": "product_version", "name": "pcs-snmp-0:0.11.9-2.el9_6.1.ppc64le", "product": { "name": "pcs-snmp-0:0.11.9-2.el9_6.1.ppc64le", "product_id": "pcs-snmp-0:0.11.9-2.el9_6.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs-snmp@0.11.9-2.el9_6.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.11.9-2.el9_6.1.x86_64", "product": { "name": "pcs-0:0.11.9-2.el9_6.1.x86_64", "product_id": "pcs-0:0.11.9-2.el9_6.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.11.9-2.el9_6.1?arch=x86_64" } } }, { "category": "product_version", "name": "pcs-snmp-0:0.11.9-2.el9_6.1.x86_64", "product": { "name": "pcs-snmp-0:0.11.9-2.el9_6.1.x86_64", "product_id": "pcs-snmp-0:0.11.9-2.el9_6.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs-snmp@0.11.9-2.el9_6.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.11.9-2.el9_6.1.s390x", "product": { "name": "pcs-0:0.11.9-2.el9_6.1.s390x", "product_id": "pcs-0:0.11.9-2.el9_6.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.11.9-2.el9_6.1?arch=s390x" } } }, { "category": "product_version", "name": "pcs-snmp-0:0.11.9-2.el9_6.1.s390x", "product": { "name": "pcs-snmp-0:0.11.9-2.el9_6.1.s390x", "product_id": "pcs-snmp-0:0.11.9-2.el9_6.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs-snmp@0.11.9-2.el9_6.1?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.11.9-2.el9_6.1.aarch64", "product": { "name": "pcs-0:0.11.9-2.el9_6.1.aarch64", "product_id": "pcs-0:0.11.9-2.el9_6.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.11.9-2.el9_6.1?arch=aarch64" } } }, { "category": "product_version", "name": "pcs-snmp-0:0.11.9-2.el9_6.1.aarch64", "product": { "name": "pcs-snmp-0:0.11.9-2.el9_6.1.aarch64", "product_id": "pcs-snmp-0:0.11.9-2.el9_6.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs-snmp@0.11.9-2.el9_6.1?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.11.9-2.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.aarch64" }, "product_reference": "pcs-0:0.11.9-2.el9_6.1.aarch64", "relates_to_product_reference": "HighAvailability-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.11.9-2.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.ppc64le" }, "product_reference": "pcs-0:0.11.9-2.el9_6.1.ppc64le", "relates_to_product_reference": "HighAvailability-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.11.9-2.el9_6.1.s390x as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.s390x" }, "product_reference": "pcs-0:0.11.9-2.el9_6.1.s390x", "relates_to_product_reference": "HighAvailability-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.11.9-2.el9_6.1.src as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.src" }, "product_reference": "pcs-0:0.11.9-2.el9_6.1.src", "relates_to_product_reference": "HighAvailability-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.11.9-2.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.x86_64" }, "product_reference": "pcs-0:0.11.9-2.el9_6.1.x86_64", "relates_to_product_reference": "HighAvailability-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.11.9-2.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.1.aarch64" }, "product_reference": "pcs-snmp-0:0.11.9-2.el9_6.1.aarch64", "relates_to_product_reference": "HighAvailability-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.11.9-2.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.1.ppc64le" }, "product_reference": "pcs-snmp-0:0.11.9-2.el9_6.1.ppc64le", "relates_to_product_reference": "HighAvailability-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.11.9-2.el9_6.1.s390x as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.1.s390x" }, "product_reference": "pcs-snmp-0:0.11.9-2.el9_6.1.s390x", "relates_to_product_reference": "HighAvailability-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.11.9-2.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.1.x86_64" }, "product_reference": "pcs-snmp-0:0.11.9-2.el9_6.1.x86_64", "relates_to_product_reference": "HighAvailability-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.11.9-2.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.aarch64" }, "product_reference": "pcs-0:0.11.9-2.el9_6.1.aarch64", "relates_to_product_reference": "ResilientStorage-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.11.9-2.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.ppc64le" }, "product_reference": "pcs-0:0.11.9-2.el9_6.1.ppc64le", "relates_to_product_reference": "ResilientStorage-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.11.9-2.el9_6.1.s390x as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.s390x" }, "product_reference": "pcs-0:0.11.9-2.el9_6.1.s390x", "relates_to_product_reference": "ResilientStorage-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.11.9-2.el9_6.1.src as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.src" }, "product_reference": "pcs-0:0.11.9-2.el9_6.1.src", "relates_to_product_reference": "ResilientStorage-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.11.9-2.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.x86_64" }, "product_reference": "pcs-0:0.11.9-2.el9_6.1.x86_64", "relates_to_product_reference": "ResilientStorage-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.11.9-2.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.1.aarch64" }, "product_reference": "pcs-snmp-0:0.11.9-2.el9_6.1.aarch64", "relates_to_product_reference": "ResilientStorage-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.11.9-2.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.1.ppc64le" }, "product_reference": "pcs-snmp-0:0.11.9-2.el9_6.1.ppc64le", "relates_to_product_reference": "ResilientStorage-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.11.9-2.el9_6.1.s390x as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.1.s390x" }, "product_reference": "pcs-snmp-0:0.11.9-2.el9_6.1.s390x", "relates_to_product_reference": "ResilientStorage-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.11.9-2.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.1.x86_64" }, "product_reference": "pcs-snmp-0:0.11.9-2.el9_6.1.x86_64", "relates_to_product_reference": "ResilientStorage-9.6.0.Z.MAIN.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2025-46727", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2025-05-08T00:00:45.681503+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2364966" } ], "notes": [ { "category": "description", "text": "A flaw was found in Rack::QueryParser. This vulnerability allows denial of service via oversized HTTP requests containing many parameters, resulting in memory exhaustion that consumes all available memory or CPU resource pinning, which keeps the CPU constantly busy.", "title": "Vulnerability description" }, { "category": "summary", "text": "rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as an IMPORTANT severity because the vulnerabilty was found in the Rack::QueryParser component which arises because 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, when an attacker sends requests with an extremely large number of parameters, Rack::QueryParser consumes excessive memory and CPU during parsing, leading to memory exhaustion, this results in a denial of service, causing the Rack server to crash and leading to full service disruption.\n\nRed Hat Satellite 6.15 includes an affected version of rubygem-rack; however, since it does not utilize Rack::QueryParser, it is not actually vulnerable to the flaw, lowering product-specific impact. The issue has already been addressed in Red Hat Satellite versions 6.16 and 6.17, and updates for other supported versions may follow based on the product lifecycle policy.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.aarch64", "HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.ppc64le", "HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.s390x", "HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.src", "HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.x86_64", "HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.1.aarch64", "HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.1.ppc64le", "HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.1.s390x", "HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.1.x86_64", "ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.aarch64", "ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.ppc64le", "ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.s390x", "ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.src", "ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.x86_64", "ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.1.aarch64", "ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.1.ppc64le", "ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.1.s390x", "ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-46727" }, { "category": "external", "summary": "RHBZ#2364966", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2364966" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-46727", "url": "https://www.cve.org/CVERecord?id=CVE-2025-46727" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-46727", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-46727" }, { "category": "external", "summary": "https://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712", "url": "https://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712" }, { "category": "external", "summary": "https://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3", "url": "https://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3" }, { "category": "external", "summary": "https://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74", "url": "https://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74" }, { "category": "external", "summary": "https://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx", "url": "https://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx" } ], "release_date": "2025-05-07T23:07:40.563000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-05-28T11:44:22+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.aarch64", "HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.ppc64le", "HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.s390x", "HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.src", "HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.x86_64", "HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.1.aarch64", "HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.1.ppc64le", "HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.1.s390x", "HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.1.x86_64", "ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.aarch64", "ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.ppc64le", "ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.s390x", "ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.src", "ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.x86_64", "ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.1.aarch64", "ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.1.ppc64le", "ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.1.s390x", "ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:8256" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.aarch64", "HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.ppc64le", "HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.s390x", "HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.src", "HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.x86_64", "HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.1.aarch64", "HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.1.ppc64le", "HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.1.s390x", "HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.1.x86_64", "ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.aarch64", "ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.ppc64le", "ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.s390x", "ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.src", "ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.1.x86_64", "ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.1.aarch64", "ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.1.ppc64le", "ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.1.s390x", "ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser" } ] }
rhsa-2025:7605
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "A new release is now available for Red Hat Satellite 6.16 for RHEL 8 and 9.\n\nRed Hat Product Security has rated this update as having a security impact\nof Important. A Common Vulnerability Scoring System (CVSS) base score,\nwhich gives a detailed severity rating, is available for each vulnerability\nfrom the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Red Hat Satellite is a system management solution that allows organizations\nto configure and maintain their systems without the necessity to provide\npublic Internet access to their servers or other client systems. It\nperforms provisioning and configuration management of predefined standard\noperating environments.\n\nSecurity Fix(es):\n\n* rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser (CVE-2025-46727)\n\nUsers of Red Hat Satellite are advised to upgrade to these updated\npackages, which fix these bugs.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2025:7605", "url": "https://access.redhat.com/errata/RHSA-2025:7605" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_satellite/6.16/html/updating_red_hat_satellite/index", "url": "https://access.redhat.com/documentation/en-us/red_hat_satellite/6.16/html/updating_red_hat_satellite/index" }, { "category": "external", "summary": "2364966", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2364966" }, { "category": "external", "summary": "SAT-33429", "url": "https://issues.redhat.com/browse/SAT-33429" }, { "category": "external", "summary": "SAT-33430", "url": "https://issues.redhat.com/browse/SAT-33430" }, { "category": "external", "summary": "SAT-33431", "url": "https://issues.redhat.com/browse/SAT-33431" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_7605.json" } ], "title": "Red Hat Security Advisory: Satellite 6.16.5.1 Async Update", "tracking": { "current_release_date": "2025-08-02T11:33:34+00:00", "generator": { "date": "2025-08-02T11:33:34+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2025:7605", "initial_release_date": "2025-05-14T14:14:20+00:00", "revision_history": [ { "date": "2025-05-14T14:14:20+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-05-14T14:14:20+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-02T11:33:34+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Satellite 6.16 for RHEL 8", "product": { "name": "Red Hat Satellite 6.16 for RHEL 8", "product_id": "8Base-satellite-6.16", "product_identification_helper": { "cpe": "cpe:/a:redhat:satellite:6.16::el8" } } }, { "category": "product_name", "name": "Red Hat Satellite 6.16 for RHEL 8", "product": { "name": "Red Hat Satellite 6.16 for RHEL 8", "product_id": "8Base-satellite-6.16-capsule", "product_identification_helper": { "cpe": "cpe:/a:redhat:satellite_capsule:6.16::el8" } } }, { "category": "product_name", "name": "Red Hat Satellite 6.16 for RHEL 8", "product": { "name": "Red Hat Satellite 6.16 for RHEL 8", "product_id": "8Base-satellite-6.16-utils", "product_identification_helper": { "cpe": "cpe:/a:redhat:satellite_utils:6.16::el8" } } }, { "category": "product_name", "name": "Red Hat Satellite 6.16 for RHEL 9", "product": { "name": "Red Hat Satellite 6.16 for RHEL 9", "product_id": "9Base-satellite-6.16", "product_identification_helper": { "cpe": "cpe:/a:redhat:satellite:6.16::el9" } } }, { "category": "product_name", "name": "Red Hat Satellite 6.16 for RHEL 9", "product": { "name": "Red Hat Satellite 6.16 for RHEL 9", "product_id": "9Base-satellite-6.16-capsule", "product_identification_helper": { "cpe": "cpe:/a:redhat:satellite_capsule:6.16::el9" } } }, { "category": "product_name", "name": "Red Hat Satellite 6.16 for RHEL 9", "product": { "name": "Red Hat Satellite 6.16 for RHEL 9", "product_id": "9Base-satellite-6.16-utils", "product_identification_helper": { "cpe": "cpe:/a:redhat:satellite_utils:6.16::el9" } } } ], "category": "product_family", "name": "Red Hat Satellite 6" }, { "branches": [ { "category": "product_version", "name": "python-pulpcore-0:3.49.39-1.el8pc.src", "product": { "name": "python-pulpcore-0:3.49.39-1.el8pc.src", "product_id": "python-pulpcore-0:3.49.39-1.el8pc.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pulpcore@3.49.39-1.el8pc?arch=src" } } }, { "category": "product_version", "name": "python-pulp-rpm-0:3.26.5-1.el8pc.src", "product": { "name": "python-pulp-rpm-0:3.26.5-1.el8pc.src", "product_id": "python-pulp-rpm-0:3.26.5-1.el8pc.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pulp-rpm@3.26.5-1.el8pc?arch=src" } } }, { "category": "product_version", "name": "rubygem-katello-0:4.14.0.13-1.el8sat.src", "product": { "name": "rubygem-katello-0:4.14.0.13-1.el8sat.src", "product_id": "rubygem-katello-0:4.14.0.13-1.el8sat.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-katello@4.14.0.13-1.el8sat?arch=src" } } }, { "category": "product_version", "name": "satellite-0:6.16.5.1-1.el8sat.src", "product": { "name": "satellite-0:6.16.5.1-1.el8sat.src", "product_id": "satellite-0:6.16.5.1-1.el8sat.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/satellite@6.16.5.1-1.el8sat?arch=src" } } }, { "category": "product_version", "name": "rubygem-rack-0:2.2.14-1.el8sat.src", "product": { "name": "rubygem-rack-0:2.2.14-1.el8sat.src", "product_id": "rubygem-rack-0:2.2.14-1.el8sat.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-rack@2.2.14-1.el8sat?arch=src" } } }, { "category": "product_version", "name": "python-pulpcore-0:3.49.39-1.el9pc.src", "product": { "name": "python-pulpcore-0:3.49.39-1.el9pc.src", "product_id": "python-pulpcore-0:3.49.39-1.el9pc.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pulpcore@3.49.39-1.el9pc?arch=src" } } }, { "category": "product_version", "name": "python-pulp-rpm-0:3.26.5-1.el9pc.src", "product": { "name": "python-pulp-rpm-0:3.26.5-1.el9pc.src", "product_id": "python-pulp-rpm-0:3.26.5-1.el9pc.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pulp-rpm@3.26.5-1.el9pc?arch=src" } } }, { "category": "product_version", "name": "rubygem-katello-0:4.14.0.13-1.el9sat.src", "product": { "name": "rubygem-katello-0:4.14.0.13-1.el9sat.src", "product_id": "rubygem-katello-0:4.14.0.13-1.el9sat.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-katello@4.14.0.13-1.el9sat?arch=src" } } }, { "category": "product_version", "name": "satellite-0:6.16.5.1-1.el9sat.src", "product": { "name": "satellite-0:6.16.5.1-1.el9sat.src", "product_id": "satellite-0:6.16.5.1-1.el9sat.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/satellite@6.16.5.1-1.el9sat?arch=src" } } }, { "category": "product_version", "name": "rubygem-rack-0:2.2.14-1.el9sat.src", "product": { "name": "rubygem-rack-0:2.2.14-1.el9sat.src", "product_id": "rubygem-rack-0:2.2.14-1.el9sat.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-rack@2.2.14-1.el9sat?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python3.11-pulpcore-0:3.49.39-1.el8pc.noarch", "product": { "name": "python3.11-pulpcore-0:3.49.39-1.el8pc.noarch", "product_id": "python3.11-pulpcore-0:3.49.39-1.el8pc.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-pulpcore@3.49.39-1.el8pc?arch=noarch" } } }, { "category": "product_version", "name": "python3.11-pulp-rpm-0:3.26.5-1.el8pc.noarch", "product": { "name": "python3.11-pulp-rpm-0:3.26.5-1.el8pc.noarch", "product_id": "python3.11-pulp-rpm-0:3.26.5-1.el8pc.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-pulp-rpm@3.26.5-1.el8pc?arch=noarch" } } }, { "category": "product_version", "name": "rubygem-katello-0:4.14.0.13-1.el8sat.noarch", "product": { "name": "rubygem-katello-0:4.14.0.13-1.el8sat.noarch", "product_id": "rubygem-katello-0:4.14.0.13-1.el8sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-katello@4.14.0.13-1.el8sat?arch=noarch" } } }, { "category": "product_version", "name": "satellite-cli-0:6.16.5.1-1.el8sat.noarch", "product": { "name": "satellite-cli-0:6.16.5.1-1.el8sat.noarch", "product_id": "satellite-cli-0:6.16.5.1-1.el8sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/satellite-cli@6.16.5.1-1.el8sat?arch=noarch" } } }, { "category": "product_version", "name": "satellite-capsule-0:6.16.5.1-1.el8sat.noarch", "product": { "name": "satellite-capsule-0:6.16.5.1-1.el8sat.noarch", "product_id": "satellite-capsule-0:6.16.5.1-1.el8sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/satellite-capsule@6.16.5.1-1.el8sat?arch=noarch" } } }, { "category": "product_version", "name": "satellite-common-0:6.16.5.1-1.el8sat.noarch", "product": { "name": "satellite-common-0:6.16.5.1-1.el8sat.noarch", "product_id": "satellite-common-0:6.16.5.1-1.el8sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/satellite-common@6.16.5.1-1.el8sat?arch=noarch" } } }, { "category": "product_version", "name": "satellite-0:6.16.5.1-1.el8sat.noarch", "product": { "name": "satellite-0:6.16.5.1-1.el8sat.noarch", "product_id": "satellite-0:6.16.5.1-1.el8sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/satellite@6.16.5.1-1.el8sat?arch=noarch" } } }, { "category": "product_version", "name": "rubygem-rack-0:2.2.14-1.el8sat.noarch", "product": { "name": "rubygem-rack-0:2.2.14-1.el8sat.noarch", "product_id": "rubygem-rack-0:2.2.14-1.el8sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-rack@2.2.14-1.el8sat?arch=noarch" } } }, { "category": "product_version", "name": "python3.11-pulpcore-0:3.49.39-1.el9pc.noarch", "product": { "name": "python3.11-pulpcore-0:3.49.39-1.el9pc.noarch", "product_id": "python3.11-pulpcore-0:3.49.39-1.el9pc.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-pulpcore@3.49.39-1.el9pc?arch=noarch" } } }, { "category": "product_version", "name": "python3.11-pulp-rpm-0:3.26.5-1.el9pc.noarch", "product": { "name": "python3.11-pulp-rpm-0:3.26.5-1.el9pc.noarch", "product_id": "python3.11-pulp-rpm-0:3.26.5-1.el9pc.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-pulp-rpm@3.26.5-1.el9pc?arch=noarch" } } }, { "category": "product_version", "name": "rubygem-katello-0:4.14.0.13-1.el9sat.noarch", "product": { "name": "rubygem-katello-0:4.14.0.13-1.el9sat.noarch", "product_id": "rubygem-katello-0:4.14.0.13-1.el9sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-katello@4.14.0.13-1.el9sat?arch=noarch" } } }, { "category": "product_version", "name": "satellite-capsule-0:6.16.5.1-1.el9sat.noarch", "product": { "name": "satellite-capsule-0:6.16.5.1-1.el9sat.noarch", "product_id": "satellite-capsule-0:6.16.5.1-1.el9sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/satellite-capsule@6.16.5.1-1.el9sat?arch=noarch" } } }, { "category": "product_version", "name": "satellite-common-0:6.16.5.1-1.el9sat.noarch", "product": { "name": "satellite-common-0:6.16.5.1-1.el9sat.noarch", "product_id": "satellite-common-0:6.16.5.1-1.el9sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/satellite-common@6.16.5.1-1.el9sat?arch=noarch" } } }, { "category": "product_version", "name": "satellite-0:6.16.5.1-1.el9sat.noarch", "product": { "name": "satellite-0:6.16.5.1-1.el9sat.noarch", "product_id": "satellite-0:6.16.5.1-1.el9sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/satellite@6.16.5.1-1.el9sat?arch=noarch" } } }, { "category": "product_version", "name": "satellite-cli-0:6.16.5.1-1.el9sat.noarch", "product": { "name": "satellite-cli-0:6.16.5.1-1.el9sat.noarch", "product_id": "satellite-cli-0:6.16.5.1-1.el9sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/satellite-cli@6.16.5.1-1.el9sat?arch=noarch" } } }, { "category": "product_version", "name": "rubygem-rack-0:2.2.14-1.el9sat.noarch", "product": { "name": "rubygem-rack-0:2.2.14-1.el9sat.noarch", "product_id": "rubygem-rack-0:2.2.14-1.el9sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-rack@2.2.14-1.el9sat?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python-pulp-rpm-0:3.26.5-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8", "product_id": "8Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.5-1.el8pc.src" }, "product_reference": "python-pulp-rpm-0:3.26.5-1.el8pc.src", "relates_to_product_reference": "8Base-satellite-6.16-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "python-pulpcore-0:3.49.39-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8", "product_id": "8Base-satellite-6.16-capsule:python-pulpcore-0:3.49.39-1.el8pc.src" }, "product_reference": "python-pulpcore-0:3.49.39-1.el8pc.src", "relates_to_product_reference": "8Base-satellite-6.16-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-pulp-rpm-0:3.26.5-1.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8", "product_id": "8Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.5-1.el8pc.noarch" }, "product_reference": "python3.11-pulp-rpm-0:3.26.5-1.el8pc.noarch", "relates_to_product_reference": "8Base-satellite-6.16-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-pulpcore-0:3.49.39-1.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8", "product_id": "8Base-satellite-6.16-capsule:python3.11-pulpcore-0:3.49.39-1.el8pc.noarch" }, "product_reference": "python3.11-pulpcore-0:3.49.39-1.el8pc.noarch", "relates_to_product_reference": "8Base-satellite-6.16-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-rack-0:2.2.14-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8", "product_id": "8Base-satellite-6.16-capsule:rubygem-rack-0:2.2.14-1.el8sat.noarch" }, "product_reference": "rubygem-rack-0:2.2.14-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.16-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-rack-0:2.2.14-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8", "product_id": "8Base-satellite-6.16-capsule:rubygem-rack-0:2.2.14-1.el8sat.src" }, "product_reference": "rubygem-rack-0:2.2.14-1.el8sat.src", "relates_to_product_reference": "8Base-satellite-6.16-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-0:6.16.5.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8", "product_id": "8Base-satellite-6.16-capsule:satellite-0:6.16.5.1-1.el8sat.noarch" }, "product_reference": "satellite-0:6.16.5.1-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.16-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-0:6.16.5.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8", "product_id": "8Base-satellite-6.16-capsule:satellite-0:6.16.5.1-1.el8sat.src" }, "product_reference": "satellite-0:6.16.5.1-1.el8sat.src", "relates_to_product_reference": "8Base-satellite-6.16-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-capsule-0:6.16.5.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8", "product_id": "8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.5.1-1.el8sat.noarch" }, "product_reference": "satellite-capsule-0:6.16.5.1-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.16-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-cli-0:6.16.5.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8", "product_id": "8Base-satellite-6.16-capsule:satellite-cli-0:6.16.5.1-1.el8sat.noarch" }, "product_reference": "satellite-cli-0:6.16.5.1-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.16-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-common-0:6.16.5.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8", "product_id": "8Base-satellite-6.16-capsule:satellite-common-0:6.16.5.1-1.el8sat.noarch" }, "product_reference": "satellite-common-0:6.16.5.1-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.16-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-0:6.16.5.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8", "product_id": "8Base-satellite-6.16-utils:satellite-0:6.16.5.1-1.el8sat.noarch" }, "product_reference": "satellite-0:6.16.5.1-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.16-utils" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-0:6.16.5.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8", "product_id": "8Base-satellite-6.16-utils:satellite-0:6.16.5.1-1.el8sat.src" }, "product_reference": "satellite-0:6.16.5.1-1.el8sat.src", "relates_to_product_reference": "8Base-satellite-6.16-utils" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-capsule-0:6.16.5.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8", "product_id": "8Base-satellite-6.16-utils:satellite-capsule-0:6.16.5.1-1.el8sat.noarch" }, "product_reference": "satellite-capsule-0:6.16.5.1-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.16-utils" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-cli-0:6.16.5.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8", "product_id": "8Base-satellite-6.16-utils:satellite-cli-0:6.16.5.1-1.el8sat.noarch" }, "product_reference": "satellite-cli-0:6.16.5.1-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.16-utils" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-common-0:6.16.5.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8", "product_id": "8Base-satellite-6.16-utils:satellite-common-0:6.16.5.1-1.el8sat.noarch" }, "product_reference": "satellite-common-0:6.16.5.1-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.16-utils" }, { "category": "default_component_of", "full_product_name": { "name": "python-pulp-rpm-0:3.26.5-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8", "product_id": "8Base-satellite-6.16:python-pulp-rpm-0:3.26.5-1.el8pc.src" }, "product_reference": "python-pulp-rpm-0:3.26.5-1.el8pc.src", "relates_to_product_reference": "8Base-satellite-6.16" }, { "category": "default_component_of", "full_product_name": { "name": "python-pulpcore-0:3.49.39-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8", "product_id": "8Base-satellite-6.16:python-pulpcore-0:3.49.39-1.el8pc.src" }, "product_reference": "python-pulpcore-0:3.49.39-1.el8pc.src", "relates_to_product_reference": "8Base-satellite-6.16" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-pulp-rpm-0:3.26.5-1.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8", "product_id": "8Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.5-1.el8pc.noarch" }, "product_reference": "python3.11-pulp-rpm-0:3.26.5-1.el8pc.noarch", "relates_to_product_reference": "8Base-satellite-6.16" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-pulpcore-0:3.49.39-1.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8", "product_id": "8Base-satellite-6.16:python3.11-pulpcore-0:3.49.39-1.el8pc.noarch" }, "product_reference": "python3.11-pulpcore-0:3.49.39-1.el8pc.noarch", "relates_to_product_reference": "8Base-satellite-6.16" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-katello-0:4.14.0.13-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8", "product_id": "8Base-satellite-6.16:rubygem-katello-0:4.14.0.13-1.el8sat.noarch" }, "product_reference": "rubygem-katello-0:4.14.0.13-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.16" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-katello-0:4.14.0.13-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8", "product_id": "8Base-satellite-6.16:rubygem-katello-0:4.14.0.13-1.el8sat.src" }, "product_reference": "rubygem-katello-0:4.14.0.13-1.el8sat.src", "relates_to_product_reference": "8Base-satellite-6.16" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-rack-0:2.2.14-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8", "product_id": "8Base-satellite-6.16:rubygem-rack-0:2.2.14-1.el8sat.noarch" }, "product_reference": "rubygem-rack-0:2.2.14-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.16" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-rack-0:2.2.14-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8", "product_id": "8Base-satellite-6.16:rubygem-rack-0:2.2.14-1.el8sat.src" }, "product_reference": "rubygem-rack-0:2.2.14-1.el8sat.src", "relates_to_product_reference": "8Base-satellite-6.16" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-0:6.16.5.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8", "product_id": "8Base-satellite-6.16:satellite-0:6.16.5.1-1.el8sat.noarch" }, "product_reference": "satellite-0:6.16.5.1-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.16" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-0:6.16.5.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8", "product_id": "8Base-satellite-6.16:satellite-0:6.16.5.1-1.el8sat.src" }, "product_reference": "satellite-0:6.16.5.1-1.el8sat.src", "relates_to_product_reference": "8Base-satellite-6.16" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-capsule-0:6.16.5.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8", "product_id": "8Base-satellite-6.16:satellite-capsule-0:6.16.5.1-1.el8sat.noarch" }, "product_reference": "satellite-capsule-0:6.16.5.1-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.16" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-cli-0:6.16.5.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8", "product_id": "8Base-satellite-6.16:satellite-cli-0:6.16.5.1-1.el8sat.noarch" }, "product_reference": "satellite-cli-0:6.16.5.1-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.16" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-common-0:6.16.5.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8", "product_id": "8Base-satellite-6.16:satellite-common-0:6.16.5.1-1.el8sat.noarch" }, "product_reference": "satellite-common-0:6.16.5.1-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.16" }, { "category": "default_component_of", "full_product_name": { "name": "python-pulp-rpm-0:3.26.5-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9", "product_id": "9Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.5-1.el9pc.src" }, "product_reference": "python-pulp-rpm-0:3.26.5-1.el9pc.src", "relates_to_product_reference": "9Base-satellite-6.16-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "python-pulpcore-0:3.49.39-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9", "product_id": "9Base-satellite-6.16-capsule:python-pulpcore-0:3.49.39-1.el9pc.src" }, "product_reference": "python-pulpcore-0:3.49.39-1.el9pc.src", "relates_to_product_reference": "9Base-satellite-6.16-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-pulp-rpm-0:3.26.5-1.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9", "product_id": "9Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.5-1.el9pc.noarch" }, "product_reference": "python3.11-pulp-rpm-0:3.26.5-1.el9pc.noarch", "relates_to_product_reference": "9Base-satellite-6.16-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-pulpcore-0:3.49.39-1.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9", "product_id": "9Base-satellite-6.16-capsule:python3.11-pulpcore-0:3.49.39-1.el9pc.noarch" }, "product_reference": "python3.11-pulpcore-0:3.49.39-1.el9pc.noarch", "relates_to_product_reference": "9Base-satellite-6.16-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-rack-0:2.2.14-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9", "product_id": "9Base-satellite-6.16-capsule:rubygem-rack-0:2.2.14-1.el9sat.noarch" }, "product_reference": "rubygem-rack-0:2.2.14-1.el9sat.noarch", "relates_to_product_reference": "9Base-satellite-6.16-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-rack-0:2.2.14-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9", "product_id": "9Base-satellite-6.16-capsule:rubygem-rack-0:2.2.14-1.el9sat.src" }, "product_reference": "rubygem-rack-0:2.2.14-1.el9sat.src", "relates_to_product_reference": "9Base-satellite-6.16-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-0:6.16.5.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9", "product_id": "9Base-satellite-6.16-capsule:satellite-0:6.16.5.1-1.el9sat.noarch" }, "product_reference": "satellite-0:6.16.5.1-1.el9sat.noarch", "relates_to_product_reference": "9Base-satellite-6.16-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-0:6.16.5.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9", "product_id": "9Base-satellite-6.16-capsule:satellite-0:6.16.5.1-1.el9sat.src" }, "product_reference": "satellite-0:6.16.5.1-1.el9sat.src", "relates_to_product_reference": "9Base-satellite-6.16-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-capsule-0:6.16.5.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9", "product_id": "9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.5.1-1.el9sat.noarch" }, "product_reference": "satellite-capsule-0:6.16.5.1-1.el9sat.noarch", "relates_to_product_reference": "9Base-satellite-6.16-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-cli-0:6.16.5.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9", "product_id": "9Base-satellite-6.16-capsule:satellite-cli-0:6.16.5.1-1.el9sat.noarch" }, "product_reference": "satellite-cli-0:6.16.5.1-1.el9sat.noarch", "relates_to_product_reference": "9Base-satellite-6.16-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-common-0:6.16.5.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9", "product_id": "9Base-satellite-6.16-capsule:satellite-common-0:6.16.5.1-1.el9sat.noarch" }, "product_reference": "satellite-common-0:6.16.5.1-1.el9sat.noarch", "relates_to_product_reference": "9Base-satellite-6.16-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-0:6.16.5.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9", "product_id": "9Base-satellite-6.16-utils:satellite-0:6.16.5.1-1.el9sat.noarch" }, "product_reference": "satellite-0:6.16.5.1-1.el9sat.noarch", "relates_to_product_reference": "9Base-satellite-6.16-utils" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-0:6.16.5.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9", "product_id": "9Base-satellite-6.16-utils:satellite-0:6.16.5.1-1.el9sat.src" }, "product_reference": "satellite-0:6.16.5.1-1.el9sat.src", "relates_to_product_reference": "9Base-satellite-6.16-utils" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-capsule-0:6.16.5.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9", "product_id": "9Base-satellite-6.16-utils:satellite-capsule-0:6.16.5.1-1.el9sat.noarch" }, "product_reference": "satellite-capsule-0:6.16.5.1-1.el9sat.noarch", "relates_to_product_reference": "9Base-satellite-6.16-utils" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-cli-0:6.16.5.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9", "product_id": "9Base-satellite-6.16-utils:satellite-cli-0:6.16.5.1-1.el9sat.noarch" }, "product_reference": "satellite-cli-0:6.16.5.1-1.el9sat.noarch", "relates_to_product_reference": "9Base-satellite-6.16-utils" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-common-0:6.16.5.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9", "product_id": "9Base-satellite-6.16-utils:satellite-common-0:6.16.5.1-1.el9sat.noarch" }, "product_reference": "satellite-common-0:6.16.5.1-1.el9sat.noarch", "relates_to_product_reference": "9Base-satellite-6.16-utils" }, { "category": "default_component_of", "full_product_name": { "name": "python-pulp-rpm-0:3.26.5-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9", "product_id": "9Base-satellite-6.16:python-pulp-rpm-0:3.26.5-1.el9pc.src" }, "product_reference": "python-pulp-rpm-0:3.26.5-1.el9pc.src", "relates_to_product_reference": "9Base-satellite-6.16" }, { "category": "default_component_of", "full_product_name": { "name": "python-pulpcore-0:3.49.39-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9", "product_id": "9Base-satellite-6.16:python-pulpcore-0:3.49.39-1.el9pc.src" }, "product_reference": "python-pulpcore-0:3.49.39-1.el9pc.src", "relates_to_product_reference": "9Base-satellite-6.16" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-pulp-rpm-0:3.26.5-1.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9", "product_id": "9Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.5-1.el9pc.noarch" }, "product_reference": "python3.11-pulp-rpm-0:3.26.5-1.el9pc.noarch", "relates_to_product_reference": "9Base-satellite-6.16" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-pulpcore-0:3.49.39-1.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9", "product_id": "9Base-satellite-6.16:python3.11-pulpcore-0:3.49.39-1.el9pc.noarch" }, "product_reference": "python3.11-pulpcore-0:3.49.39-1.el9pc.noarch", "relates_to_product_reference": "9Base-satellite-6.16" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-katello-0:4.14.0.13-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9", "product_id": "9Base-satellite-6.16:rubygem-katello-0:4.14.0.13-1.el9sat.noarch" }, "product_reference": "rubygem-katello-0:4.14.0.13-1.el9sat.noarch", "relates_to_product_reference": "9Base-satellite-6.16" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-katello-0:4.14.0.13-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9", "product_id": "9Base-satellite-6.16:rubygem-katello-0:4.14.0.13-1.el9sat.src" }, "product_reference": "rubygem-katello-0:4.14.0.13-1.el9sat.src", "relates_to_product_reference": "9Base-satellite-6.16" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-rack-0:2.2.14-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9", "product_id": "9Base-satellite-6.16:rubygem-rack-0:2.2.14-1.el9sat.noarch" }, "product_reference": "rubygem-rack-0:2.2.14-1.el9sat.noarch", "relates_to_product_reference": "9Base-satellite-6.16" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-rack-0:2.2.14-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9", "product_id": "9Base-satellite-6.16:rubygem-rack-0:2.2.14-1.el9sat.src" }, "product_reference": "rubygem-rack-0:2.2.14-1.el9sat.src", "relates_to_product_reference": "9Base-satellite-6.16" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-0:6.16.5.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9", "product_id": "9Base-satellite-6.16:satellite-0:6.16.5.1-1.el9sat.noarch" }, "product_reference": "satellite-0:6.16.5.1-1.el9sat.noarch", "relates_to_product_reference": "9Base-satellite-6.16" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-0:6.16.5.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9", "product_id": "9Base-satellite-6.16:satellite-0:6.16.5.1-1.el9sat.src" }, "product_reference": "satellite-0:6.16.5.1-1.el9sat.src", "relates_to_product_reference": "9Base-satellite-6.16" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-capsule-0:6.16.5.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9", "product_id": "9Base-satellite-6.16:satellite-capsule-0:6.16.5.1-1.el9sat.noarch" }, "product_reference": "satellite-capsule-0:6.16.5.1-1.el9sat.noarch", "relates_to_product_reference": "9Base-satellite-6.16" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-cli-0:6.16.5.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9", "product_id": "9Base-satellite-6.16:satellite-cli-0:6.16.5.1-1.el9sat.noarch" }, "product_reference": "satellite-cli-0:6.16.5.1-1.el9sat.noarch", "relates_to_product_reference": "9Base-satellite-6.16" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-common-0:6.16.5.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9", "product_id": "9Base-satellite-6.16:satellite-common-0:6.16.5.1-1.el9sat.noarch" }, "product_reference": "satellite-common-0:6.16.5.1-1.el9sat.noarch", "relates_to_product_reference": "9Base-satellite-6.16" } ] }, "vulnerabilities": [ { "cve": "CVE-2025-46727", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2025-05-08T00:00:45.681503+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.5-1.el8pc.src", "8Base-satellite-6.16-capsule:python-pulpcore-0:3.49.39-1.el8pc.src", "8Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.5-1.el8pc.noarch", "8Base-satellite-6.16-capsule:python3.11-pulpcore-0:3.49.39-1.el8pc.noarch", "8Base-satellite-6.16-capsule:satellite-0:6.16.5.1-1.el8sat.noarch", "8Base-satellite-6.16-capsule:satellite-0:6.16.5.1-1.el8sat.src", "8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.5.1-1.el8sat.noarch", "8Base-satellite-6.16-capsule:satellite-cli-0:6.16.5.1-1.el8sat.noarch", "8Base-satellite-6.16-capsule:satellite-common-0:6.16.5.1-1.el8sat.noarch", "8Base-satellite-6.16-utils:satellite-0:6.16.5.1-1.el8sat.noarch", "8Base-satellite-6.16-utils:satellite-0:6.16.5.1-1.el8sat.src", "8Base-satellite-6.16-utils:satellite-capsule-0:6.16.5.1-1.el8sat.noarch", "8Base-satellite-6.16-utils:satellite-cli-0:6.16.5.1-1.el8sat.noarch", "8Base-satellite-6.16-utils:satellite-common-0:6.16.5.1-1.el8sat.noarch", "8Base-satellite-6.16:python-pulp-rpm-0:3.26.5-1.el8pc.src", "8Base-satellite-6.16:python-pulpcore-0:3.49.39-1.el8pc.src", "8Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.5-1.el8pc.noarch", "8Base-satellite-6.16:python3.11-pulpcore-0:3.49.39-1.el8pc.noarch", "8Base-satellite-6.16:rubygem-katello-0:4.14.0.13-1.el8sat.noarch", "8Base-satellite-6.16:rubygem-katello-0:4.14.0.13-1.el8sat.src", "8Base-satellite-6.16:satellite-0:6.16.5.1-1.el8sat.noarch", "8Base-satellite-6.16:satellite-0:6.16.5.1-1.el8sat.src", "8Base-satellite-6.16:satellite-capsule-0:6.16.5.1-1.el8sat.noarch", "8Base-satellite-6.16:satellite-cli-0:6.16.5.1-1.el8sat.noarch", "8Base-satellite-6.16:satellite-common-0:6.16.5.1-1.el8sat.noarch", "9Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.5-1.el9pc.src", "9Base-satellite-6.16-capsule:python-pulpcore-0:3.49.39-1.el9pc.src", "9Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.5-1.el9pc.noarch", "9Base-satellite-6.16-capsule:python3.11-pulpcore-0:3.49.39-1.el9pc.noarch", "9Base-satellite-6.16-capsule:satellite-0:6.16.5.1-1.el9sat.noarch", "9Base-satellite-6.16-capsule:satellite-0:6.16.5.1-1.el9sat.src", "9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.5.1-1.el9sat.noarch", "9Base-satellite-6.16-capsule:satellite-cli-0:6.16.5.1-1.el9sat.noarch", "9Base-satellite-6.16-capsule:satellite-common-0:6.16.5.1-1.el9sat.noarch", "9Base-satellite-6.16-utils:satellite-0:6.16.5.1-1.el9sat.noarch", "9Base-satellite-6.16-utils:satellite-0:6.16.5.1-1.el9sat.src", "9Base-satellite-6.16-utils:satellite-capsule-0:6.16.5.1-1.el9sat.noarch", "9Base-satellite-6.16-utils:satellite-cli-0:6.16.5.1-1.el9sat.noarch", "9Base-satellite-6.16-utils:satellite-common-0:6.16.5.1-1.el9sat.noarch", "9Base-satellite-6.16:python-pulp-rpm-0:3.26.5-1.el9pc.src", "9Base-satellite-6.16:python-pulpcore-0:3.49.39-1.el9pc.src", "9Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.5-1.el9pc.noarch", "9Base-satellite-6.16:python3.11-pulpcore-0:3.49.39-1.el9pc.noarch", "9Base-satellite-6.16:rubygem-katello-0:4.14.0.13-1.el9sat.noarch", "9Base-satellite-6.16:rubygem-katello-0:4.14.0.13-1.el9sat.src", "9Base-satellite-6.16:satellite-0:6.16.5.1-1.el9sat.noarch", "9Base-satellite-6.16:satellite-0:6.16.5.1-1.el9sat.src", "9Base-satellite-6.16:satellite-capsule-0:6.16.5.1-1.el9sat.noarch", "9Base-satellite-6.16:satellite-cli-0:6.16.5.1-1.el9sat.noarch", "9Base-satellite-6.16:satellite-common-0:6.16.5.1-1.el9sat.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2364966" } ], "notes": [ { "category": "description", "text": "A flaw was found in Rack::QueryParser. This vulnerability allows denial of service via oversized HTTP requests containing many parameters, resulting in memory exhaustion that consumes all available memory or CPU resource pinning, which keeps the CPU constantly busy.", "title": "Vulnerability description" }, { "category": "summary", "text": "rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as an IMPORTANT severity because the vulnerabilty was found in the Rack::QueryParser component which arises because 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, when an attacker sends requests with an extremely large number of parameters, Rack::QueryParser consumes excessive memory and CPU during parsing, leading to memory exhaustion, this results in a denial of service, causing the Rack server to crash and leading to full service disruption.\n\nRed Hat Satellite 6.15 includes an affected version of rubygem-rack; however, since it does not utilize Rack::QueryParser, it is not actually vulnerable to the flaw, lowering product-specific impact. The issue has already been addressed in Red Hat Satellite versions 6.16 and 6.17, and updates for other supported versions may follow based on the product lifecycle policy.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-satellite-6.16-capsule:rubygem-rack-0:2.2.14-1.el8sat.noarch", "8Base-satellite-6.16-capsule:rubygem-rack-0:2.2.14-1.el8sat.src", "8Base-satellite-6.16:rubygem-rack-0:2.2.14-1.el8sat.noarch", "8Base-satellite-6.16:rubygem-rack-0:2.2.14-1.el8sat.src", "9Base-satellite-6.16-capsule:rubygem-rack-0:2.2.14-1.el9sat.noarch", "9Base-satellite-6.16-capsule:rubygem-rack-0:2.2.14-1.el9sat.src", "9Base-satellite-6.16:rubygem-rack-0:2.2.14-1.el9sat.noarch", "9Base-satellite-6.16:rubygem-rack-0:2.2.14-1.el9sat.src" ], "known_not_affected": [ "8Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.5-1.el8pc.src", "8Base-satellite-6.16-capsule:python-pulpcore-0:3.49.39-1.el8pc.src", "8Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.5-1.el8pc.noarch", "8Base-satellite-6.16-capsule:python3.11-pulpcore-0:3.49.39-1.el8pc.noarch", "8Base-satellite-6.16-capsule:satellite-0:6.16.5.1-1.el8sat.noarch", "8Base-satellite-6.16-capsule:satellite-0:6.16.5.1-1.el8sat.src", "8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.5.1-1.el8sat.noarch", "8Base-satellite-6.16-capsule:satellite-cli-0:6.16.5.1-1.el8sat.noarch", "8Base-satellite-6.16-capsule:satellite-common-0:6.16.5.1-1.el8sat.noarch", "8Base-satellite-6.16-utils:satellite-0:6.16.5.1-1.el8sat.noarch", "8Base-satellite-6.16-utils:satellite-0:6.16.5.1-1.el8sat.src", "8Base-satellite-6.16-utils:satellite-capsule-0:6.16.5.1-1.el8sat.noarch", "8Base-satellite-6.16-utils:satellite-cli-0:6.16.5.1-1.el8sat.noarch", "8Base-satellite-6.16-utils:satellite-common-0:6.16.5.1-1.el8sat.noarch", "8Base-satellite-6.16:python-pulp-rpm-0:3.26.5-1.el8pc.src", "8Base-satellite-6.16:python-pulpcore-0:3.49.39-1.el8pc.src", "8Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.5-1.el8pc.noarch", "8Base-satellite-6.16:python3.11-pulpcore-0:3.49.39-1.el8pc.noarch", "8Base-satellite-6.16:rubygem-katello-0:4.14.0.13-1.el8sat.noarch", "8Base-satellite-6.16:rubygem-katello-0:4.14.0.13-1.el8sat.src", "8Base-satellite-6.16:satellite-0:6.16.5.1-1.el8sat.noarch", "8Base-satellite-6.16:satellite-0:6.16.5.1-1.el8sat.src", "8Base-satellite-6.16:satellite-capsule-0:6.16.5.1-1.el8sat.noarch", "8Base-satellite-6.16:satellite-cli-0:6.16.5.1-1.el8sat.noarch", "8Base-satellite-6.16:satellite-common-0:6.16.5.1-1.el8sat.noarch", "9Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.5-1.el9pc.src", "9Base-satellite-6.16-capsule:python-pulpcore-0:3.49.39-1.el9pc.src", "9Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.5-1.el9pc.noarch", "9Base-satellite-6.16-capsule:python3.11-pulpcore-0:3.49.39-1.el9pc.noarch", "9Base-satellite-6.16-capsule:satellite-0:6.16.5.1-1.el9sat.noarch", "9Base-satellite-6.16-capsule:satellite-0:6.16.5.1-1.el9sat.src", "9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.5.1-1.el9sat.noarch", "9Base-satellite-6.16-capsule:satellite-cli-0:6.16.5.1-1.el9sat.noarch", "9Base-satellite-6.16-capsule:satellite-common-0:6.16.5.1-1.el9sat.noarch", "9Base-satellite-6.16-utils:satellite-0:6.16.5.1-1.el9sat.noarch", "9Base-satellite-6.16-utils:satellite-0:6.16.5.1-1.el9sat.src", "9Base-satellite-6.16-utils:satellite-capsule-0:6.16.5.1-1.el9sat.noarch", "9Base-satellite-6.16-utils:satellite-cli-0:6.16.5.1-1.el9sat.noarch", "9Base-satellite-6.16-utils:satellite-common-0:6.16.5.1-1.el9sat.noarch", "9Base-satellite-6.16:python-pulp-rpm-0:3.26.5-1.el9pc.src", "9Base-satellite-6.16:python-pulpcore-0:3.49.39-1.el9pc.src", "9Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.5-1.el9pc.noarch", "9Base-satellite-6.16:python3.11-pulpcore-0:3.49.39-1.el9pc.noarch", "9Base-satellite-6.16:rubygem-katello-0:4.14.0.13-1.el9sat.noarch", "9Base-satellite-6.16:rubygem-katello-0:4.14.0.13-1.el9sat.src", "9Base-satellite-6.16:satellite-0:6.16.5.1-1.el9sat.noarch", "9Base-satellite-6.16:satellite-0:6.16.5.1-1.el9sat.src", "9Base-satellite-6.16:satellite-capsule-0:6.16.5.1-1.el9sat.noarch", "9Base-satellite-6.16:satellite-cli-0:6.16.5.1-1.el9sat.noarch", "9Base-satellite-6.16:satellite-common-0:6.16.5.1-1.el9sat.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-46727" }, { "category": "external", "summary": "RHBZ#2364966", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2364966" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-46727", "url": "https://www.cve.org/CVERecord?id=CVE-2025-46727" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-46727", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-46727" }, { "category": "external", "summary": "https://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712", "url": "https://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712" }, { "category": "external", "summary": "https://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3", "url": "https://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3" }, { "category": "external", "summary": "https://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74", "url": "https://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74" }, { "category": "external", "summary": "https://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx", "url": "https://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx" } ], "release_date": "2025-05-07T23:07:40.563000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-05-14T14:14:20+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_satellite/6.16/html/updating_red_hat_satellite/index", "product_ids": [ "8Base-satellite-6.16-capsule:rubygem-rack-0:2.2.14-1.el8sat.noarch", "8Base-satellite-6.16-capsule:rubygem-rack-0:2.2.14-1.el8sat.src", "8Base-satellite-6.16:rubygem-rack-0:2.2.14-1.el8sat.noarch", "8Base-satellite-6.16:rubygem-rack-0:2.2.14-1.el8sat.src", "9Base-satellite-6.16-capsule:rubygem-rack-0:2.2.14-1.el9sat.noarch", "9Base-satellite-6.16-capsule:rubygem-rack-0:2.2.14-1.el9sat.src", "9Base-satellite-6.16:rubygem-rack-0:2.2.14-1.el9sat.noarch", "9Base-satellite-6.16:rubygem-rack-0:2.2.14-1.el9sat.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:7605" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.5-1.el8pc.src", "8Base-satellite-6.16-capsule:python-pulpcore-0:3.49.39-1.el8pc.src", "8Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.5-1.el8pc.noarch", "8Base-satellite-6.16-capsule:python3.11-pulpcore-0:3.49.39-1.el8pc.noarch", "8Base-satellite-6.16-capsule:rubygem-rack-0:2.2.14-1.el8sat.noarch", "8Base-satellite-6.16-capsule:rubygem-rack-0:2.2.14-1.el8sat.src", "8Base-satellite-6.16-capsule:satellite-0:6.16.5.1-1.el8sat.noarch", "8Base-satellite-6.16-capsule:satellite-0:6.16.5.1-1.el8sat.src", "8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.5.1-1.el8sat.noarch", "8Base-satellite-6.16-capsule:satellite-cli-0:6.16.5.1-1.el8sat.noarch", "8Base-satellite-6.16-capsule:satellite-common-0:6.16.5.1-1.el8sat.noarch", "8Base-satellite-6.16-utils:satellite-0:6.16.5.1-1.el8sat.noarch", "8Base-satellite-6.16-utils:satellite-0:6.16.5.1-1.el8sat.src", "8Base-satellite-6.16-utils:satellite-capsule-0:6.16.5.1-1.el8sat.noarch", "8Base-satellite-6.16-utils:satellite-cli-0:6.16.5.1-1.el8sat.noarch", "8Base-satellite-6.16-utils:satellite-common-0:6.16.5.1-1.el8sat.noarch", "8Base-satellite-6.16:python-pulp-rpm-0:3.26.5-1.el8pc.src", "8Base-satellite-6.16:python-pulpcore-0:3.49.39-1.el8pc.src", "8Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.5-1.el8pc.noarch", "8Base-satellite-6.16:python3.11-pulpcore-0:3.49.39-1.el8pc.noarch", "8Base-satellite-6.16:rubygem-katello-0:4.14.0.13-1.el8sat.noarch", "8Base-satellite-6.16:rubygem-katello-0:4.14.0.13-1.el8sat.src", "8Base-satellite-6.16:rubygem-rack-0:2.2.14-1.el8sat.noarch", "8Base-satellite-6.16:rubygem-rack-0:2.2.14-1.el8sat.src", "8Base-satellite-6.16:satellite-0:6.16.5.1-1.el8sat.noarch", "8Base-satellite-6.16:satellite-0:6.16.5.1-1.el8sat.src", "8Base-satellite-6.16:satellite-capsule-0:6.16.5.1-1.el8sat.noarch", "8Base-satellite-6.16:satellite-cli-0:6.16.5.1-1.el8sat.noarch", "8Base-satellite-6.16:satellite-common-0:6.16.5.1-1.el8sat.noarch", "9Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.5-1.el9pc.src", "9Base-satellite-6.16-capsule:python-pulpcore-0:3.49.39-1.el9pc.src", "9Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.5-1.el9pc.noarch", "9Base-satellite-6.16-capsule:python3.11-pulpcore-0:3.49.39-1.el9pc.noarch", "9Base-satellite-6.16-capsule:rubygem-rack-0:2.2.14-1.el9sat.noarch", "9Base-satellite-6.16-capsule:rubygem-rack-0:2.2.14-1.el9sat.src", "9Base-satellite-6.16-capsule:satellite-0:6.16.5.1-1.el9sat.noarch", "9Base-satellite-6.16-capsule:satellite-0:6.16.5.1-1.el9sat.src", "9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.5.1-1.el9sat.noarch", "9Base-satellite-6.16-capsule:satellite-cli-0:6.16.5.1-1.el9sat.noarch", "9Base-satellite-6.16-capsule:satellite-common-0:6.16.5.1-1.el9sat.noarch", "9Base-satellite-6.16-utils:satellite-0:6.16.5.1-1.el9sat.noarch", "9Base-satellite-6.16-utils:satellite-0:6.16.5.1-1.el9sat.src", "9Base-satellite-6.16-utils:satellite-capsule-0:6.16.5.1-1.el9sat.noarch", "9Base-satellite-6.16-utils:satellite-cli-0:6.16.5.1-1.el9sat.noarch", "9Base-satellite-6.16-utils:satellite-common-0:6.16.5.1-1.el9sat.noarch", "9Base-satellite-6.16:python-pulp-rpm-0:3.26.5-1.el9pc.src", "9Base-satellite-6.16:python-pulpcore-0:3.49.39-1.el9pc.src", "9Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.5-1.el9pc.noarch", "9Base-satellite-6.16:python3.11-pulpcore-0:3.49.39-1.el9pc.noarch", "9Base-satellite-6.16:rubygem-katello-0:4.14.0.13-1.el9sat.noarch", "9Base-satellite-6.16:rubygem-katello-0:4.14.0.13-1.el9sat.src", "9Base-satellite-6.16:rubygem-rack-0:2.2.14-1.el9sat.noarch", "9Base-satellite-6.16:rubygem-rack-0:2.2.14-1.el9sat.src", "9Base-satellite-6.16:satellite-0:6.16.5.1-1.el9sat.noarch", "9Base-satellite-6.16:satellite-0:6.16.5.1-1.el9sat.src", "9Base-satellite-6.16:satellite-capsule-0:6.16.5.1-1.el9sat.noarch", "9Base-satellite-6.16:satellite-cli-0:6.16.5.1-1.el9sat.noarch", "9Base-satellite-6.16:satellite-common-0:6.16.5.1-1.el9sat.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser" } ] }
rhsa-2025:8291
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for pcs is now available for Red Hat Enterprise Linux 9.0 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "The pcs packages provide a command-line configuration system for the Pacemaker and Corosync utilities.\n\nSecurity Fix(es):\n\n* rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser (CVE-2025-46727)\n\n* tornado: Tornado Multipart Form-Data Denial of Service (CVE-2025-47287)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2025:8291", "url": "https://access.redhat.com/errata/RHSA-2025:8291" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2364966", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2364966" }, { "category": "external", "summary": "2366703", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2366703" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_8291.json" } ], "title": "Red Hat Security Advisory: pcs security update", "tracking": { "current_release_date": "2025-08-02T11:34:04+00:00", "generator": { "date": "2025-08-02T11:34:04+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2025:8291", "initial_release_date": "2025-05-29T06:28:26+00:00", "revision_history": [ { "date": "2025-05-29T06:28:26+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-05-29T06:28:26+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-02T11:34:04+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product": { "name": "Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_e4s:9.0::highavailability" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product": { "name": "Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_e4s:9.0::resilientstorage" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.11.1-10.el9_0.8.src", "product": { "name": "pcs-0:0.11.1-10.el9_0.8.src", "product_id": "pcs-0:0.11.1-10.el9_0.8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.11.1-10.el9_0.8?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.11.1-10.el9_0.8.ppc64le", "product": { "name": "pcs-0:0.11.1-10.el9_0.8.ppc64le", "product_id": "pcs-0:0.11.1-10.el9_0.8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.11.1-10.el9_0.8?arch=ppc64le" } } }, { "category": "product_version", "name": "pcs-snmp-0:0.11.1-10.el9_0.8.ppc64le", "product": { "name": "pcs-snmp-0:0.11.1-10.el9_0.8.ppc64le", "product_id": "pcs-snmp-0:0.11.1-10.el9_0.8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs-snmp@0.11.1-10.el9_0.8?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.11.1-10.el9_0.8.x86_64", "product": { "name": "pcs-0:0.11.1-10.el9_0.8.x86_64", "product_id": "pcs-0:0.11.1-10.el9_0.8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.11.1-10.el9_0.8?arch=x86_64" } } }, { "category": "product_version", "name": "pcs-snmp-0:0.11.1-10.el9_0.8.x86_64", "product": { "name": "pcs-snmp-0:0.11.1-10.el9_0.8.x86_64", "product_id": "pcs-snmp-0:0.11.1-10.el9_0.8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs-snmp@0.11.1-10.el9_0.8?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.11.1-10.el9_0.8.s390x", "product": { "name": "pcs-0:0.11.1-10.el9_0.8.s390x", "product_id": "pcs-0:0.11.1-10.el9_0.8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.11.1-10.el9_0.8?arch=s390x" } } }, { "category": "product_version", "name": "pcs-snmp-0:0.11.1-10.el9_0.8.s390x", "product": { "name": "pcs-snmp-0:0.11.1-10.el9_0.8.s390x", "product_id": "pcs-snmp-0:0.11.1-10.el9_0.8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs-snmp@0.11.1-10.el9_0.8?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.11.1-10.el9_0.8.aarch64", "product": { "name": "pcs-0:0.11.1-10.el9_0.8.aarch64", "product_id": "pcs-0:0.11.1-10.el9_0.8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.11.1-10.el9_0.8?arch=aarch64" } } }, { "category": "product_version", "name": "pcs-snmp-0:0.11.1-10.el9_0.8.aarch64", "product": { "name": "pcs-snmp-0:0.11.1-10.el9_0.8.aarch64", "product_id": "pcs-snmp-0:0.11.1-10.el9_0.8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs-snmp@0.11.1-10.el9_0.8?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.11.1-10.el9_0.8.aarch64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.aarch64" }, "product_reference": "pcs-0:0.11.1-10.el9_0.8.aarch64", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.11.1-10.el9_0.8.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.ppc64le" }, "product_reference": "pcs-0:0.11.1-10.el9_0.8.ppc64le", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.11.1-10.el9_0.8.s390x as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.s390x" }, "product_reference": "pcs-0:0.11.1-10.el9_0.8.s390x", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.11.1-10.el9_0.8.src as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.src" }, "product_reference": "pcs-0:0.11.1-10.el9_0.8.src", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.11.1-10.el9_0.8.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.x86_64" }, "product_reference": "pcs-0:0.11.1-10.el9_0.8.x86_64", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.11.1-10.el9_0.8.aarch64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.aarch64" }, "product_reference": "pcs-snmp-0:0.11.1-10.el9_0.8.aarch64", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.11.1-10.el9_0.8.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.ppc64le" }, "product_reference": "pcs-snmp-0:0.11.1-10.el9_0.8.ppc64le", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.11.1-10.el9_0.8.s390x as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.s390x" }, "product_reference": "pcs-snmp-0:0.11.1-10.el9_0.8.s390x", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.11.1-10.el9_0.8.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.x86_64" }, "product_reference": "pcs-snmp-0:0.11.1-10.el9_0.8.x86_64", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.11.1-10.el9_0.8.aarch64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.aarch64" }, "product_reference": "pcs-0:0.11.1-10.el9_0.8.aarch64", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.11.1-10.el9_0.8.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.ppc64le" }, "product_reference": "pcs-0:0.11.1-10.el9_0.8.ppc64le", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.11.1-10.el9_0.8.s390x as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.s390x" }, "product_reference": "pcs-0:0.11.1-10.el9_0.8.s390x", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.11.1-10.el9_0.8.src as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.src" }, "product_reference": "pcs-0:0.11.1-10.el9_0.8.src", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.11.1-10.el9_0.8.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.x86_64" }, "product_reference": "pcs-0:0.11.1-10.el9_0.8.x86_64", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.11.1-10.el9_0.8.aarch64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.aarch64" }, "product_reference": "pcs-snmp-0:0.11.1-10.el9_0.8.aarch64", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.11.1-10.el9_0.8.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.ppc64le" }, "product_reference": "pcs-snmp-0:0.11.1-10.el9_0.8.ppc64le", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.11.1-10.el9_0.8.s390x as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.s390x" }, "product_reference": "pcs-snmp-0:0.11.1-10.el9_0.8.s390x", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.11.1-10.el9_0.8.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.x86_64" }, "product_reference": "pcs-snmp-0:0.11.1-10.el9_0.8.x86_64", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" } ] }, "vulnerabilities": [ { "cve": "CVE-2025-46727", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2025-05-08T00:00:45.681503+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2364966" } ], "notes": [ { "category": "description", "text": "A flaw was found in Rack::QueryParser. This vulnerability allows denial of service via oversized HTTP requests containing many parameters, resulting in memory exhaustion that consumes all available memory or CPU resource pinning, which keeps the CPU constantly busy.", "title": "Vulnerability description" }, { "category": "summary", "text": "rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as an IMPORTANT severity because the vulnerabilty was found in the Rack::QueryParser component which arises because 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, when an attacker sends requests with an extremely large number of parameters, Rack::QueryParser consumes excessive memory and CPU during parsing, leading to memory exhaustion, this results in a denial of service, causing the Rack server to crash and leading to full service disruption.\n\nRed Hat Satellite 6.15 includes an affected version of rubygem-rack; however, since it does not utilize Rack::QueryParser, it is not actually vulnerable to the flaw, lowering product-specific impact. The issue has already been addressed in Red Hat Satellite versions 6.16 and 6.17, and updates for other supported versions may follow based on the product lifecycle policy.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.aarch64", "HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.ppc64le", "HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.s390x", "HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.src", "HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.x86_64", "HighAvailability-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.aarch64", "HighAvailability-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.ppc64le", "HighAvailability-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.s390x", "HighAvailability-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.x86_64", "ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.aarch64", "ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.ppc64le", "ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.s390x", "ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.src", "ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.x86_64", "ResilientStorage-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.aarch64", "ResilientStorage-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.ppc64le", "ResilientStorage-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.s390x", "ResilientStorage-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-46727" }, { "category": "external", "summary": "RHBZ#2364966", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2364966" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-46727", "url": "https://www.cve.org/CVERecord?id=CVE-2025-46727" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-46727", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-46727" }, { "category": "external", "summary": "https://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712", "url": "https://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712" }, { "category": "external", "summary": "https://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3", "url": "https://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3" }, { "category": "external", "summary": "https://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74", "url": "https://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74" }, { "category": "external", "summary": "https://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx", "url": "https://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx" } ], "release_date": "2025-05-07T23:07:40.563000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-05-29T06:28:26+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.aarch64", "HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.ppc64le", "HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.s390x", "HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.src", "HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.x86_64", "HighAvailability-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.aarch64", "HighAvailability-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.ppc64le", "HighAvailability-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.s390x", "HighAvailability-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.x86_64", "ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.aarch64", "ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.ppc64le", "ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.s390x", "ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.src", "ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.x86_64", "ResilientStorage-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.aarch64", "ResilientStorage-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.ppc64le", "ResilientStorage-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.s390x", "ResilientStorage-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:8291" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.aarch64", "HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.ppc64le", "HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.s390x", "HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.src", "HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.x86_64", "HighAvailability-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.aarch64", "HighAvailability-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.ppc64le", "HighAvailability-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.s390x", "HighAvailability-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.x86_64", "ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.aarch64", "ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.ppc64le", "ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.s390x", "ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.src", "ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.x86_64", "ResilientStorage-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.aarch64", "ResilientStorage-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.ppc64le", "ResilientStorage-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.s390x", "ResilientStorage-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser" }, { "cve": "CVE-2025-47287", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2025-05-15T22:00:49.780609+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2366703" } ], "notes": [ { "category": "description", "text": "A flaw was found in Tornado. This vulnerability can lead to a a denial of service by generating an extremely high volume of log entries.", "title": "Vulnerability description" }, { "category": "summary", "text": "tornado: Tornado Multipart Form-Data Denial of Service", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability marked as Important because it leverages the synchronous nature of the logging subsystem to induce a DoS condition. Specifically, malformed multipart/form-data payloads cause repeated, blocking log writes, which stall the event loop that underpins Tornado\u2019s asynchronous architecture. Furthermore, because the vulnerable multipart parser is enabled by default, applications that are otherwise well-secured and do not even use file uploads can still be targeted unless they explicitly block these requests at a proxy.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.aarch64", "HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.ppc64le", "HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.s390x", "HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.src", "HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.x86_64", "HighAvailability-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.aarch64", "HighAvailability-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.ppc64le", "HighAvailability-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.s390x", "HighAvailability-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.x86_64", "ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.aarch64", "ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.ppc64le", "ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.s390x", "ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.src", "ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.x86_64", "ResilientStorage-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.aarch64", "ResilientStorage-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.ppc64le", "ResilientStorage-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.s390x", "ResilientStorage-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-47287" }, { "category": "external", "summary": "RHBZ#2366703", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2366703" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-47287", "url": "https://www.cve.org/CVERecord?id=CVE-2025-47287" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47287", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47287" }, { "category": "external", "summary": "https://github.com/tornadoweb/tornado/commit/b39b892bf78fe8fea01dd45199aa88307e7162f3", "url": "https://github.com/tornadoweb/tornado/commit/b39b892bf78fe8fea01dd45199aa88307e7162f3" }, { "category": "external", "summary": "https://github.com/tornadoweb/tornado/security/advisories/GHSA-7cx3-6m66-7c5m", "url": "https://github.com/tornadoweb/tornado/security/advisories/GHSA-7cx3-6m66-7c5m" } ], "release_date": "2025-05-15T21:17:55.188000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-05-29T06:28:26+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.aarch64", "HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.ppc64le", "HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.s390x", "HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.src", "HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.x86_64", "HighAvailability-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.aarch64", "HighAvailability-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.ppc64le", "HighAvailability-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.s390x", "HighAvailability-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.x86_64", "ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.aarch64", "ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.ppc64le", "ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.s390x", "ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.src", "ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.x86_64", "ResilientStorage-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.aarch64", "ResilientStorage-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.ppc64le", "ResilientStorage-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.s390x", "ResilientStorage-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:8291" }, { "category": "workaround", "details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.", "product_ids": [ "HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.aarch64", "HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.ppc64le", "HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.s390x", "HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.src", "HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.x86_64", "HighAvailability-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.aarch64", "HighAvailability-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.ppc64le", "HighAvailability-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.s390x", "HighAvailability-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.x86_64", "ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.aarch64", "ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.ppc64le", "ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.s390x", "ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.src", "ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.x86_64", "ResilientStorage-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.aarch64", "ResilientStorage-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.ppc64le", "ResilientStorage-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.s390x", "ResilientStorage-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.aarch64", "HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.ppc64le", "HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.s390x", "HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.src", "HighAvailability-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.x86_64", "HighAvailability-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.aarch64", "HighAvailability-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.ppc64le", "HighAvailability-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.s390x", "HighAvailability-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.x86_64", "ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.aarch64", "ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.ppc64le", "ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.s390x", "ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.src", "ResilientStorage-9.0.0.Z.E4S:pcs-0:0.11.1-10.el9_0.8.x86_64", "ResilientStorage-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.aarch64", "ResilientStorage-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.ppc64le", "ResilientStorage-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.s390x", "ResilientStorage-9.0.0.Z.E4S:pcs-snmp-0:0.11.1-10.el9_0.8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "tornado: Tornado Multipart Form-Data Denial of Service" } ] }
rhsa-2025:8290
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for pcs is now available for Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.6 Telecommunications Update Service.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "The pcs packages provide a command-line configuration system for the Pacemaker and Corosync utilities.\n\nSecurity Fix(es):\n\n* rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser (CVE-2025-46727)\n\n* tornado: Tornado Multipart Form-Data Denial of Service (CVE-2025-47287)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2025:8290", "url": "https://access.redhat.com/errata/RHSA-2025:8290" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2364966", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2364966" }, { "category": "external", "summary": "2366703", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2366703" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_8290.json" } ], "title": "Red Hat Security Advisory: pcs security update", "tracking": { "current_release_date": "2025-08-02T11:34:22+00:00", "generator": { "date": "2025-08-02T11:34:22+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2025:8290", "initial_release_date": "2025-05-29T06:28:14+00:00", "revision_history": [ { "date": "2025-05-29T06:28:14+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-05-29T06:28:14+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-02T11:34:22+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux High Availability E4S (v.8.6)", "product": { "name": "Red Hat Enterprise Linux High Availability E4S (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.E4S", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_e4s:8.6::highavailability" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux High Availability TUS (v.8.6)", "product": { "name": "Red Hat Enterprise Linux High Availability TUS (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.TUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_tus:8.6::highavailability" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.10.12-6.el8_6.8.src", "product": { "name": "pcs-0:0.10.12-6.el8_6.8.src", "product_id": "pcs-0:0.10.12-6.el8_6.8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.10.12-6.el8_6.8?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.10.12-6.el8_6.8.ppc64le", "product": { "name": "pcs-0:0.10.12-6.el8_6.8.ppc64le", "product_id": "pcs-0:0.10.12-6.el8_6.8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.10.12-6.el8_6.8?arch=ppc64le" } } }, { "category": "product_version", "name": "pcs-snmp-0:0.10.12-6.el8_6.8.ppc64le", "product": { "name": "pcs-snmp-0:0.10.12-6.el8_6.8.ppc64le", "product_id": "pcs-snmp-0:0.10.12-6.el8_6.8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs-snmp@0.10.12-6.el8_6.8?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.10.12-6.el8_6.8.x86_64", "product": { "name": "pcs-0:0.10.12-6.el8_6.8.x86_64", "product_id": "pcs-0:0.10.12-6.el8_6.8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.10.12-6.el8_6.8?arch=x86_64" } } }, { "category": "product_version", "name": "pcs-snmp-0:0.10.12-6.el8_6.8.x86_64", "product": { "name": "pcs-snmp-0:0.10.12-6.el8_6.8.x86_64", "product_id": "pcs-snmp-0:0.10.12-6.el8_6.8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs-snmp@0.10.12-6.el8_6.8?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.10.12-6.el8_6.8.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.E4S:pcs-0:0.10.12-6.el8_6.8.ppc64le" }, "product_reference": "pcs-0:0.10.12-6.el8_6.8.ppc64le", "relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.10.12-6.el8_6.8.src as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.E4S:pcs-0:0.10.12-6.el8_6.8.src" }, "product_reference": "pcs-0:0.10.12-6.el8_6.8.src", "relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.10.12-6.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.E4S:pcs-0:0.10.12-6.el8_6.8.x86_64" }, "product_reference": "pcs-0:0.10.12-6.el8_6.8.x86_64", "relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.10.12-6.el8_6.8.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.E4S:pcs-snmp-0:0.10.12-6.el8_6.8.ppc64le" }, "product_reference": "pcs-snmp-0:0.10.12-6.el8_6.8.ppc64le", "relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.10.12-6.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.E4S:pcs-snmp-0:0.10.12-6.el8_6.8.x86_64" }, "product_reference": "pcs-snmp-0:0.10.12-6.el8_6.8.x86_64", "relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.10.12-6.el8_6.8.src as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.TUS:pcs-0:0.10.12-6.el8_6.8.src" }, "product_reference": "pcs-0:0.10.12-6.el8_6.8.src", "relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.10.12-6.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.TUS:pcs-0:0.10.12-6.el8_6.8.x86_64" }, "product_reference": "pcs-0:0.10.12-6.el8_6.8.x86_64", "relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.10.12-6.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.TUS:pcs-snmp-0:0.10.12-6.el8_6.8.x86_64" }, "product_reference": "pcs-snmp-0:0.10.12-6.el8_6.8.x86_64", "relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2025-46727", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2025-05-08T00:00:45.681503+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2364966" } ], "notes": [ { "category": "description", "text": "A flaw was found in Rack::QueryParser. This vulnerability allows denial of service via oversized HTTP requests containing many parameters, resulting in memory exhaustion that consumes all available memory or CPU resource pinning, which keeps the CPU constantly busy.", "title": "Vulnerability description" }, { "category": "summary", "text": "rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as an IMPORTANT severity because the vulnerabilty was found in the Rack::QueryParser component which arises because 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, when an attacker sends requests with an extremely large number of parameters, Rack::QueryParser consumes excessive memory and CPU during parsing, leading to memory exhaustion, this results in a denial of service, causing the Rack server to crash and leading to full service disruption.\n\nRed Hat Satellite 6.15 includes an affected version of rubygem-rack; however, since it does not utilize Rack::QueryParser, it is not actually vulnerable to the flaw, lowering product-specific impact. The issue has already been addressed in Red Hat Satellite versions 6.16 and 6.17, and updates for other supported versions may follow based on the product lifecycle policy.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "HighAvailability-8.6.0.Z.E4S:pcs-0:0.10.12-6.el8_6.8.ppc64le", "HighAvailability-8.6.0.Z.E4S:pcs-0:0.10.12-6.el8_6.8.src", "HighAvailability-8.6.0.Z.E4S:pcs-0:0.10.12-6.el8_6.8.x86_64", "HighAvailability-8.6.0.Z.E4S:pcs-snmp-0:0.10.12-6.el8_6.8.ppc64le", "HighAvailability-8.6.0.Z.E4S:pcs-snmp-0:0.10.12-6.el8_6.8.x86_64", "HighAvailability-8.6.0.Z.TUS:pcs-0:0.10.12-6.el8_6.8.src", "HighAvailability-8.6.0.Z.TUS:pcs-0:0.10.12-6.el8_6.8.x86_64", "HighAvailability-8.6.0.Z.TUS:pcs-snmp-0:0.10.12-6.el8_6.8.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-46727" }, { "category": "external", "summary": "RHBZ#2364966", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2364966" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-46727", "url": "https://www.cve.org/CVERecord?id=CVE-2025-46727" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-46727", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-46727" }, { "category": "external", "summary": "https://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712", "url": "https://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712" }, { "category": "external", "summary": "https://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3", "url": "https://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3" }, { "category": "external", "summary": "https://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74", "url": "https://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74" }, { "category": "external", "summary": "https://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx", "url": "https://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx" } ], "release_date": "2025-05-07T23:07:40.563000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-05-29T06:28:14+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "HighAvailability-8.6.0.Z.E4S:pcs-0:0.10.12-6.el8_6.8.ppc64le", "HighAvailability-8.6.0.Z.E4S:pcs-0:0.10.12-6.el8_6.8.src", "HighAvailability-8.6.0.Z.E4S:pcs-0:0.10.12-6.el8_6.8.x86_64", "HighAvailability-8.6.0.Z.E4S:pcs-snmp-0:0.10.12-6.el8_6.8.ppc64le", "HighAvailability-8.6.0.Z.E4S:pcs-snmp-0:0.10.12-6.el8_6.8.x86_64", "HighAvailability-8.6.0.Z.TUS:pcs-0:0.10.12-6.el8_6.8.src", "HighAvailability-8.6.0.Z.TUS:pcs-0:0.10.12-6.el8_6.8.x86_64", "HighAvailability-8.6.0.Z.TUS:pcs-snmp-0:0.10.12-6.el8_6.8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:8290" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "HighAvailability-8.6.0.Z.E4S:pcs-0:0.10.12-6.el8_6.8.ppc64le", "HighAvailability-8.6.0.Z.E4S:pcs-0:0.10.12-6.el8_6.8.src", "HighAvailability-8.6.0.Z.E4S:pcs-0:0.10.12-6.el8_6.8.x86_64", "HighAvailability-8.6.0.Z.E4S:pcs-snmp-0:0.10.12-6.el8_6.8.ppc64le", "HighAvailability-8.6.0.Z.E4S:pcs-snmp-0:0.10.12-6.el8_6.8.x86_64", "HighAvailability-8.6.0.Z.TUS:pcs-0:0.10.12-6.el8_6.8.src", "HighAvailability-8.6.0.Z.TUS:pcs-0:0.10.12-6.el8_6.8.x86_64", "HighAvailability-8.6.0.Z.TUS:pcs-snmp-0:0.10.12-6.el8_6.8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser" }, { "cve": "CVE-2025-47287", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2025-05-15T22:00:49.780609+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2366703" } ], "notes": [ { "category": "description", "text": "A flaw was found in Tornado. This vulnerability can lead to a a denial of service by generating an extremely high volume of log entries.", "title": "Vulnerability description" }, { "category": "summary", "text": "tornado: Tornado Multipart Form-Data Denial of Service", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability marked as Important because it leverages the synchronous nature of the logging subsystem to induce a DoS condition. Specifically, malformed multipart/form-data payloads cause repeated, blocking log writes, which stall the event loop that underpins Tornado\u2019s asynchronous architecture. Furthermore, because the vulnerable multipart parser is enabled by default, applications that are otherwise well-secured and do not even use file uploads can still be targeted unless they explicitly block these requests at a proxy.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "HighAvailability-8.6.0.Z.E4S:pcs-0:0.10.12-6.el8_6.8.ppc64le", "HighAvailability-8.6.0.Z.E4S:pcs-0:0.10.12-6.el8_6.8.src", "HighAvailability-8.6.0.Z.E4S:pcs-0:0.10.12-6.el8_6.8.x86_64", "HighAvailability-8.6.0.Z.E4S:pcs-snmp-0:0.10.12-6.el8_6.8.ppc64le", "HighAvailability-8.6.0.Z.E4S:pcs-snmp-0:0.10.12-6.el8_6.8.x86_64", "HighAvailability-8.6.0.Z.TUS:pcs-0:0.10.12-6.el8_6.8.src", "HighAvailability-8.6.0.Z.TUS:pcs-0:0.10.12-6.el8_6.8.x86_64", "HighAvailability-8.6.0.Z.TUS:pcs-snmp-0:0.10.12-6.el8_6.8.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-47287" }, { "category": "external", "summary": "RHBZ#2366703", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2366703" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-47287", "url": "https://www.cve.org/CVERecord?id=CVE-2025-47287" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47287", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47287" }, { "category": "external", "summary": "https://github.com/tornadoweb/tornado/commit/b39b892bf78fe8fea01dd45199aa88307e7162f3", "url": "https://github.com/tornadoweb/tornado/commit/b39b892bf78fe8fea01dd45199aa88307e7162f3" }, { "category": "external", "summary": "https://github.com/tornadoweb/tornado/security/advisories/GHSA-7cx3-6m66-7c5m", "url": "https://github.com/tornadoweb/tornado/security/advisories/GHSA-7cx3-6m66-7c5m" } ], "release_date": "2025-05-15T21:17:55.188000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-05-29T06:28:14+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "HighAvailability-8.6.0.Z.E4S:pcs-0:0.10.12-6.el8_6.8.ppc64le", "HighAvailability-8.6.0.Z.E4S:pcs-0:0.10.12-6.el8_6.8.src", "HighAvailability-8.6.0.Z.E4S:pcs-0:0.10.12-6.el8_6.8.x86_64", "HighAvailability-8.6.0.Z.E4S:pcs-snmp-0:0.10.12-6.el8_6.8.ppc64le", "HighAvailability-8.6.0.Z.E4S:pcs-snmp-0:0.10.12-6.el8_6.8.x86_64", "HighAvailability-8.6.0.Z.TUS:pcs-0:0.10.12-6.el8_6.8.src", "HighAvailability-8.6.0.Z.TUS:pcs-0:0.10.12-6.el8_6.8.x86_64", "HighAvailability-8.6.0.Z.TUS:pcs-snmp-0:0.10.12-6.el8_6.8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:8290" }, { "category": "workaround", "details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.", "product_ids": [ "HighAvailability-8.6.0.Z.E4S:pcs-0:0.10.12-6.el8_6.8.ppc64le", "HighAvailability-8.6.0.Z.E4S:pcs-0:0.10.12-6.el8_6.8.src", "HighAvailability-8.6.0.Z.E4S:pcs-0:0.10.12-6.el8_6.8.x86_64", "HighAvailability-8.6.0.Z.E4S:pcs-snmp-0:0.10.12-6.el8_6.8.ppc64le", "HighAvailability-8.6.0.Z.E4S:pcs-snmp-0:0.10.12-6.el8_6.8.x86_64", "HighAvailability-8.6.0.Z.TUS:pcs-0:0.10.12-6.el8_6.8.src", "HighAvailability-8.6.0.Z.TUS:pcs-0:0.10.12-6.el8_6.8.x86_64", "HighAvailability-8.6.0.Z.TUS:pcs-snmp-0:0.10.12-6.el8_6.8.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "HighAvailability-8.6.0.Z.E4S:pcs-0:0.10.12-6.el8_6.8.ppc64le", "HighAvailability-8.6.0.Z.E4S:pcs-0:0.10.12-6.el8_6.8.src", "HighAvailability-8.6.0.Z.E4S:pcs-0:0.10.12-6.el8_6.8.x86_64", "HighAvailability-8.6.0.Z.E4S:pcs-snmp-0:0.10.12-6.el8_6.8.ppc64le", "HighAvailability-8.6.0.Z.E4S:pcs-snmp-0:0.10.12-6.el8_6.8.x86_64", "HighAvailability-8.6.0.Z.TUS:pcs-0:0.10.12-6.el8_6.8.src", "HighAvailability-8.6.0.Z.TUS:pcs-0:0.10.12-6.el8_6.8.x86_64", "HighAvailability-8.6.0.Z.TUS:pcs-snmp-0:0.10.12-6.el8_6.8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "tornado: Tornado Multipart Form-Data Denial of Service" } ] }
rhsa-2025:8323
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for pcs is now available for Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.4 Telecommunications Update Service, and Red Hat Enterprise Linux 8.4 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "The pcs packages provide a command-line configuration system for the Pacemaker and Corosync utilities.\n\nSecurity Fix(es):\n\n* rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser (CVE-2025-46727)\n\n* tornado: Tornado Multipart Form-Data Denial of Service (CVE-2025-47287)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2025:8323", "url": "https://access.redhat.com/errata/RHSA-2025:8323" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2364966", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2364966" }, { "category": "external", "summary": "2366703", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2366703" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_8323.json" } ], "title": "Red Hat Security Advisory: pcs security update", "tracking": { "current_release_date": "2025-08-02T11:34:47+00:00", "generator": { "date": "2025-08-02T11:34:47+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2025:8323", "initial_release_date": "2025-05-29T16:42:11+00:00", "revision_history": [ { "date": "2025-05-29T16:42:11+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-05-29T16:42:11+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-02T11:34:47+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux HighAvailability TUS (v.8.4)", "product": { "name": "Red Hat Enterprise Linux HighAvailability TUS (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.TUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_tus:8.4::highavailability" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product": { "name": "Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_e4s:8.4::highavailability" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.10.8-1.el8_4.7.src", "product": { "name": "pcs-0:0.10.8-1.el8_4.7.src", "product_id": "pcs-0:0.10.8-1.el8_4.7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.10.8-1.el8_4.7?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.10.8-1.el8_4.7.x86_64", "product": { "name": "pcs-0:0.10.8-1.el8_4.7.x86_64", "product_id": "pcs-0:0.10.8-1.el8_4.7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.10.8-1.el8_4.7?arch=x86_64" } } }, { "category": "product_version", "name": "pcs-snmp-0:0.10.8-1.el8_4.7.x86_64", "product": { "name": "pcs-snmp-0:0.10.8-1.el8_4.7.x86_64", "product_id": "pcs-snmp-0:0.10.8-1.el8_4.7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs-snmp@0.10.8-1.el8_4.7?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.10.8-1.el8_4.7.ppc64le", "product": { "name": "pcs-0:0.10.8-1.el8_4.7.ppc64le", "product_id": "pcs-0:0.10.8-1.el8_4.7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.10.8-1.el8_4.7?arch=ppc64le" } } }, { "category": "product_version", "name": "pcs-snmp-0:0.10.8-1.el8_4.7.ppc64le", "product": { "name": "pcs-snmp-0:0.10.8-1.el8_4.7.ppc64le", "product_id": "pcs-snmp-0:0.10.8-1.el8_4.7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs-snmp@0.10.8-1.el8_4.7?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.10.8-1.el8_4.7.ppc64le as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.7.ppc64le" }, "product_reference": "pcs-0:0.10.8-1.el8_4.7.ppc64le", "relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.10.8-1.el8_4.7.src as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.7.src" }, "product_reference": "pcs-0:0.10.8-1.el8_4.7.src", "relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.10.8-1.el8_4.7.x86_64 as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.7.x86_64" }, "product_reference": "pcs-0:0.10.8-1.el8_4.7.x86_64", "relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.10.8-1.el8_4.7.ppc64le as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S:pcs-snmp-0:0.10.8-1.el8_4.7.ppc64le" }, "product_reference": "pcs-snmp-0:0.10.8-1.el8_4.7.ppc64le", "relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.10.8-1.el8_4.7.x86_64 as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S:pcs-snmp-0:0.10.8-1.el8_4.7.x86_64" }, "product_reference": "pcs-snmp-0:0.10.8-1.el8_4.7.x86_64", "relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.10.8-1.el8_4.7.src as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.TUS:pcs-0:0.10.8-1.el8_4.7.src" }, "product_reference": "pcs-0:0.10.8-1.el8_4.7.src", "relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.10.8-1.el8_4.7.x86_64 as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.TUS:pcs-0:0.10.8-1.el8_4.7.x86_64" }, "product_reference": "pcs-0:0.10.8-1.el8_4.7.x86_64", "relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.10.8-1.el8_4.7.x86_64 as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.TUS:pcs-snmp-0:0.10.8-1.el8_4.7.x86_64" }, "product_reference": "pcs-snmp-0:0.10.8-1.el8_4.7.x86_64", "relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2025-46727", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2025-05-08T00:00:45.681503+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2364966" } ], "notes": [ { "category": "description", "text": "A flaw was found in Rack::QueryParser. This vulnerability allows denial of service via oversized HTTP requests containing many parameters, resulting in memory exhaustion that consumes all available memory or CPU resource pinning, which keeps the CPU constantly busy.", "title": "Vulnerability description" }, { "category": "summary", "text": "rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as an IMPORTANT severity because the vulnerabilty was found in the Rack::QueryParser component which arises because 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, when an attacker sends requests with an extremely large number of parameters, Rack::QueryParser consumes excessive memory and CPU during parsing, leading to memory exhaustion, this results in a denial of service, causing the Rack server to crash and leading to full service disruption.\n\nRed Hat Satellite 6.15 includes an affected version of rubygem-rack; however, since it does not utilize Rack::QueryParser, it is not actually vulnerable to the flaw, lowering product-specific impact. The issue has already been addressed in Red Hat Satellite versions 6.16 and 6.17, and updates for other supported versions may follow based on the product lifecycle policy.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.7.ppc64le", "HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.7.src", "HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.7.x86_64", "HighAvailability-8.4.0.Z.E4S:pcs-snmp-0:0.10.8-1.el8_4.7.ppc64le", "HighAvailability-8.4.0.Z.E4S:pcs-snmp-0:0.10.8-1.el8_4.7.x86_64", "HighAvailability-8.4.0.Z.TUS:pcs-0:0.10.8-1.el8_4.7.src", "HighAvailability-8.4.0.Z.TUS:pcs-0:0.10.8-1.el8_4.7.x86_64", "HighAvailability-8.4.0.Z.TUS:pcs-snmp-0:0.10.8-1.el8_4.7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-46727" }, { "category": "external", "summary": "RHBZ#2364966", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2364966" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-46727", "url": "https://www.cve.org/CVERecord?id=CVE-2025-46727" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-46727", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-46727" }, { "category": "external", "summary": "https://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712", "url": "https://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712" }, { "category": "external", "summary": "https://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3", "url": "https://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3" }, { "category": "external", "summary": "https://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74", "url": "https://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74" }, { "category": "external", "summary": "https://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx", "url": "https://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx" } ], "release_date": "2025-05-07T23:07:40.563000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-05-29T16:42:11+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.7.ppc64le", "HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.7.src", "HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.7.x86_64", "HighAvailability-8.4.0.Z.E4S:pcs-snmp-0:0.10.8-1.el8_4.7.ppc64le", "HighAvailability-8.4.0.Z.E4S:pcs-snmp-0:0.10.8-1.el8_4.7.x86_64", "HighAvailability-8.4.0.Z.TUS:pcs-0:0.10.8-1.el8_4.7.src", "HighAvailability-8.4.0.Z.TUS:pcs-0:0.10.8-1.el8_4.7.x86_64", "HighAvailability-8.4.0.Z.TUS:pcs-snmp-0:0.10.8-1.el8_4.7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:8323" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.7.ppc64le", "HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.7.src", "HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.7.x86_64", "HighAvailability-8.4.0.Z.E4S:pcs-snmp-0:0.10.8-1.el8_4.7.ppc64le", "HighAvailability-8.4.0.Z.E4S:pcs-snmp-0:0.10.8-1.el8_4.7.x86_64", "HighAvailability-8.4.0.Z.TUS:pcs-0:0.10.8-1.el8_4.7.src", "HighAvailability-8.4.0.Z.TUS:pcs-0:0.10.8-1.el8_4.7.x86_64", "HighAvailability-8.4.0.Z.TUS:pcs-snmp-0:0.10.8-1.el8_4.7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "rubygem-rack: Unbounded-Parameter DoS in Rack::QueryParser" }, { "cve": "CVE-2025-47287", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2025-05-15T22:00:49.780609+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2366703" } ], "notes": [ { "category": "description", "text": "A flaw was found in Tornado. This vulnerability can lead to a a denial of service by generating an extremely high volume of log entries.", "title": "Vulnerability description" }, { "category": "summary", "text": "tornado: Tornado Multipart Form-Data Denial of Service", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability marked as Important because it leverages the synchronous nature of the logging subsystem to induce a DoS condition. Specifically, malformed multipart/form-data payloads cause repeated, blocking log writes, which stall the event loop that underpins Tornado\u2019s asynchronous architecture. Furthermore, because the vulnerable multipart parser is enabled by default, applications that are otherwise well-secured and do not even use file uploads can still be targeted unless they explicitly block these requests at a proxy.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.7.ppc64le", "HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.7.src", "HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.7.x86_64", "HighAvailability-8.4.0.Z.E4S:pcs-snmp-0:0.10.8-1.el8_4.7.ppc64le", "HighAvailability-8.4.0.Z.E4S:pcs-snmp-0:0.10.8-1.el8_4.7.x86_64", "HighAvailability-8.4.0.Z.TUS:pcs-0:0.10.8-1.el8_4.7.src", "HighAvailability-8.4.0.Z.TUS:pcs-0:0.10.8-1.el8_4.7.x86_64", "HighAvailability-8.4.0.Z.TUS:pcs-snmp-0:0.10.8-1.el8_4.7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-47287" }, { "category": "external", "summary": "RHBZ#2366703", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2366703" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-47287", "url": "https://www.cve.org/CVERecord?id=CVE-2025-47287" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47287", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47287" }, { "category": "external", "summary": "https://github.com/tornadoweb/tornado/commit/b39b892bf78fe8fea01dd45199aa88307e7162f3", "url": "https://github.com/tornadoweb/tornado/commit/b39b892bf78fe8fea01dd45199aa88307e7162f3" }, { "category": "external", "summary": "https://github.com/tornadoweb/tornado/security/advisories/GHSA-7cx3-6m66-7c5m", "url": "https://github.com/tornadoweb/tornado/security/advisories/GHSA-7cx3-6m66-7c5m" } ], "release_date": "2025-05-15T21:17:55.188000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-05-29T16:42:11+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.7.ppc64le", "HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.7.src", "HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.7.x86_64", "HighAvailability-8.4.0.Z.E4S:pcs-snmp-0:0.10.8-1.el8_4.7.ppc64le", "HighAvailability-8.4.0.Z.E4S:pcs-snmp-0:0.10.8-1.el8_4.7.x86_64", "HighAvailability-8.4.0.Z.TUS:pcs-0:0.10.8-1.el8_4.7.src", "HighAvailability-8.4.0.Z.TUS:pcs-0:0.10.8-1.el8_4.7.x86_64", "HighAvailability-8.4.0.Z.TUS:pcs-snmp-0:0.10.8-1.el8_4.7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:8323" }, { "category": "workaround", "details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.", "product_ids": [ "HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.7.ppc64le", "HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.7.src", "HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.7.x86_64", "HighAvailability-8.4.0.Z.E4S:pcs-snmp-0:0.10.8-1.el8_4.7.ppc64le", "HighAvailability-8.4.0.Z.E4S:pcs-snmp-0:0.10.8-1.el8_4.7.x86_64", "HighAvailability-8.4.0.Z.TUS:pcs-0:0.10.8-1.el8_4.7.src", "HighAvailability-8.4.0.Z.TUS:pcs-0:0.10.8-1.el8_4.7.x86_64", "HighAvailability-8.4.0.Z.TUS:pcs-snmp-0:0.10.8-1.el8_4.7.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.7.ppc64le", "HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.7.src", "HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.7.x86_64", "HighAvailability-8.4.0.Z.E4S:pcs-snmp-0:0.10.8-1.el8_4.7.ppc64le", "HighAvailability-8.4.0.Z.E4S:pcs-snmp-0:0.10.8-1.el8_4.7.x86_64", "HighAvailability-8.4.0.Z.TUS:pcs-0:0.10.8-1.el8_4.7.src", "HighAvailability-8.4.0.Z.TUS:pcs-0:0.10.8-1.el8_4.7.x86_64", "HighAvailability-8.4.0.Z.TUS:pcs-snmp-0:0.10.8-1.el8_4.7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "tornado: Tornado Multipart Form-Data Denial of Service" } ] }
fkie_cve-2025-46727
Vulnerability from fkie_nvd
7.5 (High) - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
▶ | URL | Tags | |
---|---|---|---|
security-advisories@github.com | https://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712 | Patch | |
security-advisories@github.com | https://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3 | Patch | |
security-advisories@github.com | https://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74 | Patch | |
security-advisories@github.com | https://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx | 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 }, { "criteria": "cpe:2.3:a:rack:rack:*:-:*:*:*:ruby:*:*", "matchCriteriaId": "5D926918-70AF-4922-9235-0189DF4395F6", "versionEndExcluding": "3.0.16", "versionStartIncluding": "3.0.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:rack:rack:*:-:*:*:*:ruby:*:*", "matchCriteriaId": "0D85D0E5-7372-44BF-8298-F22735F71211", "versionEndExcluding": "3.1.14", "versionStartIncluding": "3.1.0", "vulnerable": true } ], "negate": false, "operator": "OR" } ] } ], "cveTags": [], "descriptions": [ { "lang": "en", "value": "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." }, { "lang": "es", "value": "Rack es una interfaz modular de servidor web Ruby. En versiones anteriores a la 2.2.14, la 3.0.16 y la 3.1.14, `Rack::QueryParser` analiza cadenas de consulta y cuerpos `application/x-www-form-urlencoded` en estructuras de datos Ruby sin imponer ning\u00fan l\u00edmite en el n\u00famero de par\u00e1metros, lo que permite a los atacantes enviar solicitudes con una cantidad extremadamente grande de par\u00e1metros. La vulnerabilidad surge porque `Rack::QueryParser` itera sobre cada par clave-valor separado por `\u0026amp;` y lo a\u00f1ade a un hash sin imponer un l\u00edmite superior en el n\u00famero total de par\u00e1metros. Esto permite a un atacante enviar una sola solicitud con cientos de miles (o m\u00e1s) de par\u00e1metros, lo que consume demasiada memoria y CPU durante el an\u00e1lisis. Un atacante puede provocar una denegaci\u00f3n de servicio enviando solicitudes HTTP manipuladas espec\u00edficamente, lo que puede causar el agotamiento de la memoria o la sobrecarga de recursos de la CPU, bloqueando o bloqueando el servidor Rack. Esto provoca una interrupci\u00f3n total del servicio hasta que se reinicia el trabajador afectado. Las versiones 2.2.14, 3.0.16 y 3.1.14 solucionan el problema. Existen otras mitigaciones. Se puede usar middleware para imponer un tama\u00f1o m\u00e1ximo de cadena de consulta o un n\u00famero m\u00e1ximo de par\u00e1metros, o emplear un proxy inverso (como Nginx) para limitar el tama\u00f1o de las solicitudes y rechazar cadenas o cuerpos de consulta demasiado grandes. Limitar el tama\u00f1o del cuerpo de la solicitud y la longitud de las cadenas de consulta a nivel de servidor web o CDN es una mitigaci\u00f3n eficaz." } ], "id": "CVE-2025-46727", "lastModified": "2025-06-17T19:44:47.010", "metrics": { "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 3.9, "impactScore": 3.6, "source": "security-advisories@github.com", "type": "Secondary" }, { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 3.9, "impactScore": 3.6, "source": "nvd@nist.gov", "type": "Primary" } ] }, "published": "2025-05-07T23:15:54.267", "references": [ { "source": "security-advisories@github.com", "tags": [ "Patch" ], "url": "https://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712" }, { "source": "security-advisories@github.com", "tags": [ "Patch" ], "url": "https://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3" }, { "source": "security-advisories@github.com", "tags": [ "Patch" ], "url": "https://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74" }, { "source": "security-advisories@github.com", "tags": [ "Mitigation", "Vendor Advisory" ], "url": "https://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx" } ], "sourceIdentifier": "security-advisories@github.com", "vulnStatus": "Analyzed", "weaknesses": [ { "description": [ { "lang": "en", "value": "CWE-400" }, { "lang": "en", "value": "CWE-770" } ], "source": "security-advisories@github.com", "type": "Primary" } ] }
wid-sec-w-2025-1067
Vulnerability from csaf_certbund
Notes
{ "document": { "aggregate_severity": { "text": "mittel" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "Red Hat Satellite dient als zentrale Stelle f\u00fcr das Management, die Verteilung von Updates in Netzwerken mit Red Hat Enterprise Linux Systemen.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, anonymer Angreifer kann eine Schwachstelle in Red Hat Satellite ausnutzen, um einen Denial of Service Angriff durchzuf\u00fchren.", "title": "Angriff" }, { "category": "general", "text": "- Linux", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2025-1067 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-1067.json" }, { "category": "self", "summary": "WID-SEC-2025-1067 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-1067" }, { "category": "external", "summary": "Red Hat Security Advisory vom 2025-05-14", "url": "https://access.redhat.com/errata/RHSA-2025:7604" }, { "category": "external", "summary": "Red Hat Security Advisory vom 2025-05-14", "url": "https://access.redhat.com/errata/RHSA-2025:7605" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:8254 vom 2025-05-28", "url": "https://access.redhat.com/errata/RHSA-2025:8254" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:8279 vom 2025-05-29", "url": "https://access.redhat.com/errata/RHSA-2025:8279" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2025-8254 vom 2025-05-29", "url": "https://linux.oracle.com/errata/ELSA-2025-8254.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS-2025-2856 vom 2025-05-29", "url": "https://alas.aws.amazon.com/AL2/ALAS-2025-2856.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:8291 vom 2025-05-29", "url": "https://access.redhat.com/errata/RHSA-2025:8291" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:8290 vom 2025-05-29", "url": "https://access.redhat.com/errata/RHSA-2025:8290" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:8289 vom 2025-05-29", "url": "https://access.redhat.com/errata/RHSA-2025:8289" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:8288 vom 2025-05-29", "url": "https://access.redhat.com/errata/RHSA-2025:8288" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:8323 vom 2025-05-29", "url": "https://access.redhat.com/errata/RHSA-2025:8323" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:8322 vom 2025-05-29", "url": "https://access.redhat.com/errata/RHSA-2025:8322" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:8319 vom 2025-05-29", "url": "https://access.redhat.com/errata/RHSA-2025:8319" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2025-8256 vom 2025-05-30", "url": "https://linux.oracle.com/errata/ELSA-2025-8256.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:9838 vom 2025-06-26", "url": "https://access.redhat.com/errata/RHSA-2025:9838" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2025-8319 vom 2025-07-03", "url": "https://linux.oracle.com/errata/ELSA-2025-8319.html" }, { "category": "external", "summary": "Fedora Security Advisory FEDORA-2025-203B7DB566 vom 2025-07-17", "url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-203b7db566" } ], "source_lang": "en-US", "title": "Red Hat Satellite: Schwachstelle erm\u00f6glicht Denial of Service", "tracking": { "current_release_date": "2025-07-16T22:00:00.000+00:00", "generator": { "date": "2025-07-17T06:02:03.514+00:00", "engine": { "name": "BSI-WID", "version": "1.4.0" } }, "id": "WID-SEC-W-2025-1067", "initial_release_date": "2025-05-14T22:00:00.000+00:00", "revision_history": [ { "date": "2025-05-14T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2025-05-27T22:00:00.000+00:00", "number": "2", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2025-05-29T22:00:00.000+00:00", "number": "3", "summary": "Neue Updates von Red Hat, Oracle Linux und Amazon aufgenommen" }, { "date": "2025-06-26T22:00:00.000+00:00", "number": "4", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2025-07-02T22:00:00.000+00:00", "number": "5", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2025-07-16T22:00:00.000+00:00", "number": "6", "summary": "Neue Updates von Fedora aufgenommen" } ], "status": "final", "version": "6" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "Amazon Linux 2", "product": { "name": "Amazon Linux 2", "product_id": "398363", "product_identification_helper": { "cpe": "cpe:/o:amazon:linux_2:-" } } } ], "category": "vendor", "name": "Amazon" }, { "branches": [ { "category": "product_name", "name": "Fedora Linux", "product": { "name": "Fedora Linux", "product_id": "74185", "product_identification_helper": { "cpe": "cpe:/o:fedoraproject:fedora:-" } } } ], "category": "vendor", "name": "Fedora" }, { "branches": [ { "category": "product_name", "name": "Oracle Linux", "product": { "name": "Oracle Linux", "product_id": "T004914", "product_identification_helper": { "cpe": "cpe:/o:oracle:linux:-" } } } ], "category": "vendor", "name": "Oracle" }, { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux", "product": { "name": "Red Hat Enterprise Linux", "product_id": "67646", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:-" } } }, { "branches": [ { "category": "product_version_range", "name": "\u003c6.16.5.1", "product": { "name": "Red Hat Satellite \u003c6.16.5.1", "product_id": "T043801" } }, { "category": "product_version", "name": "6.16.5.1", "product": { "name": "Red Hat Satellite 6.16.5.1", "product_id": "T043801-fixed", "product_identification_helper": { "cpe": "cpe:/a:redhat:satellite:6.16.5.1" } } }, { "category": "product_version_range", "name": "\u003c6.17.0.1", "product": { "name": "Red Hat Satellite \u003c6.17.0.1", "product_id": "T043802" } }, { "category": "product_version", "name": "6.17.0.1", "product": { "name": "Red Hat Satellite 6.17.0.1", "product_id": "T043802-fixed", "product_identification_helper": { "cpe": "cpe:/a:redhat:satellite:6.17.0.1" } } } ], "category": "product_name", "name": "Satellite" } ], "category": "vendor", "name": "Red Hat" } ] }, "vulnerabilities": [ { "cve": "CVE-2025-46727", "product_status": { "known_affected": [ "67646", "T043801", "T043802", "398363", "T004914", "74185" ] }, "release_date": "2025-05-14T22:00:00.000+00:00", "title": "CVE-2025-46727" } ] }
ghsa-gjh7-p2fx-99vx
Vulnerability from github
Summary
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.
Details
The vulnerability arises because Rack::QueryParser
iterates over each &
-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.
Impact
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.
Mitigation
- Update to a version of Rack that limits the number of parameters parsed, or
- 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.
{ "affected": [ { "package": { "ecosystem": "RubyGems", "name": "rack" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "2.2.14" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "RubyGems", "name": "rack" }, "ranges": [ { "events": [ { "introduced": "3.0" }, { "fixed": "3.0.16" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "RubyGems", "name": "rack" }, "ranges": [ { "events": [ { "introduced": "3.1" }, { "fixed": "3.1.14" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2025-46727" ], "database_specific": { "cwe_ids": [ "CWE-400" ], "github_reviewed": true, "github_reviewed_at": "2025-05-08T14:45:48Z", "nvd_published_at": "2025-05-07T23:15:54Z", "severity": "HIGH" }, "details": "## Summary\n\n`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.\n\n## Details\n\nThe 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.\n\n## Impact\n\nAn 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.\n\n## Mitigation\n\n- Update to a version of Rack that limits the number of parameters parsed, or\n- Use middleware to enforce a maximum query string size or parameter count, or\n- Employ a reverse proxy (such as Nginx) to limit request sizes and reject oversized query strings or bodies.\n\nLimiting request body sizes and query string lengths at the web server or CDN level is an effective mitigation.", "id": "GHSA-gjh7-p2fx-99vx", "modified": "2025-05-09T14:35:11Z", "published": "2025-05-08T14:45:48Z", "references": [ { "type": "WEB", "url": "https://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx" }, { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-46727" }, { "type": "WEB", "url": "https://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712" }, { "type": "WEB", "url": "https://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3" }, { "type": "WEB", "url": "https://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74" }, { "type": "PACKAGE", "url": "https://github.com/rack/rack" }, { "type": "WEB", "url": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/rack/CVE-2025-46727.yml" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "type": "CVSS_V3" } ], "summary": "Rack has an Unbounded-Parameter DoS in Rack::QueryParser" }
opensuse-su-2025:15067-1
Vulnerability from csaf_opensuse
Notes
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "ruby3.4-rubygem-rack-2.2-2.2.14-1.1 on GA media", "title": "Title of the patch" }, { "category": "description", "text": "These are all security issues fixed in the ruby3.4-rubygem-rack-2.2-2.2.14-1.1 package on the GA media of openSUSE Tumbleweed.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-Tumbleweed-2025-15067", "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/opensuse-su-2025_15067-1.json" }, { "category": "self", "summary": "URL for openSUSE-SU-2025:15067-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/6EIKHCUUAR4JGUYZYG5GEXXPCGJJ2MFD/" }, { "category": "self", "summary": "E-Mail link for openSUSE-SU-2025:15067-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/6EIKHCUUAR4JGUYZYG5GEXXPCGJJ2MFD/" }, { "category": "self", "summary": "SUSE CVE CVE-2025-46727 page", "url": "https://www.suse.com/security/cve/CVE-2025-46727/" } ], "title": "ruby3.4-rubygem-rack-2.2-2.2.14-1.1 on GA media", "tracking": { "current_release_date": "2025-05-08T00:00:00Z", "generator": { "date": "2025-05-08T00:00:00Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2025:15067-1", "initial_release_date": "2025-05-08T00:00:00Z", "revision_history": [ { "date": "2025-05-08T00:00:00Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "ruby3.4-rubygem-rack-2.2-2.2.14-1.1.aarch64", "product": { "name": "ruby3.4-rubygem-rack-2.2-2.2.14-1.1.aarch64", "product_id": "ruby3.4-rubygem-rack-2.2-2.2.14-1.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "ruby3.4-rubygem-rack-2.2-2.2.14-1.1.ppc64le", "product": { "name": "ruby3.4-rubygem-rack-2.2-2.2.14-1.1.ppc64le", "product_id": "ruby3.4-rubygem-rack-2.2-2.2.14-1.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "ruby3.4-rubygem-rack-2.2-2.2.14-1.1.s390x", "product": { "name": "ruby3.4-rubygem-rack-2.2-2.2.14-1.1.s390x", "product_id": "ruby3.4-rubygem-rack-2.2-2.2.14-1.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "ruby3.4-rubygem-rack-2.2-2.2.14-1.1.x86_64", "product": { "name": "ruby3.4-rubygem-rack-2.2-2.2.14-1.1.x86_64", "product_id": "ruby3.4-rubygem-rack-2.2-2.2.14-1.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Tumbleweed", "product": { "name": "openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed", "product_identification_helper": { "cpe": "cpe:/o:opensuse:tumbleweed" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "ruby3.4-rubygem-rack-2.2-2.2.14-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:ruby3.4-rubygem-rack-2.2-2.2.14-1.1.aarch64" }, "product_reference": "ruby3.4-rubygem-rack-2.2-2.2.14-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "ruby3.4-rubygem-rack-2.2-2.2.14-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:ruby3.4-rubygem-rack-2.2-2.2.14-1.1.ppc64le" }, "product_reference": "ruby3.4-rubygem-rack-2.2-2.2.14-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "ruby3.4-rubygem-rack-2.2-2.2.14-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:ruby3.4-rubygem-rack-2.2-2.2.14-1.1.s390x" }, "product_reference": "ruby3.4-rubygem-rack-2.2-2.2.14-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "ruby3.4-rubygem-rack-2.2-2.2.14-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:ruby3.4-rubygem-rack-2.2-2.2.14-1.1.x86_64" }, "product_reference": "ruby3.4-rubygem-rack-2.2-2.2.14-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" } ] }, "vulnerabilities": [ { "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": [ "openSUSE Tumbleweed:ruby3.4-rubygem-rack-2.2-2.2.14-1.1.aarch64", "openSUSE Tumbleweed:ruby3.4-rubygem-rack-2.2-2.2.14-1.1.ppc64le", "openSUSE Tumbleweed:ruby3.4-rubygem-rack-2.2-2.2.14-1.1.s390x", "openSUSE Tumbleweed:ruby3.4-rubygem-rack-2.2-2.2.14-1.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": [ "openSUSE Tumbleweed:ruby3.4-rubygem-rack-2.2-2.2.14-1.1.aarch64", "openSUSE Tumbleweed:ruby3.4-rubygem-rack-2.2-2.2.14-1.1.ppc64le", "openSUSE Tumbleweed:ruby3.4-rubygem-rack-2.2-2.2.14-1.1.s390x", "openSUSE Tumbleweed:ruby3.4-rubygem-rack-2.2-2.2.14-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:ruby3.4-rubygem-rack-2.2-2.2.14-1.1.aarch64", "openSUSE Tumbleweed:ruby3.4-rubygem-rack-2.2-2.2.14-1.1.ppc64le", "openSUSE Tumbleweed:ruby3.4-rubygem-rack-2.2-2.2.14-1.1.s390x", "openSUSE Tumbleweed:ruby3.4-rubygem-rack-2.2-2.2.14-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-05-08T00:00:00Z", "details": "important" } ], "title": "CVE-2025-46727" } ] }
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.