Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-61919 (GCVE-0-2025-61919)
Vulnerability from cvelistv5 – Published: 2025-10-10 19:22 – Updated: 2025-10-10 20:48- CWE-400 - Uncontrolled Resource Consumption
| URL | Tags |
|---|---|
| https://github.com/rack/rack/security/advisories/… | x_refsource_CONFIRM |
| https://github.com/rack/rack/commit/4e2c903991a79… | x_refsource_MISC |
| https://github.com/rack/rack/commit/cbd541e8a3d0c… | x_refsource_MISC |
| https://github.com/rack/rack/commit/e179614c4a653… | x_refsource_MISC |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2025-61919",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-10-10T20:48:10.264464Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-10-10T20:48:20.240Z",
"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.20"
},
{
"status": "affected",
"version": "\u003e= 3.0, \u003c 3.1.18"
},
{
"status": "affected",
"version": "\u003e= 3.2, \u003c 3.2.3"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Rack is a modular Ruby web server interface. Prior to versions 2.2.20, 3.1.18, and 3.2.3, `Rack::Request#POST` reads the entire request body into memory for `Content-Type: application/x-www-form-urlencoded`, calling `rack.input.read(nil)` without enforcing a length or cap. Large request bodies can therefore be buffered completely into process memory before parsing, leading to denial of service (DoS) through memory exhaustion. Users should upgrade to Rack version 2.2.20, 3.1.18, or 3.2.3, anu of which enforces form parameter limits using `query_parser.bytesize_limit`, preventing unbounded reads of `application/x-www-form-urlencoded` bodies. Additionally, enforce strict maximum body size at the proxy or web server layer (e.g., Nginx `client_max_body_size`, Apache `LimitRequestBody`)."
}
],
"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"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-10-10T19:22:42.454Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/rack/rack/security/advisories/GHSA-6xw4-3v39-52mm",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/rack/rack/security/advisories/GHSA-6xw4-3v39-52mm"
},
{
"name": "https://github.com/rack/rack/commit/4e2c903991a790ee211a3021808ff4fd6fe82881",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/rack/rack/commit/4e2c903991a790ee211a3021808ff4fd6fe82881"
},
{
"name": "https://github.com/rack/rack/commit/cbd541e8a3d0c5830a3c9a30d3718ce2e124f9db",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/rack/rack/commit/cbd541e8a3d0c5830a3c9a30d3718ce2e124f9db"
},
{
"name": "https://github.com/rack/rack/commit/e179614c4a653283286f5f046428cbb85f21146f",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/rack/rack/commit/e179614c4a653283286f5f046428cbb85f21146f"
}
],
"source": {
"advisory": "GHSA-6xw4-3v39-52mm",
"discovery": "UNKNOWN"
},
"title": "Rack is vulnerable to a memory-exhaustion DoS through unbounded URL-encoded body parsing"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2025-61919",
"datePublished": "2025-10-10T19:22:42.454Z",
"dateReserved": "2025-10-03T22:21:59.615Z",
"dateUpdated": "2025-10-10T20:48:20.240Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2025-61919",
"date": "2026-05-28",
"epss": "0.00282",
"percentile": "0.51721"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-61919\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2025-10-10T20:15:37.730\",\"lastModified\":\"2025-11-03T19:28:04.420\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Rack is a modular Ruby web server interface. Prior to versions 2.2.20, 3.1.18, and 3.2.3, `Rack::Request#POST` reads the entire request body into memory for `Content-Type: application/x-www-form-urlencoded`, calling `rack.input.read(nil)` without enforcing a length or cap. Large request bodies can therefore be buffered completely into process memory before parsing, leading to denial of service (DoS) through memory exhaustion. Users should upgrade to Rack version 2.2.20, 3.1.18, or 3.2.3, anu of which enforces form parameter limits using `query_parser.bytesize_limit`, preventing unbounded reads of `application/x-www-form-urlencoded` bodies. Additionally, enforce strict maximum body size at the proxy or web server layer (e.g., Nginx `client_max_body_size`, Apache `LimitRequestBody`).\"}],\"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}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-400\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:rack:rack:*:*:*:*:*:ruby:*:*\",\"versionEndExcluding\":\"2.2.20\",\"matchCriteriaId\":\"2077D030-4BE1-4CB4-8C9B-ACCA0B01BB0D\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:rack:rack:*:*:*:*:*:ruby:*:*\",\"versionStartIncluding\":\"3.0.0\",\"versionEndExcluding\":\"3.1.18\",\"matchCriteriaId\":\"52554FFF-7EF2-473A-8686-6D029CC8F6EF\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:rack:rack:*:*:*:*:*:ruby:*:*\",\"versionStartIncluding\":\"3.2.0\",\"versionEndExcluding\":\"3.2.3\",\"matchCriteriaId\":\"AA3F6ADB-DBDD-4C26-A019-D5AE5961F3CC\"}]}]}],\"references\":[{\"url\":\"https://github.com/rack/rack/commit/4e2c903991a790ee211a3021808ff4fd6fe82881\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/rack/rack/commit/cbd541e8a3d0c5830a3c9a30d3718ce2e124f9db\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/rack/rack/commit/e179614c4a653283286f5f046428cbb85f21146f\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/rack/rack/security/advisories/GHSA-6xw4-3v39-52mm\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Mitigation\",\"Third Party Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-61919\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-10-10T20:48:10.264464Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-10-10T20:48:15.513Z\"}}], \"cna\": {\"title\": \"Rack is vulnerable to a memory-exhaustion DoS through unbounded URL-encoded body parsing\", \"source\": {\"advisory\": \"GHSA-6xw4-3v39-52mm\", \"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.20\"}, {\"status\": \"affected\", \"version\": \"\u003e= 3.0, \u003c 3.1.18\"}, {\"status\": \"affected\", \"version\": \"\u003e= 3.2, \u003c 3.2.3\"}]}], \"references\": [{\"url\": \"https://github.com/rack/rack/security/advisories/GHSA-6xw4-3v39-52mm\", \"name\": \"https://github.com/rack/rack/security/advisories/GHSA-6xw4-3v39-52mm\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/rack/rack/commit/4e2c903991a790ee211a3021808ff4fd6fe82881\", \"name\": \"https://github.com/rack/rack/commit/4e2c903991a790ee211a3021808ff4fd6fe82881\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/rack/rack/commit/cbd541e8a3d0c5830a3c9a30d3718ce2e124f9db\", \"name\": \"https://github.com/rack/rack/commit/cbd541e8a3d0c5830a3c9a30d3718ce2e124f9db\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/rack/rack/commit/e179614c4a653283286f5f046428cbb85f21146f\", \"name\": \"https://github.com/rack/rack/commit/e179614c4a653283286f5f046428cbb85f21146f\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Rack is a modular Ruby web server interface. Prior to versions 2.2.20, 3.1.18, and 3.2.3, `Rack::Request#POST` reads the entire request body into memory for `Content-Type: application/x-www-form-urlencoded`, calling `rack.input.read(nil)` without enforcing a length or cap. Large request bodies can therefore be buffered completely into process memory before parsing, leading to denial of service (DoS) through memory exhaustion. Users should upgrade to Rack version 2.2.20, 3.1.18, or 3.2.3, anu of which enforces form parameter limits using `query_parser.bytesize_limit`, preventing unbounded reads of `application/x-www-form-urlencoded` bodies. Additionally, enforce strict maximum body size at the proxy or web server layer (e.g., Nginx `client_max_body_size`, Apache `LimitRequestBody`).\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-400\", \"description\": \"CWE-400: Uncontrolled Resource Consumption\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2025-10-10T19:22:42.454Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-61919\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-10-10T20:48:20.240Z\", \"dateReserved\": \"2025-10-03T22:21:59.615Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2025-10-10T19:22:42.454Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
FKIE_CVE-2025-61919
Vulnerability from fkie_nvd - Published: 2025-10-10 20:15 - Updated: 2025-11-03 19:28{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:rack:rack:*:*:*:*:*:ruby:*:*",
"matchCriteriaId": "2077D030-4BE1-4CB4-8C9B-ACCA0B01BB0D",
"versionEndExcluding": "2.2.20",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:rack:rack:*:*:*:*:*:ruby:*:*",
"matchCriteriaId": "52554FFF-7EF2-473A-8686-6D029CC8F6EF",
"versionEndExcluding": "3.1.18",
"versionStartIncluding": "3.0.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:rack:rack:*:*:*:*:*:ruby:*:*",
"matchCriteriaId": "AA3F6ADB-DBDD-4C26-A019-D5AE5961F3CC",
"versionEndExcluding": "3.2.3",
"versionStartIncluding": "3.2.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.20, 3.1.18, and 3.2.3, `Rack::Request#POST` reads the entire request body into memory for `Content-Type: application/x-www-form-urlencoded`, calling `rack.input.read(nil)` without enforcing a length or cap. Large request bodies can therefore be buffered completely into process memory before parsing, leading to denial of service (DoS) through memory exhaustion. Users should upgrade to Rack version 2.2.20, 3.1.18, or 3.2.3, anu of which enforces form parameter limits using `query_parser.bytesize_limit`, preventing unbounded reads of `application/x-www-form-urlencoded` bodies. Additionally, enforce strict maximum body size at the proxy or web server layer (e.g., Nginx `client_max_body_size`, Apache `LimitRequestBody`)."
}
],
"id": "CVE-2025-61919",
"lastModified": "2025-11-03T19:28:04.420",
"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"
}
]
},
"published": "2025-10-10T20:15:37.730",
"references": [
{
"source": "security-advisories@github.com",
"tags": [
"Patch"
],
"url": "https://github.com/rack/rack/commit/4e2c903991a790ee211a3021808ff4fd6fe82881"
},
{
"source": "security-advisories@github.com",
"tags": [
"Patch"
],
"url": "https://github.com/rack/rack/commit/cbd541e8a3d0c5830a3c9a30d3718ce2e124f9db"
},
{
"source": "security-advisories@github.com",
"tags": [
"Patch"
],
"url": "https://github.com/rack/rack/commit/e179614c4a653283286f5f046428cbb85f21146f"
},
{
"source": "security-advisories@github.com",
"tags": [
"Mitigation",
"Third Party Advisory"
],
"url": "https://github.com/rack/rack/security/advisories/GHSA-6xw4-3v39-52mm"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Analyzed",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-400"
}
],
"source": "security-advisories@github.com",
"type": "Secondary"
}
]
}
GHSA-6XW4-3V39-52MM
Vulnerability from github – Published: 2025-10-10 17:33 – Updated: 2025-10-13 15:46Summary
Rack::Request#POST reads the entire request body into memory for Content-Type: application/x-www-form-urlencoded, calling rack.input.read(nil) without enforcing a length or cap. Large request bodies can therefore be buffered completely into process memory before parsing, leading to denial of service (DoS) through memory exhaustion.
Details
When handling non-multipart form submissions, Rack’s request parser performs:
form_vars = get_header(RACK_INPUT).read
Since read is called with no argument, the entire request body is loaded into a Ruby String. This occurs before query parameter parsing or enforcement of any params_limit. As a result, Rack applications without an upstream body-size limit can experience unbounded memory allocation proportional to request size.
Impact
Attackers can send large application/x-www-form-urlencoded bodies to consume process memory, causing slowdowns or termination by the operating system (OOM). The effect scales linearly with request size and concurrency. Even with parsing limits configured, the issue occurs before those limits are enforced.
Mitigation
- Update to a patched version of Rack that enforces form parameter limits using
query_parser.bytesize_limit, preventing unbounded reads ofapplication/x-www-form-urlencodedbodies. - Enforce strict maximum body size at the proxy or web server layer (e.g., Nginx
client_max_body_size, ApacheLimitRequestBody).
{
"affected": [
{
"package": {
"ecosystem": "RubyGems",
"name": "rack"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.2.20"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "RubyGems",
"name": "rack"
},
"ranges": [
{
"events": [
{
"introduced": "3.0"
},
{
"fixed": "3.1.18"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "RubyGems",
"name": "rack"
},
"ranges": [
{
"events": [
{
"introduced": "3.2"
},
{
"fixed": "3.2.3"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2025-61919"
],
"database_specific": {
"cwe_ids": [
"CWE-400"
],
"github_reviewed": true,
"github_reviewed_at": "2025-10-10T17:33:35Z",
"nvd_published_at": "2025-10-10T20:15:37Z",
"severity": "HIGH"
},
"details": "## Summary\n\n`Rack::Request#POST` reads the entire request body into memory for `Content-Type: application/x-www-form-urlencoded`, calling `rack.input.read(nil)` without enforcing a length or cap. Large request bodies can therefore be buffered completely into process memory before parsing, leading to denial of service (DoS) through memory exhaustion.\n\n## Details\n\nWhen handling non-multipart form submissions, Rack\u2019s request parser performs:\n\n```ruby\nform_vars = get_header(RACK_INPUT).read\n```\n\nSince `read` is called with no argument, the entire request body is loaded into a Ruby `String`. This occurs before query parameter parsing or enforcement of any `params_limit`. As a result, Rack applications without an upstream body-size limit can experience unbounded memory allocation proportional to request size.\n\n## Impact\n\nAttackers can send large `application/x-www-form-urlencoded` bodies to consume process memory, causing slowdowns or termination by the operating system (OOM). The effect scales linearly with request size and concurrency. Even with parsing limits configured, the issue occurs *before* those limits are enforced.\n\n## Mitigation\n\n* Update to a patched version of Rack that enforces form parameter limits using `query_parser.bytesize_limit`, preventing unbounded reads of `application/x-www-form-urlencoded` bodies.\n* Enforce strict maximum body size at the proxy or web server layer (e.g., Nginx `client_max_body_size`, Apache `LimitRequestBody`).",
"id": "GHSA-6xw4-3v39-52mm",
"modified": "2025-10-13T15:46:17Z",
"published": "2025-10-10T17:33:35Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/rack/rack/security/advisories/GHSA-6xw4-3v39-52mm"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61919"
},
{
"type": "WEB",
"url": "https://github.com/rack/rack/commit/4e2c903991a790ee211a3021808ff4fd6fe82881"
},
{
"type": "WEB",
"url": "https://github.com/rack/rack/commit/cbd541e8a3d0c5830a3c9a30d3718ce2e124f9db"
},
{
"type": "WEB",
"url": "https://github.com/rack/rack/commit/e179614c4a653283286f5f046428cbb85f21146f"
},
{
"type": "PACKAGE",
"url": "https://github.com/rack/rack"
},
{
"type": "WEB",
"url": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/rack/CVE-2025-61919.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 is vulnerable to a memory-exhaustion DoS through unbounded URL-encoded body parsing"
}
OPENSUSE-SU-2025:15642-1
Vulnerability from csaf_opensuse - Published: 2025-10-16 00:00 - Updated: 2025-10-16 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-rack-2.2-2.2.20-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-rack-2.2-2.2.20-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-rack-2.2-2.2.20-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-rack-2.2-2.2.20-1.1.x86_64 | — |
Vendor Fix
|
{
"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.20-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.20-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-15642",
"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_15642-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61919 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61919/"
}
],
"title": "ruby3.4-rubygem-rack-2.2-2.2.20-1.1 on GA media",
"tracking": {
"current_release_date": "2025-10-16T00:00:00Z",
"generator": {
"date": "2025-10-16T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:15642-1",
"initial_release_date": "2025-10-16T00:00:00Z",
"revision_history": [
{
"date": "2025-10-16T00: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.20-1.1.aarch64",
"product": {
"name": "ruby3.4-rubygem-rack-2.2-2.2.20-1.1.aarch64",
"product_id": "ruby3.4-rubygem-rack-2.2-2.2.20-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby3.4-rubygem-rack-2.2-2.2.20-1.1.ppc64le",
"product": {
"name": "ruby3.4-rubygem-rack-2.2-2.2.20-1.1.ppc64le",
"product_id": "ruby3.4-rubygem-rack-2.2-2.2.20-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby3.4-rubygem-rack-2.2-2.2.20-1.1.s390x",
"product": {
"name": "ruby3.4-rubygem-rack-2.2-2.2.20-1.1.s390x",
"product_id": "ruby3.4-rubygem-rack-2.2-2.2.20-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby3.4-rubygem-rack-2.2-2.2.20-1.1.x86_64",
"product": {
"name": "ruby3.4-rubygem-rack-2.2-2.2.20-1.1.x86_64",
"product_id": "ruby3.4-rubygem-rack-2.2-2.2.20-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.20-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.4-rubygem-rack-2.2-2.2.20-1.1.aarch64"
},
"product_reference": "ruby3.4-rubygem-rack-2.2-2.2.20-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.20-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.4-rubygem-rack-2.2-2.2.20-1.1.ppc64le"
},
"product_reference": "ruby3.4-rubygem-rack-2.2-2.2.20-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.20-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.4-rubygem-rack-2.2-2.2.20-1.1.s390x"
},
"product_reference": "ruby3.4-rubygem-rack-2.2-2.2.20-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.20-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.4-rubygem-rack-2.2-2.2.20-1.1.x86_64"
},
"product_reference": "ruby3.4-rubygem-rack-2.2-2.2.20-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-61919",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61919"
}
],
"notes": [
{
"category": "general",
"text": "Rack is a modular Ruby web server interface. Prior to versions 2.2.20, 3.1.18, and 3.2.3, `Rack::Request#POST` reads the entire request body into memory for `Content-Type: application/x-www-form-urlencoded`, calling `rack.input.read(nil)` without enforcing a length or cap. Large request bodies can therefore be buffered completely into process memory before parsing, leading to denial of service (DoS) through memory exhaustion. Users should upgrade to Rack version 2.2.20, 3.1.18, or 3.2.3, anu of which enforces form parameter limits using `query_parser.bytesize_limit`, preventing unbounded reads of `application/x-www-form-urlencoded` bodies. Additionally, enforce strict maximum body size at the proxy or web server layer (e.g., Nginx `client_max_body_size`, Apache `LimitRequestBody`).",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby3.4-rubygem-rack-2.2-2.2.20-1.1.aarch64",
"openSUSE Tumbleweed:ruby3.4-rubygem-rack-2.2-2.2.20-1.1.ppc64le",
"openSUSE Tumbleweed:ruby3.4-rubygem-rack-2.2-2.2.20-1.1.s390x",
"openSUSE Tumbleweed:ruby3.4-rubygem-rack-2.2-2.2.20-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61919",
"url": "https://www.suse.com/security/cve/CVE-2025-61919"
},
{
"category": "external",
"summary": "SUSE Bug 1251934 for CVE-2025-61919",
"url": "https://bugzilla.suse.com/1251934"
}
],
"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.20-1.1.aarch64",
"openSUSE Tumbleweed:ruby3.4-rubygem-rack-2.2-2.2.20-1.1.ppc64le",
"openSUSE Tumbleweed:ruby3.4-rubygem-rack-2.2-2.2.20-1.1.s390x",
"openSUSE Tumbleweed:ruby3.4-rubygem-rack-2.2-2.2.20-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.20-1.1.aarch64",
"openSUSE Tumbleweed:ruby3.4-rubygem-rack-2.2-2.2.20-1.1.ppc64le",
"openSUSE Tumbleweed:ruby3.4-rubygem-rack-2.2-2.2.20-1.1.s390x",
"openSUSE Tumbleweed:ruby3.4-rubygem-rack-2.2-2.2.20-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-16T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-61919"
}
]
}
OPENSUSE-SU-2026:10286-1
Vulnerability from csaf_opensuse - Published: 2026-03-04 00:00 - Updated: 2026-03-04 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64 | — |
Vendor Fix
|
{
"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": "ruby4.0-rubygem-rack-2.2-2.2.22-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the ruby4.0-rubygem-rack-2.2-2.2.22-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2026-10286",
"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-2026_10286-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2013-0262 page",
"url": "https://www.suse.com/security/cve/CVE-2013-0262/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2013-0263 page",
"url": "https://www.suse.com/security/cve/CVE-2013-0263/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2015-3225 page",
"url": "https://www.suse.com/security/cve/CVE-2015-3225/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2018-16471 page",
"url": "https://www.suse.com/security/cve/CVE-2018-16471/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-16782 page",
"url": "https://www.suse.com/security/cve/CVE-2019-16782/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-8184 page",
"url": "https://www.suse.com/security/cve/CVE-2020-8184/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-30122 page",
"url": "https://www.suse.com/security/cve/CVE-2022-30122/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-30123 page",
"url": "https://www.suse.com/security/cve/CVE-2022-30123/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-44570 page",
"url": "https://www.suse.com/security/cve/CVE-2022-44570/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-44571 page",
"url": "https://www.suse.com/security/cve/CVE-2022-44571/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-44572 page",
"url": "https://www.suse.com/security/cve/CVE-2022-44572/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-27530 page",
"url": "https://www.suse.com/security/cve/CVE-2023-27530/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-27539 page",
"url": "https://www.suse.com/security/cve/CVE-2023-27539/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-25126 page",
"url": "https://www.suse.com/security/cve/CVE-2024-25126/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-26141 page",
"url": "https://www.suse.com/security/cve/CVE-2024-26141/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-26146 page",
"url": "https://www.suse.com/security/cve/CVE-2024-26146/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-25184 page",
"url": "https://www.suse.com/security/cve/CVE-2025-25184/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-27111 page",
"url": "https://www.suse.com/security/cve/CVE-2025-27111/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-27610 page",
"url": "https://www.suse.com/security/cve/CVE-2025-27610/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-46727 page",
"url": "https://www.suse.com/security/cve/CVE-2025-46727/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-59830 page",
"url": "https://www.suse.com/security/cve/CVE-2025-59830/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61770 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61770/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61771 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61771/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61772 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61772/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61919 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61919/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-22860 page",
"url": "https://www.suse.com/security/cve/CVE-2026-22860/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-25500 page",
"url": "https://www.suse.com/security/cve/CVE-2026-25500/"
}
],
"title": "ruby4.0-rubygem-rack-2.2-2.2.22-1.1 on GA media",
"tracking": {
"current_release_date": "2026-03-04T00:00:00Z",
"generator": {
"date": "2026-03-04T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:10286-1",
"initial_release_date": "2026-03-04T00:00:00Z",
"revision_history": [
{
"date": "2026-03-04T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"product": {
"name": "ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"product_id": "ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"product": {
"name": "ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"product_id": "ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"product": {
"name": "ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"product_id": "ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64",
"product": {
"name": "ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64",
"product_id": "ruby4.0-rubygem-rack-2.2-2.2.22-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": "ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64"
},
"product_reference": "ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le"
},
"product_reference": "ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x"
},
"product_reference": "ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
},
"product_reference": "ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2013-0262",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2013-0262"
}
],
"notes": [
{
"category": "general",
"text": "rack/file.rb (Rack::File) in Rack 1.5.x before 1.5.2 and 1.4.x before 1.4.5 allows attackers to access arbitrary files outside the intended root directory via a crafted PATH_INFO environment variable, probably a directory traversal vulnerability that is remotely exploitable, aka \"symlink path traversals.\"",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2013-0262",
"url": "https://www.suse.com/security/cve/CVE-2013-0262"
},
{
"category": "external",
"summary": "SUSE Bug 802795 for CVE-2013-0262",
"url": "https://bugzilla.suse.com/802795"
}
],
"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:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-04T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2013-0262"
},
{
"cve": "CVE-2013-0263",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2013-0263"
}
],
"notes": [
{
"category": "general",
"text": "Rack::Session::Cookie in Rack 1.5.x before 1.5.2, 1.4.x before 1.4.5, 1.3.x before 1.3.10, 1.2.x before 1.2.8, and 1.1.x before 1.1.6 allows remote attackers to guess the session cookie, gain privileges, and execute arbitrary code via a timing attack involving an HMAC comparison function that does not run in constant time.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2013-0263",
"url": "https://www.suse.com/security/cve/CVE-2013-0263"
},
{
"category": "external",
"summary": "SUSE Bug 802794 for CVE-2013-0263",
"url": "https://bugzilla.suse.com/802794"
},
{
"category": "external",
"summary": "SUSE Bug 809839 for CVE-2013-0263",
"url": "https://bugzilla.suse.com/809839"
}
],
"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:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-04T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2013-0263"
},
{
"cve": "CVE-2015-3225",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2015-3225"
}
],
"notes": [
{
"category": "general",
"text": "lib/rack/utils.rb in Rack before 1.5.4 and 1.6.x before 1.6.2, as used with Ruby on Rails 3.x and 4.x and other products, allows remote attackers to cause a denial of service (SystemStackError) via a request with a large parameter depth.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2015-3225",
"url": "https://www.suse.com/security/cve/CVE-2015-3225"
},
{
"category": "external",
"summary": "SUSE Bug 934797 for CVE-2015-3225",
"url": "https://bugzilla.suse.com/934797"
}
],
"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:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-04T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2015-3225"
},
{
"cve": "CVE-2018-16471",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2018-16471"
}
],
"notes": [
{
"category": "general",
"text": "There is a possible XSS vulnerability in Rack before 2.0.6 and 1.6.11. Carefully crafted requests can impact the data returned by the `scheme` method on `Rack::Request`. Applications that expect the scheme to be limited to \u0027http\u0027 or \u0027https\u0027 and do not escape the return value could be vulnerable to an XSS attack. Note that applications using the normal escaping mechanisms provided by Rails may not impacted, but applications that bypass the escaping mechanisms, or do not use them may be vulnerable.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2018-16471",
"url": "https://www.suse.com/security/cve/CVE-2018-16471"
},
{
"category": "external",
"summary": "SUSE Bug 1114828 for CVE-2018-16471",
"url": "https://bugzilla.suse.com/1114828"
},
{
"category": "external",
"summary": "SUSE Bug 1116600 for CVE-2018-16471",
"url": "https://bugzilla.suse.com/1116600"
},
{
"category": "external",
"summary": "SUSE Bug 1122178 for CVE-2018-16471",
"url": "https://bugzilla.suse.com/1122178"
}
],
"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:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-04T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2018-16471"
},
{
"cve": "CVE-2019-16782",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-16782"
}
],
"notes": [
{
"category": "general",
"text": "There\u0027s a possible information leak / session hijack vulnerability in Rack (RubyGem rack). This vulnerability is patched in versions 1.6.12 and 2.0.8. Attackers may be able to find and hijack sessions by using timing attacks targeting the session id. Session ids are usually stored and indexed in a database that uses some kind of scheme for speeding up lookups of that session id. By carefully measuring the amount of time it takes to look up a session, an attacker may be able to find a valid session id and hijack the session. The session id itself may be generated randomly, but the way the session is indexed by the backing store does not use a secure comparison.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-16782",
"url": "https://www.suse.com/security/cve/CVE-2019-16782"
},
{
"category": "external",
"summary": "SUSE Bug 1159548 for CVE-2019-16782",
"url": "https://bugzilla.suse.com/1159548"
},
{
"category": "external",
"summary": "SUSE Bug 1183174 for CVE-2019-16782",
"url": "https://bugzilla.suse.com/1183174"
}
],
"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:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-04T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2019-16782"
},
{
"cve": "CVE-2020-8184",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-8184"
}
],
"notes": [
{
"category": "general",
"text": "A reliance on cookies without validation/integrity check security vulnerability exists in rack \u003c 2.2.3, rack \u003c 2.1.4 that makes it is possible for an attacker to forge a secure or host-only cookie prefix.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-8184",
"url": "https://www.suse.com/security/cve/CVE-2020-8184"
},
{
"category": "external",
"summary": "SUSE Bug 1173351 for CVE-2020-8184",
"url": "https://bugzilla.suse.com/1173351"
},
{
"category": "external",
"summary": "SUSE Bug 1177352 for CVE-2020-8184",
"url": "https://bugzilla.suse.com/1177352"
},
{
"category": "external",
"summary": "SUSE Bug 1193081 for CVE-2020-8184",
"url": "https://bugzilla.suse.com/1193081"
}
],
"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:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-04T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2020-8184"
},
{
"cve": "CVE-2022-30122",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-30122"
}
],
"notes": [
{
"category": "general",
"text": "A possible denial of service vulnerability exists in Rack \u003c2.0.9.1, \u003c2.1.4.1 and \u003c2.2.3.1 in the multipart parsing component of Rack.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-30122",
"url": "https://www.suse.com/security/cve/CVE-2022-30122"
},
{
"category": "external",
"summary": "SUSE Bug 1200748 for CVE-2022-30122",
"url": "https://bugzilla.suse.com/1200748"
},
{
"category": "external",
"summary": "SUSE Bug 1201588 for CVE-2022-30122",
"url": "https://bugzilla.suse.com/1201588"
}
],
"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:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-04T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-30122"
},
{
"cve": "CVE-2022-30123",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-30123"
}
],
"notes": [
{
"category": "general",
"text": "A sequence injection vulnerability exists in Rack \u003c2.0.9.1, \u003c2.1.4.1 and \u003c2.2.3.1 which could allow is a possible shell escape in the Lint and CommonLogger components of Rack.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-30123",
"url": "https://www.suse.com/security/cve/CVE-2022-30123"
},
{
"category": "external",
"summary": "SUSE Bug 1200750 for CVE-2022-30123",
"url": "https://bugzilla.suse.com/1200750"
}
],
"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:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-04T00:00:00Z",
"details": "critical"
}
],
"title": "CVE-2022-30123"
},
{
"cve": "CVE-2022-44570",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-44570"
}
],
"notes": [
{
"category": "general",
"text": "A denial of service vulnerability in the Range header parsing component of Rack \u003e= 1.5.0. A Carefully crafted input can cause the Range header parsing component in Rack to take an unexpected amount of time, possibly resulting in a denial of service attack vector. Any applications that deal with Range requests (such as streaming applications, or applications that serve files) may be impacted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-44570",
"url": "https://www.suse.com/security/cve/CVE-2022-44570"
},
{
"category": "external",
"summary": "SUSE Bug 1207597 for CVE-2022-44570",
"url": "https://bugzilla.suse.com/1207597"
}
],
"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:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-04T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-44570"
},
{
"cve": "CVE-2022-44571",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-44571"
}
],
"notes": [
{
"category": "general",
"text": "There is a denial of service vulnerability in the Content-Disposition parsingcomponent of Rack fixed in 2.0.9.2, 2.1.4.2, 2.2.4.1, 3.0.0.1. This could allow an attacker to craft an input that can cause Content-Disposition header parsing in Rackto take an unexpected amount of time, possibly resulting in a denial ofservice attack vector. This header is used typically used in multipartparsing. Any applications that parse multipart posts using Rack (virtuallyall Rails applications) are impacted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-44571",
"url": "https://www.suse.com/security/cve/CVE-2022-44571"
},
{
"category": "external",
"summary": "SUSE Bug 1207599 for CVE-2022-44571",
"url": "https://bugzilla.suse.com/1207599"
}
],
"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:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-04T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-44571"
},
{
"cve": "CVE-2022-44572",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-44572"
}
],
"notes": [
{
"category": "general",
"text": "A denial of service vulnerability in the multipart parsing component of Rack fixed in 2.0.9.2, 2.1.4.2, 2.2.4.1 and 3.0.0.1 could allow an attacker tocraft input that can cause RFC2183 multipart boundary parsing in Rack to take an unexpected amount of time, possibly resulting in a denial of service attack vector. Any applications that parse multipart posts using Rack (virtually all Rails applications) are impacted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-44572",
"url": "https://www.suse.com/security/cve/CVE-2022-44572"
},
{
"category": "external",
"summary": "SUSE Bug 1207596 for CVE-2022-44572",
"url": "https://bugzilla.suse.com/1207596"
}
],
"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:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-04T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-44572"
},
{
"cve": "CVE-2023-27530",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-27530"
}
],
"notes": [
{
"category": "general",
"text": "A DoS vulnerability exists in Rack \u003cv3.0.4.2, \u003cv2.2.6.3, \u003cv2.1.4.3 and \u003cv2.0.9.3 within in the Multipart MIME parsing code in which could allow an attacker to craft requests that can be abuse to cause multipart parsing to take longer than expected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-27530",
"url": "https://www.suse.com/security/cve/CVE-2023-27530"
},
{
"category": "external",
"summary": "SUSE Bug 1209095 for CVE-2023-27530",
"url": "https://bugzilla.suse.com/1209095"
}
],
"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:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-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:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-04T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2023-27530"
},
{
"cve": "CVE-2023-27539",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-27539"
}
],
"notes": [
{
"category": "general",
"text": "There is a denial of service vulnerability in the header parsing component of Rack.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-27539",
"url": "https://www.suse.com/security/cve/CVE-2023-27539"
},
{
"category": "external",
"summary": "SUSE Bug 1209503 for CVE-2023-27539",
"url": "https://bugzilla.suse.com/1209503"
}
],
"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:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-04T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-27539"
},
{
"cve": "CVE-2024-25126",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-25126"
}
],
"notes": [
{
"category": "general",
"text": "Rack is a modular Ruby web server interface. Carefully crafted content type headers can cause Rack\u0027s media type parser to take much longer than expected, leading to a possible denial of service vulnerability (ReDos 2nd degree polynomial). This vulnerability is patched in 3.0.9.1 and 2.2.8.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-25126",
"url": "https://www.suse.com/security/cve/CVE-2024-25126"
},
{
"category": "external",
"summary": "SUSE Bug 1220239 for CVE-2024-25126",
"url": "https://bugzilla.suse.com/1220239"
}
],
"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:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-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:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-04T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2024-25126"
},
{
"cve": "CVE-2024-26141",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-26141"
}
],
"notes": [
{
"category": "general",
"text": "Rack is a modular Ruby web server interface. Carefully crafted Range headers can cause a server to respond with an unexpectedly large response. Responding with such large responses could lead to a denial of service issue. Vulnerable applications will use the `Rack::File` middleware or the `Rack::Utils.byte_ranges` methods (this includes Rails applications). The vulnerability is fixed in 3.0.9.1 and 2.2.8.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-26141",
"url": "https://www.suse.com/security/cve/CVE-2024-26141"
},
{
"category": "external",
"summary": "SUSE Bug 1220242 for CVE-2024-26141",
"url": "https://bugzilla.suse.com/1220242"
}
],
"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:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-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:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-04T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2024-26141"
},
{
"cve": "CVE-2024-26146",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-26146"
}
],
"notes": [
{
"category": "general",
"text": "Rack is a modular Ruby web server interface. Carefully crafted headers can cause header parsing in Rack to take longer than expected resulting in a possible denial of service issue. Accept and Forwarded headers are impacted. Ruby 3.2 has mitigations for this problem, so Rack applications using Ruby 3.2 or newer are unaffected. This vulnerability is fixed in 2.0.9.4, 2.1.4.4, 2.2.8.1, and 3.0.9.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-26146",
"url": "https://www.suse.com/security/cve/CVE-2024-26146"
},
{
"category": "external",
"summary": "SUSE Bug 1220248 for CVE-2024-26146",
"url": "https://bugzilla.suse.com/1220248"
},
{
"category": "external",
"summary": "SUSE Bug 1227310 for CVE-2024-26146",
"url": "https://bugzilla.suse.com/1227310"
}
],
"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:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-04T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2024-26146"
},
{
"cve": "CVE-2025-25184",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-25184"
}
],
"notes": [
{
"category": "general",
"text": "Rack provides an interface for developing web applications in Ruby. Prior to versions 2.2.11, 3.0.12, and 3.1.10, Rack::CommonLogger can be exploited by crafting input that includes newline characters to manipulate log entries. The supplied proof-of-concept demonstrates injecting malicious content into logs. When a user provides the authorization credentials via Rack::Auth::Basic, if success, the username will be put in env[\u0027REMOTE_USER\u0027] and later be used by Rack::CommonLogger for logging purposes. The issue occurs when a server intentionally or unintentionally allows a user creation with the username contain CRLF and white space characters, or the server just want to log every login attempts. If an attacker enters a username with CRLF character, the logger will log the malicious username with CRLF characters into the logfile. Attackers can break log formats or insert fraudulent entries, potentially obscuring real activity or injecting malicious data into log files. Versions 2.2.11, 3.0.12, and 3.1.10 contain a fix.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-25184",
"url": "https://www.suse.com/security/cve/CVE-2025-25184"
},
{
"category": "external",
"summary": "SUSE Bug 1237141 for CVE-2025-25184",
"url": "https://bugzilla.suse.com/1237141"
}
],
"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:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-04T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-25184"
},
{
"cve": "CVE-2025-27111",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-27111"
}
],
"notes": [
{
"category": "general",
"text": "Rack is a modular Ruby web server interface. The Rack::Sendfile middleware logs unsanitised header values from the X-Sendfile-Type header. An attacker can exploit this by injecting escape sequences (such as newline characters) into the header, resulting in log injection. This vulnerability is fixed in 2.2.12, 3.0.13, and 3.1.11.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-27111",
"url": "https://www.suse.com/security/cve/CVE-2025-27111"
},
{
"category": "external",
"summary": "SUSE Bug 1238607 for CVE-2025-27111",
"url": "https://bugzilla.suse.com/1238607"
}
],
"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:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-04T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-27111"
},
{
"cve": "CVE-2025-27610",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-27610"
}
],
"notes": [
{
"category": "general",
"text": "Rack provides an interface for developing web applications in Ruby. Prior to versions 2.2.13, 3.0.14, and 3.1.12, `Rack::Static` can serve files under the specified `root:` even if `urls:` are provided, which may expose other files under the specified `root:` unexpectedly. The vulnerability occurs because `Rack::Static` does not properly sanitize user-supplied paths before serving files. Specifically, encoded path traversal sequences are not correctly validated, allowing attackers to access files outside the designated static file directory. By exploiting this vulnerability, an attacker can gain access to all files under the specified `root:` directory, provided they are able to determine then path of the file. Versions 2.2.13, 3.0.14, and 3.1.12 contain a patch for the issue. Other mitigations include removing usage of `Rack::Static`, or ensuring that `root:` points at a directory path which only contains files which should be accessed publicly. It is likely that a CDN or similar static file server would also mitigate the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-27610",
"url": "https://www.suse.com/security/cve/CVE-2025-27610"
},
{
"category": "external",
"summary": "SUSE Bug 1239298 for CVE-2025-27610",
"url": "https://bugzilla.suse.com/1239298"
}
],
"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:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-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:H/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-04T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-27610"
},
{
"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:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-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:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-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:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-04T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-46727"
},
{
"cve": "CVE-2025-59830",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-59830"
}
],
"notes": [
{
"category": "general",
"text": "Rack is a modular Ruby web server interface. Prior to version 2.2.18, Rack::QueryParser enforces its params_limit only for parameters separated by \u0026, while still splitting on both \u0026 and ;. As a result, attackers could use ; separators to bypass the parameter count limit and submit more parameters than intended. Applications or middleware that directly invoke Rack::QueryParser with its default configuration (no explicit delimiter) could be exposed to increased CPU and memory consumption. This can be abused as a limited denial-of-service vector. This issue has been patched in version 2.2.18.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-59830",
"url": "https://www.suse.com/security/cve/CVE-2025-59830"
},
{
"category": "external",
"summary": "SUSE Bug 1250552 for CVE-2025-59830",
"url": "https://bugzilla.suse.com/1250552"
}
],
"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:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-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:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-04T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-59830"
},
{
"cve": "CVE-2025-61770",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61770"
}
],
"notes": [
{
"category": "general",
"text": "Rack is a modular Ruby web server interface. In versions prior to 2.2.19, 3.1.17, and 3.2.2, `Rack::Multipart::Parser` buffers the entire multipart preamble (bytes before the first boundary) in memory without any size limit. A client can send a large preamble followed by a valid boundary, causing significant memory use and potential process termination due to out-of-memory (OOM) conditions. Remote attackers can trigger large transient memory spikes by including a long preamble in multipart/form-data requests. The impact scales with allowed request sizes and concurrency, potentially causing worker crashes or severe slowdown due to garbage collection. Versions 2.2.19, 3.1.17, and 3.2.2 enforce a preamble size limit (e.g., 16 KiB) or discard preamble data entirely. Workarounds include limiting total request body size at the proxy or web server level and monitoring memory and set per-process limits to prevent OOM conditions.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61770",
"url": "https://www.suse.com/security/cve/CVE-2025-61770"
},
{
"category": "external",
"summary": "SUSE Bug 1251245 for CVE-2025-61770",
"url": "https://bugzilla.suse.com/1251245"
}
],
"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:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-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:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-04T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-61770"
},
{
"cve": "CVE-2025-61771",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61771"
}
],
"notes": [
{
"category": "general",
"text": "Rack is a modular Ruby web server interface. In versions prior to 2.2.19, 3.1.17, and 3.2.2, ``Rack::Multipart::Parser` stores non-file form fields (parts without a `filename`) entirely in memory as Ruby `String` objects. A single large text field in a multipart/form-data request (hundreds of megabytes or more) can consume equivalent process memory, potentially leading to out-of-memory (OOM) conditions and denial of service (DoS). Attackers can send large non-file fields to trigger excessive memory usage. Impact scales with request size and concurrency, potentially leading to worker crashes or severe garbage-collection overhead. All Rack applications processing multipart form submissions are affected. Versions 2.2.19, 3.1.17, and 3.2.2 enforce a reasonable size cap for non-file fields (e.g., 2 MiB). Workarounds include restricting maximum request body size at the web-server or proxy layer (e.g., Nginx `client_max_body_size`) and validating and rejecting unusually large form fields at the application level.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61771",
"url": "https://www.suse.com/security/cve/CVE-2025-61771"
},
{
"category": "external",
"summary": "SUSE Bug 1251243 for CVE-2025-61771",
"url": "https://bugzilla.suse.com/1251243"
}
],
"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:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-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:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-04T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-61771"
},
{
"cve": "CVE-2025-61772",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61772"
}
],
"notes": [
{
"category": "general",
"text": "Rack is a modular Ruby web server interface. In versions prior to 2.2.19, 3.1.17, and 3.2.2, `Rack::Multipart::Parser` can accumulate unbounded data when a multipart part\u0027s header block never terminates with the required blank line (`CRLFCRLF`). The parser keeps appending incoming bytes to memory without a size cap, allowing a remote attacker to exhaust memory and cause a denial of service (DoS). Attackers can send incomplete multipart headers to trigger high memory use, leading to process termination (OOM) or severe slowdown. The effect scales with request size limits and concurrency. All applications handling multipart uploads may be affected. Versions 2.2.19, 3.1.17, and 3.2.2 cap per-part header size (e.g., 64 KiB). As a workaround, restrict maximum request sizes at the proxy or web server layer (e.g., Nginx `client_max_body_size`).",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61772",
"url": "https://www.suse.com/security/cve/CVE-2025-61772"
},
{
"category": "external",
"summary": "SUSE Bug 1251242 for CVE-2025-61772",
"url": "https://bugzilla.suse.com/1251242"
}
],
"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:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-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:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-04T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-61772"
},
{
"cve": "CVE-2025-61919",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61919"
}
],
"notes": [
{
"category": "general",
"text": "Rack is a modular Ruby web server interface. Prior to versions 2.2.20, 3.1.18, and 3.2.3, `Rack::Request#POST` reads the entire request body into memory for `Content-Type: application/x-www-form-urlencoded`, calling `rack.input.read(nil)` without enforcing a length or cap. Large request bodies can therefore be buffered completely into process memory before parsing, leading to denial of service (DoS) through memory exhaustion. Users should upgrade to Rack version 2.2.20, 3.1.18, or 3.2.3, anu of which enforces form parameter limits using `query_parser.bytesize_limit`, preventing unbounded reads of `application/x-www-form-urlencoded` bodies. Additionally, enforce strict maximum body size at the proxy or web server layer (e.g., Nginx `client_max_body_size`, Apache `LimitRequestBody`).",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61919",
"url": "https://www.suse.com/security/cve/CVE-2025-61919"
},
{
"category": "external",
"summary": "SUSE Bug 1251934 for CVE-2025-61919",
"url": "https://bugzilla.suse.com/1251934"
}
],
"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:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-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:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-04T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-61919"
},
{
"cve": "CVE-2026-22860",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-22860"
}
],
"notes": [
{
"category": "general",
"text": "Rack is a modular Ruby web server interface. Prior to versions 2.2.22, 3.1.20, and 3.2.5, `Rack::Directory`\u0027s path check used a string prefix match on the expanded path. A request like `/../root_example/` can escape the configured root if the target path starts with the root string, allowing directory listing outside the intended root. Versions 2.2.22, 3.1.20, and 3.2.5 fix the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-22860",
"url": "https://www.suse.com/security/cve/CVE-2026-22860"
},
{
"category": "external",
"summary": "SUSE Bug 1258452 for CVE-2026-22860",
"url": "https://bugzilla.suse.com/1258452"
}
],
"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:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-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:H/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-04T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-22860"
},
{
"cve": "CVE-2026-25500",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-25500"
}
],
"notes": [
{
"category": "general",
"text": "Rack is a modular Ruby web server interface. Prior to versions 2.2.22, 3.1.20, and 3.2.5, `Rack::Directory` generates an HTML directory index where each file entry is rendered as a clickable link. If a file exists on disk whose basename starts with the `javascript:` scheme (e.g. `javascript:alert(1)`), the generated index contains an anchor whose `href` is exactly `javascript:alert(1)`. Clicking the entry executes JavaScript in the browser (demonstrated with `alert(1)`). Versions 2.2.22, 3.1.20, and 3.2.5 fix the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-25500",
"url": "https://www.suse.com/security/cve/CVE-2026-25500"
},
{
"category": "external",
"summary": "SUSE Bug 1258456 for CVE-2026-25500",
"url": "https://bugzilla.suse.com/1258456"
}
],
"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:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-rack-2.2-2.2.22-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-04T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-25500"
}
]
}
OPENSUSE-SU-2026:20025-1
Vulnerability from csaf_opensuse - Published: 2026-01-13 12:41 - Updated: 2026-01-13 12:41| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:hawk2-2.7.0+git.1742310530.bfcd0e2c-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:hawk2-2.7.0+git.1742310530.bfcd0e2c-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:hawk2-2.7.0+git.1742310530.bfcd0e2c-160000.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:hawk2-2.7.0+git.1742310530.bfcd0e2c-160000.3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:hawk2-2.7.0+git.1742310530.bfcd0e2c-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:hawk2-2.7.0+git.1742310530.bfcd0e2c-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:hawk2-2.7.0+git.1742310530.bfcd0e2c-160000.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:hawk2-2.7.0+git.1742310530.bfcd0e2c-160000.3.1.x86_64 | — |
Vendor Fix
|
{
"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 hawk2",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for hawk2 fixes the following issues:\n\n- Bump ruby gem rack to 3.1.18 (bsc#1251939).\n- Bump ruby gem uri to 1.0.4.\n- Fix the mtime in manifest.json (bsc#1230275).\n- Make builds determinitstic (bsc#1230275).\n- Bump rails version from 8.0.2 to 8.0.2.1 (bsc#1248100).\n- Require openssl explicitly (bsc#1247899).",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Leap-16.0-134",
"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-2026_20025-1.json"
},
{
"category": "self",
"summary": "SUSE Bug 1230275",
"url": "https://bugzilla.suse.com/1230275"
},
{
"category": "self",
"summary": "SUSE Bug 1247899",
"url": "https://bugzilla.suse.com/1247899"
},
{
"category": "self",
"summary": "SUSE Bug 1248100",
"url": "https://bugzilla.suse.com/1248100"
},
{
"category": "self",
"summary": "SUSE Bug 1251939",
"url": "https://bugzilla.suse.com/1251939"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-55193 page",
"url": "https://www.suse.com/security/cve/CVE-2025-55193/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61919 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61919/"
}
],
"title": "Security update for hawk2",
"tracking": {
"current_release_date": "2026-01-13T12:41:42Z",
"generator": {
"date": "2026-01-13T12:41:42Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:20025-1",
"initial_release_date": "2026-01-13T12:41:42Z",
"revision_history": [
{
"date": "2026-01-13T12:41:42Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "hawk2-2.7.0+git.1742310530.bfcd0e2c-160000.3.1.aarch64",
"product": {
"name": "hawk2-2.7.0+git.1742310530.bfcd0e2c-160000.3.1.aarch64",
"product_id": "hawk2-2.7.0+git.1742310530.bfcd0e2c-160000.3.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "hawk2-2.7.0+git.1742310530.bfcd0e2c-160000.3.1.ppc64le",
"product": {
"name": "hawk2-2.7.0+git.1742310530.bfcd0e2c-160000.3.1.ppc64le",
"product_id": "hawk2-2.7.0+git.1742310530.bfcd0e2c-160000.3.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "hawk2-2.7.0+git.1742310530.bfcd0e2c-160000.3.1.s390x",
"product": {
"name": "hawk2-2.7.0+git.1742310530.bfcd0e2c-160000.3.1.s390x",
"product_id": "hawk2-2.7.0+git.1742310530.bfcd0e2c-160000.3.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "hawk2-2.7.0+git.1742310530.bfcd0e2c-160000.3.1.x86_64",
"product": {
"name": "hawk2-2.7.0+git.1742310530.bfcd0e2c-160000.3.1.x86_64",
"product_id": "hawk2-2.7.0+git.1742310530.bfcd0e2c-160000.3.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Leap 16.0",
"product": {
"name": "openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0"
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "hawk2-2.7.0+git.1742310530.bfcd0e2c-160000.3.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:hawk2-2.7.0+git.1742310530.bfcd0e2c-160000.3.1.aarch64"
},
"product_reference": "hawk2-2.7.0+git.1742310530.bfcd0e2c-160000.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "hawk2-2.7.0+git.1742310530.bfcd0e2c-160000.3.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:hawk2-2.7.0+git.1742310530.bfcd0e2c-160000.3.1.ppc64le"
},
"product_reference": "hawk2-2.7.0+git.1742310530.bfcd0e2c-160000.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "hawk2-2.7.0+git.1742310530.bfcd0e2c-160000.3.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:hawk2-2.7.0+git.1742310530.bfcd0e2c-160000.3.1.s390x"
},
"product_reference": "hawk2-2.7.0+git.1742310530.bfcd0e2c-160000.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "hawk2-2.7.0+git.1742310530.bfcd0e2c-160000.3.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:hawk2-2.7.0+git.1742310530.bfcd0e2c-160000.3.1.x86_64"
},
"product_reference": "hawk2-2.7.0+git.1742310530.bfcd0e2c-160000.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-55193",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-55193"
}
],
"notes": [
{
"category": "general",
"text": "Active Record connects classes to relational database tables. Prior to versions 7.1.5.2, 7.2.2.2, and 8.0.2.1, the ID passed to find or similar methods may be logged without escaping. If this is directly to the terminal it may include unescaped ANSI sequences. This issue has been patched in versions 7.1.5.2, 7.2.2.2, and 8.0.2.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:hawk2-2.7.0+git.1742310530.bfcd0e2c-160000.3.1.aarch64",
"openSUSE Leap 16.0:hawk2-2.7.0+git.1742310530.bfcd0e2c-160000.3.1.ppc64le",
"openSUSE Leap 16.0:hawk2-2.7.0+git.1742310530.bfcd0e2c-160000.3.1.s390x",
"openSUSE Leap 16.0:hawk2-2.7.0+git.1742310530.bfcd0e2c-160000.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-55193",
"url": "https://www.suse.com/security/cve/CVE-2025-55193"
},
{
"category": "external",
"summary": "SUSE Bug 1248099 for CVE-2025-55193",
"url": "https://bugzilla.suse.com/1248099"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:hawk2-2.7.0+git.1742310530.bfcd0e2c-160000.3.1.aarch64",
"openSUSE Leap 16.0:hawk2-2.7.0+git.1742310530.bfcd0e2c-160000.3.1.ppc64le",
"openSUSE Leap 16.0:hawk2-2.7.0+git.1742310530.bfcd0e2c-160000.3.1.s390x",
"openSUSE Leap 16.0:hawk2-2.7.0+git.1742310530.bfcd0e2c-160000.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:hawk2-2.7.0+git.1742310530.bfcd0e2c-160000.3.1.aarch64",
"openSUSE Leap 16.0:hawk2-2.7.0+git.1742310530.bfcd0e2c-160000.3.1.ppc64le",
"openSUSE Leap 16.0:hawk2-2.7.0+git.1742310530.bfcd0e2c-160000.3.1.s390x",
"openSUSE Leap 16.0:hawk2-2.7.0+git.1742310530.bfcd0e2c-160000.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-13T12:41:42Z",
"details": "moderate"
}
],
"title": "CVE-2025-55193"
},
{
"cve": "CVE-2025-61919",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61919"
}
],
"notes": [
{
"category": "general",
"text": "Rack is a modular Ruby web server interface. Prior to versions 2.2.20, 3.1.18, and 3.2.3, `Rack::Request#POST` reads the entire request body into memory for `Content-Type: application/x-www-form-urlencoded`, calling `rack.input.read(nil)` without enforcing a length or cap. Large request bodies can therefore be buffered completely into process memory before parsing, leading to denial of service (DoS) through memory exhaustion. Users should upgrade to Rack version 2.2.20, 3.1.18, or 3.2.3, anu of which enforces form parameter limits using `query_parser.bytesize_limit`, preventing unbounded reads of `application/x-www-form-urlencoded` bodies. Additionally, enforce strict maximum body size at the proxy or web server layer (e.g., Nginx `client_max_body_size`, Apache `LimitRequestBody`).",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:hawk2-2.7.0+git.1742310530.bfcd0e2c-160000.3.1.aarch64",
"openSUSE Leap 16.0:hawk2-2.7.0+git.1742310530.bfcd0e2c-160000.3.1.ppc64le",
"openSUSE Leap 16.0:hawk2-2.7.0+git.1742310530.bfcd0e2c-160000.3.1.s390x",
"openSUSE Leap 16.0:hawk2-2.7.0+git.1742310530.bfcd0e2c-160000.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61919",
"url": "https://www.suse.com/security/cve/CVE-2025-61919"
},
{
"category": "external",
"summary": "SUSE Bug 1251934 for CVE-2025-61919",
"url": "https://bugzilla.suse.com/1251934"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:hawk2-2.7.0+git.1742310530.bfcd0e2c-160000.3.1.aarch64",
"openSUSE Leap 16.0:hawk2-2.7.0+git.1742310530.bfcd0e2c-160000.3.1.ppc64le",
"openSUSE Leap 16.0:hawk2-2.7.0+git.1742310530.bfcd0e2c-160000.3.1.s390x",
"openSUSE Leap 16.0:hawk2-2.7.0+git.1742310530.bfcd0e2c-160000.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:hawk2-2.7.0+git.1742310530.bfcd0e2c-160000.3.1.aarch64",
"openSUSE Leap 16.0:hawk2-2.7.0+git.1742310530.bfcd0e2c-160000.3.1.ppc64le",
"openSUSE Leap 16.0:hawk2-2.7.0+git.1742310530.bfcd0e2c-160000.3.1.s390x",
"openSUSE Leap 16.0:hawk2-2.7.0+git.1742310530.bfcd0e2c-160000.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-13T12:41:42Z",
"details": "important"
}
],
"title": "CVE-2025-61919"
}
]
}
RHSA-2025:19512
Vulnerability from csaf_redhat - Published: 2025-11-03 20:27 - Updated: 2026-04-29 18:26An unsafe default behavior in Rack::QueryParser allows bypass of the params_limit parameter count restriction when query string parameters are delimited by semicolons (;) rather than ampersands (&). The parser counts only & when enforcing the limit, while still splitting on both & and ;. As a result, an attacker can supply a crafted HTTP query using ; delimiters to exceed the intended parameter count, potentially causing performance degradation or exhaustion of resources (denial of service).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Rack where the Rack::Multipart::Parser buffers the multipart preamble memory without size limits. A remote attacker can send a crafted multipart/form-data request with a very large preamble before its first boundary, causing excessive memory consumption and denial of service crash due to out-of-memory issue.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in Rack where Rack::Multipart::Parser stores non-file form fields entirely in memory without size limits. An attacker can send a multipart/form-data request with an extremely large text field, causing the server to allocate large amounts of memory which leads to a denial of service crash due to out-of-memory issue.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.x86_64 | — |
Vendor Fix
fix
|
A denial of service flaw has been found in the rubygems rack package. `Rack::Multipart::Parser` can accumulate unbounded data when a multipart part’s header block never terminates with the required blank line (`CRLFCRLF`). The parser keeps appending incoming bytes to memory without a size cap, allowing a remote attacker to exhaust memory and cause a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
A memory-exhaustion vulnerability exists in Rack when parsing application/x-www-form-urlencoded request bodies. Rack::Request#POST reads the entire request body into memory without enforcing a maximum length or cap. Attackers can exploit this by sending large form submissions, potentially causing denial of service (DoS) through memory exhaustion. Even with configured parsing limits, the issue occurs before those limits are enforced, allowing unbounded memory allocation proportional to request size.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"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: Rack QueryParser has an unsafe default allowing params_limit bypass via semicolon-separated parameters (CVE-2025-59830)\n\n* rack: Rack\u0027s unbounded multipart preamble buffering enables DoS (memory exhaustion) (CVE-2025-61770)\n\n* rack: Rack\u0027s multipart parser buffers large non?file fields entirely in memory, enabling DoS (memory exhaustion) (CVE-2025-61771)\n\n* rack: Rack memory exhaustion denial of service (CVE-2025-61772)\n\n* rubygem-rack: Unbounded read in `Rack::Request` form parsing can lead to memory exhaustion (CVE-2025-61919)\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:19512",
"url": "https://access.redhat.com/errata/RHSA-2025:19512"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2398167",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2398167"
},
{
"category": "external",
"summary": "2402174",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2402174"
},
{
"category": "external",
"summary": "2402175",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2402175"
},
{
"category": "external",
"summary": "2402200",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2402200"
},
{
"category": "external",
"summary": "2403180",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2403180"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_19512.json"
}
],
"title": "Red Hat Security Advisory: pcs security update",
"tracking": {
"current_release_date": "2026-04-29T18:26:18+00:00",
"generator": {
"date": "2026-04-29T18:26:18+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.7"
}
},
"id": "RHSA-2025:19512",
"initial_release_date": "2025-11-03T20:27:49+00:00",
"revision_history": [
{
"date": "2025-11-03T20:27:49+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-11-03T20:27:49+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-29T18:26:18+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.2.src",
"product": {
"name": "pcs-0:0.11.9-2.el9_6.2.src",
"product_id": "pcs-0:0.11.9-2.el9_6.2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.11.9-2.el9_6.2?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "pcs-0:0.11.9-2.el9_6.2.ppc64le",
"product": {
"name": "pcs-0:0.11.9-2.el9_6.2.ppc64le",
"product_id": "pcs-0:0.11.9-2.el9_6.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.11.9-2.el9_6.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "pcs-snmp-0:0.11.9-2.el9_6.2.ppc64le",
"product": {
"name": "pcs-snmp-0:0.11.9-2.el9_6.2.ppc64le",
"product_id": "pcs-snmp-0:0.11.9-2.el9_6.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs-snmp@0.11.9-2.el9_6.2?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "pcs-0:0.11.9-2.el9_6.2.x86_64",
"product": {
"name": "pcs-0:0.11.9-2.el9_6.2.x86_64",
"product_id": "pcs-0:0.11.9-2.el9_6.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.11.9-2.el9_6.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "pcs-snmp-0:0.11.9-2.el9_6.2.x86_64",
"product": {
"name": "pcs-snmp-0:0.11.9-2.el9_6.2.x86_64",
"product_id": "pcs-snmp-0:0.11.9-2.el9_6.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs-snmp@0.11.9-2.el9_6.2?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "pcs-0:0.11.9-2.el9_6.2.s390x",
"product": {
"name": "pcs-0:0.11.9-2.el9_6.2.s390x",
"product_id": "pcs-0:0.11.9-2.el9_6.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.11.9-2.el9_6.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "pcs-snmp-0:0.11.9-2.el9_6.2.s390x",
"product": {
"name": "pcs-snmp-0:0.11.9-2.el9_6.2.s390x",
"product_id": "pcs-snmp-0:0.11.9-2.el9_6.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs-snmp@0.11.9-2.el9_6.2?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "pcs-0:0.11.9-2.el9_6.2.aarch64",
"product": {
"name": "pcs-0:0.11.9-2.el9_6.2.aarch64",
"product_id": "pcs-0:0.11.9-2.el9_6.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.11.9-2.el9_6.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "pcs-snmp-0:0.11.9-2.el9_6.2.aarch64",
"product": {
"name": "pcs-snmp-0:0.11.9-2.el9_6.2.aarch64",
"product_id": "pcs-snmp-0:0.11.9-2.el9_6.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs-snmp@0.11.9-2.el9_6.2?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.2.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.2.aarch64"
},
"product_reference": "pcs-0:0.11.9-2.el9_6.2.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.2.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.2.ppc64le"
},
"product_reference": "pcs-0:0.11.9-2.el9_6.2.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.2.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.2.s390x"
},
"product_reference": "pcs-0:0.11.9-2.el9_6.2.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.2.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.2.src"
},
"product_reference": "pcs-0:0.11.9-2.el9_6.2.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.2.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.2.x86_64"
},
"product_reference": "pcs-0:0.11.9-2.el9_6.2.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.2.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.2.aarch64"
},
"product_reference": "pcs-snmp-0:0.11.9-2.el9_6.2.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.2.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.2.ppc64le"
},
"product_reference": "pcs-snmp-0:0.11.9-2.el9_6.2.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.2.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.2.s390x"
},
"product_reference": "pcs-snmp-0:0.11.9-2.el9_6.2.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.2.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.2.x86_64"
},
"product_reference": "pcs-snmp-0:0.11.9-2.el9_6.2.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.2.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.2.aarch64"
},
"product_reference": "pcs-0:0.11.9-2.el9_6.2.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.2.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.2.ppc64le"
},
"product_reference": "pcs-0:0.11.9-2.el9_6.2.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.2.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.2.s390x"
},
"product_reference": "pcs-0:0.11.9-2.el9_6.2.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.2.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.2.src"
},
"product_reference": "pcs-0:0.11.9-2.el9_6.2.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.2.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.2.x86_64"
},
"product_reference": "pcs-0:0.11.9-2.el9_6.2.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.2.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.2.aarch64"
},
"product_reference": "pcs-snmp-0:0.11.9-2.el9_6.2.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.2.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.2.ppc64le"
},
"product_reference": "pcs-snmp-0:0.11.9-2.el9_6.2.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.2.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.2.s390x"
},
"product_reference": "pcs-snmp-0:0.11.9-2.el9_6.2.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.2.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.2.x86_64"
},
"product_reference": "pcs-snmp-0:0.11.9-2.el9_6.2.x86_64",
"relates_to_product_reference": "ResilientStorage-9.6.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-59830",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-09-25T15:01:07.627558+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2398167"
}
],
"notes": [
{
"category": "description",
"text": "An unsafe default behavior in Rack::QueryParser allows bypass of the params_limit parameter count restriction when query string parameters are delimited by semicolons (;) rather than ampersands (\u0026). The parser counts only \u0026 when enforcing the limit, while still splitting on both \u0026 and ;. As a result, an attacker can supply a crafted HTTP query using ; delimiters to exceed the intended parameter count, potentially causing performance degradation or exhaustion of resources (denial of service).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rubygem-rack: Rack QueryParser has an unsafe default allowing params_limit bypass via semicolon-separated parameters",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The overall severity of this flaw is Moderate, because most Rack applications are not directly impacted. The vulnerability primarily affects applications or middleware that invoke Rack::QueryParser directly using its default configuration, which accepts both \u0026 and ; as parameter delimiters. This behavior can lead to excessive CPU or memory consumption, resulting only a limited denial-of-service condition.\n\nFor typical applications using Rack::Request, the default request-handling flow applies safe parsing logic and does not exhibit the vulnerable behavior.\n\nIn summary, while the theoretical severity is High, the practical impact is generally Moderate to Low for standard configurations.\n\n```\nAffectedness:\n\nIt should be noted that starting from Rack v3.x, the framework no longer splits query parameters on semicolons. This change was introduced in commit ef1fc0c44e6a4b77c8fcf9b4f3bfa09f04ae8482, effectively mitigating this issue in newer releases.\n\nRack 1.x is also not affected by this vulnerability. The vulnerable parsing logic was introduced in Rack 2.x; earlier versions use a simpler query parsing mechanism that does not expose the same resource exhaustion risk.\n```\n\n~~~\nAdditionally, Ruby 2.x and 3.x versions shipped with Red Hat Enterprise Linux are not affected, as they do not bundle the rack RubyGem by default. Rack is a third-party gem that must be installed separately.\n~~~",
"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.2.aarch64",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.ppc64le",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.s390x",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.src",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.x86_64",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.aarch64",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.ppc64le",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.s390x",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.x86_64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.aarch64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.ppc64le",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.s390x",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.src",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.x86_64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.aarch64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.ppc64le",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.s390x",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-59830"
},
{
"category": "external",
"summary": "RHBZ#2398167",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2398167"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-59830",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59830"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-59830",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-59830"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/54e4ffdd5affebcb0c015cc6ae74635c0831ed71",
"url": "https://github.com/rack/rack/commit/54e4ffdd5affebcb0c015cc6ae74635c0831ed71"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/security/advisories/GHSA-625h-95r8-8xpm",
"url": "https://github.com/rack/rack/security/advisories/GHSA-625h-95r8-8xpm"
}
],
"release_date": "2025-09-25T14:37:06.967000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-03T20:27:49+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.2.aarch64",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.ppc64le",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.s390x",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.src",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.x86_64",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.aarch64",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.ppc64le",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.s390x",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.x86_64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.aarch64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.ppc64le",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.s390x",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.src",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.x86_64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.aarch64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.ppc64le",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.s390x",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19512"
},
{
"category": "workaround",
"details": "No action is required for typical Rack applications that use the framework\u2019s default request-handling mechanisms, as these are not impacted.\n\nFor custom implementations or middleware that directly invoke Rack::QueryParser, administrators should:\n\nUse explicit delimiters: Configure QueryParser to use a specific delimiter (e.g. \u0026) rather than accepting both \u0026 and ;.\n\nLimit request size and parameters: Enforce request size and parameter count limits at upstream layers (such as a web server, reverse proxy, or WAF) to prevent excessive resource consumption.\n\nPrefer safe APIs: Use Rack::Request or other higher-level request parsing APIs, which apply safe defaults and avoid this vulnerability.",
"product_ids": [
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.aarch64",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.ppc64le",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.s390x",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.src",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.x86_64",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.aarch64",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.ppc64le",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.s390x",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.x86_64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.aarch64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.ppc64le",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.s390x",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.src",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.x86_64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.aarch64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.ppc64le",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.s390x",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.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.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.aarch64",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.ppc64le",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.s390x",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.src",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.x86_64",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.aarch64",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.ppc64le",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.s390x",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.x86_64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.aarch64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.ppc64le",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.s390x",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.src",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.x86_64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.aarch64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.ppc64le",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.s390x",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "rubygem-rack: Rack QueryParser has an unsafe default allowing params_limit bypass via semicolon-separated parameters"
},
{
"cve": "CVE-2025-61770",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2025-10-07T15:01:10.718770+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2402174"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Rack where the Rack::Multipart::Parser buffers the multipart preamble memory without size limits. A remote attacker can send a crafted multipart/form-data request with a very large preamble before its first boundary, causing excessive memory consumption and denial of service crash due to out-of-memory issue.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rack: Rack\u0027s unbounded multipart preamble buffering enables DoS (memory exhaustion)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is IMPORTANT because the vulnerability can be exploited over a network and can cause denial of service on such applications that run the vulnerable Rack code. By sending multipart requests with large preambles, an attacker can exhaust memory resources or crash worker processes, leading to service downtime.",
"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.2.aarch64",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.ppc64le",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.s390x",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.src",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.x86_64",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.aarch64",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.ppc64le",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.s390x",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.x86_64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.aarch64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.ppc64le",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.s390x",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.src",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.x86_64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.aarch64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.ppc64le",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.s390x",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61770"
},
{
"category": "external",
"summary": "RHBZ#2402174",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2402174"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61770",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61770"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61770",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61770"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/589127f4ac8b5cf11cf88fb0cd116ffed4d2181e",
"url": "https://github.com/rack/rack/commit/589127f4ac8b5cf11cf88fb0cd116ffed4d2181e"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/d869fed663b113b95a74ad53e1b5cae6ab31f29e",
"url": "https://github.com/rack/rack/commit/d869fed663b113b95a74ad53e1b5cae6ab31f29e"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/e08f78c656c9394d6737c022bde087e0f33336fd",
"url": "https://github.com/rack/rack/commit/e08f78c656c9394d6737c022bde087e0f33336fd"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/security/advisories/GHSA-p543-xpfm-54cp",
"url": "https://github.com/rack/rack/security/advisories/GHSA-p543-xpfm-54cp"
}
],
"release_date": "2025-10-07T14:30:04.552000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-03T20:27:49+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.2.aarch64",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.ppc64le",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.s390x",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.src",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.x86_64",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.aarch64",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.ppc64le",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.s390x",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.x86_64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.aarch64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.ppc64le",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.s390x",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.src",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.x86_64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.aarch64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.ppc64le",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.s390x",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19512"
}
],
"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.2.aarch64",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.ppc64le",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.s390x",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.src",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.x86_64",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.aarch64",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.ppc64le",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.s390x",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.x86_64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.aarch64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.ppc64le",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.s390x",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.src",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.x86_64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.aarch64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.ppc64le",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.s390x",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "rack: Rack\u0027s unbounded multipart preamble buffering enables DoS (memory exhaustion)"
},
{
"cve": "CVE-2025-61771",
"cwe": {
"id": "CWE-1284",
"name": "Improper Validation of Specified Quantity in Input"
},
"discovery_date": "2025-10-07T15:01:16.223161+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2402175"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Rack where Rack::Multipart::Parser stores non-file form fields entirely in memory without size limits. An attacker can send a multipart/form-data request with an extremely large text field, causing the server to allocate large amounts of memory which leads to a denial of service crash due to out-of-memory issue.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rack: Rack\u0027s multipart parser buffers large non\u2011file fields entirely in memory, enabling DoS (memory exhaustion)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The impact is IMPORTANT because this happens over a network and causes a denial of service. Large non-file fields are buffered in memory instead of being streamed or capped, leading to memory exhaustion and worker crashes.",
"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.2.aarch64",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.ppc64le",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.s390x",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.src",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.x86_64",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.aarch64",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.ppc64le",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.s390x",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.x86_64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.aarch64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.ppc64le",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.s390x",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.src",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.x86_64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.aarch64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.ppc64le",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.s390x",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61771"
},
{
"category": "external",
"summary": "RHBZ#2402175",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2402175"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61771",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61771"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61771",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61771"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/589127f4ac8b5cf11cf88fb0cd116ffed4d2181e",
"url": "https://github.com/rack/rack/commit/589127f4ac8b5cf11cf88fb0cd116ffed4d2181e"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/d869fed663b113b95a74ad53e1b5cae6ab31f29e",
"url": "https://github.com/rack/rack/commit/d869fed663b113b95a74ad53e1b5cae6ab31f29e"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/e08f78c656c9394d6737c022bde087e0f33336fd",
"url": "https://github.com/rack/rack/commit/e08f78c656c9394d6737c022bde087e0f33336fd"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/security/advisories/GHSA-w9pc-fmgc-vxvw",
"url": "https://github.com/rack/rack/security/advisories/GHSA-w9pc-fmgc-vxvw"
}
],
"release_date": "2025-10-07T14:42:53.366000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-03T20:27:49+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.2.aarch64",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.ppc64le",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.s390x",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.src",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.x86_64",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.aarch64",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.ppc64le",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.s390x",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.x86_64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.aarch64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.ppc64le",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.s390x",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.src",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.x86_64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.aarch64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.ppc64le",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.s390x",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19512"
}
],
"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.2.aarch64",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.ppc64le",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.s390x",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.src",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.x86_64",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.aarch64",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.ppc64le",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.s390x",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.x86_64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.aarch64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.ppc64le",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.s390x",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.src",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.x86_64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.aarch64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.ppc64le",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.s390x",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "rack: Rack\u0027s multipart parser buffers large non\u2011file fields entirely in memory, enabling DoS (memory exhaustion)"
},
{
"cve": "CVE-2025-61772",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2025-10-07T16:01:57.118202+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2402200"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been found in the rubygems rack package. `Rack::Multipart::Parser` can accumulate unbounded data when a multipart part\u2019s header block never terminates with the required blank line (`CRLFCRLF`). The parser keeps appending incoming bytes to memory without a size cap, allowing a remote attacker to exhaust memory and cause a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rack: Rack memory exhaustion denial of service",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The availability risk to Red Hat systems is limited to the application which has integrated rack. The host operating system availability is not at risk.",
"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.2.aarch64",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.ppc64le",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.s390x",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.src",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.x86_64",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.aarch64",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.ppc64le",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.s390x",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.x86_64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.aarch64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.ppc64le",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.s390x",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.src",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.x86_64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.aarch64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.ppc64le",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.s390x",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61772"
},
{
"category": "external",
"summary": "RHBZ#2402200",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2402200"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61772",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61772"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61772",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61772"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/589127f4ac8b5cf11cf88fb0cd116ffed4d2181e",
"url": "https://github.com/rack/rack/commit/589127f4ac8b5cf11cf88fb0cd116ffed4d2181e"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/d869fed663b113b95a74ad53e1b5cae6ab31f29e",
"url": "https://github.com/rack/rack/commit/d869fed663b113b95a74ad53e1b5cae6ab31f29e"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/e08f78c656c9394d6737c022bde087e0f33336fd",
"url": "https://github.com/rack/rack/commit/e08f78c656c9394d6737c022bde087e0f33336fd"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/security/advisories/GHSA-wpv5-97wm-hp9c",
"url": "https://github.com/rack/rack/security/advisories/GHSA-wpv5-97wm-hp9c"
}
],
"release_date": "2025-10-07T15:02:09.895000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-03T20:27:49+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.2.aarch64",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.ppc64le",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.s390x",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.src",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.x86_64",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.aarch64",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.ppc64le",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.s390x",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.x86_64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.aarch64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.ppc64le",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.s390x",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.src",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.x86_64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.aarch64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.ppc64le",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.s390x",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19512"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.aarch64",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.ppc64le",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.s390x",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.src",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.x86_64",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.aarch64",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.ppc64le",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.s390x",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.x86_64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.aarch64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.ppc64le",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.s390x",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.src",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.x86_64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.aarch64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.ppc64le",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.s390x",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"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:L",
"version": "3.1"
},
"products": [
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.aarch64",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.ppc64le",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.s390x",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.src",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.x86_64",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.aarch64",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.ppc64le",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.s390x",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.x86_64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.aarch64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.ppc64le",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.s390x",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.src",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.x86_64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.aarch64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.ppc64le",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.s390x",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "rack: Rack memory exhaustion denial of service"
},
{
"cve": "CVE-2025-61919",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2025-10-10T20:01:19.001907+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2403180"
}
],
"notes": [
{
"category": "description",
"text": "A memory-exhaustion vulnerability exists in Rack when parsing application/x-www-form-urlencoded request bodies. Rack::Request#POST reads the entire request body into memory without enforcing a maximum length or cap. Attackers can exploit this by sending large form submissions, potentially causing denial of service (DoS) through memory exhaustion. Even with configured parsing limits, the issue occurs before those limits are enforced, allowing unbounded memory allocation proportional to request size.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rubygem-rack: Unbounded read in `Rack::Request` form parsing can lead to memory exhaustion",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "~~~\n\nAffectedness:\n\nRack 1.x, including 1.6.x, is not affected by this vulnerability. The issue exists only in Rack 2.x and 3.x, where request parsing was refactored into the QueryParser component. Since Rack 1.x does not include this component, it does not contain the vulnerable logic.\n\nRuby 2.x and 3.x versions shipped with Red Hat Enterprise Linux, Red Hat Openshift Core OS (RHOCS) and Red Hat In-Vehicle OS (RHIVOS) are not affected, as they do not bundle the rack RubyGem by default. Rack is a third-party gem that must be installed separately.\n\n~~~",
"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.2.aarch64",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.ppc64le",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.s390x",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.src",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.x86_64",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.aarch64",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.ppc64le",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.s390x",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.x86_64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.aarch64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.ppc64le",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.s390x",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.src",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.x86_64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.aarch64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.ppc64le",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.s390x",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61919"
},
{
"category": "external",
"summary": "RHBZ#2403180",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2403180"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61919",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61919"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61919",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61919"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/4e2c903991a790ee211a3021808ff4fd6fe82881",
"url": "https://github.com/rack/rack/commit/4e2c903991a790ee211a3021808ff4fd6fe82881"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/cbd541e8a3d0c5830a3c9a30d3718ce2e124f9db",
"url": "https://github.com/rack/rack/commit/cbd541e8a3d0c5830a3c9a30d3718ce2e124f9db"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/e179614c4a653283286f5f046428cbb85f21146f",
"url": "https://github.com/rack/rack/commit/e179614c4a653283286f5f046428cbb85f21146f"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/security/advisories/GHSA-6xw4-3v39-52mm",
"url": "https://github.com/rack/rack/security/advisories/GHSA-6xw4-3v39-52mm"
}
],
"release_date": "2025-10-10T19:22:42.454000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-03T20:27:49+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.2.aarch64",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.ppc64le",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.s390x",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.src",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.x86_64",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.aarch64",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.ppc64le",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.s390x",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.x86_64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.aarch64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.ppc64le",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.s390x",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.src",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.x86_64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.aarch64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.ppc64le",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.s390x",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19512"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u0027s standards for usability, deployment, applicability, or stability beyond these configuration-based workarounds.",
"product_ids": [
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.aarch64",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.ppc64le",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.s390x",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.src",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.x86_64",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.aarch64",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.ppc64le",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.s390x",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.x86_64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.aarch64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.ppc64le",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.s390x",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.src",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.x86_64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.aarch64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.ppc64le",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.s390x",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.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.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.aarch64",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.ppc64le",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.s390x",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.src",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.x86_64",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.aarch64",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.ppc64le",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.s390x",
"HighAvailability-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.x86_64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.aarch64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.ppc64le",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.s390x",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.src",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-0:0.11.9-2.el9_6.2.x86_64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.aarch64",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.ppc64le",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.s390x",
"ResilientStorage-9.6.0.Z.MAIN.EUS:pcs-snmp-0:0.11.9-2.el9_6.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "rubygem-rack: Unbounded read in `Rack::Request` form parsing can lead to memory exhaustion"
}
]
}
RHSA-2025:19513
Vulnerability from csaf_redhat - Published: 2025-11-03 20:18 - Updated: 2026-04-29 18:26An unsafe default behavior in Rack::QueryParser allows bypass of the params_limit parameter count restriction when query string parameters are delimited by semicolons (;) rather than ampersands (&). The parser counts only & when enforcing the limit, while still splitting on both & and ;. As a result, an attacker can supply a crafted HTTP query using ; delimiters to exceed the intended parameter count, potentially causing performance degradation or exhaustion of resources (denial of service).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: HighAvailability-10.0.Z:cockpit-ha-cluster-0:0.12.0-3.el10_0.3.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Rack where the Rack::Multipart::Parser buffers the multipart preamble memory without size limits. A remote attacker can send a crafted multipart/form-data request with a very large preamble before its first boundary, causing excessive memory consumption and denial of service crash due to out-of-memory issue.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: HighAvailability-10.0.Z:cockpit-ha-cluster-0:0.12.0-3.el10_0.3.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in Rack where Rack::Multipart::Parser stores non-file form fields entirely in memory without size limits. An attacker can send a multipart/form-data request with an extremely large text field, causing the server to allocate large amounts of memory which leads to a denial of service crash due to out-of-memory issue.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: HighAvailability-10.0.Z:cockpit-ha-cluster-0:0.12.0-3.el10_0.3.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.x86_64 | — |
Vendor Fix
fix
|
A denial of service flaw has been found in the rubygems rack package. `Rack::Multipart::Parser` can accumulate unbounded data when a multipart part’s header block never terminates with the required blank line (`CRLFCRLF`). The parser keeps appending incoming bytes to memory without a size cap, allowing a remote attacker to exhaust memory and cause a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: HighAvailability-10.0.Z:cockpit-ha-cluster-0:0.12.0-3.el10_0.3.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
A memory-exhaustion vulnerability exists in Rack when parsing application/x-www-form-urlencoded request bodies. Rack::Request#POST reads the entire request body into memory without enforcing a maximum length or cap. Attackers can exploit this by sending large form submissions, potentially causing denial of service (DoS) through memory exhaustion. Even with configured parsing limits, the issue occurs before those limits are enforced, allowing unbounded memory allocation proportional to request size.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: HighAvailability-10.0.Z:cockpit-ha-cluster-0:0.12.0-3.el10_0.3.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"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: Rack QueryParser has an unsafe default allowing params_limit bypass via semicolon-separated parameters (CVE-2025-59830)\n\n* rack: Rack\u0027s unbounded multipart preamble buffering enables DoS (memory exhaustion) (CVE-2025-61770)\n\n* rack: Rack\u0027s multipart parser buffers large non?file fields entirely in memory, enabling DoS (memory exhaustion) (CVE-2025-61771)\n\n* rack: Rack memory exhaustion denial of service (CVE-2025-61772)\n\n* rubygem-rack: Unbounded read in `Rack::Request` form parsing can lead to memory exhaustion (CVE-2025-61919)\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:19513",
"url": "https://access.redhat.com/errata/RHSA-2025:19513"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2398167",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2398167"
},
{
"category": "external",
"summary": "2402174",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2402174"
},
{
"category": "external",
"summary": "2402175",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2402175"
},
{
"category": "external",
"summary": "2402200",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2402200"
},
{
"category": "external",
"summary": "2403180",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2403180"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_19513.json"
}
],
"title": "Red Hat Security Advisory: pcs security update",
"tracking": {
"current_release_date": "2026-04-29T18:26:15+00:00",
"generator": {
"date": "2026-04-29T18:26:15+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.7"
}
},
"id": "RHSA-2025:19513",
"initial_release_date": "2025-11-03T20:18:29+00:00",
"revision_history": [
{
"date": "2025-11-03T20:18:29+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-11-03T20:18:29+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-29T18:26:15+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.3.noarch",
"product": {
"name": "cockpit-ha-cluster-0:0.12.0-3.el10_0.3.noarch",
"product_id": "cockpit-ha-cluster-0:0.12.0-3.el10_0.3.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-ha-cluster@0.12.0-3.el10_0.3?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "pcs-0:0.12.0-3.el10_0.3.src",
"product": {
"name": "pcs-0:0.12.0-3.el10_0.3.src",
"product_id": "pcs-0:0.12.0-3.el10_0.3.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.12.0-3.el10_0.3?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "pcs-0:0.12.0-3.el10_0.3.aarch64",
"product": {
"name": "pcs-0:0.12.0-3.el10_0.3.aarch64",
"product_id": "pcs-0:0.12.0-3.el10_0.3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.12.0-3.el10_0.3?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "pcs-snmp-0:0.12.0-3.el10_0.3.aarch64",
"product": {
"name": "pcs-snmp-0:0.12.0-3.el10_0.3.aarch64",
"product_id": "pcs-snmp-0:0.12.0-3.el10_0.3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs-snmp@0.12.0-3.el10_0.3?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "pcs-0:0.12.0-3.el10_0.3.ppc64le",
"product": {
"name": "pcs-0:0.12.0-3.el10_0.3.ppc64le",
"product_id": "pcs-0:0.12.0-3.el10_0.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.12.0-3.el10_0.3?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "pcs-snmp-0:0.12.0-3.el10_0.3.ppc64le",
"product": {
"name": "pcs-snmp-0:0.12.0-3.el10_0.3.ppc64le",
"product_id": "pcs-snmp-0:0.12.0-3.el10_0.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs-snmp@0.12.0-3.el10_0.3?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "pcs-0:0.12.0-3.el10_0.3.s390x",
"product": {
"name": "pcs-0:0.12.0-3.el10_0.3.s390x",
"product_id": "pcs-0:0.12.0-3.el10_0.3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.12.0-3.el10_0.3?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "pcs-snmp-0:0.12.0-3.el10_0.3.s390x",
"product": {
"name": "pcs-snmp-0:0.12.0-3.el10_0.3.s390x",
"product_id": "pcs-snmp-0:0.12.0-3.el10_0.3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs-snmp@0.12.0-3.el10_0.3?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "pcs-0:0.12.0-3.el10_0.3.x86_64",
"product": {
"name": "pcs-0:0.12.0-3.el10_0.3.x86_64",
"product_id": "pcs-0:0.12.0-3.el10_0.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.12.0-3.el10_0.3?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "pcs-snmp-0:0.12.0-3.el10_0.3.x86_64",
"product": {
"name": "pcs-snmp-0:0.12.0-3.el10_0.3.x86_64",
"product_id": "pcs-snmp-0:0.12.0-3.el10_0.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs-snmp@0.12.0-3.el10_0.3?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-ha-cluster-0:0.12.0-3.el10_0.3.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.3.noarch"
},
"product_reference": "cockpit-ha-cluster-0:0.12.0-3.el10_0.3.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.3.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.3.aarch64"
},
"product_reference": "pcs-0:0.12.0-3.el10_0.3.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.3.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.3.ppc64le"
},
"product_reference": "pcs-0:0.12.0-3.el10_0.3.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.3.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.3.s390x"
},
"product_reference": "pcs-0:0.12.0-3.el10_0.3.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.3.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.3.src"
},
"product_reference": "pcs-0:0.12.0-3.el10_0.3.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.3.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.3.x86_64"
},
"product_reference": "pcs-0:0.12.0-3.el10_0.3.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.3.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.3.aarch64"
},
"product_reference": "pcs-snmp-0:0.12.0-3.el10_0.3.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.3.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.3.ppc64le"
},
"product_reference": "pcs-snmp-0:0.12.0-3.el10_0.3.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.3.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.3.s390x"
},
"product_reference": "pcs-snmp-0:0.12.0-3.el10_0.3.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.3.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.3.x86_64"
},
"product_reference": "pcs-snmp-0:0.12.0-3.el10_0.3.x86_64",
"relates_to_product_reference": "HighAvailability-10.0.Z"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-59830",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-09-25T15:01:07.627558+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2398167"
}
],
"notes": [
{
"category": "description",
"text": "An unsafe default behavior in Rack::QueryParser allows bypass of the params_limit parameter count restriction when query string parameters are delimited by semicolons (;) rather than ampersands (\u0026). The parser counts only \u0026 when enforcing the limit, while still splitting on both \u0026 and ;. As a result, an attacker can supply a crafted HTTP query using ; delimiters to exceed the intended parameter count, potentially causing performance degradation or exhaustion of resources (denial of service).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rubygem-rack: Rack QueryParser has an unsafe default allowing params_limit bypass via semicolon-separated parameters",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The overall severity of this flaw is Moderate, because most Rack applications are not directly impacted. The vulnerability primarily affects applications or middleware that invoke Rack::QueryParser directly using its default configuration, which accepts both \u0026 and ; as parameter delimiters. This behavior can lead to excessive CPU or memory consumption, resulting only a limited denial-of-service condition.\n\nFor typical applications using Rack::Request, the default request-handling flow applies safe parsing logic and does not exhibit the vulnerable behavior.\n\nIn summary, while the theoretical severity is High, the practical impact is generally Moderate to Low for standard configurations.\n\n```\nAffectedness:\n\nIt should be noted that starting from Rack v3.x, the framework no longer splits query parameters on semicolons. This change was introduced in commit ef1fc0c44e6a4b77c8fcf9b4f3bfa09f04ae8482, effectively mitigating this issue in newer releases.\n\nRack 1.x is also not affected by this vulnerability. The vulnerable parsing logic was introduced in Rack 2.x; earlier versions use a simpler query parsing mechanism that does not expose the same resource exhaustion risk.\n```\n\n~~~\nAdditionally, Ruby 2.x and 3.x versions shipped with Red Hat Enterprise Linux are not affected, as they do not bundle the rack RubyGem by default. Rack is a third-party gem that must be installed separately.\n~~~",
"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.3.noarch",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.aarch64",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.ppc64le",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.s390x",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.src",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.x86_64",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.aarch64",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.ppc64le",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.s390x",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-59830"
},
{
"category": "external",
"summary": "RHBZ#2398167",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2398167"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-59830",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59830"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-59830",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-59830"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/54e4ffdd5affebcb0c015cc6ae74635c0831ed71",
"url": "https://github.com/rack/rack/commit/54e4ffdd5affebcb0c015cc6ae74635c0831ed71"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/security/advisories/GHSA-625h-95r8-8xpm",
"url": "https://github.com/rack/rack/security/advisories/GHSA-625h-95r8-8xpm"
}
],
"release_date": "2025-09-25T14:37:06.967000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-03T20:18:29+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.3.noarch",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.aarch64",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.ppc64le",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.s390x",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.src",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.x86_64",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.aarch64",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.ppc64le",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.s390x",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19513"
},
{
"category": "workaround",
"details": "No action is required for typical Rack applications that use the framework\u2019s default request-handling mechanisms, as these are not impacted.\n\nFor custom implementations or middleware that directly invoke Rack::QueryParser, administrators should:\n\nUse explicit delimiters: Configure QueryParser to use a specific delimiter (e.g. \u0026) rather than accepting both \u0026 and ;.\n\nLimit request size and parameters: Enforce request size and parameter count limits at upstream layers (such as a web server, reverse proxy, or WAF) to prevent excessive resource consumption.\n\nPrefer safe APIs: Use Rack::Request or other higher-level request parsing APIs, which apply safe defaults and avoid this vulnerability.",
"product_ids": [
"HighAvailability-10.0.Z:cockpit-ha-cluster-0:0.12.0-3.el10_0.3.noarch",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.aarch64",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.ppc64le",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.s390x",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.src",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.x86_64",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.aarch64",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.ppc64le",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.s390x",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.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-10.0.Z:cockpit-ha-cluster-0:0.12.0-3.el10_0.3.noarch",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.aarch64",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.ppc64le",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.s390x",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.src",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.x86_64",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.aarch64",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.ppc64le",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.s390x",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "rubygem-rack: Rack QueryParser has an unsafe default allowing params_limit bypass via semicolon-separated parameters"
},
{
"cve": "CVE-2025-61770",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2025-10-07T15:01:10.718770+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2402174"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Rack where the Rack::Multipart::Parser buffers the multipart preamble memory without size limits. A remote attacker can send a crafted multipart/form-data request with a very large preamble before its first boundary, causing excessive memory consumption and denial of service crash due to out-of-memory issue.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rack: Rack\u0027s unbounded multipart preamble buffering enables DoS (memory exhaustion)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is IMPORTANT because the vulnerability can be exploited over a network and can cause denial of service on such applications that run the vulnerable Rack code. By sending multipart requests with large preambles, an attacker can exhaust memory resources or crash worker processes, leading to service downtime.",
"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.3.noarch",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.aarch64",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.ppc64le",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.s390x",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.src",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.x86_64",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.aarch64",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.ppc64le",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.s390x",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61770"
},
{
"category": "external",
"summary": "RHBZ#2402174",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2402174"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61770",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61770"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61770",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61770"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/589127f4ac8b5cf11cf88fb0cd116ffed4d2181e",
"url": "https://github.com/rack/rack/commit/589127f4ac8b5cf11cf88fb0cd116ffed4d2181e"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/d869fed663b113b95a74ad53e1b5cae6ab31f29e",
"url": "https://github.com/rack/rack/commit/d869fed663b113b95a74ad53e1b5cae6ab31f29e"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/e08f78c656c9394d6737c022bde087e0f33336fd",
"url": "https://github.com/rack/rack/commit/e08f78c656c9394d6737c022bde087e0f33336fd"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/security/advisories/GHSA-p543-xpfm-54cp",
"url": "https://github.com/rack/rack/security/advisories/GHSA-p543-xpfm-54cp"
}
],
"release_date": "2025-10-07T14:30:04.552000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-03T20:18:29+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.3.noarch",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.aarch64",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.ppc64le",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.s390x",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.src",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.x86_64",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.aarch64",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.ppc64le",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.s390x",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19513"
}
],
"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.3.noarch",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.aarch64",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.ppc64le",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.s390x",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.src",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.x86_64",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.aarch64",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.ppc64le",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.s390x",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "rack: Rack\u0027s unbounded multipart preamble buffering enables DoS (memory exhaustion)"
},
{
"cve": "CVE-2025-61771",
"cwe": {
"id": "CWE-1284",
"name": "Improper Validation of Specified Quantity in Input"
},
"discovery_date": "2025-10-07T15:01:16.223161+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2402175"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Rack where Rack::Multipart::Parser stores non-file form fields entirely in memory without size limits. An attacker can send a multipart/form-data request with an extremely large text field, causing the server to allocate large amounts of memory which leads to a denial of service crash due to out-of-memory issue.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rack: Rack\u0027s multipart parser buffers large non\u2011file fields entirely in memory, enabling DoS (memory exhaustion)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The impact is IMPORTANT because this happens over a network and causes a denial of service. Large non-file fields are buffered in memory instead of being streamed or capped, leading to memory exhaustion and worker crashes.",
"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.3.noarch",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.aarch64",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.ppc64le",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.s390x",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.src",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.x86_64",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.aarch64",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.ppc64le",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.s390x",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61771"
},
{
"category": "external",
"summary": "RHBZ#2402175",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2402175"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61771",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61771"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61771",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61771"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/589127f4ac8b5cf11cf88fb0cd116ffed4d2181e",
"url": "https://github.com/rack/rack/commit/589127f4ac8b5cf11cf88fb0cd116ffed4d2181e"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/d869fed663b113b95a74ad53e1b5cae6ab31f29e",
"url": "https://github.com/rack/rack/commit/d869fed663b113b95a74ad53e1b5cae6ab31f29e"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/e08f78c656c9394d6737c022bde087e0f33336fd",
"url": "https://github.com/rack/rack/commit/e08f78c656c9394d6737c022bde087e0f33336fd"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/security/advisories/GHSA-w9pc-fmgc-vxvw",
"url": "https://github.com/rack/rack/security/advisories/GHSA-w9pc-fmgc-vxvw"
}
],
"release_date": "2025-10-07T14:42:53.366000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-03T20:18:29+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.3.noarch",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.aarch64",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.ppc64le",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.s390x",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.src",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.x86_64",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.aarch64",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.ppc64le",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.s390x",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19513"
}
],
"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.3.noarch",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.aarch64",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.ppc64le",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.s390x",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.src",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.x86_64",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.aarch64",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.ppc64le",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.s390x",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "rack: Rack\u0027s multipart parser buffers large non\u2011file fields entirely in memory, enabling DoS (memory exhaustion)"
},
{
"cve": "CVE-2025-61772",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2025-10-07T16:01:57.118202+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2402200"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been found in the rubygems rack package. `Rack::Multipart::Parser` can accumulate unbounded data when a multipart part\u2019s header block never terminates with the required blank line (`CRLFCRLF`). The parser keeps appending incoming bytes to memory without a size cap, allowing a remote attacker to exhaust memory and cause a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rack: Rack memory exhaustion denial of service",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The availability risk to Red Hat systems is limited to the application which has integrated rack. The host operating system availability is not at risk.",
"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.3.noarch",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.aarch64",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.ppc64le",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.s390x",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.src",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.x86_64",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.aarch64",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.ppc64le",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.s390x",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61772"
},
{
"category": "external",
"summary": "RHBZ#2402200",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2402200"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61772",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61772"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61772",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61772"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/589127f4ac8b5cf11cf88fb0cd116ffed4d2181e",
"url": "https://github.com/rack/rack/commit/589127f4ac8b5cf11cf88fb0cd116ffed4d2181e"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/d869fed663b113b95a74ad53e1b5cae6ab31f29e",
"url": "https://github.com/rack/rack/commit/d869fed663b113b95a74ad53e1b5cae6ab31f29e"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/e08f78c656c9394d6737c022bde087e0f33336fd",
"url": "https://github.com/rack/rack/commit/e08f78c656c9394d6737c022bde087e0f33336fd"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/security/advisories/GHSA-wpv5-97wm-hp9c",
"url": "https://github.com/rack/rack/security/advisories/GHSA-wpv5-97wm-hp9c"
}
],
"release_date": "2025-10-07T15:02:09.895000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-03T20:18:29+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.3.noarch",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.aarch64",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.ppc64le",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.s390x",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.src",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.x86_64",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.aarch64",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.ppc64le",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.s390x",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19513"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"HighAvailability-10.0.Z:cockpit-ha-cluster-0:0.12.0-3.el10_0.3.noarch",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.aarch64",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.ppc64le",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.s390x",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.src",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.x86_64",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.aarch64",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.ppc64le",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.s390x",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"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:L",
"version": "3.1"
},
"products": [
"HighAvailability-10.0.Z:cockpit-ha-cluster-0:0.12.0-3.el10_0.3.noarch",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.aarch64",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.ppc64le",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.s390x",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.src",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.x86_64",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.aarch64",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.ppc64le",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.s390x",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "rack: Rack memory exhaustion denial of service"
},
{
"cve": "CVE-2025-61919",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2025-10-10T20:01:19.001907+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2403180"
}
],
"notes": [
{
"category": "description",
"text": "A memory-exhaustion vulnerability exists in Rack when parsing application/x-www-form-urlencoded request bodies. Rack::Request#POST reads the entire request body into memory without enforcing a maximum length or cap. Attackers can exploit this by sending large form submissions, potentially causing denial of service (DoS) through memory exhaustion. Even with configured parsing limits, the issue occurs before those limits are enforced, allowing unbounded memory allocation proportional to request size.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rubygem-rack: Unbounded read in `Rack::Request` form parsing can lead to memory exhaustion",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "~~~\n\nAffectedness:\n\nRack 1.x, including 1.6.x, is not affected by this vulnerability. The issue exists only in Rack 2.x and 3.x, where request parsing was refactored into the QueryParser component. Since Rack 1.x does not include this component, it does not contain the vulnerable logic.\n\nRuby 2.x and 3.x versions shipped with Red Hat Enterprise Linux, Red Hat Openshift Core OS (RHOCS) and Red Hat In-Vehicle OS (RHIVOS) are not affected, as they do not bundle the rack RubyGem by default. Rack is a third-party gem that must be installed separately.\n\n~~~",
"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.3.noarch",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.aarch64",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.ppc64le",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.s390x",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.src",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.x86_64",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.aarch64",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.ppc64le",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.s390x",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61919"
},
{
"category": "external",
"summary": "RHBZ#2403180",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2403180"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61919",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61919"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61919",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61919"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/4e2c903991a790ee211a3021808ff4fd6fe82881",
"url": "https://github.com/rack/rack/commit/4e2c903991a790ee211a3021808ff4fd6fe82881"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/cbd541e8a3d0c5830a3c9a30d3718ce2e124f9db",
"url": "https://github.com/rack/rack/commit/cbd541e8a3d0c5830a3c9a30d3718ce2e124f9db"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/e179614c4a653283286f5f046428cbb85f21146f",
"url": "https://github.com/rack/rack/commit/e179614c4a653283286f5f046428cbb85f21146f"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/security/advisories/GHSA-6xw4-3v39-52mm",
"url": "https://github.com/rack/rack/security/advisories/GHSA-6xw4-3v39-52mm"
}
],
"release_date": "2025-10-10T19:22:42.454000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-03T20:18:29+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.3.noarch",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.aarch64",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.ppc64le",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.s390x",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.src",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.x86_64",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.aarch64",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.ppc64le",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.s390x",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19513"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u0027s standards for usability, deployment, applicability, or stability beyond these configuration-based workarounds.",
"product_ids": [
"HighAvailability-10.0.Z:cockpit-ha-cluster-0:0.12.0-3.el10_0.3.noarch",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.aarch64",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.ppc64le",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.s390x",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.src",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.x86_64",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.aarch64",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.ppc64le",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.s390x",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.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-10.0.Z:cockpit-ha-cluster-0:0.12.0-3.el10_0.3.noarch",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.aarch64",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.ppc64le",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.s390x",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.src",
"HighAvailability-10.0.Z:pcs-0:0.12.0-3.el10_0.3.x86_64",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.aarch64",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.ppc64le",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.s390x",
"HighAvailability-10.0.Z:pcs-snmp-0:0.12.0-3.el10_0.3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "rubygem-rack: Unbounded read in `Rack::Request` form parsing can lead to memory exhaustion"
}
]
}
RHSA-2025:19647
Vulnerability from csaf_redhat - Published: 2025-11-04 11:19 - Updated: 2026-04-29 18:26An unsafe default behavior in Rack::QueryParser allows bypass of the params_limit parameter count restriction when query string parameters are delimited by semicolons (;) rather than ampersands (&). The parser counts only & when enforcing the limit, while still splitting on both & and ;. As a result, an attacker can supply a crafted HTTP query using ; delimiters to exceed the intended parameter count, potentially causing performance degradation or exhaustion of resources (denial of service).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: HighAvailability-8.8.0.Z.E4S:pcs-0:0.10.15-4.el8_8.9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.E4S:pcs-0:0.10.15-4.el8_8.9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.E4S:pcs-0:0.10.15-4.el8_8.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.E4S:pcs-snmp-0:0.10.15-4.el8_8.9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.E4S:pcs-snmp-0:0.10.15-4.el8_8.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.TUS:pcs-0:0.10.15-4.el8_8.9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.TUS:pcs-0:0.10.15-4.el8_8.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.TUS:pcs-snmp-0:0.10.15-4.el8_8.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Rack where the Rack::Multipart::Parser buffers the multipart preamble memory without size limits. A remote attacker can send a crafted multipart/form-data request with a very large preamble before its first boundary, causing excessive memory consumption and denial of service crash due to out-of-memory issue.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: HighAvailability-8.8.0.Z.E4S:pcs-0:0.10.15-4.el8_8.9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.E4S:pcs-0:0.10.15-4.el8_8.9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.E4S:pcs-0:0.10.15-4.el8_8.9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.E4S:pcs-snmp-0:0.10.15-4.el8_8.9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.E4S:pcs-snmp-0:0.10.15-4.el8_8.9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.TUS:pcs-0:0.10.15-4.el8_8.9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.TUS:pcs-0:0.10.15-4.el8_8.9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.TUS:pcs-snmp-0:0.10.15-4.el8_8.9.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in Rack where Rack::Multipart::Parser stores non-file form fields entirely in memory without size limits. An attacker can send a multipart/form-data request with an extremely large text field, causing the server to allocate large amounts of memory which leads to a denial of service crash due to out-of-memory issue.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: HighAvailability-8.8.0.Z.E4S:pcs-0:0.10.15-4.el8_8.9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.E4S:pcs-0:0.10.15-4.el8_8.9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.E4S:pcs-0:0.10.15-4.el8_8.9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.E4S:pcs-snmp-0:0.10.15-4.el8_8.9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.E4S:pcs-snmp-0:0.10.15-4.el8_8.9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.TUS:pcs-0:0.10.15-4.el8_8.9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.TUS:pcs-0:0.10.15-4.el8_8.9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.TUS:pcs-snmp-0:0.10.15-4.el8_8.9.x86_64 | — |
Vendor Fix
fix
|
A denial of service flaw has been found in the rubygems rack package. `Rack::Multipart::Parser` can accumulate unbounded data when a multipart part’s header block never terminates with the required blank line (`CRLFCRLF`). The parser keeps appending incoming bytes to memory without a size cap, allowing a remote attacker to exhaust memory and cause a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: HighAvailability-8.8.0.Z.E4S:pcs-0:0.10.15-4.el8_8.9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.E4S:pcs-0:0.10.15-4.el8_8.9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.E4S:pcs-0:0.10.15-4.el8_8.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.E4S:pcs-snmp-0:0.10.15-4.el8_8.9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.E4S:pcs-snmp-0:0.10.15-4.el8_8.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.TUS:pcs-0:0.10.15-4.el8_8.9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.TUS:pcs-0:0.10.15-4.el8_8.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.TUS:pcs-snmp-0:0.10.15-4.el8_8.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
A memory-exhaustion vulnerability exists in Rack when parsing application/x-www-form-urlencoded request bodies. Rack::Request#POST reads the entire request body into memory without enforcing a maximum length or cap. Attackers can exploit this by sending large form submissions, potentially causing denial of service (DoS) through memory exhaustion. Even with configured parsing limits, the issue occurs before those limits are enforced, allowing unbounded memory allocation proportional to request size.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: HighAvailability-8.8.0.Z.E4S:pcs-0:0.10.15-4.el8_8.9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.E4S:pcs-0:0.10.15-4.el8_8.9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.E4S:pcs-0:0.10.15-4.el8_8.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.E4S:pcs-snmp-0:0.10.15-4.el8_8.9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.E4S:pcs-snmp-0:0.10.15-4.el8_8.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.TUS:pcs-0:0.10.15-4.el8_8.9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.TUS:pcs-0:0.10.15-4.el8_8.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.TUS:pcs-snmp-0:0.10.15-4.el8_8.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"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 Update Services for SAP Solutions and Red Hat Enterprise Linux 8.8 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: Rack QueryParser has an unsafe default allowing params_limit bypass via semicolon-separated parameters (CVE-2025-59830)\n\n* rack: Rack\u0027s unbounded multipart preamble buffering enables DoS (memory exhaustion) (CVE-2025-61770)\n\n* rack: Rack\u0027s multipart parser buffers large non?file fields entirely in memory, enabling DoS (memory exhaustion) (CVE-2025-61771)\n\n* rack: Rack memory exhaustion denial of service (CVE-2025-61772)\n\n* rubygem-rack: Unbounded read in `Rack::Request` form parsing can lead to memory exhaustion (CVE-2025-61919)\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:19647",
"url": "https://access.redhat.com/errata/RHSA-2025:19647"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2398167",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2398167"
},
{
"category": "external",
"summary": "2402174",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2402174"
},
{
"category": "external",
"summary": "2402175",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2402175"
},
{
"category": "external",
"summary": "2402200",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2402200"
},
{
"category": "external",
"summary": "2403180",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2403180"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_19647.json"
}
],
"title": "Red Hat Security Advisory: pcs security update",
"tracking": {
"current_release_date": "2026-04-29T18:26:15+00:00",
"generator": {
"date": "2026-04-29T18:26:15+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.7"
}
},
"id": "RHSA-2025:19647",
"initial_release_date": "2025-11-04T11:19:06+00:00",
"revision_history": [
{
"date": "2025-11-04T11:19:06+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-11-04T11:19:06+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-29T18:26:15+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.8)",
"product": {
"name": "Red Hat Enterprise Linux High Availability E4S (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:8.8::highavailability"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux High Availability TUS (v.8.8)",
"product": {
"name": "Red Hat Enterprise Linux High Availability TUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_tus:8.8::highavailability"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "pcs-0:0.10.15-4.el8_8.9.src",
"product": {
"name": "pcs-0:0.10.15-4.el8_8.9.src",
"product_id": "pcs-0:0.10.15-4.el8_8.9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.10.15-4.el8_8.9?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "pcs-0:0.10.15-4.el8_8.9.ppc64le",
"product": {
"name": "pcs-0:0.10.15-4.el8_8.9.ppc64le",
"product_id": "pcs-0:0.10.15-4.el8_8.9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.10.15-4.el8_8.9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "pcs-snmp-0:0.10.15-4.el8_8.9.ppc64le",
"product": {
"name": "pcs-snmp-0:0.10.15-4.el8_8.9.ppc64le",
"product_id": "pcs-snmp-0:0.10.15-4.el8_8.9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs-snmp@0.10.15-4.el8_8.9?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "pcs-0:0.10.15-4.el8_8.9.x86_64",
"product": {
"name": "pcs-0:0.10.15-4.el8_8.9.x86_64",
"product_id": "pcs-0:0.10.15-4.el8_8.9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.10.15-4.el8_8.9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "pcs-snmp-0:0.10.15-4.el8_8.9.x86_64",
"product": {
"name": "pcs-snmp-0:0.10.15-4.el8_8.9.x86_64",
"product_id": "pcs-snmp-0:0.10.15-4.el8_8.9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs-snmp@0.10.15-4.el8_8.9?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.15-4.el8_8.9.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.E4S:pcs-0:0.10.15-4.el8_8.9.ppc64le"
},
"product_reference": "pcs-0:0.10.15-4.el8_8.9.ppc64le",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.10.15-4.el8_8.9.src as a component of Red Hat Enterprise Linux High Availability E4S (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.E4S:pcs-0:0.10.15-4.el8_8.9.src"
},
"product_reference": "pcs-0:0.10.15-4.el8_8.9.src",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.10.15-4.el8_8.9.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.E4S:pcs-0:0.10.15-4.el8_8.9.x86_64"
},
"product_reference": "pcs-0:0.10.15-4.el8_8.9.x86_64",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.10.15-4.el8_8.9.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.E4S:pcs-snmp-0:0.10.15-4.el8_8.9.ppc64le"
},
"product_reference": "pcs-snmp-0:0.10.15-4.el8_8.9.ppc64le",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.10.15-4.el8_8.9.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.E4S:pcs-snmp-0:0.10.15-4.el8_8.9.x86_64"
},
"product_reference": "pcs-snmp-0:0.10.15-4.el8_8.9.x86_64",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.10.15-4.el8_8.9.src as a component of Red Hat Enterprise Linux High Availability TUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.TUS:pcs-0:0.10.15-4.el8_8.9.src"
},
"product_reference": "pcs-0:0.10.15-4.el8_8.9.src",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.10.15-4.el8_8.9.x86_64 as a component of Red Hat Enterprise Linux High Availability TUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.TUS:pcs-0:0.10.15-4.el8_8.9.x86_64"
},
"product_reference": "pcs-0:0.10.15-4.el8_8.9.x86_64",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.10.15-4.el8_8.9.x86_64 as a component of Red Hat Enterprise Linux High Availability TUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.TUS:pcs-snmp-0:0.10.15-4.el8_8.9.x86_64"
},
"product_reference": "pcs-snmp-0:0.10.15-4.el8_8.9.x86_64",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.TUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-59830",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-09-25T15:01:07.627558+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2398167"
}
],
"notes": [
{
"category": "description",
"text": "An unsafe default behavior in Rack::QueryParser allows bypass of the params_limit parameter count restriction when query string parameters are delimited by semicolons (;) rather than ampersands (\u0026). The parser counts only \u0026 when enforcing the limit, while still splitting on both \u0026 and ;. As a result, an attacker can supply a crafted HTTP query using ; delimiters to exceed the intended parameter count, potentially causing performance degradation or exhaustion of resources (denial of service).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rubygem-rack: Rack QueryParser has an unsafe default allowing params_limit bypass via semicolon-separated parameters",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The overall severity of this flaw is Moderate, because most Rack applications are not directly impacted. The vulnerability primarily affects applications or middleware that invoke Rack::QueryParser directly using its default configuration, which accepts both \u0026 and ; as parameter delimiters. This behavior can lead to excessive CPU or memory consumption, resulting only a limited denial-of-service condition.\n\nFor typical applications using Rack::Request, the default request-handling flow applies safe parsing logic and does not exhibit the vulnerable behavior.\n\nIn summary, while the theoretical severity is High, the practical impact is generally Moderate to Low for standard configurations.\n\n```\nAffectedness:\n\nIt should be noted that starting from Rack v3.x, the framework no longer splits query parameters on semicolons. This change was introduced in commit ef1fc0c44e6a4b77c8fcf9b4f3bfa09f04ae8482, effectively mitigating this issue in newer releases.\n\nRack 1.x is also not affected by this vulnerability. The vulnerable parsing logic was introduced in Rack 2.x; earlier versions use a simpler query parsing mechanism that does not expose the same resource exhaustion risk.\n```\n\n~~~\nAdditionally, Ruby 2.x and 3.x versions shipped with Red Hat Enterprise Linux are not affected, as they do not bundle the rack RubyGem by default. Rack is a third-party gem that must be installed separately.\n~~~",
"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.E4S:pcs-0:0.10.15-4.el8_8.9.ppc64le",
"HighAvailability-8.8.0.Z.E4S:pcs-0:0.10.15-4.el8_8.9.src",
"HighAvailability-8.8.0.Z.E4S:pcs-0:0.10.15-4.el8_8.9.x86_64",
"HighAvailability-8.8.0.Z.E4S:pcs-snmp-0:0.10.15-4.el8_8.9.ppc64le",
"HighAvailability-8.8.0.Z.E4S:pcs-snmp-0:0.10.15-4.el8_8.9.x86_64",
"HighAvailability-8.8.0.Z.TUS:pcs-0:0.10.15-4.el8_8.9.src",
"HighAvailability-8.8.0.Z.TUS:pcs-0:0.10.15-4.el8_8.9.x86_64",
"HighAvailability-8.8.0.Z.TUS:pcs-snmp-0:0.10.15-4.el8_8.9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-59830"
},
{
"category": "external",
"summary": "RHBZ#2398167",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2398167"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-59830",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59830"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-59830",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-59830"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/54e4ffdd5affebcb0c015cc6ae74635c0831ed71",
"url": "https://github.com/rack/rack/commit/54e4ffdd5affebcb0c015cc6ae74635c0831ed71"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/security/advisories/GHSA-625h-95r8-8xpm",
"url": "https://github.com/rack/rack/security/advisories/GHSA-625h-95r8-8xpm"
}
],
"release_date": "2025-09-25T14:37:06.967000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-04T11:19:06+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.E4S:pcs-0:0.10.15-4.el8_8.9.ppc64le",
"HighAvailability-8.8.0.Z.E4S:pcs-0:0.10.15-4.el8_8.9.src",
"HighAvailability-8.8.0.Z.E4S:pcs-0:0.10.15-4.el8_8.9.x86_64",
"HighAvailability-8.8.0.Z.E4S:pcs-snmp-0:0.10.15-4.el8_8.9.ppc64le",
"HighAvailability-8.8.0.Z.E4S:pcs-snmp-0:0.10.15-4.el8_8.9.x86_64",
"HighAvailability-8.8.0.Z.TUS:pcs-0:0.10.15-4.el8_8.9.src",
"HighAvailability-8.8.0.Z.TUS:pcs-0:0.10.15-4.el8_8.9.x86_64",
"HighAvailability-8.8.0.Z.TUS:pcs-snmp-0:0.10.15-4.el8_8.9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19647"
},
{
"category": "workaround",
"details": "No action is required for typical Rack applications that use the framework\u2019s default request-handling mechanisms, as these are not impacted.\n\nFor custom implementations or middleware that directly invoke Rack::QueryParser, administrators should:\n\nUse explicit delimiters: Configure QueryParser to use a specific delimiter (e.g. \u0026) rather than accepting both \u0026 and ;.\n\nLimit request size and parameters: Enforce request size and parameter count limits at upstream layers (such as a web server, reverse proxy, or WAF) to prevent excessive resource consumption.\n\nPrefer safe APIs: Use Rack::Request or other higher-level request parsing APIs, which apply safe defaults and avoid this vulnerability.",
"product_ids": [
"HighAvailability-8.8.0.Z.E4S:pcs-0:0.10.15-4.el8_8.9.ppc64le",
"HighAvailability-8.8.0.Z.E4S:pcs-0:0.10.15-4.el8_8.9.src",
"HighAvailability-8.8.0.Z.E4S:pcs-0:0.10.15-4.el8_8.9.x86_64",
"HighAvailability-8.8.0.Z.E4S:pcs-snmp-0:0.10.15-4.el8_8.9.ppc64le",
"HighAvailability-8.8.0.Z.E4S:pcs-snmp-0:0.10.15-4.el8_8.9.x86_64",
"HighAvailability-8.8.0.Z.TUS:pcs-0:0.10.15-4.el8_8.9.src",
"HighAvailability-8.8.0.Z.TUS:pcs-0:0.10.15-4.el8_8.9.x86_64",
"HighAvailability-8.8.0.Z.TUS:pcs-snmp-0:0.10.15-4.el8_8.9.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.E4S:pcs-0:0.10.15-4.el8_8.9.ppc64le",
"HighAvailability-8.8.0.Z.E4S:pcs-0:0.10.15-4.el8_8.9.src",
"HighAvailability-8.8.0.Z.E4S:pcs-0:0.10.15-4.el8_8.9.x86_64",
"HighAvailability-8.8.0.Z.E4S:pcs-snmp-0:0.10.15-4.el8_8.9.ppc64le",
"HighAvailability-8.8.0.Z.E4S:pcs-snmp-0:0.10.15-4.el8_8.9.x86_64",
"HighAvailability-8.8.0.Z.TUS:pcs-0:0.10.15-4.el8_8.9.src",
"HighAvailability-8.8.0.Z.TUS:pcs-0:0.10.15-4.el8_8.9.x86_64",
"HighAvailability-8.8.0.Z.TUS:pcs-snmp-0:0.10.15-4.el8_8.9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "rubygem-rack: Rack QueryParser has an unsafe default allowing params_limit bypass via semicolon-separated parameters"
},
{
"cve": "CVE-2025-61770",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2025-10-07T15:01:10.718770+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2402174"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Rack where the Rack::Multipart::Parser buffers the multipart preamble memory without size limits. A remote attacker can send a crafted multipart/form-data request with a very large preamble before its first boundary, causing excessive memory consumption and denial of service crash due to out-of-memory issue.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rack: Rack\u0027s unbounded multipart preamble buffering enables DoS (memory exhaustion)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is IMPORTANT because the vulnerability can be exploited over a network and can cause denial of service on such applications that run the vulnerable Rack code. By sending multipart requests with large preambles, an attacker can exhaust memory resources or crash worker processes, leading to service downtime.",
"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.E4S:pcs-0:0.10.15-4.el8_8.9.ppc64le",
"HighAvailability-8.8.0.Z.E4S:pcs-0:0.10.15-4.el8_8.9.src",
"HighAvailability-8.8.0.Z.E4S:pcs-0:0.10.15-4.el8_8.9.x86_64",
"HighAvailability-8.8.0.Z.E4S:pcs-snmp-0:0.10.15-4.el8_8.9.ppc64le",
"HighAvailability-8.8.0.Z.E4S:pcs-snmp-0:0.10.15-4.el8_8.9.x86_64",
"HighAvailability-8.8.0.Z.TUS:pcs-0:0.10.15-4.el8_8.9.src",
"HighAvailability-8.8.0.Z.TUS:pcs-0:0.10.15-4.el8_8.9.x86_64",
"HighAvailability-8.8.0.Z.TUS:pcs-snmp-0:0.10.15-4.el8_8.9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61770"
},
{
"category": "external",
"summary": "RHBZ#2402174",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2402174"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61770",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61770"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61770",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61770"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/589127f4ac8b5cf11cf88fb0cd116ffed4d2181e",
"url": "https://github.com/rack/rack/commit/589127f4ac8b5cf11cf88fb0cd116ffed4d2181e"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/d869fed663b113b95a74ad53e1b5cae6ab31f29e",
"url": "https://github.com/rack/rack/commit/d869fed663b113b95a74ad53e1b5cae6ab31f29e"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/e08f78c656c9394d6737c022bde087e0f33336fd",
"url": "https://github.com/rack/rack/commit/e08f78c656c9394d6737c022bde087e0f33336fd"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/security/advisories/GHSA-p543-xpfm-54cp",
"url": "https://github.com/rack/rack/security/advisories/GHSA-p543-xpfm-54cp"
}
],
"release_date": "2025-10-07T14:30:04.552000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-04T11:19:06+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.E4S:pcs-0:0.10.15-4.el8_8.9.ppc64le",
"HighAvailability-8.8.0.Z.E4S:pcs-0:0.10.15-4.el8_8.9.src",
"HighAvailability-8.8.0.Z.E4S:pcs-0:0.10.15-4.el8_8.9.x86_64",
"HighAvailability-8.8.0.Z.E4S:pcs-snmp-0:0.10.15-4.el8_8.9.ppc64le",
"HighAvailability-8.8.0.Z.E4S:pcs-snmp-0:0.10.15-4.el8_8.9.x86_64",
"HighAvailability-8.8.0.Z.TUS:pcs-0:0.10.15-4.el8_8.9.src",
"HighAvailability-8.8.0.Z.TUS:pcs-0:0.10.15-4.el8_8.9.x86_64",
"HighAvailability-8.8.0.Z.TUS:pcs-snmp-0:0.10.15-4.el8_8.9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19647"
}
],
"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.E4S:pcs-0:0.10.15-4.el8_8.9.ppc64le",
"HighAvailability-8.8.0.Z.E4S:pcs-0:0.10.15-4.el8_8.9.src",
"HighAvailability-8.8.0.Z.E4S:pcs-0:0.10.15-4.el8_8.9.x86_64",
"HighAvailability-8.8.0.Z.E4S:pcs-snmp-0:0.10.15-4.el8_8.9.ppc64le",
"HighAvailability-8.8.0.Z.E4S:pcs-snmp-0:0.10.15-4.el8_8.9.x86_64",
"HighAvailability-8.8.0.Z.TUS:pcs-0:0.10.15-4.el8_8.9.src",
"HighAvailability-8.8.0.Z.TUS:pcs-0:0.10.15-4.el8_8.9.x86_64",
"HighAvailability-8.8.0.Z.TUS:pcs-snmp-0:0.10.15-4.el8_8.9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "rack: Rack\u0027s unbounded multipart preamble buffering enables DoS (memory exhaustion)"
},
{
"cve": "CVE-2025-61771",
"cwe": {
"id": "CWE-1284",
"name": "Improper Validation of Specified Quantity in Input"
},
"discovery_date": "2025-10-07T15:01:16.223161+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2402175"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Rack where Rack::Multipart::Parser stores non-file form fields entirely in memory without size limits. An attacker can send a multipart/form-data request with an extremely large text field, causing the server to allocate large amounts of memory which leads to a denial of service crash due to out-of-memory issue.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rack: Rack\u0027s multipart parser buffers large non\u2011file fields entirely in memory, enabling DoS (memory exhaustion)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The impact is IMPORTANT because this happens over a network and causes a denial of service. Large non-file fields are buffered in memory instead of being streamed or capped, leading to memory exhaustion and worker crashes.",
"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.E4S:pcs-0:0.10.15-4.el8_8.9.ppc64le",
"HighAvailability-8.8.0.Z.E4S:pcs-0:0.10.15-4.el8_8.9.src",
"HighAvailability-8.8.0.Z.E4S:pcs-0:0.10.15-4.el8_8.9.x86_64",
"HighAvailability-8.8.0.Z.E4S:pcs-snmp-0:0.10.15-4.el8_8.9.ppc64le",
"HighAvailability-8.8.0.Z.E4S:pcs-snmp-0:0.10.15-4.el8_8.9.x86_64",
"HighAvailability-8.8.0.Z.TUS:pcs-0:0.10.15-4.el8_8.9.src",
"HighAvailability-8.8.0.Z.TUS:pcs-0:0.10.15-4.el8_8.9.x86_64",
"HighAvailability-8.8.0.Z.TUS:pcs-snmp-0:0.10.15-4.el8_8.9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61771"
},
{
"category": "external",
"summary": "RHBZ#2402175",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2402175"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61771",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61771"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61771",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61771"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/589127f4ac8b5cf11cf88fb0cd116ffed4d2181e",
"url": "https://github.com/rack/rack/commit/589127f4ac8b5cf11cf88fb0cd116ffed4d2181e"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/d869fed663b113b95a74ad53e1b5cae6ab31f29e",
"url": "https://github.com/rack/rack/commit/d869fed663b113b95a74ad53e1b5cae6ab31f29e"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/e08f78c656c9394d6737c022bde087e0f33336fd",
"url": "https://github.com/rack/rack/commit/e08f78c656c9394d6737c022bde087e0f33336fd"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/security/advisories/GHSA-w9pc-fmgc-vxvw",
"url": "https://github.com/rack/rack/security/advisories/GHSA-w9pc-fmgc-vxvw"
}
],
"release_date": "2025-10-07T14:42:53.366000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-04T11:19:06+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.E4S:pcs-0:0.10.15-4.el8_8.9.ppc64le",
"HighAvailability-8.8.0.Z.E4S:pcs-0:0.10.15-4.el8_8.9.src",
"HighAvailability-8.8.0.Z.E4S:pcs-0:0.10.15-4.el8_8.9.x86_64",
"HighAvailability-8.8.0.Z.E4S:pcs-snmp-0:0.10.15-4.el8_8.9.ppc64le",
"HighAvailability-8.8.0.Z.E4S:pcs-snmp-0:0.10.15-4.el8_8.9.x86_64",
"HighAvailability-8.8.0.Z.TUS:pcs-0:0.10.15-4.el8_8.9.src",
"HighAvailability-8.8.0.Z.TUS:pcs-0:0.10.15-4.el8_8.9.x86_64",
"HighAvailability-8.8.0.Z.TUS:pcs-snmp-0:0.10.15-4.el8_8.9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19647"
}
],
"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.E4S:pcs-0:0.10.15-4.el8_8.9.ppc64le",
"HighAvailability-8.8.0.Z.E4S:pcs-0:0.10.15-4.el8_8.9.src",
"HighAvailability-8.8.0.Z.E4S:pcs-0:0.10.15-4.el8_8.9.x86_64",
"HighAvailability-8.8.0.Z.E4S:pcs-snmp-0:0.10.15-4.el8_8.9.ppc64le",
"HighAvailability-8.8.0.Z.E4S:pcs-snmp-0:0.10.15-4.el8_8.9.x86_64",
"HighAvailability-8.8.0.Z.TUS:pcs-0:0.10.15-4.el8_8.9.src",
"HighAvailability-8.8.0.Z.TUS:pcs-0:0.10.15-4.el8_8.9.x86_64",
"HighAvailability-8.8.0.Z.TUS:pcs-snmp-0:0.10.15-4.el8_8.9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "rack: Rack\u0027s multipart parser buffers large non\u2011file fields entirely in memory, enabling DoS (memory exhaustion)"
},
{
"cve": "CVE-2025-61772",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2025-10-07T16:01:57.118202+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2402200"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been found in the rubygems rack package. `Rack::Multipart::Parser` can accumulate unbounded data when a multipart part\u2019s header block never terminates with the required blank line (`CRLFCRLF`). The parser keeps appending incoming bytes to memory without a size cap, allowing a remote attacker to exhaust memory and cause a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rack: Rack memory exhaustion denial of service",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The availability risk to Red Hat systems is limited to the application which has integrated rack. The host operating system availability is not at risk.",
"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.E4S:pcs-0:0.10.15-4.el8_8.9.ppc64le",
"HighAvailability-8.8.0.Z.E4S:pcs-0:0.10.15-4.el8_8.9.src",
"HighAvailability-8.8.0.Z.E4S:pcs-0:0.10.15-4.el8_8.9.x86_64",
"HighAvailability-8.8.0.Z.E4S:pcs-snmp-0:0.10.15-4.el8_8.9.ppc64le",
"HighAvailability-8.8.0.Z.E4S:pcs-snmp-0:0.10.15-4.el8_8.9.x86_64",
"HighAvailability-8.8.0.Z.TUS:pcs-0:0.10.15-4.el8_8.9.src",
"HighAvailability-8.8.0.Z.TUS:pcs-0:0.10.15-4.el8_8.9.x86_64",
"HighAvailability-8.8.0.Z.TUS:pcs-snmp-0:0.10.15-4.el8_8.9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61772"
},
{
"category": "external",
"summary": "RHBZ#2402200",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2402200"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61772",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61772"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61772",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61772"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/589127f4ac8b5cf11cf88fb0cd116ffed4d2181e",
"url": "https://github.com/rack/rack/commit/589127f4ac8b5cf11cf88fb0cd116ffed4d2181e"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/d869fed663b113b95a74ad53e1b5cae6ab31f29e",
"url": "https://github.com/rack/rack/commit/d869fed663b113b95a74ad53e1b5cae6ab31f29e"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/e08f78c656c9394d6737c022bde087e0f33336fd",
"url": "https://github.com/rack/rack/commit/e08f78c656c9394d6737c022bde087e0f33336fd"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/security/advisories/GHSA-wpv5-97wm-hp9c",
"url": "https://github.com/rack/rack/security/advisories/GHSA-wpv5-97wm-hp9c"
}
],
"release_date": "2025-10-07T15:02:09.895000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-04T11:19:06+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.E4S:pcs-0:0.10.15-4.el8_8.9.ppc64le",
"HighAvailability-8.8.0.Z.E4S:pcs-0:0.10.15-4.el8_8.9.src",
"HighAvailability-8.8.0.Z.E4S:pcs-0:0.10.15-4.el8_8.9.x86_64",
"HighAvailability-8.8.0.Z.E4S:pcs-snmp-0:0.10.15-4.el8_8.9.ppc64le",
"HighAvailability-8.8.0.Z.E4S:pcs-snmp-0:0.10.15-4.el8_8.9.x86_64",
"HighAvailability-8.8.0.Z.TUS:pcs-0:0.10.15-4.el8_8.9.src",
"HighAvailability-8.8.0.Z.TUS:pcs-0:0.10.15-4.el8_8.9.x86_64",
"HighAvailability-8.8.0.Z.TUS:pcs-snmp-0:0.10.15-4.el8_8.9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19647"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"HighAvailability-8.8.0.Z.E4S:pcs-0:0.10.15-4.el8_8.9.ppc64le",
"HighAvailability-8.8.0.Z.E4S:pcs-0:0.10.15-4.el8_8.9.src",
"HighAvailability-8.8.0.Z.E4S:pcs-0:0.10.15-4.el8_8.9.x86_64",
"HighAvailability-8.8.0.Z.E4S:pcs-snmp-0:0.10.15-4.el8_8.9.ppc64le",
"HighAvailability-8.8.0.Z.E4S:pcs-snmp-0:0.10.15-4.el8_8.9.x86_64",
"HighAvailability-8.8.0.Z.TUS:pcs-0:0.10.15-4.el8_8.9.src",
"HighAvailability-8.8.0.Z.TUS:pcs-0:0.10.15-4.el8_8.9.x86_64",
"HighAvailability-8.8.0.Z.TUS:pcs-snmp-0:0.10.15-4.el8_8.9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"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:L",
"version": "3.1"
},
"products": [
"HighAvailability-8.8.0.Z.E4S:pcs-0:0.10.15-4.el8_8.9.ppc64le",
"HighAvailability-8.8.0.Z.E4S:pcs-0:0.10.15-4.el8_8.9.src",
"HighAvailability-8.8.0.Z.E4S:pcs-0:0.10.15-4.el8_8.9.x86_64",
"HighAvailability-8.8.0.Z.E4S:pcs-snmp-0:0.10.15-4.el8_8.9.ppc64le",
"HighAvailability-8.8.0.Z.E4S:pcs-snmp-0:0.10.15-4.el8_8.9.x86_64",
"HighAvailability-8.8.0.Z.TUS:pcs-0:0.10.15-4.el8_8.9.src",
"HighAvailability-8.8.0.Z.TUS:pcs-0:0.10.15-4.el8_8.9.x86_64",
"HighAvailability-8.8.0.Z.TUS:pcs-snmp-0:0.10.15-4.el8_8.9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "rack: Rack memory exhaustion denial of service"
},
{
"cve": "CVE-2025-61919",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2025-10-10T20:01:19.001907+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2403180"
}
],
"notes": [
{
"category": "description",
"text": "A memory-exhaustion vulnerability exists in Rack when parsing application/x-www-form-urlencoded request bodies. Rack::Request#POST reads the entire request body into memory without enforcing a maximum length or cap. Attackers can exploit this by sending large form submissions, potentially causing denial of service (DoS) through memory exhaustion. Even with configured parsing limits, the issue occurs before those limits are enforced, allowing unbounded memory allocation proportional to request size.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rubygem-rack: Unbounded read in `Rack::Request` form parsing can lead to memory exhaustion",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "~~~\n\nAffectedness:\n\nRack 1.x, including 1.6.x, is not affected by this vulnerability. The issue exists only in Rack 2.x and 3.x, where request parsing was refactored into the QueryParser component. Since Rack 1.x does not include this component, it does not contain the vulnerable logic.\n\nRuby 2.x and 3.x versions shipped with Red Hat Enterprise Linux, Red Hat Openshift Core OS (RHOCS) and Red Hat In-Vehicle OS (RHIVOS) are not affected, as they do not bundle the rack RubyGem by default. Rack is a third-party gem that must be installed separately.\n\n~~~",
"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.E4S:pcs-0:0.10.15-4.el8_8.9.ppc64le",
"HighAvailability-8.8.0.Z.E4S:pcs-0:0.10.15-4.el8_8.9.src",
"HighAvailability-8.8.0.Z.E4S:pcs-0:0.10.15-4.el8_8.9.x86_64",
"HighAvailability-8.8.0.Z.E4S:pcs-snmp-0:0.10.15-4.el8_8.9.ppc64le",
"HighAvailability-8.8.0.Z.E4S:pcs-snmp-0:0.10.15-4.el8_8.9.x86_64",
"HighAvailability-8.8.0.Z.TUS:pcs-0:0.10.15-4.el8_8.9.src",
"HighAvailability-8.8.0.Z.TUS:pcs-0:0.10.15-4.el8_8.9.x86_64",
"HighAvailability-8.8.0.Z.TUS:pcs-snmp-0:0.10.15-4.el8_8.9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61919"
},
{
"category": "external",
"summary": "RHBZ#2403180",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2403180"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61919",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61919"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61919",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61919"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/4e2c903991a790ee211a3021808ff4fd6fe82881",
"url": "https://github.com/rack/rack/commit/4e2c903991a790ee211a3021808ff4fd6fe82881"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/cbd541e8a3d0c5830a3c9a30d3718ce2e124f9db",
"url": "https://github.com/rack/rack/commit/cbd541e8a3d0c5830a3c9a30d3718ce2e124f9db"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/e179614c4a653283286f5f046428cbb85f21146f",
"url": "https://github.com/rack/rack/commit/e179614c4a653283286f5f046428cbb85f21146f"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/security/advisories/GHSA-6xw4-3v39-52mm",
"url": "https://github.com/rack/rack/security/advisories/GHSA-6xw4-3v39-52mm"
}
],
"release_date": "2025-10-10T19:22:42.454000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-04T11:19:06+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.E4S:pcs-0:0.10.15-4.el8_8.9.ppc64le",
"HighAvailability-8.8.0.Z.E4S:pcs-0:0.10.15-4.el8_8.9.src",
"HighAvailability-8.8.0.Z.E4S:pcs-0:0.10.15-4.el8_8.9.x86_64",
"HighAvailability-8.8.0.Z.E4S:pcs-snmp-0:0.10.15-4.el8_8.9.ppc64le",
"HighAvailability-8.8.0.Z.E4S:pcs-snmp-0:0.10.15-4.el8_8.9.x86_64",
"HighAvailability-8.8.0.Z.TUS:pcs-0:0.10.15-4.el8_8.9.src",
"HighAvailability-8.8.0.Z.TUS:pcs-0:0.10.15-4.el8_8.9.x86_64",
"HighAvailability-8.8.0.Z.TUS:pcs-snmp-0:0.10.15-4.el8_8.9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19647"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u0027s standards for usability, deployment, applicability, or stability beyond these configuration-based workarounds.",
"product_ids": [
"HighAvailability-8.8.0.Z.E4S:pcs-0:0.10.15-4.el8_8.9.ppc64le",
"HighAvailability-8.8.0.Z.E4S:pcs-0:0.10.15-4.el8_8.9.src",
"HighAvailability-8.8.0.Z.E4S:pcs-0:0.10.15-4.el8_8.9.x86_64",
"HighAvailability-8.8.0.Z.E4S:pcs-snmp-0:0.10.15-4.el8_8.9.ppc64le",
"HighAvailability-8.8.0.Z.E4S:pcs-snmp-0:0.10.15-4.el8_8.9.x86_64",
"HighAvailability-8.8.0.Z.TUS:pcs-0:0.10.15-4.el8_8.9.src",
"HighAvailability-8.8.0.Z.TUS:pcs-0:0.10.15-4.el8_8.9.x86_64",
"HighAvailability-8.8.0.Z.TUS:pcs-snmp-0:0.10.15-4.el8_8.9.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.E4S:pcs-0:0.10.15-4.el8_8.9.ppc64le",
"HighAvailability-8.8.0.Z.E4S:pcs-0:0.10.15-4.el8_8.9.src",
"HighAvailability-8.8.0.Z.E4S:pcs-0:0.10.15-4.el8_8.9.x86_64",
"HighAvailability-8.8.0.Z.E4S:pcs-snmp-0:0.10.15-4.el8_8.9.ppc64le",
"HighAvailability-8.8.0.Z.E4S:pcs-snmp-0:0.10.15-4.el8_8.9.x86_64",
"HighAvailability-8.8.0.Z.TUS:pcs-0:0.10.15-4.el8_8.9.src",
"HighAvailability-8.8.0.Z.TUS:pcs-0:0.10.15-4.el8_8.9.x86_64",
"HighAvailability-8.8.0.Z.TUS:pcs-snmp-0:0.10.15-4.el8_8.9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "rubygem-rack: Unbounded read in `Rack::Request` form parsing can lead to memory exhaustion"
}
]
}
RHSA-2025:19719
Vulnerability from csaf_redhat - Published: 2025-11-04 17:06 - Updated: 2026-04-29 18:26An unsafe default behavior in Rack::QueryParser allows bypass of the params_limit parameter count restriction when query string parameters are delimited by semicolons (;) rather than ampersands (&). The parser counts only & when enforcing the limit, while still splitting on both & and ;. As a result, an attacker can supply a crafted HTTP query using ; delimiters to exceed the intended parameter count, potentially causing performance degradation or exhaustion of resources (denial of service).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Rack where the Rack::Multipart::Parser buffers the multipart preamble memory without size limits. A remote attacker can send a crafted multipart/form-data request with a very large preamble before its first boundary, causing excessive memory consumption and denial of service crash due to out-of-memory issue.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in Rack where Rack::Multipart::Parser stores non-file form fields entirely in memory without size limits. An attacker can send a multipart/form-data request with an extremely large text field, causing the server to allocate large amounts of memory which leads to a denial of service crash due to out-of-memory issue.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.x86_64 | — |
Vendor Fix
fix
|
A denial of service flaw has been found in the rubygems rack package. `Rack::Multipart::Parser` can accumulate unbounded data when a multipart part’s header block never terminates with the required blank line (`CRLFCRLF`). The parser keeps appending incoming bytes to memory without a size cap, allowing a remote attacker to exhaust memory and cause a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
A memory-exhaustion vulnerability exists in Rack when parsing application/x-www-form-urlencoded request bodies. Rack::Request#POST reads the entire request body into memory without enforcing a maximum length or cap. Attackers can exploit this by sending large form submissions, potentially causing denial of service (DoS) through memory exhaustion. Even with configured parsing limits, the issue occurs before those limits are enforced, allowing unbounded memory allocation proportional to request size.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"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: Rack QueryParser has an unsafe default allowing params_limit bypass via semicolon-separated parameters (CVE-2025-59830)\n\n* rack: Rack\u0027s unbounded multipart preamble buffering enables DoS (memory exhaustion) (CVE-2025-61770)\n\n* rack: Rack\u0027s multipart parser buffers large non?file fields entirely in memory, enabling DoS (memory exhaustion) (CVE-2025-61771)\n\n* rack: Rack memory exhaustion denial of service (CVE-2025-61772)\n\n* rubygem-rack: Unbounded read in `Rack::Request` form parsing can lead to memory exhaustion (CVE-2025-61919)\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:19719",
"url": "https://access.redhat.com/errata/RHSA-2025:19719"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2398167",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2398167"
},
{
"category": "external",
"summary": "2402174",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2402174"
},
{
"category": "external",
"summary": "2402175",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2402175"
},
{
"category": "external",
"summary": "2402200",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2402200"
},
{
"category": "external",
"summary": "2403180",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2403180"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_19719.json"
}
],
"title": "Red Hat Security Advisory: pcs security update",
"tracking": {
"current_release_date": "2026-04-29T18:26:17+00:00",
"generator": {
"date": "2026-04-29T18:26:17+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.7"
}
},
"id": "RHSA-2025:19719",
"initial_release_date": "2025-11-04T17:06:17+00:00",
"revision_history": [
{
"date": "2025-11-04T17:06:17+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-11-04T17:06:17+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-29T18:26: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 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.7.src",
"product": {
"name": "pcs-0:0.10.18-2.el8_10.7.src",
"product_id": "pcs-0:0.10.18-2.el8_10.7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.10.18-2.el8_10.7?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "pcs-0:0.10.18-2.el8_10.7.aarch64",
"product": {
"name": "pcs-0:0.10.18-2.el8_10.7.aarch64",
"product_id": "pcs-0:0.10.18-2.el8_10.7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.10.18-2.el8_10.7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "pcs-snmp-0:0.10.18-2.el8_10.7.aarch64",
"product": {
"name": "pcs-snmp-0:0.10.18-2.el8_10.7.aarch64",
"product_id": "pcs-snmp-0:0.10.18-2.el8_10.7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs-snmp@0.10.18-2.el8_10.7?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "pcs-0:0.10.18-2.el8_10.7.ppc64le",
"product": {
"name": "pcs-0:0.10.18-2.el8_10.7.ppc64le",
"product_id": "pcs-0:0.10.18-2.el8_10.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.10.18-2.el8_10.7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "pcs-snmp-0:0.10.18-2.el8_10.7.ppc64le",
"product": {
"name": "pcs-snmp-0:0.10.18-2.el8_10.7.ppc64le",
"product_id": "pcs-snmp-0:0.10.18-2.el8_10.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs-snmp@0.10.18-2.el8_10.7?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "pcs-0:0.10.18-2.el8_10.7.x86_64",
"product": {
"name": "pcs-0:0.10.18-2.el8_10.7.x86_64",
"product_id": "pcs-0:0.10.18-2.el8_10.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.10.18-2.el8_10.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "pcs-snmp-0:0.10.18-2.el8_10.7.x86_64",
"product": {
"name": "pcs-snmp-0:0.10.18-2.el8_10.7.x86_64",
"product_id": "pcs-snmp-0:0.10.18-2.el8_10.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs-snmp@0.10.18-2.el8_10.7?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "pcs-0:0.10.18-2.el8_10.7.s390x",
"product": {
"name": "pcs-0:0.10.18-2.el8_10.7.s390x",
"product_id": "pcs-0:0.10.18-2.el8_10.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.10.18-2.el8_10.7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "pcs-snmp-0:0.10.18-2.el8_10.7.s390x",
"product": {
"name": "pcs-snmp-0:0.10.18-2.el8_10.7.s390x",
"product_id": "pcs-snmp-0:0.10.18-2.el8_10.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs-snmp@0.10.18-2.el8_10.7?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.7.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.7.aarch64"
},
"product_reference": "pcs-0:0.10.18-2.el8_10.7.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.7.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.7.ppc64le"
},
"product_reference": "pcs-0:0.10.18-2.el8_10.7.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.7.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.7.s390x"
},
"product_reference": "pcs-0:0.10.18-2.el8_10.7.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.7.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.7.src"
},
"product_reference": "pcs-0:0.10.18-2.el8_10.7.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.7.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.7.x86_64"
},
"product_reference": "pcs-0:0.10.18-2.el8_10.7.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.7.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.7.aarch64"
},
"product_reference": "pcs-snmp-0:0.10.18-2.el8_10.7.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.7.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.7.ppc64le"
},
"product_reference": "pcs-snmp-0:0.10.18-2.el8_10.7.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.7.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.7.s390x"
},
"product_reference": "pcs-snmp-0:0.10.18-2.el8_10.7.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.7.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.7.x86_64"
},
"product_reference": "pcs-snmp-0:0.10.18-2.el8_10.7.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.7.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.7.aarch64"
},
"product_reference": "pcs-0:0.10.18-2.el8_10.7.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.7.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.7.ppc64le"
},
"product_reference": "pcs-0:0.10.18-2.el8_10.7.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.7.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.7.s390x"
},
"product_reference": "pcs-0:0.10.18-2.el8_10.7.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.7.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.7.src"
},
"product_reference": "pcs-0:0.10.18-2.el8_10.7.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.7.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.7.x86_64"
},
"product_reference": "pcs-0:0.10.18-2.el8_10.7.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.7.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.7.aarch64"
},
"product_reference": "pcs-snmp-0:0.10.18-2.el8_10.7.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.7.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.7.ppc64le"
},
"product_reference": "pcs-snmp-0:0.10.18-2.el8_10.7.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.7.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.7.s390x"
},
"product_reference": "pcs-snmp-0:0.10.18-2.el8_10.7.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.7.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.7.x86_64"
},
"product_reference": "pcs-snmp-0:0.10.18-2.el8_10.7.x86_64",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-59830",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-09-25T15:01:07.627558+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2398167"
}
],
"notes": [
{
"category": "description",
"text": "An unsafe default behavior in Rack::QueryParser allows bypass of the params_limit parameter count restriction when query string parameters are delimited by semicolons (;) rather than ampersands (\u0026). The parser counts only \u0026 when enforcing the limit, while still splitting on both \u0026 and ;. As a result, an attacker can supply a crafted HTTP query using ; delimiters to exceed the intended parameter count, potentially causing performance degradation or exhaustion of resources (denial of service).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rubygem-rack: Rack QueryParser has an unsafe default allowing params_limit bypass via semicolon-separated parameters",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The overall severity of this flaw is Moderate, because most Rack applications are not directly impacted. The vulnerability primarily affects applications or middleware that invoke Rack::QueryParser directly using its default configuration, which accepts both \u0026 and ; as parameter delimiters. This behavior can lead to excessive CPU or memory consumption, resulting only a limited denial-of-service condition.\n\nFor typical applications using Rack::Request, the default request-handling flow applies safe parsing logic and does not exhibit the vulnerable behavior.\n\nIn summary, while the theoretical severity is High, the practical impact is generally Moderate to Low for standard configurations.\n\n```\nAffectedness:\n\nIt should be noted that starting from Rack v3.x, the framework no longer splits query parameters on semicolons. This change was introduced in commit ef1fc0c44e6a4b77c8fcf9b4f3bfa09f04ae8482, effectively mitigating this issue in newer releases.\n\nRack 1.x is also not affected by this vulnerability. The vulnerable parsing logic was introduced in Rack 2.x; earlier versions use a simpler query parsing mechanism that does not expose the same resource exhaustion risk.\n```\n\n~~~\nAdditionally, Ruby 2.x and 3.x versions shipped with Red Hat Enterprise Linux are not affected, as they do not bundle the rack RubyGem by default. Rack is a third-party gem that must be installed separately.\n~~~",
"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.7.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.src",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.src",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-59830"
},
{
"category": "external",
"summary": "RHBZ#2398167",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2398167"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-59830",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59830"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-59830",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-59830"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/54e4ffdd5affebcb0c015cc6ae74635c0831ed71",
"url": "https://github.com/rack/rack/commit/54e4ffdd5affebcb0c015cc6ae74635c0831ed71"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/security/advisories/GHSA-625h-95r8-8xpm",
"url": "https://github.com/rack/rack/security/advisories/GHSA-625h-95r8-8xpm"
}
],
"release_date": "2025-09-25T14:37:06.967000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-04T17:06:17+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.7.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.src",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.src",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19719"
},
{
"category": "workaround",
"details": "No action is required for typical Rack applications that use the framework\u2019s default request-handling mechanisms, as these are not impacted.\n\nFor custom implementations or middleware that directly invoke Rack::QueryParser, administrators should:\n\nUse explicit delimiters: Configure QueryParser to use a specific delimiter (e.g. \u0026) rather than accepting both \u0026 and ;.\n\nLimit request size and parameters: Enforce request size and parameter count limits at upstream layers (such as a web server, reverse proxy, or WAF) to prevent excessive resource consumption.\n\nPrefer safe APIs: Use Rack::Request or other higher-level request parsing APIs, which apply safe defaults and avoid this vulnerability.",
"product_ids": [
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.src",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.src",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.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.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.src",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.src",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "rubygem-rack: Rack QueryParser has an unsafe default allowing params_limit bypass via semicolon-separated parameters"
},
{
"cve": "CVE-2025-61770",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2025-10-07T15:01:10.718770+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2402174"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Rack where the Rack::Multipart::Parser buffers the multipart preamble memory without size limits. A remote attacker can send a crafted multipart/form-data request with a very large preamble before its first boundary, causing excessive memory consumption and denial of service crash due to out-of-memory issue.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rack: Rack\u0027s unbounded multipart preamble buffering enables DoS (memory exhaustion)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is IMPORTANT because the vulnerability can be exploited over a network and can cause denial of service on such applications that run the vulnerable Rack code. By sending multipart requests with large preambles, an attacker can exhaust memory resources or crash worker processes, leading to service downtime.",
"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.7.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.src",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.src",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61770"
},
{
"category": "external",
"summary": "RHBZ#2402174",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2402174"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61770",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61770"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61770",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61770"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/589127f4ac8b5cf11cf88fb0cd116ffed4d2181e",
"url": "https://github.com/rack/rack/commit/589127f4ac8b5cf11cf88fb0cd116ffed4d2181e"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/d869fed663b113b95a74ad53e1b5cae6ab31f29e",
"url": "https://github.com/rack/rack/commit/d869fed663b113b95a74ad53e1b5cae6ab31f29e"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/e08f78c656c9394d6737c022bde087e0f33336fd",
"url": "https://github.com/rack/rack/commit/e08f78c656c9394d6737c022bde087e0f33336fd"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/security/advisories/GHSA-p543-xpfm-54cp",
"url": "https://github.com/rack/rack/security/advisories/GHSA-p543-xpfm-54cp"
}
],
"release_date": "2025-10-07T14:30:04.552000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-04T17:06:17+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.7.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.src",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.src",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19719"
}
],
"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.7.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.src",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.src",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "rack: Rack\u0027s unbounded multipart preamble buffering enables DoS (memory exhaustion)"
},
{
"cve": "CVE-2025-61771",
"cwe": {
"id": "CWE-1284",
"name": "Improper Validation of Specified Quantity in Input"
},
"discovery_date": "2025-10-07T15:01:16.223161+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2402175"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Rack where Rack::Multipart::Parser stores non-file form fields entirely in memory without size limits. An attacker can send a multipart/form-data request with an extremely large text field, causing the server to allocate large amounts of memory which leads to a denial of service crash due to out-of-memory issue.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rack: Rack\u0027s multipart parser buffers large non\u2011file fields entirely in memory, enabling DoS (memory exhaustion)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The impact is IMPORTANT because this happens over a network and causes a denial of service. Large non-file fields are buffered in memory instead of being streamed or capped, leading to memory exhaustion and worker crashes.",
"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.7.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.src",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.src",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61771"
},
{
"category": "external",
"summary": "RHBZ#2402175",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2402175"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61771",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61771"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61771",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61771"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/589127f4ac8b5cf11cf88fb0cd116ffed4d2181e",
"url": "https://github.com/rack/rack/commit/589127f4ac8b5cf11cf88fb0cd116ffed4d2181e"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/d869fed663b113b95a74ad53e1b5cae6ab31f29e",
"url": "https://github.com/rack/rack/commit/d869fed663b113b95a74ad53e1b5cae6ab31f29e"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/e08f78c656c9394d6737c022bde087e0f33336fd",
"url": "https://github.com/rack/rack/commit/e08f78c656c9394d6737c022bde087e0f33336fd"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/security/advisories/GHSA-w9pc-fmgc-vxvw",
"url": "https://github.com/rack/rack/security/advisories/GHSA-w9pc-fmgc-vxvw"
}
],
"release_date": "2025-10-07T14:42:53.366000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-04T17:06:17+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.7.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.src",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.src",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19719"
}
],
"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.7.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.src",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.src",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "rack: Rack\u0027s multipart parser buffers large non\u2011file fields entirely in memory, enabling DoS (memory exhaustion)"
},
{
"cve": "CVE-2025-61772",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2025-10-07T16:01:57.118202+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2402200"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been found in the rubygems rack package. `Rack::Multipart::Parser` can accumulate unbounded data when a multipart part\u2019s header block never terminates with the required blank line (`CRLFCRLF`). The parser keeps appending incoming bytes to memory without a size cap, allowing a remote attacker to exhaust memory and cause a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rack: Rack memory exhaustion denial of service",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The availability risk to Red Hat systems is limited to the application which has integrated rack. The host operating system availability is not at risk.",
"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.7.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.src",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.src",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61772"
},
{
"category": "external",
"summary": "RHBZ#2402200",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2402200"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61772",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61772"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61772",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61772"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/589127f4ac8b5cf11cf88fb0cd116ffed4d2181e",
"url": "https://github.com/rack/rack/commit/589127f4ac8b5cf11cf88fb0cd116ffed4d2181e"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/d869fed663b113b95a74ad53e1b5cae6ab31f29e",
"url": "https://github.com/rack/rack/commit/d869fed663b113b95a74ad53e1b5cae6ab31f29e"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/e08f78c656c9394d6737c022bde087e0f33336fd",
"url": "https://github.com/rack/rack/commit/e08f78c656c9394d6737c022bde087e0f33336fd"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/security/advisories/GHSA-wpv5-97wm-hp9c",
"url": "https://github.com/rack/rack/security/advisories/GHSA-wpv5-97wm-hp9c"
}
],
"release_date": "2025-10-07T15:02:09.895000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-04T17:06:17+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.7.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.src",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.src",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19719"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.src",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.src",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"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:L",
"version": "3.1"
},
"products": [
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.src",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.src",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "rack: Rack memory exhaustion denial of service"
},
{
"cve": "CVE-2025-61919",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2025-10-10T20:01:19.001907+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2403180"
}
],
"notes": [
{
"category": "description",
"text": "A memory-exhaustion vulnerability exists in Rack when parsing application/x-www-form-urlencoded request bodies. Rack::Request#POST reads the entire request body into memory without enforcing a maximum length or cap. Attackers can exploit this by sending large form submissions, potentially causing denial of service (DoS) through memory exhaustion. Even with configured parsing limits, the issue occurs before those limits are enforced, allowing unbounded memory allocation proportional to request size.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rubygem-rack: Unbounded read in `Rack::Request` form parsing can lead to memory exhaustion",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "~~~\n\nAffectedness:\n\nRack 1.x, including 1.6.x, is not affected by this vulnerability. The issue exists only in Rack 2.x and 3.x, where request parsing was refactored into the QueryParser component. Since Rack 1.x does not include this component, it does not contain the vulnerable logic.\n\nRuby 2.x and 3.x versions shipped with Red Hat Enterprise Linux, Red Hat Openshift Core OS (RHOCS) and Red Hat In-Vehicle OS (RHIVOS) are not affected, as they do not bundle the rack RubyGem by default. Rack is a third-party gem that must be installed separately.\n\n~~~",
"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.7.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.src",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.src",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61919"
},
{
"category": "external",
"summary": "RHBZ#2403180",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2403180"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61919",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61919"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61919",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61919"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/4e2c903991a790ee211a3021808ff4fd6fe82881",
"url": "https://github.com/rack/rack/commit/4e2c903991a790ee211a3021808ff4fd6fe82881"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/cbd541e8a3d0c5830a3c9a30d3718ce2e124f9db",
"url": "https://github.com/rack/rack/commit/cbd541e8a3d0c5830a3c9a30d3718ce2e124f9db"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/e179614c4a653283286f5f046428cbb85f21146f",
"url": "https://github.com/rack/rack/commit/e179614c4a653283286f5f046428cbb85f21146f"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/security/advisories/GHSA-6xw4-3v39-52mm",
"url": "https://github.com/rack/rack/security/advisories/GHSA-6xw4-3v39-52mm"
}
],
"release_date": "2025-10-10T19:22:42.454000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-04T17:06:17+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.7.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.src",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.src",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19719"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u0027s standards for usability, deployment, applicability, or stability beyond these configuration-based workarounds.",
"product_ids": [
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.src",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.src",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.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.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.src",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.src",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.7.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "rubygem-rack: Unbounded read in `Rack::Request` form parsing can lead to memory exhaustion"
}
]
}
RHSA-2025:19733
Vulnerability from csaf_redhat - Published: 2025-11-04 19:51 - Updated: 2026-04-29 18:26An unsafe default behavior in Rack::QueryParser allows bypass of the params_limit parameter count restriction when query string parameters are delimited by semicolons (;) rather than ampersands (&). The parser counts only & when enforcing the limit, while still splitting on both & and ;. As a result, an attacker can supply a crafted HTTP query using ; delimiters to exceed the intended parameter count, potentially causing performance degradation or exhaustion of resources (denial of service).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Rack where the Rack::Multipart::Parser buffers the multipart preamble memory without size limits. A remote attacker can send a crafted multipart/form-data request with a very large preamble before its first boundary, causing excessive memory consumption and denial of service crash due to out-of-memory issue.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.x86_64 | — |
Vendor Fix
fix
|
A denial of service flaw has been found in the rubygems rack package. `Rack::Multipart::Parser` can accumulate unbounded data when a multipart part’s header block never terminates with the required blank line (`CRLFCRLF`). The parser keeps appending incoming bytes to memory without a size cap, allowing a remote attacker to exhaust memory and cause a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
A memory-exhaustion vulnerability exists in Rack when parsing application/x-www-form-urlencoded request bodies. Rack::Request#POST reads the entire request body into memory without enforcing a maximum length or cap. Attackers can exploit this by sending large form submissions, potentially causing denial of service (DoS) through memory exhaustion. Even with configured parsing limits, the issue occurs before those limits are enforced, allowing unbounded memory allocation proportional to request size.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"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 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: Rack QueryParser has an unsafe default allowing params_limit bypass via semicolon-separated parameters (CVE-2025-59830)\n\n* rack: Rack\u0027s unbounded multipart preamble buffering enables DoS (memory exhaustion) (CVE-2025-61770)\n\n* rack: Rack memory exhaustion denial of service (CVE-2025-61772)\n\n* rubygem-rack: Unbounded read in `Rack::Request` form parsing can lead to memory exhaustion (CVE-2025-61919)\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:19733",
"url": "https://access.redhat.com/errata/RHSA-2025:19733"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2398167",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2398167"
},
{
"category": "external",
"summary": "2402174",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2402174"
},
{
"category": "external",
"summary": "2402200",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2402200"
},
{
"category": "external",
"summary": "2403180",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2403180"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_19733.json"
}
],
"title": "Red Hat Security Advisory: pcs security update",
"tracking": {
"current_release_date": "2026-04-29T18:26:13+00:00",
"generator": {
"date": "2026-04-29T18:26:13+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.7"
}
},
"id": "RHSA-2025:19733",
"initial_release_date": "2025-11-04T19:51:12+00:00",
"revision_history": [
{
"date": "2025-11-04T19:51:12+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-11-04T19:51:12+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-29T18:26: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 E4S (v.9.2)",
"product": {
"name": "Red Hat Enterprise Linux High Availability E4S (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:9.2::highavailability"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Resilient Storage E4S (v.9.2)",
"product": {
"name": "Red Hat Enterprise Linux Resilient Storage E4S (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:9.2::resilientstorage"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "pcs-0:0.11.4-7.el9_2.6.src",
"product": {
"name": "pcs-0:0.11.4-7.el9_2.6.src",
"product_id": "pcs-0:0.11.4-7.el9_2.6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.11.4-7.el9_2.6?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "pcs-0:0.11.4-7.el9_2.6.aarch64",
"product": {
"name": "pcs-0:0.11.4-7.el9_2.6.aarch64",
"product_id": "pcs-0:0.11.4-7.el9_2.6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.11.4-7.el9_2.6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "pcs-snmp-0:0.11.4-7.el9_2.6.aarch64",
"product": {
"name": "pcs-snmp-0:0.11.4-7.el9_2.6.aarch64",
"product_id": "pcs-snmp-0:0.11.4-7.el9_2.6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs-snmp@0.11.4-7.el9_2.6?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "pcs-0:0.11.4-7.el9_2.6.ppc64le",
"product": {
"name": "pcs-0:0.11.4-7.el9_2.6.ppc64le",
"product_id": "pcs-0:0.11.4-7.el9_2.6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.11.4-7.el9_2.6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "pcs-snmp-0:0.11.4-7.el9_2.6.ppc64le",
"product": {
"name": "pcs-snmp-0:0.11.4-7.el9_2.6.ppc64le",
"product_id": "pcs-snmp-0:0.11.4-7.el9_2.6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs-snmp@0.11.4-7.el9_2.6?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "pcs-0:0.11.4-7.el9_2.6.x86_64",
"product": {
"name": "pcs-0:0.11.4-7.el9_2.6.x86_64",
"product_id": "pcs-0:0.11.4-7.el9_2.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.11.4-7.el9_2.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "pcs-snmp-0:0.11.4-7.el9_2.6.x86_64",
"product": {
"name": "pcs-snmp-0:0.11.4-7.el9_2.6.x86_64",
"product_id": "pcs-snmp-0:0.11.4-7.el9_2.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs-snmp@0.11.4-7.el9_2.6?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "pcs-0:0.11.4-7.el9_2.6.s390x",
"product": {
"name": "pcs-0:0.11.4-7.el9_2.6.s390x",
"product_id": "pcs-0:0.11.4-7.el9_2.6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.11.4-7.el9_2.6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "pcs-snmp-0:0.11.4-7.el9_2.6.s390x",
"product": {
"name": "pcs-snmp-0:0.11.4-7.el9_2.6.s390x",
"product_id": "pcs-snmp-0:0.11.4-7.el9_2.6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs-snmp@0.11.4-7.el9_2.6?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.6.aarch64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.aarch64"
},
"product_reference": "pcs-0:0.11.4-7.el9_2.6.aarch64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.11.4-7.el9_2.6.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.ppc64le"
},
"product_reference": "pcs-0:0.11.4-7.el9_2.6.ppc64le",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.11.4-7.el9_2.6.s390x as a component of Red Hat Enterprise Linux High Availability E4S (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.s390x"
},
"product_reference": "pcs-0:0.11.4-7.el9_2.6.s390x",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.11.4-7.el9_2.6.src as a component of Red Hat Enterprise Linux High Availability E4S (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.src"
},
"product_reference": "pcs-0:0.11.4-7.el9_2.6.src",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.11.4-7.el9_2.6.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.x86_64"
},
"product_reference": "pcs-0:0.11.4-7.el9_2.6.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.11.4-7.el9_2.6.aarch64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.aarch64"
},
"product_reference": "pcs-snmp-0:0.11.4-7.el9_2.6.aarch64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.11.4-7.el9_2.6.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.ppc64le"
},
"product_reference": "pcs-snmp-0:0.11.4-7.el9_2.6.ppc64le",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.11.4-7.el9_2.6.s390x as a component of Red Hat Enterprise Linux High Availability E4S (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.s390x"
},
"product_reference": "pcs-snmp-0:0.11.4-7.el9_2.6.s390x",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.11.4-7.el9_2.6.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.x86_64"
},
"product_reference": "pcs-snmp-0:0.11.4-7.el9_2.6.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.11.4-7.el9_2.6.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage E4S (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.aarch64"
},
"product_reference": "pcs-0:0.11.4-7.el9_2.6.aarch64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.11.4-7.el9_2.6.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage E4S (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.ppc64le"
},
"product_reference": "pcs-0:0.11.4-7.el9_2.6.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.11.4-7.el9_2.6.s390x as a component of Red Hat Enterprise Linux Resilient Storage E4S (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.s390x"
},
"product_reference": "pcs-0:0.11.4-7.el9_2.6.s390x",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.11.4-7.el9_2.6.src as a component of Red Hat Enterprise Linux Resilient Storage E4S (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.src"
},
"product_reference": "pcs-0:0.11.4-7.el9_2.6.src",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.11.4-7.el9_2.6.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage E4S (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.x86_64"
},
"product_reference": "pcs-0:0.11.4-7.el9_2.6.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.11.4-7.el9_2.6.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage E4S (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.aarch64"
},
"product_reference": "pcs-snmp-0:0.11.4-7.el9_2.6.aarch64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.11.4-7.el9_2.6.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage E4S (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.ppc64le"
},
"product_reference": "pcs-snmp-0:0.11.4-7.el9_2.6.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.11.4-7.el9_2.6.s390x as a component of Red Hat Enterprise Linux Resilient Storage E4S (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.s390x"
},
"product_reference": "pcs-snmp-0:0.11.4-7.el9_2.6.s390x",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.11.4-7.el9_2.6.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage E4S (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.x86_64"
},
"product_reference": "pcs-snmp-0:0.11.4-7.el9_2.6.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.E4S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-59830",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-09-25T15:01:07.627558+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2398167"
}
],
"notes": [
{
"category": "description",
"text": "An unsafe default behavior in Rack::QueryParser allows bypass of the params_limit parameter count restriction when query string parameters are delimited by semicolons (;) rather than ampersands (\u0026). The parser counts only \u0026 when enforcing the limit, while still splitting on both \u0026 and ;. As a result, an attacker can supply a crafted HTTP query using ; delimiters to exceed the intended parameter count, potentially causing performance degradation or exhaustion of resources (denial of service).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rubygem-rack: Rack QueryParser has an unsafe default allowing params_limit bypass via semicolon-separated parameters",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The overall severity of this flaw is Moderate, because most Rack applications are not directly impacted. The vulnerability primarily affects applications or middleware that invoke Rack::QueryParser directly using its default configuration, which accepts both \u0026 and ; as parameter delimiters. This behavior can lead to excessive CPU or memory consumption, resulting only a limited denial-of-service condition.\n\nFor typical applications using Rack::Request, the default request-handling flow applies safe parsing logic and does not exhibit the vulnerable behavior.\n\nIn summary, while the theoretical severity is High, the practical impact is generally Moderate to Low for standard configurations.\n\n```\nAffectedness:\n\nIt should be noted that starting from Rack v3.x, the framework no longer splits query parameters on semicolons. This change was introduced in commit ef1fc0c44e6a4b77c8fcf9b4f3bfa09f04ae8482, effectively mitigating this issue in newer releases.\n\nRack 1.x is also not affected by this vulnerability. The vulnerable parsing logic was introduced in Rack 2.x; earlier versions use a simpler query parsing mechanism that does not expose the same resource exhaustion risk.\n```\n\n~~~\nAdditionally, Ruby 2.x and 3.x versions shipped with Red Hat Enterprise Linux are not affected, as they do not bundle the rack RubyGem by default. Rack is a third-party gem that must be installed separately.\n~~~",
"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.E4S:pcs-0:0.11.4-7.el9_2.6.aarch64",
"HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.ppc64le",
"HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.s390x",
"HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.src",
"HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.x86_64",
"HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.aarch64",
"HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.ppc64le",
"HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.s390x",
"HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.x86_64",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.aarch64",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.ppc64le",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.s390x",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.src",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.x86_64",
"ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.aarch64",
"ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.ppc64le",
"ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.s390x",
"ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-59830"
},
{
"category": "external",
"summary": "RHBZ#2398167",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2398167"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-59830",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59830"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-59830",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-59830"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/54e4ffdd5affebcb0c015cc6ae74635c0831ed71",
"url": "https://github.com/rack/rack/commit/54e4ffdd5affebcb0c015cc6ae74635c0831ed71"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/security/advisories/GHSA-625h-95r8-8xpm",
"url": "https://github.com/rack/rack/security/advisories/GHSA-625h-95r8-8xpm"
}
],
"release_date": "2025-09-25T14:37:06.967000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-04T19:51:12+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.E4S:pcs-0:0.11.4-7.el9_2.6.aarch64",
"HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.ppc64le",
"HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.s390x",
"HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.src",
"HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.x86_64",
"HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.aarch64",
"HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.ppc64le",
"HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.s390x",
"HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.x86_64",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.aarch64",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.ppc64le",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.s390x",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.src",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.x86_64",
"ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.aarch64",
"ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.ppc64le",
"ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.s390x",
"ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19733"
},
{
"category": "workaround",
"details": "No action is required for typical Rack applications that use the framework\u2019s default request-handling mechanisms, as these are not impacted.\n\nFor custom implementations or middleware that directly invoke Rack::QueryParser, administrators should:\n\nUse explicit delimiters: Configure QueryParser to use a specific delimiter (e.g. \u0026) rather than accepting both \u0026 and ;.\n\nLimit request size and parameters: Enforce request size and parameter count limits at upstream layers (such as a web server, reverse proxy, or WAF) to prevent excessive resource consumption.\n\nPrefer safe APIs: Use Rack::Request or other higher-level request parsing APIs, which apply safe defaults and avoid this vulnerability.",
"product_ids": [
"HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.aarch64",
"HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.ppc64le",
"HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.s390x",
"HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.src",
"HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.x86_64",
"HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.aarch64",
"HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.ppc64le",
"HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.s390x",
"HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.x86_64",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.aarch64",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.ppc64le",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.s390x",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.src",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.x86_64",
"ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.aarch64",
"ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.ppc64le",
"ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.s390x",
"ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.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-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.aarch64",
"HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.ppc64le",
"HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.s390x",
"HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.src",
"HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.x86_64",
"HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.aarch64",
"HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.ppc64le",
"HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.s390x",
"HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.x86_64",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.aarch64",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.ppc64le",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.s390x",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.src",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.x86_64",
"ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.aarch64",
"ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.ppc64le",
"ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.s390x",
"ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "rubygem-rack: Rack QueryParser has an unsafe default allowing params_limit bypass via semicolon-separated parameters"
},
{
"cve": "CVE-2025-61770",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2025-10-07T15:01:10.718770+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2402174"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Rack where the Rack::Multipart::Parser buffers the multipart preamble memory without size limits. A remote attacker can send a crafted multipart/form-data request with a very large preamble before its first boundary, causing excessive memory consumption and denial of service crash due to out-of-memory issue.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rack: Rack\u0027s unbounded multipart preamble buffering enables DoS (memory exhaustion)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is IMPORTANT because the vulnerability can be exploited over a network and can cause denial of service on such applications that run the vulnerable Rack code. By sending multipart requests with large preambles, an attacker can exhaust memory resources or crash worker processes, leading to service downtime.",
"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.E4S:pcs-0:0.11.4-7.el9_2.6.aarch64",
"HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.ppc64le",
"HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.s390x",
"HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.src",
"HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.x86_64",
"HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.aarch64",
"HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.ppc64le",
"HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.s390x",
"HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.x86_64",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.aarch64",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.ppc64le",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.s390x",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.src",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.x86_64",
"ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.aarch64",
"ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.ppc64le",
"ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.s390x",
"ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61770"
},
{
"category": "external",
"summary": "RHBZ#2402174",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2402174"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61770",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61770"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61770",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61770"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/589127f4ac8b5cf11cf88fb0cd116ffed4d2181e",
"url": "https://github.com/rack/rack/commit/589127f4ac8b5cf11cf88fb0cd116ffed4d2181e"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/d869fed663b113b95a74ad53e1b5cae6ab31f29e",
"url": "https://github.com/rack/rack/commit/d869fed663b113b95a74ad53e1b5cae6ab31f29e"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/e08f78c656c9394d6737c022bde087e0f33336fd",
"url": "https://github.com/rack/rack/commit/e08f78c656c9394d6737c022bde087e0f33336fd"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/security/advisories/GHSA-p543-xpfm-54cp",
"url": "https://github.com/rack/rack/security/advisories/GHSA-p543-xpfm-54cp"
}
],
"release_date": "2025-10-07T14:30:04.552000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-04T19:51:12+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.E4S:pcs-0:0.11.4-7.el9_2.6.aarch64",
"HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.ppc64le",
"HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.s390x",
"HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.src",
"HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.x86_64",
"HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.aarch64",
"HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.ppc64le",
"HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.s390x",
"HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.x86_64",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.aarch64",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.ppc64le",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.s390x",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.src",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.x86_64",
"ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.aarch64",
"ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.ppc64le",
"ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.s390x",
"ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19733"
}
],
"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.E4S:pcs-0:0.11.4-7.el9_2.6.aarch64",
"HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.ppc64le",
"HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.s390x",
"HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.src",
"HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.x86_64",
"HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.aarch64",
"HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.ppc64le",
"HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.s390x",
"HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.x86_64",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.aarch64",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.ppc64le",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.s390x",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.src",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.x86_64",
"ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.aarch64",
"ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.ppc64le",
"ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.s390x",
"ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "rack: Rack\u0027s unbounded multipart preamble buffering enables DoS (memory exhaustion)"
},
{
"cve": "CVE-2025-61772",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2025-10-07T16:01:57.118202+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2402200"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been found in the rubygems rack package. `Rack::Multipart::Parser` can accumulate unbounded data when a multipart part\u2019s header block never terminates with the required blank line (`CRLFCRLF`). The parser keeps appending incoming bytes to memory without a size cap, allowing a remote attacker to exhaust memory and cause a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rack: Rack memory exhaustion denial of service",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The availability risk to Red Hat systems is limited to the application which has integrated rack. The host operating system availability is not at risk.",
"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.E4S:pcs-0:0.11.4-7.el9_2.6.aarch64",
"HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.ppc64le",
"HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.s390x",
"HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.src",
"HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.x86_64",
"HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.aarch64",
"HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.ppc64le",
"HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.s390x",
"HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.x86_64",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.aarch64",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.ppc64le",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.s390x",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.src",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.x86_64",
"ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.aarch64",
"ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.ppc64le",
"ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.s390x",
"ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61772"
},
{
"category": "external",
"summary": "RHBZ#2402200",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2402200"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61772",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61772"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61772",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61772"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/589127f4ac8b5cf11cf88fb0cd116ffed4d2181e",
"url": "https://github.com/rack/rack/commit/589127f4ac8b5cf11cf88fb0cd116ffed4d2181e"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/d869fed663b113b95a74ad53e1b5cae6ab31f29e",
"url": "https://github.com/rack/rack/commit/d869fed663b113b95a74ad53e1b5cae6ab31f29e"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/e08f78c656c9394d6737c022bde087e0f33336fd",
"url": "https://github.com/rack/rack/commit/e08f78c656c9394d6737c022bde087e0f33336fd"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/security/advisories/GHSA-wpv5-97wm-hp9c",
"url": "https://github.com/rack/rack/security/advisories/GHSA-wpv5-97wm-hp9c"
}
],
"release_date": "2025-10-07T15:02:09.895000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-04T19:51:12+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.E4S:pcs-0:0.11.4-7.el9_2.6.aarch64",
"HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.ppc64le",
"HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.s390x",
"HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.src",
"HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.x86_64",
"HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.aarch64",
"HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.ppc64le",
"HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.s390x",
"HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.x86_64",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.aarch64",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.ppc64le",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.s390x",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.src",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.x86_64",
"ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.aarch64",
"ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.ppc64le",
"ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.s390x",
"ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19733"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.aarch64",
"HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.ppc64le",
"HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.s390x",
"HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.src",
"HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.x86_64",
"HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.aarch64",
"HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.ppc64le",
"HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.s390x",
"HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.x86_64",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.aarch64",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.ppc64le",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.s390x",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.src",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.x86_64",
"ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.aarch64",
"ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.ppc64le",
"ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.s390x",
"ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"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:L",
"version": "3.1"
},
"products": [
"HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.aarch64",
"HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.ppc64le",
"HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.s390x",
"HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.src",
"HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.x86_64",
"HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.aarch64",
"HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.ppc64le",
"HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.s390x",
"HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.x86_64",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.aarch64",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.ppc64le",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.s390x",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.src",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.x86_64",
"ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.aarch64",
"ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.ppc64le",
"ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.s390x",
"ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "rack: Rack memory exhaustion denial of service"
},
{
"cve": "CVE-2025-61919",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2025-10-10T20:01:19.001907+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2403180"
}
],
"notes": [
{
"category": "description",
"text": "A memory-exhaustion vulnerability exists in Rack when parsing application/x-www-form-urlencoded request bodies. Rack::Request#POST reads the entire request body into memory without enforcing a maximum length or cap. Attackers can exploit this by sending large form submissions, potentially causing denial of service (DoS) through memory exhaustion. Even with configured parsing limits, the issue occurs before those limits are enforced, allowing unbounded memory allocation proportional to request size.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rubygem-rack: Unbounded read in `Rack::Request` form parsing can lead to memory exhaustion",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "~~~\n\nAffectedness:\n\nRack 1.x, including 1.6.x, is not affected by this vulnerability. The issue exists only in Rack 2.x and 3.x, where request parsing was refactored into the QueryParser component. Since Rack 1.x does not include this component, it does not contain the vulnerable logic.\n\nRuby 2.x and 3.x versions shipped with Red Hat Enterprise Linux, Red Hat Openshift Core OS (RHOCS) and Red Hat In-Vehicle OS (RHIVOS) are not affected, as they do not bundle the rack RubyGem by default. Rack is a third-party gem that must be installed separately.\n\n~~~",
"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.E4S:pcs-0:0.11.4-7.el9_2.6.aarch64",
"HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.ppc64le",
"HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.s390x",
"HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.src",
"HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.x86_64",
"HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.aarch64",
"HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.ppc64le",
"HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.s390x",
"HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.x86_64",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.aarch64",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.ppc64le",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.s390x",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.src",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.x86_64",
"ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.aarch64",
"ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.ppc64le",
"ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.s390x",
"ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61919"
},
{
"category": "external",
"summary": "RHBZ#2403180",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2403180"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61919",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61919"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61919",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61919"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/4e2c903991a790ee211a3021808ff4fd6fe82881",
"url": "https://github.com/rack/rack/commit/4e2c903991a790ee211a3021808ff4fd6fe82881"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/cbd541e8a3d0c5830a3c9a30d3718ce2e124f9db",
"url": "https://github.com/rack/rack/commit/cbd541e8a3d0c5830a3c9a30d3718ce2e124f9db"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/e179614c4a653283286f5f046428cbb85f21146f",
"url": "https://github.com/rack/rack/commit/e179614c4a653283286f5f046428cbb85f21146f"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/security/advisories/GHSA-6xw4-3v39-52mm",
"url": "https://github.com/rack/rack/security/advisories/GHSA-6xw4-3v39-52mm"
}
],
"release_date": "2025-10-10T19:22:42.454000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-04T19:51:12+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.E4S:pcs-0:0.11.4-7.el9_2.6.aarch64",
"HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.ppc64le",
"HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.s390x",
"HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.src",
"HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.x86_64",
"HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.aarch64",
"HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.ppc64le",
"HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.s390x",
"HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.x86_64",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.aarch64",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.ppc64le",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.s390x",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.src",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.x86_64",
"ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.aarch64",
"ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.ppc64le",
"ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.s390x",
"ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19733"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u0027s standards for usability, deployment, applicability, or stability beyond these configuration-based workarounds.",
"product_ids": [
"HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.aarch64",
"HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.ppc64le",
"HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.s390x",
"HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.src",
"HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.x86_64",
"HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.aarch64",
"HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.ppc64le",
"HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.s390x",
"HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.x86_64",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.aarch64",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.ppc64le",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.s390x",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.src",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.x86_64",
"ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.aarch64",
"ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.ppc64le",
"ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.s390x",
"ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.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-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.aarch64",
"HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.ppc64le",
"HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.s390x",
"HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.src",
"HighAvailability-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.x86_64",
"HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.aarch64",
"HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.ppc64le",
"HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.s390x",
"HighAvailability-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.x86_64",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.aarch64",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.ppc64le",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.s390x",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.src",
"ResilientStorage-9.2.0.Z.E4S:pcs-0:0.11.4-7.el9_2.6.x86_64",
"ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.aarch64",
"ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.ppc64le",
"ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.s390x",
"ResilientStorage-9.2.0.Z.E4S:pcs-snmp-0:0.11.4-7.el9_2.6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "rubygem-rack: Unbounded read in `Rack::Request` form parsing can lead to memory exhaustion"
}
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.